superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where ACCESS_TYP = 2 and MNG_AGENCY = 784
This data as json, copyable, CSV (advanced)
MNG_AG_TYP 1
MNG_AGENCY 1
- San Diego River Park Foundation · 4 ✖
ACCESS_TYP 1
- Restricted Access · 4 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
193 | 193 | 192 | {"type": "Polygon", "coordinates": [[[-116.80676, 32.87373], [-116.80265, 32.87367], [-116.8023, 32.85874], [-116.80627, 32.85879], [-116.80663, 32.86644], [-116.80676, 32.87373]]]} | Restricted Access 2 | Peutz Creek Preserve | 31861 | 3206 | San Diego River Park Foundation 784 | Non Profit 6 | Non Profit - Conservation 12 | http://sandiegoriver.org/ | Non Governmental Organization 10 | 156.952 | Peutz Creek Preserve | ||
194 | 194 | 193 | {"type": "Polygon", "coordinates": [[[-116.66647, 32.96362], [-116.66615, 32.96362], [-116.66613, 32.96401], [-116.66421, 32.96406], [-116.66329, 32.96512], [-116.66112, 32.96511], [-116.6611, 32.96361], [-116.66364, 32.96362], [-116.66451, 32.96339], [-116.66476, 32.96328], [-116.66507, 32.96309], [-116.66533, 32.96298], [-116.66555, 32.963], [-116.66584, 32.96322], [-116.66599, 32.96323], [-116.66612, 32.96329], [-116.66623, 32.96337], [-116.6663, 32.96347], [-116.66644, 32.96353], [-116.66647, 32.96362]]]} | Restricted Access 2 | Boulder Creek Preserve | 31862 | 3206 | San Diego River Park Foundation 784 | Non Profit 6 | Non Profit - Conservation 12 | http://sandiegoriver.org/ | Non Governmental Organization 10 | 15.044 | Boulder Creek Preserve | ||
195 | 195 | 194 | {"type": "Polygon", "coordinates": [[[-116.6651, 33.04926], [-116.66506, 33.05292], [-116.65653, 33.05293], [-116.65227, 33.05291], [-116.65232, 33.04918], [-116.65233, 33.04202], [-116.64727, 33.04204], [-116.64767, 33.04131], [-116.64771, 33.04121], [-116.64771, 33.0411], [-116.64766, 33.04089], [-116.64766, 33.04078], [-116.6477, 33.04058], [-116.64766, 33.04037], [-116.64769, 33.04027], [-116.64776, 33.04019], [-116.64805, 33.03994], [-116.64812, 33.03986], [-116.64816, 33.03976], [-116.64815, 33.03965], [-116.64798, 33.03931], [-116.64799, 33.03924], [-116.64802, 33.03918], [-116.64825, 33.03902], [-116.6483, 33.03894], [-116.65227, 33.03896], [-116.65257, 33.03929], [-116.65264, 33.03932], [-116.65433, 33.03932], [-116.65435, 33.04021], [-116.65646, 33.04022], [-116.65649, 33.04229], [-116.66092, 33.04229], [-116.66092, 33.0459], [-116.66084, 33.04923], [-116.6651, 33.04926]]]} | Restricted Access 2 | Eagle Peak Ranch | 31863 | 3206 | San Diego River Park Foundation 784 | Non Profit 6 | Non Profit - Conservation 12 | http://sandiegoriver.org/ | Non Governmental Organization 10 | 335.505 | Eagle Peak Ranch | ||
200 | 200 | 199 | {"type": "Polygon", "coordinates": [[[-116.83991, 32.9052], [-116.83982, 32.91649], [-116.8236, 32.91642], [-116.82363, 32.90747], [-116.82362, 32.90223], [-116.83778, 32.90156], [-116.83777, 32.90524], [-116.83991, 32.9052]]]} | Restricted Access 2 | El Cajon Mountain Preserve | 31859 | 3206 | San Diego River Park Foundation 784 | Non Profit 6 | Non Profit - Conservation 12 | http://sandiegoriver.org/ | Non Governmental Organization 10 | 588.407 | El Cajon Mtn. 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]);