Skip to content

Example of how to get points of interest data for specific LSOAs

Notifications You must be signed in to change notification settings

Sparrow0hawk/find_POI_in_LSOA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Basic count points of interest of specified type in LSOA

In my current project i'm compiling points of interest within specific lower super output areas.

Using the overpass API I built this script that takes inputs of a location (which is checked by Nominatim) and amenity type (point of interest type, https://wiki.openstreetmap.org/wiki/Key:amenity). It retrieves these and compares the lon/lat points to geojson polygons of LSOAs (in this case my pre-made West Yorkshire geojson file).

The principal used here might be helpful to others so here it is.

About

Example of how to get points of interest data for specific LSOAs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages