CivicTechAtlanta / future-greenspaces

MIT License
1 stars 1 forks source link

Identify all greenspaces within the City of Atlanta #1

Open ATLJoeReed opened 6 years ago

ATLJoeReed commented 6 years ago

Utilizing PostGIS function __st_contains__ to identify 488 greenspaces in the City of Atlanta city limits.

This is the script that I used to select them: future-greenspaces/postgis/postgis_select_greenspaces.sql

This is the script that I used to research this process: future-greenspaces/postgis/__postgis_process.sql__

I also used a Jupyter notebook to plot these and check them. future-greenspaces/postgis/map_postgis_data.ipynb

Going to leave this open so we have visibility on it.