superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
5 rows where ACCESS_TYP = 1 and AGNCY_WEB = "http://www.co.merced.ca.us/index.aspx?NID=1329"
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2737 | 2737 | 2736 | {"type": "Polygon", "coordinates": [[[-120.859, 37.04879], [-120.85833, 37.0488], [-120.85834, 37.04941], [-120.8539, 37.04946], [-120.85391, 37.04617], [-120.85899, 37.04611], [-120.859, 37.04879]]]} | Open Access 1 | Cemetery | 17012 | 2069 | Los Banos Cemetery District 355 | Special District 4 | Cemetery District 11 | http://www.co.merced.ca.us/index.aspx?NID=1329 | Special District 4 | 39.932 | Cemetery | ||
2738 | 2738 | 2737 | {"type": "Polygon", "coordinates": [[[-120.48745, 37.28615], [-120.48741, 37.28801], [-120.48736, 37.28814], [-120.48725, 37.28825], [-120.48715, 37.28826], [-120.48709, 37.28835], [-120.48474, 37.28825], [-120.48474, 37.2882], [-120.48468, 37.2882], [-120.48471, 37.28645], [-120.48561, 37.28647], [-120.48563, 37.28612], [-120.48745, 37.28615]]]} | Open Access 1 | Cemetery | 17013 | 2076 | Merced Cemetery District 908 | Special District 4 | Cemetery District 11 | http://www.co.merced.ca.us/index.aspx?NID=1329 | Special District 4 | 13.623 | Cemetery | ||
5859 | 5859 | 5858 | {"type": "Polygon", "coordinates": [[[-120.4723, 37.28882], [-120.47021, 37.29245], [-120.46974, 37.29228], [-120.46973, 37.29222], [-120.46756, 37.29221], [-120.46759, 37.28885], [-120.46978, 37.28886], [-120.4698, 37.28836], [-120.47012, 37.28837], [-120.47014, 37.28804], [-120.4702, 37.28805], [-120.4723, 37.28882]]]} | Open Access 1 | Merced Cemetery | 22159 | 2076 | Merced Cemetery District 908 | Special District 4 | Cemetery District 11 | http://www.co.merced.ca.us/index.aspx?NID=1329 | Special District 4 | 33.397 | Merced Cemetery | ||
8188 | 8188 | 8187 | {"type": "Polygon", "coordinates": [[[-120.33032, 37.236], [-120.329, 37.236], [-120.32896, 37.23284], [-120.32958, 37.23283], [-120.3296, 37.23288], [-120.33029, 37.23288], [-120.33032, 37.236]]]} | Open Access 1 | Plainsburg Cemetery | 23766 | 2111 | Plainsburg Cemetery District 499 | Special District 4 | Cemetery District 11 | http://www.co.merced.ca.us/index.aspx?NID=1329 | Special District 4 | 10.119 | Plainsburg Cemetery | ||
11345 | 11345 | 11344 | {"type": "Polygon", "coordinates": [[[-120.63123, 37.3803], [-120.62726, 37.38031], [-120.6272, 37.38206], [-120.62483, 37.38206], [-120.62482, 37.38031], [-120.62279, 37.38031], [-120.62281, 37.3785], [-120.62812, 37.37849], [-120.63036, 37.37943], [-120.63093, 37.37997], [-120.63123, 37.3803]]]} | Open Access 1 | Winton Cemetery | 27657 | 2183 | Winton Cemetery District 912 | Special District 4 | Cemetery District 11 | http://www.co.merced.ca.us/index.aspx?NID=1329 | Special District 4 | 41.94 | Winton Cemetery |
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]);