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 = 296
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
12609 | 12609 | 12608 | {"type": "Polygon", "coordinates": [[[-118.38731, 33.92481], [-118.38575, 33.92482], [-118.38546, 33.92487], [-118.38531, 33.92493], [-118.3853, 33.92375], [-118.38721, 33.92374], [-118.38725, 33.92375], [-118.38729, 33.92381], [-118.38731, 33.92481]]]} | Restricted Access 2 | Campus El Segundo Athletic Fields | 29699 | 1096 | El Segundo, City of 296 | City 2 | City Agency 2 | http://www.elsegundo.org/depts/recreation/default.asp | City 2 | 5.454 | Campus El Segundo Athletic Fields | ||
12612 | 12612 | 12611 | {"type": "Polygon", "coordinates": [[[-118.40261, 33.92509], [-118.40215, 33.92509], [-118.40215, 33.92477], [-118.40261, 33.92477], [-118.40261, 33.92509]]]} | Restricted Access 2 | Camp Eucalyptus | 29706 | 1096 | El Segundo, City of 296 | City 2 | City Agency 2 | http://www.elsegundo.org/depts/recreation/default.asp | City 2 | 0.377 | Camp Eucalyptus | ||
14172 | 14172 | 14171 | {"type": "Polygon", "coordinates": [[[-118.41941, 33.92466], [-118.4187, 33.92467], [-118.41869, 33.92444], [-118.41841, 33.92444], [-118.41841, 33.92366], [-118.41941, 33.92366], [-118.41941, 33.92466]]]} | Restricted Access 2 | Richmond Street Field | 31642 | 1096 | El Segundo, City of 296 | City 2 | City Agency 2 | http://www.elsegundo.org/depts/recreation/default.asp | City 2 | 2.393 | Richmond Street Field | ||
14584 | 14584 | 14583 | {"type": "Polygon", "coordinates": [[[-118.39572, 33.91443], [-118.39518, 33.91444], [-118.39517, 33.91445], [-118.39529, 33.9147], [-118.39505, 33.91479], [-118.39406, 33.91293], [-118.39392, 33.9127], [-118.39376, 33.91247], [-118.39352, 33.9122], [-118.39318, 33.91187], [-118.39199, 33.91086], [-118.39445, 33.90987], [-118.39456, 33.90961], [-118.39553, 33.9096], [-118.39553, 33.90816], [-118.3951, 33.90815], [-118.3951, 33.90799], [-118.39556, 33.90798], [-118.39562, 33.908], [-118.39567, 33.90806], [-118.39568, 33.9096], [-118.39569, 33.9098], [-118.39572, 33.90991], [-118.39572, 33.91443]]]} | Restricted Access 2 | The Lakes at El Segundo Municipal Golf Course | 33006 | 1096 | El Segundo, City of 296 | City 2 | City Agency 2 | http://www.elsegundo.org/depts/recreation/default.asp | City 2 | 26.433 | The Lakes at El Segundo Municipal GC |
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]);