units_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
3 rows where AGNCY_TYP = 19, DES_TP = 2, MNG_AGENCY = 708 and MNG_AG_TYP = 17
This data as json, copyable, CSV (advanced)
MNG_AG_TYP 1
- Community Services District · 3 ✖
MNG_AGENCY 1
- Tamalpais Community Services District · 3 ✖
DES_TP 1
- Local Park · 3 ✖
ACCESS_TYP 1
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4136 | 4136 | 4135 | {"type": "Polygon", "coordinates": [[[-122.5342, 37.88202], [-122.53409, 37.88227], [-122.53409, 37.88227], [-122.53403, 37.88222], [-122.53403, 37.882], [-122.5342, 37.88202]]]} | Open Access 1 | 47184 | Kott Park | 30876 | 2261 | Tamalpais Community Services District 723 | Special District 4 | Community Services District 19 | http://www.tcsd.us/ | Special District 4 | 2261 | Tamalpais Community Services District 708 | Special District 4 | Community Services District 17 | Marin 23 | 0.068 | Kott Park | 0 | Local Park 2 | 4 | |
9635 | 9635 | 9634 | {"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 | 16256 | Eastwood Park | 18405 | 2261 | Tamalpais Community Services District 723 | Special District 4 | Community Services District 19 | http://www.tcsd.us/ | Special District 4 | 2261 | Tamalpais Community Services District 708 | Special District 4 | Community Services District 17 | Marin 23 | 5.015 | Eastwood Park | 0 | Local Park 2 | 4 | |
11845 | 11845 | 11844 | {"type": "Polygon", "coordinates": [[[-122.53104, 37.87812], [-122.53069, 37.87812], [-122.53071, 37.87847], [-122.53069, 37.87847], [-122.53066, 37.87812], [-122.53012, 37.87813], [-122.53019, 37.87787], [-122.52976, 37.87779], [-122.52977, 37.87776], [-122.5302, 37.87784], [-122.53024, 37.8777], [-122.53044, 37.87775], [-122.53075, 37.87793], [-122.53093, 37.87762], [-122.53095, 37.87764], [-122.53077, 37.87795], [-122.53104, 37.87812]]]} | Open Access 1 | 24248 | Kay Park | 20563 | 2261 | Tamalpais Community Services District 723 | Special District 4 | Community Services District 19 | http://www.tcsd.us/ | Special District 4 | 2261 | Tamalpais Community Services District 708 | Special District 4 | Community Services District 17 | Marin 23 | 0.614 | Kay Park | 0 | Local Park 2 | 4 |
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]);