superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
3 rows where MNG_AGENCY = 337 and MNG_AG_TYP = 10
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8681 | 8681 | 8680 | {"type": "Polygon", "coordinates": [[[-117.5581, 34.18262], [-117.55072, 34.18265], [-117.5507, 34.17938], [-117.55806, 34.1794], [-117.5581, 34.18262]]]} | Open Access 1 | Richland Mitigation | 24337 | 3089 | The Habitat Trust 337 | Non Profit 6 | Non Profit - Land Trust 10 | Non Governmental Organization 10 | 60.51 | Richland Mitigation | |||
10312 | 10312 | 10311 | {"type": "Polygon", "coordinates": [[[-117.52786, 34.18516], [-117.52364, 34.18461], [-117.51494, 34.18561], [-117.51478, 34.17839], [-117.52347, 34.17743], [-117.52784, 34.17794], [-117.52786, 34.18516]]]} | Open Access 1 | The Habitat Trust Nature Sanctuaries | 26283 | 3089 | The Habitat Trust 337 | Non Profit 6 | Non Profit - Land Trust 10 | Non Governmental Organization 10 | 236.537 | The Habitat Trust Nature Sanctuaries | |||
14297 | 14297 | 14296 | {"type": "Polygon", "coordinates": [[[-117.51483, 34.17196], [-117.51477, 34.17839], [-117.51026, 34.17888], [-117.51022, 34.17196], [-117.51483, 34.17196]]]} | Unknown Access 4 | Unnamed site - The Habitat Trust | 28671 | 3089 | The Habitat Trust 337 | Non Profit 6 | Non Profit - Land Trust 10 | Non Governmental Organization 10 | 76.969 |
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]);