superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
8 rows where ACCESS_TYP = 1, ACRES = "0.087" and MNG_AG_TYP = 2
This data as json, copyable, CSV (advanced)
Link | rowid ▼ | id | map | ACCESS_TYP | PARK_NAME | PARK_URL | SUID_NMA | MNG_AG_ID | MNG_AGENCY | MNG_AG_LEV | MNG_AG_TYP | AGNCY_WEB | LAYER | ACRES | LABEL_NAME | YR_EST |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5614 | 5614 | 5613 | {"type": "Polygon", "coordinates": [[[-122.41928, 37.80672], [-122.41901, 37.80676], [-122.41895, 37.8065], [-122.41895, 37.8065], [-122.41928, 37.80672]]]} | Open Access 1 | Joseph Conrad Mini Park | 20494 | 1300 | San Francisco, City and County of 21 | City 2 | City Agency 2 | http://sfrecpark.org/ | City 2 | 0.087 | Joseph Conrad MP | ||
8551 | 8551 | 8550 | {"type": "Polygon", "coordinates": [[[-122.46378, 37.71461], [-122.46361, 37.71462], [-122.46361, 37.71441], [-122.46378, 37.71441], [-122.46378, 37.71461]]]} | Open Access 1 | Randolph & Bright Mini Park | 24184 | 1300 | San Francisco, City and County of 21 | City 2 | City Agency 2 | http://sfrecpark.org/ | City 2 | 0.087 | Randolph & Bright MP | ||
10740 | 10740 | 10739 | {"type": "Polygon", "coordinates": [[[-119.18883, 34.28189], [-119.18679, 34.28217], [-119.18678, 34.28216], [-119.18882, 34.28187], [-119.18883, 34.28189]]]} | Open Access 1 | Ventura holding 6 | 26940 | 1366 | Ventura, City of 110 | City 2 | City Agency 2 | http://www.cityofventura.net/prcp | City 2 | 0.087 | Ventura holding 6 | ||
10762 | 10762 | 10761 | {"type": "Polygon", "coordinates": [[[-119.19127, 34.28332], [-119.19124, 34.28332], [-119.19122, 34.28329], [-119.19114, 34.28308], [-119.19106, 34.28291], [-119.19085, 34.28263], [-119.19087, 34.28254], [-119.19111, 34.28247], [-119.19115, 34.28247], [-119.1909, 34.28255], [-119.19088, 34.28261], [-119.19112, 34.28294], [-119.19121, 34.28313], [-119.19127, 34.28332]]]} | Open Access 1 | Ventura holding 80 | 26963 | 1366 | Ventura, City of 110 | City 2 | City Agency 2 | http://www.cityofventura.net/prcp | City 2 | 0.087 | Ventura holding 80 | ||
11916 | 11916 | 11915 | {"type": "Polygon", "coordinates": [[[-122.29458, 38.30493], [-122.29454, 38.30498], [-122.29445, 38.305], [-122.29438, 38.30472], [-122.29435, 38.3047], [-122.29436, 38.30468], [-122.29451, 38.30474], [-122.29458, 38.30493]]]} | Open Access 1 | Jefferson Park | 28694 | 1397 | Napa, City of 441 | City 2 | City Agency 2 | http://www.cityofnapa.org/index.php?option=com_content&view=article&id=42&Itemid=63 | City 2 | 0.087 | Jefferson Park | ||
12441 | 12441 | 12440 | {"type": "Polygon", "coordinates": [[[-117.79839, 34.10314], [-117.79836, 34.10328], [-117.79801, 34.10313], [-117.79803, 34.1031], [-117.79839, 34.10314]]]} | Open Access 1 | Mud Springs Monument | 29459 | 1298 | San Dimas, City of 233 | City 2 | City Agency 2 | http://www.cityofsandimas.com/ps.parksrecreation.cfm?ID=2157 | City 2 | 0.087 | Mud Springs Monument | ||
12448 | 12448 | 12447 | {"type": "Polygon", "coordinates": [[[-119.81169, 36.72405], [-119.81168, 36.72428], [-119.81137, 36.72428], [-119.81137, 36.72428], [-119.81169, 36.72405]]]} | Open Access 1 | Merced and Plumas Pocket Park | 31023 | 1114 | Fresno, City of 14 | City 2 | City Agency 2 | http://www.fresno.gov/Government/DepartmentDirectory/ParksandRecreation/ParksandFacilities/default.htm | City 2 | 0.087 | Merced and Plumas PP | ||
12978 | 12978 | 12977 | {"type": "Polygon", "coordinates": [[[-117.08852, 32.70427], [-117.08852, 32.70444], [-117.08831, 32.70444], [-117.08831, 32.70431], [-117.08833, 32.70428], [-117.08852, 32.70427]]]} | Open Access 1 | Walls of Excellence Mini-Park | 30213 | 1297 | San Diego, City of 4 | City 2 | City Agency 2 | http://www.sandiego.gov/park-and-recreation/ | City 2 | 0.087 | Walls of Excellence Mini-Park |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE superunits_with_maps( id INT, map, ACCESS_TYP INT, PARK_NAME TEXT, PARK_URL TEXT, SUID_NMA INT, MNG_AG_ID INT, MNG_AGENCY INT, MNG_AG_LEV INT, MNG_AG_TYP INT, AGNCY_WEB TEXT, LAYER INT, ACRES REAL, LABEL_NAME TEXT, YR_EST INT, FOREIGN KEY([ACCESS_TYP]) REFERENCES [ACCESS_TYP]([id]), FOREIGN KEY([MNG_AGENCY]) REFERENCES [MNG_AGENCY]([id]), FOREIGN KEY([MNG_AG_LEV]) REFERENCES [MNG_AG_LEV]([id]), FOREIGN KEY([MNG_AG_TYP]) REFERENCES [MNG_AG_TYP]([id]), FOREIGN KEY([LAYER]) REFERENCES [LAYER]([id]) ); CREATE INDEX [idx_superunits_with_maps_LAYER] ON [superunits_with_maps] ([LAYER]); CREATE INDEX [idx_superunits_with_maps_MNG_AG_TYP] ON [superunits_with_maps] ([MNG_AG_TYP]); CREATE INDEX [idx_superunits_with_maps_MNG_AG_LEV] ON [superunits_with_maps] ([MNG_AG_LEV]); CREATE INDEX [idx_superunits_with_maps_MNG_AGENCY] ON [superunits_with_maps] ([MNG_AGENCY]); CREATE INDEX [idx_superunits_with_maps_ACCESS_TYP] ON [superunits_with_maps] ([ACCESS_TYP]);