A Flask web application that finds and displays land parcels for any Dutch address using geospatial APIs.
- Takes a Dutch address as input
- Geocodes the address using PDOK API
- Finds the nearest land parcel using Kadaster API
- Displays an interactive satellite map with the parcel highlighted
-
Install dependencies:
pip install -r requirements.txt
-
Run the app:
python app.py
-
Open http://localhost:5000 in your browser
- Python 3.7+
- Flask, geopandas, folium, pyproj, shapely, requests
If you encounter issues installing geospatial libraries, try using conda:
conda install -c conda-forge geopandas pyproj shapely
