superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
3 rows where MNG_AG_TYP = 2 and PARK_URL = "http://www.nationalcityca.gov/government/community-services/facilities"
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
21 | 21 | 20 | {"type": "Polygon", "coordinates": [[[-117.05925, 32.66148], [-117.05861, 32.66201], [-117.05845, 32.66216], [-117.05834, 32.6623], [-117.05743, 32.66206], [-117.05743, 32.66198], [-117.05862, 32.66127], [-117.05925, 32.66148]]]} | Open Access 1 | Sweetwater Heights Park | http://www.nationalcityca.gov/government/community-services/facilities | 31841 | 1219 | National City, City of 49 | City 2 | City Agency 2 | http://www.ci.national-city.ca.us/index.aspx?page=152 | City 2 | 2.268 | Sweetwater Heights Park | |
124 | 124 | 123 | {"type": "Polygon", "coordinates": [[[-117.10708, 32.66324], [-117.10647, 32.66342], [-117.10689, 32.66448], [-117.10651, 32.66459], [-117.10666, 32.665], [-117.10617, 32.66514], [-117.1063, 32.66549], [-117.10541, 32.66574], [-117.10527, 32.66536], [-117.10579, 32.66424], [-117.1063, 32.663], [-117.10681, 32.66258], [-117.10708, 32.66324]]]} | Open Access 1 | Paradise Creek Educational Park | http://www.nationalcityca.gov/government/community-services/facilities | 31842 | 1219 | National City, City of 49 | City 2 | City Agency 2 | http://www.ci.national-city.ca.us/index.aspx?page=152 | City 2 | 6.15 | Paradise Creek Educational Park | |
156 | 156 | 155 | {"type": "Polygon", "coordinates": [[[-117.08492, 32.67018], [-117.08441, 32.67041], [-117.08447, 32.67064], [-117.08269, 32.67114], [-117.08246, 32.67052], [-117.08213, 32.66991], [-117.08195, 32.66942], [-117.08191, 32.66941], [-117.08161, 32.66862], [-117.08164, 32.6686], [-117.08155, 32.66834], [-117.08336, 32.66784], [-117.08337, 32.66783], [-117.08329, 32.66763], [-117.08372, 32.6675], [-117.08384, 32.66761], [-117.08404, 32.66769], [-117.08422, 32.66784], [-117.08443, 32.66849], [-117.08427, 32.66906], [-117.08482, 32.66984], [-117.08489, 32.67002], [-117.08492, 32.67018]]]} | Open Access 1 | Las Palmas Park | http://www.nationalcityca.gov/government/community-services/facilities | 31839 | 1219 | National City, City of 49 | City 2 | City Agency 2 | http://www.ci.national-city.ca.us/index.aspx?page=152 | City 2 | 19.248 | Las Palmas 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]);