superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where ACCESS_TYP = 1 and MNG_AGENCY = 105
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
605 | 605 | 604 | {"type": "Polygon", "coordinates": [[[-122.16261, 37.9746], [-122.1626, 37.9801], [-122.16254, 37.98012], [-122.16252, 37.98011], [-122.16149, 37.98051], [-122.16049, 37.98141], [-122.1587, 37.98292], [-122.15833, 37.98316], [-122.15779, 37.98345], [-122.15791, 37.98902], [-122.15339, 37.98907], [-122.15338, 37.98794], [-122.15359, 37.97455], [-122.16261, 37.9746]]]} | Open Access 1 | Sky Ranch | http://www.muirheritagelandtrust.org/sky_ranch.html | 7292 | 3045 | John Muir Land Trust 105 | Non Profit 6 | Non Profit - Land Trust 10 | http://www.jmlt.org/ | Non Governmental Organization 10 | 233.645 | Sky Ranch | 1998 |
3756 | 3756 | 3755 | {"type": "Polygon", "coordinates": [[[-122.16655, 37.98899], [-122.16265, 37.98898], [-122.15791, 37.98903], [-122.15779, 37.98345], [-122.15833, 37.98316], [-122.1587, 37.98292], [-122.16049, 37.98141], [-122.16149, 37.98051], [-122.16254, 37.9801], [-122.16255, 37.98177], [-122.1665, 37.98176], [-122.16655, 37.98899]]]} | Open Access 1 | Dutra Ranch | 18325 | 3045 | John Muir Land Trust 105 | Non Profit 6 | Non Profit - Land Trust 10 | http://www.jmlt.org/ | Non Governmental Organization 10 | 152.178 | Dutra Ranch | 2004 | |
4802 | 4802 | 4801 | {"type": "Polygon", "coordinates": [[[-122.1718, 37.99251], [-122.16269, 37.99253], [-122.16267, 37.98898], [-122.16653, 37.98899], [-122.16655, 37.98895], [-122.17178, 37.98893], [-122.1718, 37.99251]]]} | Open Access 1 | Gustin | 19572 | 3045 | John Muir Land Trust 105 | Non Profit 6 | Non Profit - Land Trust 10 | http://www.jmlt.org/ | Non Governmental Organization 10 | 78.173 | Gustin | 2000 | |
14828 | 14828 | 14827 | {"type": "Polygon", "coordinates": [[[-122.0897, 37.9062], [-122.08967, 37.90933], [-122.08958, 37.90936], [-122.08957, 37.91025], [-122.08788, 37.91065], [-122.08733, 37.91063], [-122.08703, 37.90902], [-122.08705, 37.90838], [-122.08752, 37.90706], [-122.0882, 37.90623], [-122.0897, 37.9062]]]} | Open Access 1 | Acalanes Ridge Open Space | 15246 | 3045 | John Muir Land Trust 105 | Non Profit 6 | Non Profit - Land Trust 10 | http://www.jmlt.org/ | Non Governmental Organization 10 | 24.053 | Acalanes Ridge OS |
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]);