superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where ACCESS_TYP = 2 and MNG_AGENCY = 74
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9266 | 9266 | 9265 | {"type": "Polygon", "coordinates": [[[-117.8798, 34.14277], [-117.8798, 34.14319], [-117.87707, 34.1432], [-117.87704, 34.14224], [-117.87705, 34.14128], [-117.87806, 34.14125], [-117.87974, 34.14126], [-117.87973, 34.14275], [-117.8798, 34.14277]]]} | Restricted Access 2 | Sandburg School Park | 25016 | 1120 | Glendora, City of 74 | City 2 | City Agency 2 | http://www.ci.glendora.ca.us/departments-services/parks-recreation-senior-services | City 2 | 13.227 | Sandburg School Park | ||
11190 | 11190 | 11189 | {"type": "Polygon", "coordinates": [[[-117.85051, 34.14864], [-117.85051, 34.14999], [-117.84989, 34.15], [-117.84989, 34.15052], [-117.84633, 34.15052], [-117.84629, 34.15049], [-117.84629, 34.14964], [-117.84651, 34.14929], [-117.84697, 34.14876], [-117.84774, 34.14876], [-117.84775, 34.14814], [-117.84839, 34.14815], [-117.8484, 34.14865], [-117.85051, 34.14864]]]} | Restricted Access 2 | George Manooshian Park | 29754 | 1120 | Glendora, City of 74 | City 2 | City Agency 2 | http://www.ci.glendora.ca.us/departments-services/parks-recreation-senior-services | City 2 | 18.879 | George Manooshian Park | ||
14128 | 14128 | 14127 | {"type": "MultiPolygon", "coordinates": [[[[-117.84124, 34.12117], [-117.84054, 34.12118], [-117.84023, 34.12153], [-117.83983, 34.12152], [-117.83911, 34.12117], [-117.83764, 34.12117], [-117.83763, 34.12145], [-117.83677, 34.12145], [-117.83666, 34.12126], [-117.83634, 34.12126], [-117.83592, 34.12145], [-117.8342, 34.12145], [-117.83431, 34.12136], [-117.83509, 34.12132], [-117.83554, 34.12118], [-117.83761, 34.12117], [-117.83763, 34.12112], [-117.8384, 34.12088], [-117.8391, 34.12112], [-117.83912, 34.12094], [-117.83982, 34.12059], [-117.8403, 34.12058], [-117.84046, 34.12015], [-117.84058, 34.11995], [-117.84123, 34.11967], [-117.84124, 34.12117]]], [[[-117.84291, 34.12337], [-117.84251, 34.12387], [-117.8422, 34.12469], [-117.84139, 34.12461], [-117.84124, 34.12468], [-117.84123, 34.12321], [-117.84124, 34.12207], [-117.84207, 34.12207], [-117.84208, 34.12238], [-117.84291, 34.12337]]], [[[-117.84336, 34.11907], [-117.84316, 34.11904], [-117.84312, 34.11902], [-117.84303, 34.11903], [-117.84285, 34.11899], [-117.84275, 34.11899], [-117.84267, 34.11902], [-117.84264, 34.11899], [-117.84243, 34.11892], [-117.84247, 34.11891], [-117.84267, 34.11876], [-117.84278, 34.11871], [-117.84336, 34.11907]]]]} | Restricted Access 2 | South Hills Wilderness Area | 32652 | 1120 | Glendora, City of 74 | City 2 | City Agency 2 | http://www.ci.glendora.ca.us/departments-services/parks-recreation-senior-services | City 2 | 15.752 | South Hills Wilderness Area | ||
14618 | 14618 | 14617 | {"type": "MultiPolygon", "coordinates": [[[[-117.86421, 34.11739], [-117.86389, 34.11734], [-117.86388, 34.11715], [-117.8639, 34.11707], [-117.86404, 34.11685], [-117.86421, 34.11739]]], [[[-117.86747, 34.11601], [-117.86702, 34.11747], [-117.86454, 34.11747], [-117.8645, 34.11742], [-117.86414, 34.11629], [-117.86409, 34.11607], [-117.86563, 34.11606], [-117.86563, 34.11468], [-117.86707, 34.11467], [-117.86708, 34.11404], [-117.86746, 34.11404], [-117.86747, 34.11601]]]]} | Restricted Access 2 | Glenoaks Golf Course and Park | http://www.cityofglendora.org/departments-services/parks-recreation-senior-services/glen-oaks-golf-course | 32648 | 1120 | Glendora, City of 74 | City 2 | City Agency 2 | http://www.ci.glendora.ca.us/departments-services/parks-recreation-senior-services | City 2 | 17.752 | Glenoaks GC and 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]);