superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
3 rows where MNG_AGENCY = 614
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9473 | 9473 | 9472 | {"type": "Polygon", "coordinates": [[[-120.03475, 39.23713], [-120.03474, 39.23761], [-120.03372, 39.23746], [-120.0337, 39.23752], [-120.03184, 39.23717], [-120.03128, 39.23711], [-120.03013, 39.23705], [-120.02969, 39.23699], [-120.0297, 39.23614], [-120.03008, 39.23624], [-120.03036, 39.23635], [-120.03066, 39.23644], [-120.03163, 39.23669], [-120.0319, 39.23672], [-120.03226, 39.23667], [-120.03256, 39.23669], [-120.0329, 39.23677], [-120.03475, 39.23713]]]} | Open Access 1 | Secline Beach | 25276 | 2246 | North Tahoe Public Utilities District 614 | Special District 4 | Water District 13 | http://www.ntpud.org/ | Special District 4 | 7.066 | Secline Beach | ||
15099 | 15099 | 15098 | {"type": "Polygon", "coordinates": [[[-120.05729, 39.24573], [-120.05707, 39.24632], [-120.05712, 39.25055], [-120.05712, 39.25188], [-120.04873, 39.25194], [-120.04873, 39.25023], [-120.04876, 39.24765], [-120.05077, 39.24765], [-120.05078, 39.24697], [-120.05075, 39.24696], [-120.05077, 39.24672], [-120.05076, 39.24636], [-120.05186, 39.24607], [-120.05181, 39.2468], [-120.05157, 39.24719], [-120.05146, 39.24716], [-120.05127, 39.24726], [-120.05098, 39.24739], [-120.05134, 39.24797], [-120.05232, 39.24762], [-120.05228, 39.24729], [-120.05203, 39.24713], [-120.05181, 39.24726], [-120.0517, 39.24723], [-120.05194, 39.24683], [-120.05201, 39.24603], [-120.05249, 39.24591], [-120.0525, 39.24586], [-120.05324, 39.24586], [-120.05324, 39.24642], [-120.05336, 39.24643], [-120.05337, 39.24642], [-120.05338, 39.24586], [-120.05464, 39.24586], [-120.05729, 39.24573]]]} | Open Access 1 | North Tahoe Regional Park | https://northtahoeparks.com/north-tahoe-regional-park | 22861 | 2246 | North Tahoe Public Utilities District 614 | Special District 4 | Water District 13 | http://www.ntpud.org/ | Special District 4 | 108.372 | North Tahoe RP | |
15436 | 15436 | 15435 | {"type": "Polygon", "coordinates": [[[-120.048, 39.2394], [-120.0475, 39.23937], [-120.04744, 39.2393], [-120.04741, 39.23912], [-120.04744, 39.23907], [-120.04793, 39.23907], [-120.04799, 39.23915], [-120.048, 39.2394]]]} | Open Access 1 | Tahoe Vista Recreation Area | http://northtahoeparks.com/beaches | 30867 | 2246 | North Tahoe Public Utilities District 614 | Special District 4 | Water District 13 | http://www.ntpud.org/ | Special District 4 | 0.408 | Tahoe Vista Rec. Area |
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]);