superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where ACCESS_TYP = 2, AGNCY_WEB = "https://ausd-ca.schoolloop.com/" and MNG_AGENCY = 720
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
250 | 250 | 249 | {"type": "Polygon", "coordinates": [[[-117.89009, 34.11199], [-117.89009, 34.11271], [-117.88919, 34.11272], [-117.88919, 34.11399], [-117.88855, 34.11397], [-117.88454, 34.11395], [-117.88517, 34.11335], [-117.88816, 34.11197], [-117.89009, 34.11199]]]} | Restricted Access 2 | Gladstone Street School Park | http://www.ci.azusa.ca.us/index.aspx?nid=1237 | 31894 | 2365 | Azusa Unified School District 720 | Special District 4 | School District 21 | https://ausd-ca.schoolloop.com/ | Special District 4 | 17.188 | Gladstone Street School Park | |
251 | 251 | 250 | {"type": "Polygon", "coordinates": [[[-117.88794, 34.12518], [-117.88793, 34.12692], [-117.88585, 34.12692], [-117.88585, 34.12522], [-117.88586, 34.12519], [-117.8859, 34.12518], [-117.88794, 34.12518]]]} | Restricted Access 2 | Powell School Park | http://www.ci.azusa.ca.us/index.aspx?nid=1241 | 31895 | 2365 | Azusa Unified School District 720 | Special District 4 | School District 21 | https://ausd-ca.schoolloop.com/ | Special District 4 | 9.141 | Powell School Park | |
309 | 309 | 308 | {"type": "Polygon", "coordinates": [[[-117.9018, 34.13808], [-117.9011, 34.13804], [-117.90114, 34.13892], [-117.89971, 34.13891], [-117.89972, 34.13725], [-117.90091, 34.13731], [-117.90092, 34.13764], [-117.90178, 34.13764], [-117.9018, 34.13808]]]} | Restricted Access 2 | Dalton Elementary School Park | 31943 | 2365 | Azusa Unified School District 720 | Special District 4 | School District 21 | https://ausd-ca.schoolloop.com/ | Special District 4 | 6.31 | Dalton Elementary School Park | ||
311 | 311 | 310 | {"type": "Polygon", "coordinates": [[[-117.89955, 34.13086], [-117.89866, 34.13086], [-117.89864, 34.13131], [-117.89633, 34.1313], [-117.89633, 34.13075], [-117.89641, 34.13075], [-117.8965, 34.13064], [-117.89807, 34.12999], [-117.89819, 34.12996], [-117.89829, 34.1299], [-117.89904, 34.1299], [-117.89906, 34.13045], [-117.89953, 34.13046], [-117.89955, 34.13086]]]} | Restricted Access 2 | Charles Lee Elementary School Park | 31944 | 2365 | Azusa Unified School District 720 | Special District 4 | School District 21 | https://ausd-ca.schoolloop.com/ | Special District 4 | 7.669 | Charles Lee Elementary School 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]);