Skip to content

ambra19/GreenCabin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GreenCabin

A Flask web application that finds and displays land parcels for any Dutch address using geospatial APIs.

GreenCabin background GreenCabin background

What it does

  • 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

Quick Start

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run the app:

    python app.py
  3. Open http://localhost:5000 in your browser

Requirements

  • Python 3.7+
  • Flask, geopandas, folium, pyproj, shapely, requests

Note

If you encounter issues installing geospatial libraries, try using conda:

conda install -c conda-forge geopandas pyproj shapely

About

A Flask web application that finds and displays land parcels for any Dutch address using geospatial APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors