superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
6 rows where MNG_AGENCY = 717 and MNG_AG_TYP = 4
This data as json, copyable, CSV (advanced)
ACCESS_TYP 2
MNG_AG_TYP 1
- Recreation/Parks District · 6 ✖
MNG_AGENCY 1
- North County Recreation and Park District · 6 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2607 | 2607 | 2606 | {"type": "Polygon", "coordinates": [[[-121.75105, 36.77086], [-121.75056, 36.77128], [-121.75044, 36.77119], [-121.75059, 36.77105], [-121.75051, 36.7709], [-121.75078, 36.77066], [-121.75105, 36.77086]]]} | Open Access 1 | Crane Street Park | 17759 | 2094 | North County Recreation and Park District 717 | Special District 4 | Recreation/Parks District 4 | http://www.ncrpd.org | Special District 4 | 0.406 | Crane Street Park | ||
2712 | 2712 | 2711 | {"type": "Polygon", "coordinates": [[[-121.74927, 36.76152], [-121.74899, 36.76175], [-121.74889, 36.76167], [-121.74878, 36.76135], [-121.74919, 36.76127], [-121.74927, 36.76152]]]} | Open Access 1 | Cato Phillips Park | 16979 | 2094 | North County Recreation and Park District 717 | Special District 4 | Recreation/Parks District 4 | http://www.ncrpd.org | Special District 4 | 0.363 | Cato Phillips Park | ||
10307 | 10307 | 10306 | {"type": "Polygon", "coordinates": [[[-121.72963, 36.78547], [-121.72962, 36.78553], [-121.72872, 36.78627], [-121.72865, 36.78628], [-121.72807, 36.78601], [-121.72822, 36.78577], [-121.72779, 36.78557], [-121.728, 36.78528], [-121.72812, 36.78532], [-121.72824, 36.78532], [-121.72835, 36.78529], [-121.72844, 36.78523], [-121.7285, 36.78514], [-121.72863, 36.7848], [-121.72871, 36.78483], [-121.72869, 36.78491], [-121.72871, 36.78496], [-121.72874, 36.785], [-121.72886, 36.78503], [-121.72899, 36.78498], [-121.72904, 36.78499], [-121.72935, 36.78519], [-121.72948, 36.7853], [-121.72963, 36.78547]]]} | Open Access 1 | Unknown park - North County Recreation and Park District | 28650 | 2094 | North County Recreation and Park District 717 | Special District 4 | Recreation/Parks District 4 | http://www.ncrpd.org | Special District 4 | 3.411 | |||
14139 | 14139 | 14138 | {"type": "Polygon", "coordinates": [[[-121.75203, 36.76544], [-121.75137, 36.76603], [-121.75062, 36.76546], [-121.75128, 36.76489], [-121.75203, 36.76544]]]} | Restricted Access 2 | Japanese School Park | 31583 | 2094 | North County Recreation and Park District 717 | Special District 4 | Recreation/Parks District 4 | http://www.ncrpd.org | Special District 4 | 1.971 | Japanese School Park | ||
14317 | 14317 | 14316 | {"type": "Polygon", "coordinates": [[[-121.7569, 36.77289], [-121.75622, 36.77347], [-121.75458, 36.77228], [-121.75464, 36.77222], [-121.75547, 36.77222], [-121.75581, 36.77227], [-121.75598, 36.77233], [-121.75612, 36.77239], [-121.7569, 36.77289]]]} | Open Access 1 | Unnamed site - North County Recreation and Park District | 28720 | 2094 | North County Recreation and Park District 717 | Special District 4 | Recreation/Parks District 4 | http://www.ncrpd.org | Special District 4 | 3.303 | |||
15625 | 15625 | 15624 | {"type": "Polygon", "coordinates": [[[-121.75643, 36.76739], [-121.75577, 36.76798], [-121.75502, 36.76742], [-121.75568, 36.76683], [-121.75643, 36.76739]]]} | Open Access 1 | North County Recreation Center | 22816 | 2094 | North County Recreation and Park District 717 | Special District 4 | Recreation/Parks District 4 | http://www.ncrpd.org | Special District 4 | 1.985 | North County Rec. Ctr. |
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]);