units_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where ACCESS_TYP = 2, MNG_AGENCY = 784 and MNG_AG_TYP = 12
This data as json, copyable, CSV (advanced)
MNG_AG_TYP 1
- Non Profit - Conservation · 4 ✖
MNG_AGENCY 1
- San Diego River Park Foundation · 4 ✖
DES_TP 1
ACCESS_TYP 1
- Restricted 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5393 | 5393 | 5392 | {"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 | 47898 | Peutz Creek Preserve | 31861 | 3206 | San Diego River Park Foundation 804 | Non Profit 6 | Non Profit - Conservation 12 | http://sandiegoriver.org/ | Non Governmental Organization 10 | 3206 | San Diego River Park Foundation 784 | Non Profit 6 | Non Profit - Conservation 12 | San Diego 4 | 156.957 | Peutz Creek Preserve | 0 | Private Conservation 16 | 2 | |
5394 | 5394 | 5393 | {"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 | 47899 | Boulder Creek Preserve | 31862 | 3206 | San Diego River Park Foundation 804 | Non Profit 6 | Non Profit - Conservation 12 | http://sandiegoriver.org/ | Non Governmental Organization 10 | 3206 | San Diego River Park Foundation 784 | Non Profit 6 | Non Profit - Conservation 12 | San Diego 4 | 15.037 | Boulder Creek Preserve | 0 | Private Conservation 16 | 2 | |
5395 | 5395 | 5394 | {"type": "Polygon", "coordinates": [[[-116.66092, 33.0459], [-116.66084, 33.04923], [-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.65434, 33.04021], [-116.65646, 33.04022], [-116.65648, 33.04229], [-116.66092, 33.04229], [-116.66092, 33.0459]]]} | Restricted Access 2 | 47900 | Eagle Peak Ranch | 31863 | 3206 | San Diego River Park Foundation 804 | Non Profit 6 | Non Profit - Conservation 12 | http://sandiegoriver.org/ | Non Governmental Organization 10 | 3206 | San Diego River Park Foundation 784 | Non Profit 6 | Non Profit - Conservation 12 | San Diego 4 | 335.398 | Eagle Peak Ranch | 0 | Private Conservation 16 | 2 | |
5890 | 5890 | 5889 | {"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 | 46780 | El Cajon Mountain Preserve | 31859 | 3206 | San Diego River Park Foundation 804 | Non Profit 6 | Non Profit - Conservation 12 | http://sandiegoriver.org/ | Non Governmental Organization 10 | 3206 | San Diego River Park Foundation 784 | Non Profit 6 | Non Profit - Conservation 12 | San Diego 4 | 588.392 | El Cajon Mtn. Preserve | 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]);