units_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
3 rows where ACCESS_TYP = 2, COUNTY = 17 and DES_TP = 65
This data as json, copyable, CSV (advanced)
MNG_AGENCY 3
MNG_AG_TYP 1
DES_TP 1
- Private Recreation or Education · 3 ✖
ACCESS_TYP 1
- Restricted Access · 3 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1699 | 1699 | 1698 | {"type": "Polygon", "coordinates": [[[-122.08071, 37.59307], [-122.0796, 37.59322], [-122.07977, 37.59352], [-122.07935, 37.59373], [-122.07905, 37.59335], [-122.07908, 37.5932], [-122.07915, 37.59302], [-122.07949, 37.59264], [-122.08002, 37.5929], [-122.08024, 37.59296], [-122.08035, 37.59295], [-122.08046, 37.59291], [-122.08056, 37.59281], [-122.0806, 37.59269], [-122.08068, 37.59269], [-122.08071, 37.59307]]]} | Restricted Access 2 | 48918 | Liberty Park | 33640 | 6135 | Liberty Park Homeowners Association 411 | Private 7 | Home Owners Association 16 | https://libertyparkportal.com/ | Private 14 | 6135 | Liberty Park Homeowners Association 405 | Private 7 | Home Owners Association 15 | Alameda 17 | 1.864 | Liberty Park | 0 | Private Recreation or Education 65 | 4 | |
8432 | 8432 | 8431 | {"type": "Polygon", "coordinates": [[[-122.11451, 37.7016], [-122.11439, 37.70152], [-122.11433, 37.70151], [-122.11428, 37.70154], [-122.11413, 37.70143], [-122.11426, 37.70132], [-122.11449, 37.7013], [-122.11457, 37.70147], [-122.11456, 37.70154], [-122.11451, 37.7016]]]} | Restricted Access 2 | 15177 | HOA Community Park | 33332 | 6126 | Marcella Renaissance Owners Association 893 | Private 7 | Home Owners Association 16 | Private 14 | 6126 | Marcella Renaissance Owners Association 867 | Private 7 | Home Owners Association 15 | Alameda 17 | 0.195 | HOA Community Park | 0 | Private Recreation or Education 65 | 4 | ||
8502 | 8502 | 8501 | {"type": "Polygon", "coordinates": [[[-122.23966, 37.81022], [-122.23962, 37.81033], [-122.23902, 37.8103], [-122.239, 37.81013], [-122.23843, 37.81001], [-122.2356, 37.81012], [-122.23559, 37.81013], [-122.23561, 37.81043], [-122.23556, 37.81043], [-122.23553, 37.81013], [-122.23548, 37.81012], [-122.23515, 37.81018], [-122.23484, 37.81029], [-122.23459, 37.81043], [-122.23429, 37.81067], [-122.23402, 37.81056], [-122.23368, 37.81045], [-122.23349, 37.81031], [-122.23331, 37.81025], [-122.23306, 37.8104], [-122.23303, 37.81037], [-122.23329, 37.81021], [-122.23396, 37.81012], [-122.23487, 37.80994], [-122.2355, 37.80984], [-122.23544, 37.80953], [-122.23549, 37.80952], [-122.23556, 37.80983], [-122.23608, 37.80979], [-122.23649, 37.80977], [-122.23689, 37.80977], [-122.23744, 37.8098], [-122.23793, 37.80986], [-122.23838, 37.80993], [-122.23878, 37.81001], [-122.23929, 37.81014], [-122.23941, 37.80984], [-122.23946, 37.80985], [-122.23935, 37.81015], [-122.23966, 37.81022]]]} | Restricted Access 2 | 13317 | Oak Grove Park | 31754 | 6106 | Lakeshore Homes Association 896 | Private 7 | Home Owners Association 16 | http://lakeshorehomes.net/administration/parks-committee | Private 14 | 6106 | Lakeshore Homes Association 870 | Private 7 | Home Owners Association 15 | Alameda 17 | 4.164 | Oak Grove Park | 0 | Private Recreation or Education 65 | 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]);