superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
8 rows where MNG_AGENCY = 324
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
428 | 428 | 427 | {"type": "Polygon", "coordinates": [[[-121.69479, 38.17202], [-121.69429, 38.17241], [-121.69389, 38.1722], [-121.69389, 38.17216], [-121.69406, 38.17166], [-121.69414, 38.17158], [-121.69421, 38.17156], [-121.69429, 38.1716], [-121.69479, 38.17202]]]} | Open Access 1 | Homecoming Park | https://www.riovistacity.com/homecoming-park/ | 33492 | 1276 | Rio Vista, City of 324 | City 2 | City Agency 2 | http://riovistacity.com/parks-dept/ | City 2 | 1.044 | Homecoming Park | |
2312 | 2312 | 2311 | {"type": "Polygon", "coordinates": [[[-121.69786, 38.16039], [-121.69725, 38.16089], [-121.69655, 38.1603], [-121.69714, 38.15978], [-121.69786, 38.16039]]]} | Open Access 1 | Brunavista Park | 16450 | 1276 | Rio Vista, City of 324 | City 2 | City Agency 2 | http://riovistacity.com/parks-dept/ | City 2 | 1.735 | Brunavista Park | ||
2714 | 2714 | 2713 | {"type": "Polygon", "coordinates": [[[-121.70163, 38.16458], [-121.70079, 38.16524], [-121.69974, 38.16441], [-121.69925, 38.16476], [-121.69829, 38.16404], [-121.69956, 38.16294], [-121.70163, 38.16458]]]} | Open Access 1 | Cemetery | 17008 | 1276 | Rio Vista, City of 324 | City 2 | City Agency 2 | http://riovistacity.com/parks-dept/ | City 2 | 8.299 | Cemetery | ||
3342 | 3342 | 3341 | {"type": "Polygon", "coordinates": [[[-121.68802, 38.15957], [-121.68737, 38.16052], [-121.68654, 38.16013], [-121.68724, 38.15917], [-121.68802, 38.15957]]]} | Open Access 1 | Fishing Access Park | 18925 | 1276 | Rio Vista, City of 324 | City 2 | City Agency 2 | http://riovistacity.com/parks-dept/ | City 2 | 2.495 | FA Park | ||
3710 | 3710 | 3709 | {"type": "Polygon", "coordinates": [[[-121.70403, 38.16057], [-121.70376, 38.16078], [-121.70282, 38.16005], [-121.70309, 38.15983], [-121.70403, 38.16057]]]} | Open Access 1 | Drouin Park | 18275 | 1276 | Rio Vista, City of 324 | City 2 | City Agency 2 | http://riovistacity.com/parks-dept/ | City 2 | 0.955 | Drouin Park | ||
3871 | 3871 | 3870 | {"type": "MultiPolygon", "coordinates": [[[[-121.68811, 38.16638], [-121.68698, 38.16787], [-121.68549, 38.16698], [-121.68678, 38.16568], [-121.68811, 38.16638]]], [[[-121.68889, 38.16495], [-121.68802, 38.16593], [-121.68697, 38.16507], [-121.68672, 38.16489], [-121.68773, 38.16406], [-121.68889, 38.16495]]]]} | Open Access 1 | Egbert Field | 18465 | 1276 | Rio Vista, City of 324 | City 2 | City Agency 2 | http://riovistacity.com/parks-dept/ | City 2 | 11.868 | Egbert Field | ||
8699 | 8699 | 8698 | {"type": "Polygon", "coordinates": [[[-121.69462, 38.15653], [-121.694, 38.15702], [-121.69336, 38.15651], [-121.69397, 38.15601], [-121.69462, 38.15653]]]} | Open Access 1 | Rio Vista Park | 24389 | 1276 | Rio Vista, City of 324 | City 2 | City Agency 2 | http://riovistacity.com/parks-dept/ | City 2 | 1.515 | Rio Vista Park | ||
13043 | 13043 | 13042 | {"type": "Polygon", "coordinates": [[[-121.69947, 38.16059], [-121.69822, 38.1616], [-121.69725, 38.16089], [-121.69786, 38.16039], [-121.69803, 38.16032], [-121.69864, 38.15988], [-121.69947, 38.16059]]]} | Open Access 1 | St. Joseph Cemetery | 31581 | 1276 | Rio Vista, City of 324 | City 2 | City Agency 2 | http://riovistacity.com/parks-dept/ | City 2 | 4.479 | St. Joseph 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]);