GreenInfo-Network / caliparks.org

Mapping social media in parks and other open spaces
http://www.caliparks.org/
22 stars 3 forks source link

Sunsetting CaliParks #667

Closed danrademacher closed 4 years ago

danrademacher commented 4 years ago

OK, Parks California, the new nonprofit for statewide parks advocacy to which ownership of this application was transferred in mid-2019, has determined based on their mission/focus and changes in tech and media landscape since 2014 that CaliParks.org should be wound down.

But they would like an export of "enriched" parks data that is usable in spreadsheet format. I think this is achievable and have more details below. this is the most work here, and time goes to Resources Legacy Fund:CaliParks Takeover

Other cleanup TBD

gregallensworth commented 4 years ago

The database dump was made using standard pg_dump and is plain SQL format for maximum compatibility.

pg_dump --clean --no-owner --table='public.*' --file=caliparks_dbdump.sql.gz --compress=9 --username=calipark2017 calipark2017

The CSV export was made using a custom Python program. This program is present in the same P folder. I also loaded the content into https://docs.google.com/spreadsheets/d/1GyL1lm0xSAHqJx-4OoLuhwACTF4wG3SGdgmKx1JUGaU/edit?folder=1-zK9ldHrPyUjCee9DgrsErFpT8JWnYkG#gid=0

The counties shapefile used for determining the county field of the lat,lng centroid, is included as well. This was the counties_24k_USGS.zip dated 2009, present on GIN's N drive.

danrademacher commented 4 years ago

Suspended that email account so it's no longer active. And pinged Outerspatial about the API key.