units_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where ACCESS_TYP = 1, AGNCY_WEB = "http://www.wildernesslandtrust.org/" and MNG_AGENCY = 592
This data as json, copyable, CSV (advanced)
These facets timed out: MNG_AGENCY, MNG_AG_TYP, DES_TP
ACCESS_TYP 1
- Open Access · 4 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3239 | 3239 | 3238 | {"type": "MultiPolygon", "coordinates": [[[[-118.07831, 35.73372], [-118.07746, 35.73373], [-118.07736, 35.73199], [-118.07729, 35.73024], [-118.07772, 35.73024], [-118.07792, 35.73066], [-118.07842, 35.7317], [-118.0786, 35.73222], [-118.07864, 35.73276], [-118.07855, 35.73326], [-118.07831, 35.73372]]], [[[-118.08187, 35.73369], [-118.07852, 35.73372], [-118.07873, 35.73331], [-118.07883, 35.73277], [-118.07879, 35.7322], [-118.07861, 35.73165], [-118.0781, 35.73061], [-118.07794, 35.73024], [-118.08182, 35.73018], [-118.08187, 35.73369]]]]} | Open Access 1 | 29086 | Wilderness Land Trust | 27509 | 3097 | Wilderness Land Trust 603 | Non Profit 6 | Non Profit - Land Trust 10 | http://www.wildernesslandtrust.org/ | Non Governmental Organization 10 | 3097 | Wilderness Land Trust 592 | Non Profit 6 | Non Profit - Land Trust 10 | Kern 36 | 37.142 | Wilderness Land Trust | 0 | Private Conservation 16 | 2 | |
3481 | 3481 | 3480 | {"type": "Polygon", "coordinates": [[[-114.68408, 34.95295], [-114.68408, 34.95462], [-114.68316, 34.95462], [-114.68316, 34.95294], [-114.68408, 34.95295]]]} | Open Access 1 | 25849 | Wilderness Land Trust | 27509 | 3097 | Wilderness Land Trust 603 | Non Profit 6 | Non Profit - Land Trust 10 | http://www.wildernesslandtrust.org/ | Non Governmental Organization 10 | 3097 | Wilderness Land Trust 592 | Non Profit 6 | Non Profit - Land Trust 10 | San Bernardino 22 | 3.872 | Wilderness Land Trust | 0 | Private Conservation 16 | 2 | |
12261 | 12261 | 12260 | {"type": "Polygon", "coordinates": [[[-115.21546, 34.59352], [-115.21546, 34.59534], [-115.21454, 34.59534], [-115.21454, 34.59352], [-115.21546, 34.59352]]]} | Open Access 1 | 25833 | Wilderness Land Trust | 27509 | 3097 | Wilderness Land Trust 603 | Non Profit 6 | Non Profit - Land Trust 10 | http://www.wildernesslandtrust.org/ | Non Governmental Organization 10 | 3097 | Wilderness Land Trust 592 | Non Profit 6 | Non Profit - Land Trust 10 | San Bernardino 22 | 4.184 | Wilderness Land Trust | 0 | Private Conservation 16 | 2 | |
12613 | 12613 | 12612 | {"type": "MultiPolygon", "coordinates": [[[[-114.68536, 34.9602], [-114.68536, 34.96201], [-114.67984, 34.96199], [-114.67984, 34.96017], [-114.68536, 34.9602]]], [[[-114.69722, 34.96025], [-114.69718, 34.96681], [-114.69692, 34.9673], [-114.69311, 34.96729], [-114.69311, 34.96387], [-114.69293, 34.96386], [-114.69292, 34.96372], [-114.692, 34.96372], [-114.692, 34.96204], [-114.69311, 34.96204], [-114.69311, 34.96023], [-114.69722, 34.96025]]]]} | Open Access 1 | 29374 | Wilderness Land Trust | 27509 | 3097 | Wilderness Land Trust 603 | Non Profit 6 | Non Profit - Land Trust 10 | http://www.wildernesslandtrust.org/ | Non Governmental Organization 10 | 3097 | Wilderness Land Trust 592 | Non Profit 6 | Non Profit - Land Trust 10 | San Bernardino 22 | 101.893 | Wilderness Land Trust | 0 | Private Conservation 16 | 2 |
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]);