superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
5 rows where MNG_AGENCY = 270 and MNG_AG_LEV = 4
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2887 | 2887 | 2886 | {"type": "Polygon", "coordinates": [[[-120.09738, 36.21032], [-120.09447, 36.21033], [-120.09447, 36.20915], [-120.09451, 36.20874], [-120.0947, 36.20879], [-120.09602, 36.20817], [-120.09619, 36.20819], [-120.09738, 36.21032]]]} | Open Access 1 | Chestnut Park | 17182 | 2021 | Coalinga-Huron Recreation and Park District 270 | Special District 4 | Recreation/Parks District 4 | http://www.chrpd.org/ | Special District 4 | 10.905 | Chestnut Park | ||
5671 | 5671 | 5670 | {"type": "Polygon", "coordinates": [[[-120.37116, 36.13931], [-120.36868, 36.13934], [-120.36863, 36.13642], [-120.37111, 36.1364], [-120.37116, 36.13931]]]} | Open Access 1 | Keck Park | 20568 | 2021 | Coalinga-Huron Recreation and Park District 270 | Special District 4 | Recreation/Parks District 4 | http://www.chrpd.org/ | Special District 4 | 17.785 | Keck Park | ||
5673 | 5673 | 5672 | {"type": "Polygon", "coordinates": [[[-120.10648, 36.2016], [-120.10497, 36.20223], [-120.10374, 36.1999], [-120.10522, 36.19929], [-120.10648, 36.2016]]]} | Open Access 1 | Keenan Park | 20571 | 2021 | Coalinga-Huron Recreation and Park District 270 | Special District 4 | Recreation/Parks District 4 | http://www.chrpd.org/ | Special District 4 | 10.457 | Keenan Park | ||
7618 | 7618 | 7617 | {"type": "Polygon", "coordinates": [[[-120.34928, 36.13978], [-120.34751, 36.13979], [-120.34749, 36.13797], [-120.34786, 36.13796], [-120.34785, 36.13675], [-120.34924, 36.13666], [-120.34928, 36.13978]]]} | Open Access 1 | Olsen Park | 23139 | 2021 | Coalinga-Huron Recreation and Park District 270 | Special District 4 | Recreation/Parks District 4 | http://www.chrpd.org/ | Special District 4 | 12.318 | Olsen Park | ||
13310 | 13310 | 13309 | {"type": "Polygon", "coordinates": [[[-121.10356, 35.5738], [-121.10179, 35.57384], [-121.10119, 35.57384], [-121.10054, 35.57387], [-121.09924, 35.57387], [-121.09902, 35.57318], [-121.09914, 35.57271], [-121.10097, 35.57256], [-121.10236, 35.57248], [-121.10249, 35.57245], [-121.1025, 35.57244], [-121.10276, 35.57241], [-121.10277, 35.57237], [-121.10292, 35.57236], [-121.10293, 35.57241], [-121.10319, 35.57293], [-121.10356, 35.5738]]]} | Restricted Access 2 | Camp Yeager | http://www.chrpd.org/summer-camp.html | 33430 | 2021 | Coalinga-Huron Recreation and Park District 270 | Special District 4 | Recreation/Parks District 4 | http://www.chrpd.org/ | Special District 4 | 13.378 | Camp Yeager |
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]);