superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
3 rows where ACCESS_TYP = 2, MNG_AGENCY = 388 and MNG_AG_TYP = 4
This data as json, copyable, CSV (advanced)
MNG_AG_TYP 1
- Recreation/Parks District · 3 ✖
MNG_AGENCY 1
- Livermore Area Recreation and Park District · 3 ✖
ACCESS_TYP 1
- Restricted 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2306 | 2306 | 2305 | {"type": "Polygon", "coordinates": [[[-121.71024, 37.76663], [-121.7079, 37.77415], [-121.70861, 37.775], [-121.70249, 37.77597], [-121.70061, 37.77821], [-121.69776, 37.77918], [-121.69744, 37.77836], [-121.69734, 37.77804], [-121.69726, 37.77786], [-121.69712, 37.77763], [-121.69695, 37.77741], [-121.69671, 37.77718], [-121.69644, 37.77698], [-121.69613, 37.77681], [-121.69552, 37.77656], [-121.69534, 37.77644], [-121.69521, 37.7763], [-121.6951, 37.77608], [-121.69506, 37.77588], [-121.69507, 37.77573], [-121.69515, 37.77546], [-121.69044, 37.77473], [-121.69018, 37.77434], [-121.68764, 37.77437], [-121.68661, 37.77396], [-121.68596, 37.77339], [-121.68504, 37.77299], [-121.68445, 37.77171], [-121.68609, 37.77064], [-121.68392, 37.76844], [-121.68359, 37.76766], [-121.68331, 37.76642], [-121.69247, 37.76646], [-121.69339, 37.76714], [-121.69336, 37.76799], [-121.69716, 37.76913], [-121.69886, 37.76921], [-121.69887, 37.7692], [-121.69888, 37.7665], [-121.71024, 37.76663]]]} | Restricted Access 2 | Brushy Peak | 16455 | 2062 | Livermore Area Recreation and Park District 388 | Special District 4 | Recreation/Parks District 4 | http://www.larpd.dst.ca.us/ | Special District 4 | 513.51 | Brushy Peak | ||
2310 | 2310 | 2309 | {"type": "Polygon", "coordinates": [[[-121.71059, 37.74507], [-121.71056, 37.74523], [-121.70849, 37.74993], [-121.70578, 37.74938], [-121.70493, 37.74973], [-121.70362, 37.75092], [-121.70222, 37.75251], [-121.70046, 37.75422], [-121.70019, 37.75511], [-121.69957, 37.75587], [-121.69902, 37.75662], [-121.69754, 37.75853], [-121.69725, 37.75852], [-121.69788, 37.75754], [-121.6986, 37.75645], [-121.69922, 37.75567], [-121.69983, 37.75501], [-121.70016, 37.75397], [-121.70184, 37.75238], [-121.70256, 37.75161], [-121.70307, 37.75083], [-121.70471, 37.74935], [-121.70584, 37.74899], [-121.70831, 37.74962], [-121.71036, 37.74507], [-121.71059, 37.74507]]]} | Restricted Access 2 | Brushy Peak Regional Preserve | 16456 | 2062 | Livermore Area Recreation and Park District 388 | Special District 4 | Recreation/Parks District 4 | http://www.larpd.dst.ca.us/ | Special District 4 | 17.32 | Brushy Peak RPr | 2005 | |
8559 | 8559 | 8558 | {"type": "Polygon", "coordinates": [[[-121.77192, 37.65198], [-121.77207, 37.65215], [-121.77213, 37.65227], [-121.77217, 37.65245], [-121.77216, 37.65261], [-121.77211, 37.65276], [-121.77203, 37.65288], [-121.77193, 37.653], [-121.77174, 37.65313], [-121.77139, 37.65284], [-121.77068, 37.65348], [-121.77003, 37.65337], [-121.76837, 37.65337], [-121.76838, 37.64984], [-121.77159, 37.64981], [-121.7701, 37.65039], [-121.77009, 37.65089], [-121.77077, 37.65131], [-121.77152, 37.65218], [-121.77192, 37.65198]]]} | Restricted Access 2 | Ravenswood Historic Site | 24199 | 2062 | Livermore Area Recreation and Park District 388 | Special District 4 | Recreation/Parks District 4 | http://www.larpd.dst.ca.us/ | Special District 4 | 23.347 | Ravenswood Historic Site |
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]);