superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
5 rows where MNG_AGENCY = 723 and MNG_AG_TYP = 4
This data as json, copyable, CSV (advanced)
MNG_AG_TYP 1
- Recreation/Parks District · 5 ✖
MNG_AGENCY 1
- Tehachapi Valley Recreation and Parks District · 5 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
491 | 491 | 490 | {"type": "Polygon", "coordinates": [[[-118.54882, 35.10774], [-118.5476, 35.10772], [-118.54761, 35.10932], [-118.54171, 35.10939], [-118.53673, 35.10941], [-118.53685, 35.10216], [-118.53716, 35.10216], [-118.53732, 35.10211], [-118.53737, 35.10207], [-118.54645, 35.102], [-118.54871, 35.10379], [-118.54882, 35.10774]]]} | Open Access 1 | Brite Lake Park | http://www.tvrpd.org/parks-facilities/brite-lake.html | 3488 | 2164 | Tehachapi Valley Recreation and Parks District 723 | Special District 4 | Recreation/Parks District 4 | http://www.tvrpd.org/ | Special District 4 | 209.842 | Brite Lake Park | |
2780 | 2780 | 2779 | {"type": "Polygon", "coordinates": [[[-118.445, 35.1284], [-118.4448, 35.12937], [-118.44335, 35.12917], [-118.44352, 35.12839], [-118.44354, 35.12819], [-118.445, 35.1284]]]} | Open Access 1 | Central Park | 17067 | 2164 | Tehachapi Valley Recreation and Parks District 723 | Special District 4 | Recreation/Parks District 4 | http://www.tvrpd.org/ | Special District 4 | 3.639 | Central Park | ||
6883 | 6883 | 6882 | {"type": "Polygon", "coordinates": [[[-118.47876, 35.13527], [-118.47684, 35.13845], [-118.47665, 35.13907], [-118.47673, 35.13733], [-118.4768, 35.13528], [-118.47876, 35.13527]]]} | Open Access 1 | Meadowood Park | 22093 | 2164 | Tehachapi Valley Recreation and Parks District 723 | Special District 4 | Recreation/Parks District 4 | http://www.tvrpd.org/ | Special District 4 | 8.514 | Meadowood Park | ||
7217 | 7217 | 7216 | {"type": "Polygon", "coordinates": [[[-118.43677, 35.11513], [-118.43674, 35.11696], [-118.4324, 35.11697], [-118.43243, 35.11515], [-118.43677, 35.11513]]]} | Open Access 1 | Morris Park (Proposed) | 22495 | 2164 | Tehachapi Valley Recreation and Parks District 723 | Special District 4 | Recreation/Parks District 4 | http://www.tvrpd.org/ | Special District 4 | 19.823 | Morris Park (Proposed) | ||
11112 | 11112 | 11111 | {"type": "Polygon", "coordinates": [[[-118.45758, 35.12953], [-118.45633, 35.12982], [-118.45606, 35.12985], [-118.45601, 35.12984], [-118.45596, 35.12979], [-118.45577, 35.12974], [-118.45573, 35.12977], [-118.45568, 35.12978], [-118.45397, 35.12954], [-118.45429, 35.128], [-118.45607, 35.128], [-118.456, 35.12811], [-118.45601, 35.12818], [-118.45607, 35.12825], [-118.45615, 35.12828], [-118.45626, 35.12825], [-118.45633, 35.12818], [-118.45633, 35.12811], [-118.45627, 35.128], [-118.45666, 35.128], [-118.45666, 35.12824], [-118.45708, 35.12857], [-118.4572, 35.1287], [-118.45738, 35.129], [-118.45758, 35.12953]]]} | Open Access 1 | West Park | 27373 | 2164 | Tehachapi Valley Recreation and Parks District 723 | Special District 4 | Recreation/Parks District 4 | http://www.tvrpd.org/ | Special District 4 | 12.85 | West 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]);