superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where MNG_AGENCY = 708
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3818 | 3818 | 3817 | {"type": "Polygon", "coordinates": [[[-122.54672, 37.88164], [-122.54632, 37.88222], [-122.54589, 37.88254], [-122.54547, 37.88191], [-122.54505, 37.88169], [-122.54439, 37.88158], [-122.54375, 37.88128], [-122.54384, 37.88108], [-122.54411, 37.88099], [-122.54487, 37.88104], [-122.54549, 37.88137], [-122.54632, 37.88105], [-122.54637, 37.88107], [-122.54665, 37.88126], [-122.54672, 37.88164]]]} | Open Access 1 | Eastwood Park | 18405 | 2261 | Tamalpais Community Services District 708 | Special District 4 | Community Services District 17 | http://www.tcsd.us/ | Special District 4 | 5.017 | Eastwood Park | ||
4971 | 4971 | 4970 | {"type": "Polygon", "coordinates": [[[-122.53081, 37.88398], [-122.53063, 37.8842], [-122.53031, 37.88412], [-122.53022, 37.88447], [-122.53029, 37.88472], [-122.53028, 37.88478], [-122.53016, 37.88481], [-122.53018, 37.88471], [-122.53011, 37.88451], [-122.53018, 37.88407], [-122.52967, 37.88368], [-122.52953, 37.88365], [-122.52934, 37.88336], [-122.52941, 37.8832], [-122.52947, 37.88318], [-122.52956, 37.8833], [-122.52963, 37.88332], [-122.5297, 37.88329], [-122.52971, 37.88325], [-122.5297, 37.88322], [-122.52998, 37.88307], [-122.53035, 37.88305], [-122.53078, 37.88313], [-122.53081, 37.88398]]]} | Open Access 1 | Hawk Hill | 19744 | 2261 | Tamalpais Community Services District 708 | Special District 4 | Community Services District 17 | http://www.tcsd.us/ | Special District 4 | 2.923 | Hawk Hill | ||
5666 | 5666 | 5665 | {"type": "Polygon", "coordinates": [[[-122.53104, 37.87812], [-122.5307, 37.87812], [-122.53071, 37.87847], [-122.53069, 37.87847], [-122.53066, 37.87812], [-122.53012, 37.87813], [-122.53018, 37.87787], [-122.52976, 37.87779], [-122.52977, 37.87776], [-122.53019, 37.87783], [-122.53024, 37.8777], [-122.53044, 37.87775], [-122.53075, 37.87793], [-122.53093, 37.87762], [-122.53095, 37.87764], [-122.53078, 37.87795], [-122.53104, 37.87812]]]} | Open Access 1 | Kay Park | 20563 | 2261 | Tamalpais Community Services District 708 | Special District 4 | Community Services District 17 | http://www.tcsd.us/ | Special District 4 | 0.628 | Kay Park | ||
13464 | 13464 | 13463 | {"type": "Polygon", "coordinates": [[[-122.5342, 37.88202], [-122.53409, 37.88226], [-122.53409, 37.88227], [-122.53403, 37.88222], [-122.53403, 37.882], [-122.5342, 37.88202]]]} | Open Access 1 | Kott Park | 30876 | 2261 | Tamalpais Community Services District 708 | Special District 4 | Community Services District 17 | http://www.tcsd.us/ | Special District 4 | 0.068 | Kott Park |
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]);