superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
1 row where ACRES = "18.435", MNG_AGENCY = 680 and MNG_AG_TYP = 10
This data as json, copyable, CSV (advanced)
MNG_AG_TYP 1
- Non Profit - Land Trust · 1 ✖
MNG_AGENCY 1
- Trinidad Coastal Land Trust · 1 ✖
ACCESS_TYP 1
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
13816 | 13816 | 13815 | {"type": "Polygon", "coordinates": [[[-124.11643, 41.03233], [-124.11537, 41.03236], [-124.11553, 41.03287], [-124.11572, 41.03287], [-124.11566, 41.03292], [-124.11567, 41.03296], [-124.11594, 41.03323], [-124.11503, 41.03408], [-124.11491, 41.0341], [-124.11473, 41.03419], [-124.11322, 41.03444], [-124.11308, 41.03445], [-124.1129, 41.03441], [-124.11286, 41.03437], [-124.1127, 41.03428], [-124.11244, 41.03421], [-124.11217, 41.03384], [-124.1122, 41.03373], [-124.11219, 41.03363], [-124.11215, 41.0335], [-124.11208, 41.03341], [-124.11203, 41.03336], [-124.11182, 41.03327], [-124.11171, 41.03319], [-124.11162, 41.03308], [-124.1117, 41.03307], [-124.11167, 41.033], [-124.11156, 41.033], [-124.11097, 41.03215], [-124.11133, 41.03215], [-124.11252, 41.03264], [-124.11253, 41.03263], [-124.11251, 41.03213], [-124.116, 41.03208], [-124.11626, 41.0322], [-124.11643, 41.03233]]]} | No Public Access 3 | Pilot Point Nature Reserve | http://trinidadcoastallandtrust.org/holdings/pilotpoint/ | 31338 | 3203 | Trinidad Coastal Land Trust 680 | Non Profit 6 | Non Profit - Land Trust 10 | http://www.trinidadcoastallandtrust.org/ | Non Governmental Organization 10 | 18.435 | Pilot Point Nature Reserve |
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]);