superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where AGNCY_WEB = "http://www.countyofplumas.com/" and MNG_AG_LEV = 3
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
443 | 443 | 442 | {"type": "Polygon", "coordinates": [[[-120.9568, 39.94607], [-120.95643, 39.94615], [-120.95602, 39.94605], [-120.95529, 39.94608], [-120.95422, 39.94619], [-120.9537, 39.9463], [-120.95284, 39.9463], [-120.95282, 39.94622], [-120.95074, 39.94623], [-120.95079, 39.94587], [-120.95078, 39.94557], [-120.95104, 39.94516], [-120.95129, 39.9451], [-120.95198, 39.94502], [-120.95262, 39.94503], [-120.95321, 39.94493], [-120.95392, 39.94499], [-120.95478, 39.94501], [-120.9558, 39.9451], [-120.9568, 39.94607]]]} | Open Access 1 | Gasner Park | 33499 | 362 | Plumas, County of 652 | County 3 | County Agency 3 | http://www.countyofplumas.com/ | County 3 | 14.937 | Gasner Park | ||
958 | 958 | 957 | {"type": "Polygon", "coordinates": [[[-120.91483, 39.93803], [-120.91233, 39.93808], [-120.91216, 39.93828], [-120.91089, 39.93831], [-120.91086, 39.93744], [-120.9128, 39.93744], [-120.91293, 39.93722], [-120.91325, 39.9372], [-120.91325, 39.93651], [-120.91482, 39.93651], [-120.91483, 39.93803]]]} | Open Access 1 | Quincy Skatepark | 33592 | 362 | Plumas, County of 652 | County 3 | County Agency 3 | http://www.countyofplumas.com/ | County 3 | 10.118 | Quincy Skatepark | ||
1091 | 1091 | 1090 | {"type": "Polygon", "coordinates": [[[-121.23164, 40.3103], [-121.23135, 40.31089], [-121.23114, 40.31087], [-121.23077, 40.31138], [-121.23036, 40.31128], [-121.22869, 40.31078], [-121.22893, 40.31053], [-121.22915, 40.31023], [-121.22982, 40.31053], [-121.23019, 40.31006], [-121.2305, 40.31019], [-121.23071, 40.30993], [-121.23103, 40.31009], [-121.23108, 40.31008], [-121.23122, 40.31016], [-121.23127, 40.31012], [-121.23164, 40.3103]]]} | Open Access 1 | Chester Park and Ballfields | 32850 | 362 | Plumas, County of 652 | County 3 | County Agency 3 | http://www.countyofplumas.com/ | County 3 | 5.325 | Chester Park and Ballfields | ||
13847 | 13847 | 13846 | {"type": "Polygon", "coordinates": [[[-120.93479, 40.13815], [-120.93477, 40.13868], [-120.9346, 40.13866], [-120.93442, 40.13872], [-120.93425, 40.13909], [-120.93388, 40.13918], [-120.93353, 40.13908], [-120.93183, 40.13888], [-120.93185, 40.13819], [-120.9312, 40.13818], [-120.93121, 40.13773], [-120.93479, 40.13815]]]} | Open Access 1 | Greenville Community Park | https://plumascounty.org/Parks-and-picnic-areas | 33173 | 362 | Plumas, County of 652 | County 3 | County Agency 3 | http://www.countyofplumas.com/ | County 3 | 7.465 | Greenville Community 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]);