superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where MNG_AGENCY = 430 and MNG_AG_TYP = 4
This data as json, copyable, CSV (advanced)
MNG_AG_TYP 1
- Recreation/Parks District · 4 ✖
MNG_AGENCY 1
- Shafter Recreation and Park District · 4 ✖
ACCESS_TYP 1
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8901 | 8901 | 8900 | {"type": "Polygon", "coordinates": [[[-119.28173, 35.49267], [-119.2817, 35.49523], [-119.28068, 35.49522], [-119.28072, 35.49266], [-119.28173, 35.49267]]]} | Open Access 1 | Rodriguez Park | 24555 | 2149 | Shafter Recreation and Park District 430 | Special District 4 | Recreation/Parks District 4 | http://shafterrecreation.com/ | Special District 4 | 6.454 | Rodriguez Park | ||
10029 | 10029 | 10028 | {"type": "Polygon", "coordinates": [[[-119.27447, 35.50047], [-119.27423, 35.50067], [-119.2733, 35.4999], [-119.27445, 35.49991], [-119.27413, 35.50018], [-119.27447, 35.50047]]]} | Open Access 1 | Stringham Park | 25926 | 2149 | Shafter Recreation and Park District 430 | Special District 4 | Recreation/Parks District 4 | http://shafterrecreation.com/ | Special District 4 | 1.024 | Stringham Park | ||
13833 | 13833 | 13832 | {"type": "Polygon", "coordinates": [[[-119.27012, 35.49626], [-119.27011, 35.49689], [-119.26949, 35.49688], [-119.26949, 35.49626], [-119.27012, 35.49626]]]} | Open Access 1 | Skate Park | 33145 | 2149 | Shafter Recreation and Park District 430 | Special District 4 | Recreation/Parks District 4 | http://shafterrecreation.com/ | Special District 4 | 0.977 | Skate Park | 2001 | |
13884 | 13884 | 13883 | {"type": "Polygon", "coordinates": [[[-119.27164, 35.49781], [-119.27163, 35.49875], [-119.27143, 35.49876], [-119.27142, 35.4993], [-119.27101, 35.4993], [-119.27014, 35.49901], [-119.2699, 35.49884], [-119.26937, 35.4984], [-119.26994, 35.49794], [-119.27014, 35.49784], [-119.27037, 35.49781], [-119.27164, 35.49781]]]} | Open Access 1 | Kirchenmann Park | 33144 | 2149 | Shafter Recreation and Park District 430 | Special District 4 | Recreation/Parks District 4 | http://shafterrecreation.com/ | Special District 4 | 6.099 | Kirchenmann 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]);