superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
3 rows where ACCESS_TYP = 1, MNG_AGENCY = 654 and MNG_AG_TYP = 10
This data as json, copyable, CSV (advanced)
These facets timed out: MNG_AGENCY, MNG_AG_TYP
ACCESS_TYP 1
- Open Access · 3 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
10985 | 10985 | 10984 | {"type": "Polygon", "coordinates": [[[-119.22688, 38.15932], [-119.22687, 38.16295], [-119.22229, 38.16294], [-119.22229, 38.15932], [-119.22688, 38.15932]]]} | Open Access 1 | Green Creek Powerhouse Preserve | https://www.eslt.org/completed-projects/completed-projects-map/ | 33205 | 3103 | Eastern Sierra Land Trust 654 | Non Profit 6 | Non Profit - Land Trust 10 | http://www.easternsierralandtrust.org/ | Non Governmental Organization 10 | 39.944 | Green Creek Powerhouse Preserve | |
10986 | 10986 | 10985 | {"type": "Polygon", "coordinates": [[[-118.63378, 37.49575], [-118.63374, 37.4996], [-118.63337, 37.49931], [-118.63208, 37.49912], [-118.63146, 37.49936], [-118.63148, 37.49576], [-118.62698, 37.49577], [-118.62699, 37.49216], [-118.63151, 37.49216], [-118.63149, 37.49575], [-118.63378, 37.49575]]]} | Open Access 1 | Swall Wildlife Preserve | https://www.eslt.org/completed-projects/completed-projects-map/ | 33206 | 3103 | Eastern Sierra Land Trust 654 | Non Profit 6 | Non Profit - Land Trust 10 | http://www.easternsierralandtrust.org/ | Non Governmental Organization 10 | 59.048 | Swall Wildlife Preserve | |
12045 | 12045 | 12044 | {"type": "MultiPolygon", "coordinates": [[[[-118.58052, 37.84012], [-118.57606, 37.84015], [-118.57567, 37.82194], [-118.57112, 37.82196], [-118.57087, 37.81019], [-118.57542, 37.81011], [-118.57543, 37.80915], [-118.57539, 37.80648], [-118.57728, 37.80645], [-118.58002, 37.81184], [-118.58018, 37.81965], [-118.58017, 37.81971], [-118.58023, 37.82197], [-118.58024, 37.82202], [-118.58026, 37.82374], [-118.58029, 37.82428], [-118.58028, 37.82434], [-118.58052, 37.84012]]], [[[-118.58455, 37.80995], [-118.58, 37.81004], [-118.58, 37.811], [-118.57989, 37.811], [-118.57758, 37.80645], [-118.58451, 37.80632], [-118.58455, 37.80995]]]]} | Open Access 1 | Black Lake Preserve | https://www.eslt.org/completed-projects/completed-projects-map/ | 33204 | 3103 | Eastern Sierra Land Trust 654 | Non Profit 6 | Non Profit - Land Trust 10 | http://www.easternsierralandtrust.org/ | Non Governmental Organization 10 | 535.079 | Black Lake Preserve |
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]);