superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
5 rows where MNG_AGENCY = 764
This data as json, copyable, CSV (advanced)
Suggested facets: PARK_URL
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11777 | 11777 | 11776 | {"type": "Polygon", "coordinates": [[[-120.8363, 38.90751], [-120.83612, 38.90765], [-120.8361, 38.90771], [-120.83611, 38.90775], [-120.83616, 38.90782], [-120.83597, 38.90801], [-120.83619, 38.90815], [-120.83584, 38.90842], [-120.83525, 38.90808], [-120.83522, 38.90808], [-120.83521, 38.9081], [-120.83515, 38.90802], [-120.83554, 38.90749], [-120.83554, 38.90747], [-120.83549, 38.90745], [-120.83551, 38.90741], [-120.836, 38.90748], [-120.8361, 38.90757], [-120.83622, 38.9075], [-120.8363, 38.90751]]]} | Open Access 1 | Georgetown Park | http://www.gdrd.org/Parks___Facilities.html | 28391 | 2223 | Georgetown Divide Recreation District 764 | Special District 4 | Recreation/Parks District 4 | http://www.gdrd.org/ | Special District 4 | 1.535 | Georgetown Park | |
11856 | 11856 | 11855 | {"type": "Polygon", "coordinates": [[[-120.86017, 38.85067], [-120.86019, 38.8508], [-120.86014, 38.85091], [-120.85971, 38.85149], [-120.85825, 38.85086], [-120.85809, 38.85082], [-120.85814, 38.85069], [-120.85829, 38.85058], [-120.8588, 38.85039], [-120.85908, 38.85009], [-120.85961, 38.84978], [-120.86001, 38.85019], [-120.86011, 38.85046], [-120.86003, 38.8505], [-120.86006, 38.85061], [-120.85997, 38.85063], [-120.85998, 38.85071], [-120.86017, 38.85067]]]} | Open Access 1 | Garden Valley Park | http://www.gdrd.org/Parks___Facilities.html | 28507 | 2223 | Georgetown Divide Recreation District 764 | Special District 4 | Recreation/Parks District 4 | http://www.gdrd.org/ | Special District 4 | 4.496 | Garden Valley Park | |
13908 | 13908 | 13907 | {"type": "Polygon", "coordinates": [[[-120.91362, 38.89783], [-120.91306, 38.89803], [-120.91312, 38.89817], [-120.91226, 38.89828], [-120.91215, 38.89848], [-120.91174, 38.89845], [-120.91132, 38.89844], [-120.91116, 38.89838], [-120.91124, 38.89813], [-120.91198, 38.89771], [-120.91212, 38.89791], [-120.91217, 38.89791], [-120.91219, 38.89796], [-120.91239, 38.89791], [-120.91243, 38.89803], [-120.91284, 38.89788], [-120.91293, 38.898], [-120.91358, 38.89777], [-120.91362, 38.89783]]]} | Open Access 1 | Unnamed site - Georgetown Divide Recreation District | 33230 | 2223 | Georgetown Divide Recreation District 764 | Special District 4 | Recreation/Parks District 4 | http://www.gdrd.org/ | Special District 4 | 1.956 | |||
13909 | 13909 | 13908 | {"type": "Polygon", "coordinates": [[[-120.91291, 38.89766], [-120.91217, 38.89791], [-120.91213, 38.89791], [-120.91198, 38.89771], [-120.9121, 38.89764], [-120.91231, 38.89745], [-120.91225, 38.89736], [-120.91257, 38.8972], [-120.91291, 38.89766]]]} | Open Access 1 | Greenwood Park | http://www.gdrd.org/parks---facilities.html | 33229 | 2223 | Georgetown Divide Recreation District 764 | Special District 4 | Recreation/Parks District 4 | http://www.gdrd.org/ | Special District 4 | 0.795 | Greenwood Park | |
13910 | 13910 | 13909 | {"type": "Polygon", "coordinates": [[[-120.83445, 38.91191], [-120.83445, 38.91239], [-120.83368, 38.91266], [-120.83339, 38.91267], [-120.83312, 38.91262], [-120.83295, 38.91255], [-120.83225, 38.91263], [-120.83233, 38.91186], [-120.83274, 38.91179], [-120.83327, 38.91178], [-120.83329, 38.91181], [-120.83353, 38.91178], [-120.8337, 38.91172], [-120.83385, 38.91165], [-120.83398, 38.91156], [-120.8341, 38.91144], [-120.83445, 38.91191]]]} | Open Access 1 | Beam Field | http://www.gdrd.org/parks---facilities.html | 33231 | 2223 | Georgetown Divide Recreation District 764 | Special District 4 | Recreation/Parks District 4 | http://www.gdrd.org/ | Special District 4 | 4.306 | Beam Field |
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]);