superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where ACCESS_TYP = 1, MNG_AGENCY = 458 and MNG_AG_TYP = 4
This data as json, copyable, CSV (advanced)
These facets timed out: MNG_AGENCY
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1510 | 1510 | 1509 | {"type": "Polygon", "coordinates": [[[-119.33565, 35.61001], [-119.33563, 35.61241], [-119.33394, 35.61241], [-119.33397, 35.60885], [-119.33445, 35.60886], [-119.33445, 35.61], [-119.33565, 35.61001]]]} | Open Access 1 | Annin Ave Soccer Fields | 15505 | 2175 | Wasco Recreation and Park District 458 | Special District 4 | Recreation/Parks District 4 | http://www.wascoparks.com/ | Special District 4 | 11.514 | Annin Ave Soccer Fields | ||
1763 | 1763 | 1762 | {"type": "MultiPolygon", "coordinates": [[[[-119.34483, 35.58715], [-119.34481, 35.58877], [-119.34272, 35.58876], [-119.34274, 35.58715], [-119.34483, 35.58715]]], [[[-119.34698, 35.58716], [-119.34695, 35.58877], [-119.34494, 35.58876], [-119.34496, 35.58715], [-119.34698, 35.58716]]]]} | Open Access 1 | Barker Park | 15817 | 2175 | Wasco Recreation and Park District 458 | Special District 4 | Recreation/Parks District 4 | http://www.wascoparks.com/ | Special District 4 | 16.436 | Barker Park | ||
3188 | 3188 | 3187 | {"type": "Polygon", "coordinates": [[[-119.34363, 35.59497], [-119.34362, 35.59606], [-119.34157, 35.59606], [-119.34158, 35.59496], [-119.34363, 35.59497]]]} | Open Access 1 | Cormack Park | 17638 | 2175 | Wasco Recreation and Park District 458 | Special District 4 | Recreation/Parks District 4 | http://www.wascoparks.com/ | Special District 4 | 5.608 | Cormack Park | ||
11154 | 11154 | 11153 | {"type": "MultiPolygon", "coordinates": [[[[-119.35739, 35.59678], [-119.35736, 35.59684], [-119.35448, 35.59686], [-119.35396, 35.59694], [-119.35382, 35.59691], [-119.35383, 35.59532], [-119.35443, 35.59527], [-119.35493, 35.59518], [-119.35701, 35.59518], [-119.35703, 35.59623], [-119.35708, 35.59638], [-119.35713, 35.59645], [-119.35732, 35.59665], [-119.35739, 35.59678]]], [[[-119.35679, 35.5944], [-119.35679, 35.59501], [-119.35552, 35.59499], [-119.35551, 35.59442], [-119.35679, 35.5944]]]]} | Open Access 1 | Westside Park | 27427 | 2175 | Wasco Recreation and Park District 458 | Special District 4 | Recreation/Parks District 4 | http://www.wascoparks.com/ | Special District 4 | 15.327 | Westside 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]);