units_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where ACCESS_TYP = 1, MNG_AG_TYP = 4 and UNIT_NAME = "Independence Park"
This data as json, copyable, CSV (advanced)
Suggested facets: AGNCY_WEB
Link | rowid ▼ | id | map | ACCESS_TYP | UNIT_ID | UNIT_NAME | SUID_NMA | AGNCY_ID | AGNCY_NAME | AGNCY_LEV | AGNCY_TYP | AGNCY_WEB | LAYER | MNG_AG_ID | MNG_AGENCY | MNG_AG_LEV | MNG_AG_TYP | PARK_URL | COUNTY | ACRES | LABEL_NAME | YR_EST | DES_TP | GAP_STS |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2331 | 2331 | 2330 | {"type": "Polygon", "coordinates": [[[-121.78282, 37.64863], [-121.78279, 37.65129], [-121.7812, 37.6513], [-121.78154, 37.65043], [-121.78091, 37.65026], [-121.78027, 37.64999], [-121.77988, 37.65027], [-121.77971, 37.65015], [-121.77949, 37.65007], [-121.77927, 37.65003], [-121.77901, 37.65002], [-121.77901, 37.64866], [-121.78282, 37.64863]]]} | Open Access 1 | 17022 | Independence Park | 20194 | 2062 | Livermore Area Recreation and Park District 394 | Special District 4 | Recreation/Parks District 4 | http://www.larpd.dst.ca.us/ | Special District 4 | 2062 | Livermore Area Recreation and Park District 388 | Special District 4 | Recreation/Parks District 4 | Alameda 17 | 17.829 | Independence Park | 0 | Local Park 2 | 4 | |
7617 | 7617 | 7616 | {"type": "Polygon", "coordinates": [[[-122.2625, 38.09921], [-122.26211, 38.09941], [-122.26195, 38.09885], [-122.26174, 38.09893], [-122.26168, 38.09873], [-122.26151, 38.09853], [-122.26102, 38.09819], [-122.26011, 38.09773], [-122.26001, 38.09771], [-122.25957, 38.09739], [-122.25943, 38.09732], [-122.25909, 38.09721], [-122.25984, 38.09674], [-122.26062, 38.0974], [-122.26071, 38.09738], [-122.26102, 38.09756], [-122.26139, 38.09794], [-122.26165, 38.0982], [-122.2625, 38.09921]]]} | Open Access 1 | 47632 | Independence Park | 31371 | 2224 | Greater Vallejo Recreation and Park District 341 | Special District 4 | Recreation/Parks District 4 | http://www.gvrd.org/ | Special District 4 | 2224 | Greater Vallejo Recreation and Park District 338 | Special District 4 | Recreation/Parks District 4 | http://www.gvrd.org/?page=Independence_Park | Solano 26 | 4.333 | Independence Park | 0 | Local Park 2 | 4 |
11711 | 11711 | 11710 | {"type": "Polygon", "coordinates": [[[-121.28033, 38.54412], [-121.27999, 38.54452], [-121.27967, 38.54497], [-121.27943, 38.54539], [-121.2792, 38.5459], [-121.2791, 38.54587], [-121.27852, 38.54594], [-121.27836, 38.54512], [-121.27937, 38.54391], [-121.27948, 38.54394], [-121.27938, 38.54429], [-121.27984, 38.54438], [-121.28006, 38.5437], [-121.28012, 38.54369], [-121.28015, 38.54378], [-121.28033, 38.54412]]]} | Open Access 1 | 24007 | Independence Park | 20195 | 2193 | Cordova Recreation and Park District 307 | Special District 4 | Recreation/Parks District 4 | http://www.crpd.com/ | Special District 4 | 2193 | Cordova Recreation and Park District 304 | Special District 4 | Recreation/Parks District 4 | Sacramento 41 | 4.608 | Independence Park | 0 | Local Park 2 | 4 | |
13638 | 13638 | 13637 | {"type": "Polygon", "coordinates": [[[-121.27817, 38.54514], [-121.2783, 38.54573], [-121.27833, 38.54582], [-121.27831, 38.54586], [-121.27759, 38.54614], [-121.27745, 38.54616], [-121.27732, 38.54615], [-121.27721, 38.54611], [-121.27634, 38.54566], [-121.27661, 38.54531], [-121.27509, 38.54452], [-121.27566, 38.54384], [-121.27608, 38.5443], [-121.27697, 38.54493], [-121.27817, 38.54514]]]} | Open Access 1 | 36001 | Independence Park | 20195 | 2193 | Cordova Recreation and Park District 307 | Special District 4 | Recreation/Parks District 4 | http://www.crpd.com/ | Special District 4 | 2193 | Cordova Recreation and Park District 304 | Special District 4 | Recreation/Parks District 4 | Sacramento 41 | 6.633 | Independence Park | 0 | Local Park 2 | 4 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE units_with_maps( id INT, map, ACCESS_TYP INT, UNIT_ID INT, UNIT_NAME TEXT, SUID_NMA INT, AGNCY_ID INT, AGNCY_NAME INT, AGNCY_LEV INT, AGNCY_TYP INT, AGNCY_WEB TEXT, LAYER INT, MNG_AG_ID INT, MNG_AGENCY INT, MNG_AG_LEV INT, MNG_AG_TYP INT, PARK_URL TEXT, COUNTY INT, ACRES REAL, LABEL_NAME TEXT, YR_EST INT, DES_TP INT, GAP_STS TEXT, FOREIGN KEY([ACCESS_TYP]) REFERENCES [ACCESS_TYP]([id]), FOREIGN KEY([AGNCY_NAME]) REFERENCES [AGNCY_NAME]([id]), FOREIGN KEY([AGNCY_LEV]) REFERENCES [AGNCY_LEV]([id]), FOREIGN KEY([AGNCY_TYP]) REFERENCES [AGNCY_TYP]([id]), FOREIGN KEY([LAYER]) REFERENCES [LAYER]([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([COUNTY]) REFERENCES [COUNTY]([id]), FOREIGN KEY([DES_TP]) REFERENCES [DES_TP]([id]) ); CREATE INDEX [idx_units_with_maps_DES_TP] ON [units_with_maps] ([DES_TP]); CREATE INDEX [idx_units_with_maps_COUNTY] ON [units_with_maps] ([COUNTY]); CREATE INDEX [idx_units_with_maps_MNG_AG_TYP] ON [units_with_maps] ([MNG_AG_TYP]); CREATE INDEX [idx_units_with_maps_MNG_AG_LEV] ON [units_with_maps] ([MNG_AG_LEV]); CREATE INDEX [idx_units_with_maps_MNG_AGENCY] ON [units_with_maps] ([MNG_AGENCY]); CREATE INDEX [idx_units_with_maps_LAYER] ON [units_with_maps] ([LAYER]); CREATE INDEX [idx_units_with_maps_AGNCY_TYP] ON [units_with_maps] ([AGNCY_TYP]); CREATE INDEX [idx_units_with_maps_AGNCY_LEV] ON [units_with_maps] ([AGNCY_LEV]); CREATE INDEX [idx_units_with_maps_AGNCY_NAME] ON [units_with_maps] ([AGNCY_NAME]); CREATE INDEX [idx_units_with_maps_ACCESS_TYP] ON [units_with_maps] ([ACCESS_TYP]);