superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
7 rows where MNG_AGENCY = 595
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
592 | 592 | 591 | {"type": "Polygon", "coordinates": [[[-118.04684, 34.0465], [-118.04683, 34.0474], [-118.04642, 34.04739], [-118.04643, 34.0465], [-118.04684, 34.0465]]]} | Restricted Access 2 | South El Monte Senior Center | http://www.ci.south-el-monte.ca.us/CITYDEPARTMENTSSERVICES/CommunityServices/SeniorServices.aspx | 32691 | 1402 | South El Monte, City of 595 | City 2 | City Agency 2 | http://www.ci.south-el-monte.ca.us/CITYDEPARTMENTSSERVICES/CommunityServices/ParksandRecreationDivision.aspx | City 2 | 0.924 | South El Monte Senior Ctr. | |
6746 | 6746 | 6745 | {"type": "Polygon", "coordinates": [[[-118.04786, 34.05004], [-118.04703, 34.05004], [-118.04703, 34.04931], [-118.04785, 34.04931], [-118.04786, 34.05004]]]} | Open Access 1 | Mary Van Dyke Park | 21937 | 1402 | South El Monte, City of 595 | City 2 | City Agency 2 | http://www.ci.south-el-monte.ca.us/CITYDEPARTMENTSSERVICES/CommunityServices/ParksandRecreationDivision.aspx | City 2 | 1.513 | Mary Van Dyke Park | ||
11240 | 11240 | 11239 | {"type": "Polygon", "coordinates": [[[-118.04461, 34.0463], [-118.04438, 34.04649], [-118.04391, 34.0461], [-118.04414, 34.0459], [-118.04461, 34.0463]]]} | No Public Access 3 | Civic Center Community Park | 29845 | 1402 | South El Monte, City of 595 | City 2 | City Agency 2 | http://www.ci.south-el-monte.ca.us/CITYDEPARTMENTSSERVICES/CommunityServices/ParksandRecreationDivision.aspx | City 2 | 0.465 | Civic Ctr. Community Park | ||
11241 | 11241 | 11240 | {"type": "Polygon", "coordinates": [[[-118.04682, 34.05004], [-118.04634, 34.05004], [-118.04634, 34.0499], [-118.04661, 34.04989], [-118.0466, 34.04959], [-118.04682, 34.04959], [-118.04682, 34.05004]]]} | Restricted Access 2 | Mini Center | 29846 | 1402 | South El Monte, City of 595 | City 2 | City Agency 2 | http://www.ci.south-el-monte.ca.us/CITYDEPARTMENTSSERVICES/CommunityServices/ParksandRecreationDivision.aspx | City 2 | 0.338 | Mini Ctr. | ||
12694 | 12694 | 12693 | {"type": "Polygon", "coordinates": [[[-118.02838, 34.03895], [-118.02804, 34.03909], [-118.02794, 34.03901], [-118.02831, 34.03884], [-118.02838, 34.03895]]]} | Open Access 1 | Thienes Gateway Park | 29844 | 1402 | South El Monte, City of 595 | City 2 | City Agency 2 | http://www.ci.south-el-monte.ca.us/CITYDEPARTMENTSSERVICES/CommunityServices/ParksandRecreationDivision.aspx | City 2 | 0.119 | Thienes Gateway Park | ||
13058 | 13058 | 13057 | {"type": "Polygon", "coordinates": [[[-118.04952, 34.04372], [-118.04824, 34.04477], [-118.04749, 34.04407], [-118.04784, 34.04378], [-118.0473, 34.04332], [-118.04797, 34.0428], [-118.04825, 34.04303], [-118.04849, 34.04284], [-118.04952, 34.04372]]]} | Restricted Access 2 | Shiveley Park | 31648 | 1402 | South El Monte, City of 595 | City 2 | City Agency 2 | http://www.ci.south-el-monte.ca.us/CITYDEPARTMENTSSERVICES/CommunityServices/ParksandRecreationDivision.aspx | City 2 | 5.922 | Shiveley Park | ||
14164 | 14164 | 14163 | {"type": "Polygon", "coordinates": [[[-118.04485, 34.04282], [-118.04349, 34.04401], [-118.04261, 34.04329], [-118.04286, 34.04328], [-118.04283, 34.04288], [-118.04383, 34.04199], [-118.0448, 34.04278], [-118.04482, 34.04281], [-118.04485, 34.04282]]]} | Restricted Access 2 | New Temple Park | 31632 | 1402 | South El Monte, City of 595 | City 2 | City Agency 2 | http://www.ci.south-el-monte.ca.us/CITYDEPARTMENTSSERVICES/CommunityServices/ParksandRecreationDivision.aspx | City 2 | 5.685 | New Temple 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]);