superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where MNG_AGENCY = 440 and MNG_AG_TYP = 2
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1561 | 1561 | 1560 | {"type": "Polygon", "coordinates": [[[-118.16991, 34.01275], [-118.16905, 34.01445], [-118.16867, 34.01434], [-118.1683, 34.01421], [-118.16674, 34.01352], [-118.16772, 34.01199], [-118.16991, 34.01275]]]} | Open Access 1 | Bristow Park | http://www.ci.commerce.ca.us/Facilities/Facility/Details/Bristow-Park-2 | 16402 | 1064 | Commerce, City of 440 | City 2 | City Agency 2 | http://www.ci.commerce.ca.us/index.aspx?NID=89 | City 2 | 11.331 | Bristow Park | 0 |
1685 | 1685 | 1684 | {"type": "Polygon", "coordinates": [[[-118.1721, 34.00777], [-118.17209, 34.00796], [-118.17031, 34.00817], [-118.17023, 34.00775], [-118.17036, 34.00773], [-118.17045, 34.00767], [-118.17082, 34.00694], [-118.17115, 34.00706], [-118.17115, 34.00712], [-118.17195, 34.00719], [-118.17186, 34.00775], [-118.1721, 34.00777]]]} | Open Access 1 | Bandini Park | http://www.ci.commerce.ca.us/facilities/facility/details/Bandini-Park--Batres-Community-Center-1 | 15795 | 1064 | Commerce, City of 440 | City 2 | City Agency 2 | http://www.ci.commerce.ca.us/index.aspx?NID=89 | City 2 | 3.656 | Bandini Park | |
10812 | 10812 | 10811 | {"type": "Polygon", "coordinates": [[[-118.12812, 33.9721], [-118.12762, 33.97226], [-118.12695, 33.97265], [-118.12686, 33.97267], [-118.12682, 33.97265], [-118.12583, 33.9737], [-118.12486, 33.97204], [-118.12649, 33.97131], [-118.12717, 33.97122], [-118.12812, 33.9721]]]} | Open Access 1 | Veterans Memorial Park | http://www.ci.commerce.ca.us/facilities/Facility/Details/4 | 27027 | 1064 | Commerce, City of 440 | City 2 | City Agency 2 | http://www.ci.commerce.ca.us/index.aspx?NID=89 | City 2 | 9.726 | Veterans Memorial Park | |
12752 | 12752 | 12751 | {"type": "Polygon", "coordinates": [[[-118.15683, 34.00144], [-118.15647, 34.00373], [-118.1543, 34.00299], [-118.15531, 34.00093], [-118.15683, 34.00144]]]} | Open Access 1 | Rosewood Park | 29937 | 1064 | Commerce, City of 440 | City 2 | City Agency 2 | http://www.ci.commerce.ca.us/index.aspx?NID=89 | City 2 | 11.27 | Rosewood 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]);