superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
8 rows where ACCESS_TYP = 1, ACRES = "0.075" 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1565 | 1565 | 1564 | {"type": "Polygon", "coordinates": [[[-122.39829, 37.75743], [-122.39812, 37.75744], [-122.3981, 37.75726], [-122.39827, 37.75725], [-122.39829, 37.75743]]]} | Open Access 1 | Arkansas Friendship Garden | 15586 | 1300 | San Francisco, City and County of 21 | City 2 | City Agency 2 | http://sfrecpark.org/ | City 2 | 0.075 | Arkansas Friendship Garden | ||
4622 | 4622 | 4621 | {"type": "Polygon", "coordinates": [[[-122.43354, 37.77968], [-122.43341, 37.7797], [-122.43336, 37.77948], [-122.4335, 37.77946], [-122.43354, 37.77968]]]} | Open Access 1 | Golden Gate & Steiner Mini Park | 19359 | 1300 | San Francisco, City and County of 21 | City 2 | City Agency 2 | http://sfrecpark.org/ | City 2 | 0.075 | Golden Gate & Steiner MP | ||
6182 | 6182 | 6181 | {"type": "Polygon", "coordinates": [[[-121.82996, 37.36133], [-121.82978, 37.36141], [-121.82971, 37.36133], [-121.82965, 37.36131], [-121.82992, 37.36119], [-121.8299, 37.36125], [-121.82996, 37.36133]]]} | Open Access 1 | Nancy Lane Plaza | 22625 | 1303 | San Jose, City of 32 | City 2 | City Agency 2 | http://www.sanjoseca.gov/index.aspx?NID=204 | City 2 | 0.075 | Nancy Lane Plaza | ||
9720 | 9720 | 9719 | {"type": "Polygon", "coordinates": [[[-119.8102, 36.72512], [-119.81019, 36.72533], [-119.8099, 36.72533], [-119.8099, 36.72533], [-119.8102, 36.72512]]]} | Open Access 1 | Merced and Modoc Pocket Park | 31026 | 1114 | Fresno, City of 14 | City 2 | City Agency 2 | http://www.fresno.gov/Government/DepartmentDirectory/ParksandRecreation/ParksandFacilities/default.htm | City 2 | 0.075 | Merced and Modoc PP | ||
10704 | 10704 | 10703 | {"type": "Polygon", "coordinates": [[[-119.17513, 34.27798], [-119.17494, 34.27809], [-119.17486, 34.27808], [-119.1748, 34.27804], [-119.17505, 34.27789], [-119.17513, 34.27798]]]} | Open Access 1 | Ventura holding 124 | 26879 | 1366 | Ventura, City of 110 | City 2 | City Agency 2 | http://www.cityofventura.net/prcp | City 2 | 0.075 | Ventura holding 124 | ||
10714 | 10714 | 10713 | {"type": "Polygon", "coordinates": [[[-119.24072, 34.26566], [-119.24031, 34.26572], [-119.2403, 34.26567], [-119.24039, 34.26566], [-119.2407, 34.26556], [-119.24072, 34.26566]]]} | Open Access 1 | Ventura holding 2 | 26896 | 1366 | Ventura, City of 110 | City 2 | City Agency 2 | http://www.cityofventura.net/prcp | City 2 | 0.075 | Ventura holding 2 | ||
10761 | 10761 | 10760 | {"type": "Polygon", "coordinates": [[[-119.17578, 34.27854], [-119.17406, 34.27956], [-119.17405, 34.27955], [-119.17567, 34.27859], [-119.17577, 34.27853], [-119.17578, 34.27854]]]} | Open Access 1 | Ventura holding 8 | 26962 | 1366 | Ventura, City of 110 | City 2 | City Agency 2 | http://www.cityofventura.net/prcp | City 2 | 0.075 | Ventura holding 8 | ||
14892 | 14892 | 14891 | {"type": "Polygon", "coordinates": [[[-117.26515, 32.8438], [-117.26511, 32.84397], [-117.26505, 32.84395], [-117.26498, 32.84389], [-117.26497, 32.84379], [-117.26498, 32.84377], [-117.26501, 32.84375], [-117.26509, 32.84374], [-117.26513, 32.84377], [-117.26515, 32.8438]]]} | Open Access 1 | Ludington Heights Open Space Park West | 21584 | 1297 | San Diego, City of 4 | City 2 | City Agency 2 | http://www.sandiego.gov/park-and-recreation/ | City 2 | 0.075 | Ludington Heights OS Park West |
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]);