superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
2 rows where MNG_AG_TYP = 5 and PARK_URL = "https://ucnrs.org/reserves/sweeney-granite-mountains-desert-center/"
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
12039 | 12039 | 12038 | {"type": "MultiPolygon", "coordinates": [[[[-114.90774, 34.85644], [-114.90461, 34.85604], [-114.90346, 34.85573], [-114.90258, 34.85583], [-114.90153, 34.85572], [-114.90254, 34.85504], [-114.90224, 34.85472], [-114.90085, 34.85565], [-114.89158, 34.85468], [-114.89085, 34.85463], [-114.89015, 34.85461], [-114.89013, 34.85125], [-114.90774, 34.85117], [-114.90774, 34.85644]]], [[[-114.90778, 34.86591], [-114.89037, 34.86587], [-114.89049, 34.85865], [-114.89049, 34.85571], [-114.89099, 34.85574], [-114.89166, 34.85579], [-114.90775, 34.85743], [-114.90778, 34.86591]]]]} | Restricted Access 2 | Sacramento Mountains Reserve | https://ucnrs.org/reserves/sweeney-granite-mountains-desert-center/ | 33202 | 217 | University of California 51 | State 5 | State Agency 5 | http://nrs.ucop.edu/ | Other State 5 | 590.84 | Sacramento Mtns. Reserve | |
12042 | 12042 | 12041 | {"type": "Polygon", "coordinates": [[[-115.21541, 34.6224], [-115.21541, 34.62603], [-115.21449, 34.62606], [-115.21449, 34.62783], [-115.2154, 34.62784], [-115.21539, 34.62965], [-115.2066, 34.62967], [-115.20652, 34.62435], [-115.20243, 34.62437], [-115.20241, 34.62618], [-115.19801, 34.62619], [-115.19803, 34.62256], [-115.20241, 34.62255], [-115.20243, 34.61893], [-115.20462, 34.61892], [-115.20462, 34.61711], [-115.20682, 34.61711], [-115.20683, 34.62255], [-115.21541, 34.6224]]]} | Restricted Access 2 | Old Women Mountains | https://ucnrs.org/reserves/sweeney-granite-mountains-desert-center/ | 33203 | 217 | University of California 51 | State 5 | State Agency 5 | http://nrs.ucop.edu/ | Other State 5 | 264.752 | Old Women Mtns. |
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]);