superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where MNG_AGENCY = 1012 and MNG_AG_TYP = 15
This data as json, copyable, CSV (advanced)
MNG_AG_TYP 1
- Home Owners Association · 4 ✖
MNG_AGENCY 1
- Sierra Bonita Community Association · 4 ✖
ACCESS_TYP 1
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
227 | 227 | 226 | {"type": "Polygon", "coordinates": [[[-117.81031, 33.63096], [-117.81032, 33.63157], [-117.8103, 33.63183], [-117.81025, 33.63185], [-117.80958, 33.63183], [-117.80933, 33.63128], [-117.80932, 33.63125], [-117.80933, 33.63121], [-117.80973, 33.63106], [-117.80993, 33.63099], [-117.81026, 33.63092], [-117.81031, 33.63096]]]} | Restricted Access 2 | Sierra Ridge Park | 31873 | 6021 | Sierra Bonita Community Association 1012 | Private 7 | Home Owners Association 15 | Private 14 | 1.826 | Sierra Ridge Park | |||
230 | 230 | 229 | {"type": "Polygon", "coordinates": [[[-117.81582, 33.63161], [-117.81557, 33.63212], [-117.81544, 33.63246], [-117.81538, 33.63248], [-117.81494, 33.63243], [-117.8149, 33.63239], [-117.81501, 33.63206], [-117.81515, 33.63175], [-117.81531, 33.63144], [-117.81536, 33.63142], [-117.81579, 33.63157], [-117.81582, 33.63161]]]} | Restricted Access 2 | Sierra Oro Park | 31876 | 6021 | Sierra Bonita Community Association 1012 | Private 7 | Home Owners Association 15 | Private 14 | 1.427 | Sierra Oro Park | |||
389 | 389 | 388 | {"type": "Polygon", "coordinates": [[[-117.82245, 33.63495], [-117.82194, 33.63571], [-117.82189, 33.63572], [-117.82149, 33.63571], [-117.82142, 33.63563], [-117.82134, 33.63549], [-117.82188, 33.63469], [-117.82195, 33.63468], [-117.82244, 33.63491], [-117.82245, 33.63495]]]} | Restricted Access 2 | Sierra Amigo Park | 31993 | 6021 | Sierra Bonita Community Association 1012 | Private 7 | Home Owners Association 15 | Private 14 | 1.656 | Sierra Amigo Park | |||
6664 | 6664 | 6663 | {"type": "Polygon", "coordinates": [[[-117.8192, 33.63243], [-117.81917, 33.63249], [-117.81854, 33.6334], [-117.81848, 33.6334], [-117.81807, 33.63318], [-117.81807, 33.63316], [-117.81809, 33.63311], [-117.81839, 33.63259], [-117.8186, 33.63226], [-117.81865, 33.63225], [-117.81894, 33.63233], [-117.81916, 33.6324], [-117.8192, 33.63243]]]} | Restricted Access 2 | Sierra Boca Park | 32318 | 6021 | Sierra Bonita Community Association 1012 | Private 7 | Home Owners Association 15 | Private 14 | 1.696 | Sierra Boca 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]);