superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
3 rows where MNG_AGENCY = 550
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2301 | 2301 | 2300 | {"type": "Polygon", "coordinates": [[[-119.22302, 35.68355], [-119.22301, 35.68532], [-119.22076, 35.68534], [-119.22077, 35.68358], [-119.22302, 35.68355]]]} | Open Access 1 | Browning Road Park | 16444 | 2075 | McFarland Recreation and Park District 550 | Special District 4 | Recreation/Parks District 4 | http://www.mcfarlandrpd.com/ | Special District 4 | 9.878 | Browning Road Park | ||
6831 | 6831 | 6830 | {"type": "MultiPolygon", "coordinates": [[[[-119.22941, 35.67311], [-119.22913, 35.67312], [-119.22913, 35.67357], [-119.22923, 35.67359], [-119.22923, 35.67373], [-119.22913, 35.67374], [-119.22912, 35.67385], [-119.22897, 35.67376], [-119.22886, 35.67372], [-119.22875, 35.6737], [-119.22825, 35.67369], [-119.22816, 35.67366], [-119.22806, 35.67344], [-119.2279, 35.6732], [-119.22781, 35.67312], [-119.22763, 35.67299], [-119.22755, 35.67296], [-119.22737, 35.67286], [-119.22682, 35.67274], [-119.22666, 35.67268], [-119.22653, 35.67252], [-119.22634, 35.67196], [-119.22801, 35.67193], [-119.22821, 35.67195], [-119.2294, 35.67193], [-119.22941, 35.67311]]], [[[-119.22712, 35.67297], [-119.2266, 35.673], [-119.22648, 35.67275], [-119.22661, 35.67283], [-119.22676, 35.67289], [-119.22712, 35.67297]]]]} | Open Access 1 | McFarland Park | 22031 | 2075 | McFarland Recreation and Park District 550 | Special District 4 | Recreation/Parks District 4 | http://www.mcfarlandrpd.com/ | Special District 4 | 9.425 | McFarland Park | ||
8742 | 8742 | 8741 | {"type": "Polygon", "coordinates": [[[-119.23438, 35.66706], [-119.23224, 35.66707], [-119.2322, 35.66702], [-119.2322, 35.66642], [-119.23226, 35.66638], [-119.23336, 35.66638], [-119.23338, 35.66671], [-119.23438, 35.66671], [-119.23438, 35.66706]]]} | Open Access 1 | Ritchey Park | 24401 | 2075 | McFarland Recreation and Park District 550 | Special District 4 | Recreation/Parks District 4 | http://www.mcfarlandrpd.com/ | Special District 4 | 2.87 | Ritchey 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]);