superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
7 rows where ACCESS_TYP = 1 and ACRES = "0.197"
This data as json, copyable, CSV (advanced)
These facets timed out: ACCESS_TYP, MNG_AGENCY
MNG_AG_TYP 3
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1406 | 1406 | 1405 | {"type": "Polygon", "coordinates": [[[-117.1093, 33.59153], [-117.1089, 33.59184], [-117.10882, 33.59184], [-117.10882, 33.59154], [-117.10914, 33.59157], [-117.10922, 33.59155], [-117.10929, 33.59152], [-117.1093, 33.59153]]]} | Open Access 1 | Pompei Pocket Park | https://www.gorecreation.org/pompei-pocket-park | 32947 | 2171 | Valley-Wide Recreation and Park District 156 | Special District 4 | Recreation/Parks District 4 | https://www.gorecreation.org/ | Special District 4 | 0.197 | Pompei PP | |
2128 | 2128 | 2127 | {"type": "Polygon", "coordinates": [[[-117.92564, 33.62824], [-117.92557, 33.62842], [-117.92508, 33.6285], [-117.92518, 33.62839], [-117.9252, 33.62829], [-117.92525, 33.62831], [-117.92564, 33.62824]]]} | Open Access 1 | Bolsa Park | 16247 | 1224 | Newport Beach, City of 52 | City 2 | City Agency 2 | http://www.newportbeachca.gov/index.aspx?page=66 | City 2 | 0.197 | Bolsa Park | ||
10732 | 10732 | 10731 | {"type": "Polygon", "coordinates": [[[-119.21701, 34.27047], [-119.21693, 34.27048], [-119.21673, 34.26953], [-119.21681, 34.26952], [-119.21701, 34.27047]]]} | Open Access 1 | Ventura holding 52 | 26932 | 1366 | Ventura, City of 110 | City 2 | City Agency 2 | http://www.cityofventura.net/prcp | City 2 | 0.197 | Ventura holding 52 | ||
10735 | 10735 | 10734 | {"type": "Polygon", "coordinates": [[[-119.21681, 34.26952], [-119.21673, 34.26953], [-119.21653, 34.26858], [-119.21661, 34.26857], [-119.21681, 34.26952]]]} | Open Access 1 | Ventura holding 55 | 26935 | 1366 | Ventura, City of 110 | City 2 | City Agency 2 | http://www.cityofventura.net/prcp | City 2 | 0.197 | Ventura holding 55 | ||
11289 | 11289 | 11288 | {"type": "Polygon", "coordinates": [[[-121.93307, 36.98817], [-121.93305, 36.9883], [-121.93244, 36.98822], [-121.93247, 36.98809], [-121.93307, 36.98817]]]} | Open Access 1 | Willowbrook Park - Soquel Creek Water District | 27591 | 2157 | Soquel Creek Water District 582 | Special District 4 | Water District 13 | http://www.soquelcreekwater.org/ | Special District 4 | 0.197 | Willowbrook Park - Soquel Creek Water District | ||
11795 | 11795 | 11794 | {"type": "Polygon", "coordinates": [[[-121.95838, 36.97879], [-121.95814, 36.97879], [-121.95814, 36.97846], [-121.95838, 36.97845], [-121.95838, 36.97879]]]} | Open Access 1 | Library Tot Lot | http://www.santacruzpl.org/branches/6/ | 28423 | 1044 | Capitola, City of 109 | City 2 | City Agency 2 | http://www.cityofcapitola.org/publicworks/page/parks | City 2 | 0.197 | Library Tot Lot | |
13635 | 13635 | 13634 | {"type": "Polygon", "coordinates": [[[-117.25569, 34.06022], [-117.25559, 34.06022], [-117.25563, 34.06019], [-117.25564, 34.06014], [-117.25555, 34.05998], [-117.25552, 34.05988], [-117.25553, 34.05966], [-117.25554, 34.05963], [-117.25559, 34.0596], [-117.25568, 34.0596], [-117.25569, 34.06022]]]} | Open Access 1 | Seamont Park | 31105 | 1181 | Loma Linda, City of 181 | City 2 | City Agency 2 | http://www.lomalinda-ca.gov/ | City 2 | 0.197 | Seamont 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]);