units_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where AGNCY_TYP = 3 and COUNTY = 57
This data as json, copyable, CSV (advanced)
Link | rowid ▼ | id | map | ACCESS_TYP | UNIT_ID | UNIT_NAME | SUID_NMA | AGNCY_ID | AGNCY_NAME | AGNCY_LEV | AGNCY_TYP | AGNCY_WEB | LAYER | MNG_AG_ID | MNG_AGENCY | MNG_AG_LEV | MNG_AG_TYP | PARK_URL | COUNTY | ACRES | LABEL_NAME | YR_EST | DES_TP | GAP_STS |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3587 | 3587 | 3586 | {"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.95283, 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 | 48773 | Gasner Park | 33499 | 362 | Plumas, County of 664 | County 3 | County Agency 3 | http://www.countyofplumas.com/ | County 3 | 362 | Plumas, County of 652 | County 3 | County Agency 3 | Plumas 57 | 14.937 | Gasner Park | 0 | Local Park 2 | 4 | |
4205 | 4205 | 4204 | {"type": "Polygon", "coordinates": [[[-120.91483, 39.93803], [-120.91232, 39.93808], [-120.91216, 39.93828], [-120.91089, 39.93831], [-120.91086, 39.93744], [-120.91281, 39.93744], [-120.91293, 39.93722], [-120.91326, 39.93721], [-120.91325, 39.93651], [-120.91482, 39.93651], [-120.91483, 39.93803]]]} | Open Access 1 | 48871 | Quincy Skatepark | 33592 | 362 | Plumas, County of 664 | County 3 | County Agency 3 | http://www.countyofplumas.com/ | County 3 | 362 | Plumas, County of 652 | County 3 | County Agency 3 | Plumas 57 | 10.115 | Quincy Skatepark | None 367 | |||
11486 | 11486 | 11485 | {"type": "Polygon", "coordinates": [[[-121.23036, 40.31128], [-121.22869, 40.31078], [-121.22893, 40.31053], [-121.22915, 40.31023], [-121.22982, 40.31054], [-121.23019, 40.31006], [-121.2305, 40.3102], [-121.23071, 40.30993], [-121.23103, 40.31009], [-121.23108, 40.31008], [-121.23123, 40.31016], [-121.23127, 40.31012], [-121.23164, 40.3103], [-121.23135, 40.31089], [-121.23114, 40.31086], [-121.23077, 40.31138], [-121.23036, 40.31128]]]} | Open Access 1 | 48187 | Chester Park and Ballfields | 32850 | 362 | Plumas, County of 664 | County 3 | County Agency 3 | http://www.countyofplumas.com/ | County 3 | 362 | Plumas, County of 652 | County 3 | County Agency 3 | Plumas 57 | 5.319 | Chester Park and Ballfields | 0 | None 1021 | ||
15018 | 15018 | 15017 | {"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.13818], [-120.9312, 40.13818], [-120.93121, 40.13773], [-120.93479, 40.13815]]]} | Open Access 1 | 48463 | Greenville Community Park | 33173 | 362 | Plumas, County of 664 | County 3 | County Agency 3 | http://www.countyofplumas.com/ | County 3 | 362 | Plumas, County of 652 | County 3 | County Agency 3 | https://plumascounty.org/Parks-and-picnic-areas | Plumas 57 | 7.462 | Greenville Community Park | 0 | Local Park 2 | 4 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE units_with_maps( id INT, map, ACCESS_TYP INT, UNIT_ID INT, UNIT_NAME TEXT, SUID_NMA INT, AGNCY_ID INT, AGNCY_NAME INT, AGNCY_LEV INT, AGNCY_TYP INT, AGNCY_WEB TEXT, LAYER INT, MNG_AG_ID INT, MNG_AGENCY INT, MNG_AG_LEV INT, MNG_AG_TYP INT, PARK_URL TEXT, COUNTY INT, ACRES REAL, LABEL_NAME TEXT, YR_EST INT, DES_TP INT, GAP_STS TEXT, FOREIGN KEY([ACCESS_TYP]) REFERENCES [ACCESS_TYP]([id]), FOREIGN KEY([AGNCY_NAME]) REFERENCES [AGNCY_NAME]([id]), FOREIGN KEY([AGNCY_LEV]) REFERENCES [AGNCY_LEV]([id]), FOREIGN KEY([AGNCY_TYP]) REFERENCES [AGNCY_TYP]([id]), FOREIGN KEY([LAYER]) REFERENCES [LAYER]([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([COUNTY]) REFERENCES [COUNTY]([id]), FOREIGN KEY([DES_TP]) REFERENCES [DES_TP]([id]) ); CREATE INDEX [idx_units_with_maps_DES_TP] ON [units_with_maps] ([DES_TP]); CREATE INDEX [idx_units_with_maps_COUNTY] ON [units_with_maps] ([COUNTY]); CREATE INDEX [idx_units_with_maps_MNG_AG_TYP] ON [units_with_maps] ([MNG_AG_TYP]); CREATE INDEX [idx_units_with_maps_MNG_AG_LEV] ON [units_with_maps] ([MNG_AG_LEV]); CREATE INDEX [idx_units_with_maps_MNG_AGENCY] ON [units_with_maps] ([MNG_AGENCY]); CREATE INDEX [idx_units_with_maps_LAYER] ON [units_with_maps] ([LAYER]); CREATE INDEX [idx_units_with_maps_AGNCY_TYP] ON [units_with_maps] ([AGNCY_TYP]); CREATE INDEX [idx_units_with_maps_AGNCY_LEV] ON [units_with_maps] ([AGNCY_LEV]); CREATE INDEX [idx_units_with_maps_AGNCY_NAME] ON [units_with_maps] ([AGNCY_NAME]); CREATE INDEX [idx_units_with_maps_ACCESS_TYP] ON [units_with_maps] ([ACCESS_TYP]);