superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
6 rows where MNG_AGENCY = 573 and MNG_AG_TYP = 2
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2078 | 2078 | 2077 | {"type": "Polygon", "coordinates": [[[-121.96146, 38.52577], [-121.96112, 38.52656], [-121.96108, 38.5266], [-121.96103, 38.5266], [-121.96099, 38.52657], [-121.96093, 38.5265], [-121.96036, 38.52551], [-121.96036, 38.52549], [-121.96109, 38.52524], [-121.96135, 38.52567], [-121.96146, 38.52577]]]} | Open Access 1 | Blue Oak Park | 16181 | 1675 | Winters, City of 573 | City 2 | City Agency 2 | http://www.cityofwinters.org/recreation/recreation_gen.htm | City 2 | 1.931 | Blue Oak Park | ||
6416 | 6416 | 6415 | {"type": "Polygon", "coordinates": [[[-121.96867, 38.52179], [-121.96798, 38.52203], [-121.9678, 38.52173], [-121.9681, 38.52164], [-121.96816, 38.52172], [-121.96856, 38.52158], [-121.96867, 38.52179]]]} | Open Access 1 | Rotary Park | http://www.cityofwinters.org/parks-and-recreation/ | 33644 | 1675 | Winters, City of 573 | City 2 | City Agency 2 | http://www.cityofwinters.org/recreation/recreation_gen.htm | City 2 | 0.498 | Rotary Park | |
7745 | 7745 | 7744 | {"type": "Polygon", "coordinates": [[[-121.96931, 38.53013], [-121.96754, 38.53015], [-121.96753, 38.52884], [-121.96919, 38.52883], [-121.96921, 38.52959], [-121.96923, 38.52973], [-121.96928, 38.52987], [-121.96931, 38.53013]]]} | Open Access 1 | Orchard Village Park | 23196 | 1675 | Winters, City of 573 | City 2 | City Agency 2 | http://www.cityofwinters.org/recreation/recreation_gen.htm | City 2 | 5.282 | Orchard Village Park | ||
8432 | 8432 | 8431 | {"type": "MultiPolygon", "coordinates": [[[[-121.96763, 38.52098], [-121.96701, 38.5212], [-121.96672, 38.5215], [-121.96547, 38.5215], [-121.96632, 38.52116], [-121.96658, 38.52098], [-121.96684, 38.52075], [-121.9673, 38.52038], [-121.96763, 38.52098]]], [[[-121.9695, 38.51971], [-121.96831, 38.52051], [-121.96825, 38.52043], [-121.96813, 38.52047], [-121.96786, 38.52001], [-121.96813, 38.51983], [-121.9683, 38.51977], [-121.9687, 38.51958], [-121.96895, 38.51938], [-121.96913, 38.5192], [-121.9695, 38.51971]]]]} | Open Access 1 | Putah Creek | 24032 | 1675 | Winters, City of 573 | City 2 | City Agency 2 | http://www.cityofwinters.org/recreation/recreation_gen.htm | City 2 | 4.189 | Putah Creek | ||
10618 | 10618 | 10617 | {"type": "Polygon", "coordinates": [[[-121.98953, 38.51988], [-121.98902, 38.51991], [-121.98831, 38.52006], [-121.98817, 38.51938], [-121.98953, 38.51887], [-121.98953, 38.51988]]]} | Open Access 1 | Valley Oak Park | 26793 | 1675 | Winters, City of 573 | City 2 | City Agency 2 | http://www.cityofwinters.org/recreation/recreation_gen.htm | City 2 | 2.587 | Valley Oak Park | ||
11343 | 11343 | 11342 | {"type": "Polygon", "coordinates": [[[-121.97688, 38.51984], [-121.97524, 38.52043], [-121.97486, 38.51977], [-121.97649, 38.51918], [-121.97669, 38.51951], [-121.97633, 38.51964], [-121.97632, 38.51966], [-121.97635, 38.51968], [-121.97671, 38.51955], [-121.97688, 38.51984]]]} | Open Access 1 | Winters holding 1 | 27655 | 1675 | Winters, City of 573 | City 2 | City Agency 2 | http://www.cityofwinters.org/recreation/recreation_gen.htm | City 2 | 3.09 | Winters holding 1 |
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]);