units_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where AGNCY_LEV = 4 and MNG_AGENCY = 430
This data as json, copyable, CSV (advanced)
Suggested facets: YR_EST
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1862 | 1862 | 1861 | {"type": "Polygon", "coordinates": [[[-119.28173, 35.49267], [-119.2817, 35.49523], [-119.28068, 35.49522], [-119.28072, 35.49266], [-119.28173, 35.49267]]]} | Open Access 1 | 14207 | Rodriguez Park | 24555 | 2149 | Shafter Recreation and Park District 436 | Special District 4 | Recreation/Parks District 4 | http://shafterrecreation.com/ | Special District 4 | 2149 | Shafter Recreation and Park District 430 | Special District 4 | Recreation/Parks District 4 | Kern 36 | 6.455 | Rodriguez Park | 0 | Local Park 2 | 4 | |
4346 | 4346 | 4345 | {"type": "Polygon", "coordinates": [[[-119.27012, 35.49626], [-119.27011, 35.49689], [-119.26949, 35.49688], [-119.26949, 35.49626], [-119.27012, 35.49626]]]} | Open Access 1 | 48440 | Skate Park | 33145 | 2149 | Shafter Recreation and Park District 436 | Special District 4 | Recreation/Parks District 4 | http://shafterrecreation.com/ | Special District 4 | 2149 | Shafter Recreation and Park District 430 | Special District 4 | Recreation/Parks District 4 | Kern 36 | 0.977 | Skate Park | 2001 | Local Recreation Area 3 | 4 | |
8726 | 8726 | 8725 | {"type": "Polygon", "coordinates": [[[-119.27164, 35.49781], [-119.27163, 35.49875], [-119.27143, 35.49875], [-119.27142, 35.4993], [-119.27101, 35.4993], [-119.27014, 35.49901], [-119.2699, 35.49884], [-119.26937, 35.4984], [-119.26994, 35.49794], [-119.27014, 35.49784], [-119.27037, 35.49781], [-119.27164, 35.49781]]]} | Open Access 1 | 14168 | Kirchenmann Park | 33144 | 2149 | Shafter Recreation and Park District 436 | Special District 4 | Recreation/Parks District 4 | http://shafterrecreation.com/ | Special District 4 | 2149 | Shafter Recreation and Park District 430 | Special District 4 | Recreation/Parks District 4 | Kern 36 | 6.097 | Kirchenmann Park | 0 | Local Park 2 | 4 | |
8756 | 8756 | 8755 | {"type": "Polygon", "coordinates": [[[-119.27447, 35.50047], [-119.27423, 35.50067], [-119.2733, 35.4999], [-119.27445, 35.49991], [-119.27412, 35.50018], [-119.27447, 35.50047]]]} | Open Access 1 | 14234 | Stringham Park | 25926 | 2149 | Shafter Recreation and Park District 436 | Special District 4 | Recreation/Parks District 4 | http://shafterrecreation.com/ | Special District 4 | 2149 | Shafter Recreation and Park District 430 | Special District 4 | Recreation/Parks District 4 | Kern 36 | 1.02 | Stringham 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]);