superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
1 row where MNG_AGENCY = 921
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7526 | 7526 | 7525 | {"type": "Polygon", "coordinates": [[[-122.53356, 38.09886], [-122.5254, 38.1064], [-122.52385, 38.10609], [-122.5231, 38.10599], [-122.52262, 38.10554], [-122.52248, 38.10589], [-122.52024, 38.10565], [-122.51913, 38.10483], [-122.51863, 38.10463], [-122.51506, 38.105], [-122.51432, 38.1048], [-122.51589, 38.10354], [-122.51507, 38.10281], [-122.52095, 38.09844], [-122.52137, 38.09802], [-122.52779, 38.09313], [-122.52815, 38.09311], [-122.52832, 38.09329], [-122.52796, 38.09336], [-122.52796, 38.09339], [-122.53314, 38.0984], [-122.53316, 38.0984], [-122.53354, 38.09796], [-122.53354, 38.09884], [-122.53356, 38.09886]]]} | Restricted Access 2 | Novato Sanitation District | 22930 | 2097 | Novato Sanitary District 921 | Special District 4 | Sanitation District 19 | http://www.novatosan.com/ | Special District 4 | 303.013 | Novato Sanitation District | 1925 |
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]);