27 lines
811 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### Adresses Cadastre / GéoRisque / GéoFoncier
Objectif: géocoder ladresse, identifier les parcelles cadastrales, lister les risques majeurs, et produire un PDF de synthèse avec liens sources.
Entrées minimales:
- street, postalCode, city, country ('France')
Accès:
- Géocodage: BAN/Adresse DataGouv (open data)
- GéoRisque: couches publiques par bbox
- Cadastre: plan cadastral open data (WMS/WMTS)
- GéoFoncier: page publique par lat/lon (scraping léger si autorisé)
Sortie (cache JSON):
```
extraction.entities.addresses[i].enrichment.address = {
state,
startedAt, finishedAt,
geocode: { lat, lon, score },
cadastre: [{ section, parcelle, commune }],
risks: [{ type, level, sourceUrl }],
pdfPath
}
```
PDF: synthèse (adresse normalisée, mini-carte, risques) + parcelles.