superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
2 rows where MNG_AGENCY = 943
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
767 | 767 | 766 | {"type": "Polygon", "coordinates": [[[-117.32813, 34.76673], [-117.32803, 34.7693], [-117.32577, 34.76927], [-117.32577, 34.76773], [-117.32645, 34.76704], [-117.32646, 34.76671], [-117.32813, 34.76673]]]} | Open Access 1 | Helendale Community Park | https://www.helendalecsd.org/parks_facilities.html | 32710 | 2424 | Helendale Community Services District 943 | Special District 4 | Community Services District 17 | https://www.helendalecsd.org/parks_facilities.html | Special District 4 | 13.717 | Helendale Community Park | 2017 |
768 | 768 | 767 | {"type": "Polygon", "coordinates": [[[-117.32919, 34.76299], [-117.32823, 34.76319], [-117.32818, 34.76317], [-117.32818, 34.76226], [-117.32889, 34.76227], [-117.32893, 34.76248], [-117.32907, 34.76281], [-117.32919, 34.76299]]]} | Open Access 1 | Helendale Dog Park | https://helendalecsd.recdesk.com/Community/Page?pageId=18185 | 32711 | 2424 | Helendale Community Services District 943 | Special District 4 | Community Services District 17 | https://www.helendalecsd.org/parks_facilities.html | Special District 4 | 1.769 | Helendale Dog 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]);