superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
1 row where LABEL_NAME = "Houda Point/Camel Rock Beach Park", 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
13817 | 13817 | 13816 | {"type": "Polygon", "coordinates": [[[-124.11965, 41.03876], [-124.11891, 41.0388], [-124.11852, 41.0388], [-124.11838, 41.03833], [-124.11834, 41.03786], [-124.11845, 41.03761], [-124.1185, 41.0374], [-124.11848, 41.03711], [-124.11845, 41.03703], [-124.11803, 41.03637], [-124.11803, 41.03607], [-124.11812, 41.03579], [-124.11835, 41.03581], [-124.11849, 41.03571], [-124.1189, 41.0358], [-124.11916, 41.03613], [-124.11919, 41.03682], [-124.11911, 41.0371], [-124.11907, 41.03794], [-124.11913, 41.03827], [-124.11933, 41.03852], [-124.11965, 41.03876]]]} | Open Access 1 | Houda Point/Camel Rock Beach Park | http://trinidadcoastallandtrust.org/holdings/houdapoint/ | 31339 | 3203 | Trinidad Coastal Land Trust 680 | Non Profit 6 | Non Profit - Land Trust 10 | http://www.trinidadcoastallandtrust.org/ | Non Governmental Organization 10 | 5.878 | Houda Point/Camel Rock Beach 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]);