An experiment to map out natural neighborhoods.
Areas that this can encompass include:
- National:
- Parks
- Monuments
- Forests
- Wildlife refuges
- Historic sites
- Seashores
- Lakeshores
- Grasslands
- Wildernesses
- State
- Parks
- Wildlife areas
git clone
this project.cd
to the project.- Start a local web server, e.g.,
ruby -run -e httpd . -p 8888
. - Load
localhost:8888
into your browser (preferably Chrome).
Gathering data has been a challenge. The approach I've worked out so far is:
- Open
Google Earth
. - Reduce noise by disabling all layers except
Parks/Recreation Areas
, et al. - Right-click a landmark and choose
Save to My Places
. - Organize saved places into folders, e.g.,
State Parks
,National Parks
, etc. - Right-click a folder and choose
Save Place As...
. - Save the places as a
KML
file. - Use Ogre to convert the
KML
togeojson
. - Tidy the JSON via JSON Pretty Print.
- Add the file to the project.
The idea took root after seeing this image and the code for the project sprung from this example.