units_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where DES_TP = 65, LAYER = 14 and MNG_AGENCY = 1012
This data as json, copyable, CSV (advanced)
MNG_AG_TYP 1
MNG_AGENCY 1
- Sierra Bonita Community Association · 4 ✖
DES_TP 1
- Private Recreation or Education · 4 ✖
ACCESS_TYP 1
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
13395 | 13395 | 13394 | {"type": "Polygon", "coordinates": [[[-117.81031, 33.63096], [-117.81033, 33.63157], [-117.8103, 33.63183], [-117.81026, 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 | 35498 | Sierra Ridge Park | 31873 | 6021 | Sierra Bonita Community Association 1053 | Private 7 | Home Owners Association 16 | Private 14 | 6021 | Sierra Bonita Community Association 1012 | Private 7 | Home Owners Association 15 | Orange 3 | 1.826 | Sierra Ridge Park | 0 | Private Recreation or Education 65 | 4 | ||
13396 | 13396 | 13395 | {"type": "Polygon", "coordinates": [[[-117.81538, 33.63248], [-117.81494, 33.63243], [-117.8149, 33.63239], [-117.81501, 33.63206], [-117.81515, 33.63176], [-117.81531, 33.63144], [-117.81536, 33.63142], [-117.81579, 33.63157], [-117.81582, 33.63161], [-117.81557, 33.63212], [-117.81544, 33.63246], [-117.81538, 33.63248]]]} | Restricted Access 2 | 35499 | Sierra Oro Park | 31876 | 6021 | Sierra Bonita Community Association 1053 | Private 7 | Home Owners Association 16 | Private 14 | 6021 | Sierra Bonita Community Association 1012 | Private 7 | Home Owners Association 15 | Orange 3 | 1.427 | Sierra Oro Park | 0 | Private Recreation or Education 65 | 4 | ||
13444 | 13444 | 13443 | {"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 | 35620 | Sierra Boca Park | 32318 | 6021 | Sierra Bonita Community Association 1053 | Private 7 | Home Owners Association 16 | Private 14 | 6021 | Sierra Bonita Community Association 1012 | Private 7 | Home Owners Association 15 | Orange 3 | 1.696 | Sierra Boca Park | 0 | Private Recreation or Education 65 | 4 | ||
13456 | 13456 | 13455 | {"type": "Polygon", "coordinates": [[[-117.82149, 33.63571], [-117.82142, 33.63563], [-117.82134, 33.63549], [-117.82188, 33.63469], [-117.82195, 33.63468], [-117.82244, 33.63492], [-117.82245, 33.63495], [-117.82244, 33.63498], [-117.82194, 33.63571], [-117.82189, 33.63572], [-117.82149, 33.63571]]]} | Restricted Access 2 | 35674 | Sierra Amigo Park | 31993 | 6021 | Sierra Bonita Community Association 1053 | Private 7 | Home Owners Association 16 | Private 14 | 6021 | Sierra Bonita Community Association 1012 | Private 7 | Home Owners Association 15 | Orange 3 | 1.663 | Sierra Amigo 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]);