superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where ACCESS_TYP = 1, MNG_AGENCY = 648 and MNG_AG_TYP = 13
This data as json, copyable, CSV (advanced)
These facets timed out: MNG_AGENCY, MNG_AG_TYP
ACCESS_TYP 1
- Open Access · 4 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4060 | 4060 | 4059 | {"type": "Polygon", "coordinates": [[[-115.54303, 32.74155], [-115.54223, 32.74155], [-115.54222, 32.73903], [-115.54219, 32.73886], [-115.54205, 32.73852], [-115.54202, 32.73835], [-115.54234, 32.73834], [-115.54235, 32.73805], [-115.54297, 32.73805], [-115.54303, 32.74155]]]} | Open Access 1 | Estancia Park | 18721 | 2278 | Heber Public Utility District 648 | Special District 4 | Water District 13 | http://heber.ca.gov/index.php | Special District 4 | 7.049 | Estancia Park | ||
5008 | 5008 | 5007 | {"type": "Polygon", "coordinates": [[[-115.53155, 32.73148], [-115.53126, 32.73148], [-115.53109, 32.73143], [-115.53101, 32.73145], [-115.53086, 32.73122], [-115.53155, 32.73119], [-115.53155, 32.73148]]]} | Open Access 1 | Heber Children Park | 19788 | 2278 | Heber Public Utility District 648 | Special District 4 | Water District 13 | http://heber.ca.gov/index.php | Special District 4 | 0.421 | Heber Children Park | ||
6629 | 6629 | 6628 | {"type": "Polygon", "coordinates": [[[-115.5415, 32.73581], [-115.53914, 32.73583], [-115.53914, 32.73493], [-115.53916, 32.7349], [-115.5392, 32.73489], [-115.54145, 32.73486], [-115.54148, 32.73488], [-115.54149, 32.73491], [-115.5415, 32.73581]]]} | Open Access 1 | Margarito "Tito" Huerta Jr. Park | 21805 | 2278 | Heber Public Utility District 648 | Special District 4 | Water District 13 | http://heber.ca.gov/index.php | Special District 4 | 5.724 | Margarito "Tito" Huerta Jr. Park | ||
13883 | 13883 | 13882 | {"type": "Polygon", "coordinates": [[[-115.52333, 32.73492], [-115.5229, 32.73494], [-115.5229, 32.73582], [-115.52163, 32.73582], [-115.52163, 32.73574], [-115.52196, 32.73572], [-115.52195, 32.73434], [-115.52214, 32.73435], [-115.52233, 32.7344], [-115.52265, 32.73459], [-115.52333, 32.73458], [-115.52333, 32.73492]]]} | Open Access 1 | Edward "Jiggs" Johnson Park | http://www.heber.ca.gov/content/edward-jiggs-johnson-park | 33143 | 2278 | Heber Public Utility District 648 | Special District 4 | Water District 13 | http://heber.ca.gov/index.php | Special District 4 | 3.741 | Edward "Jiggs" Johnson 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]);