units_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
4 rows where COUNTY = 3 and MNG_AGENCY = 1021
This data as json, copyable, CSV (advanced)
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
13709 | 13709 | 13708 | {"type": "Polygon", "coordinates": [[[-117.84324, 33.65578], [-117.84283, 33.65609], [-117.84263, 33.65654], [-117.84197, 33.65673], [-117.84155, 33.65621], [-117.84168, 33.65594], [-117.84178, 33.65597], [-117.8419, 33.65597], [-117.84197, 33.65594], [-117.84206, 33.65586], [-117.84211, 33.65566], [-117.84219, 33.65547], [-117.84324, 33.65578]]]} | Restricted Access 2 | 36119 | Princeton Park | 32226 | 6024 | Town Center Association 1063 | Private 7 | Home Owners Association 16 | https://towncenterhoa.org/ | Private 14 | 6024 | Town Center Association 1021 | Private 7 | Home Owners Association 15 | Orange 3 | 2.814 | Princeton Park | 0 | Private Recreation or Education 65 | 4 | |
13715 | 13715 | 13714 | {"type": "Polygon", "coordinates": [[[-117.83408, 33.651], [-117.83362, 33.651], [-117.83331, 33.65102], [-117.83307, 33.64997], [-117.83264, 33.6497], [-117.83288, 33.64942], [-117.83293, 33.6494], [-117.83317, 33.64923], [-117.8334, 33.64915], [-117.83344, 33.64971], [-117.83354, 33.64989], [-117.83368, 33.64988], [-117.83376, 33.64984], [-117.83397, 33.64984], [-117.83398, 33.65004], [-117.83404, 33.65009], [-117.83408, 33.651]]]} | Restricted Access 2 | 36122 | Cornell Commons Park | 31960 | 6024 | Town Center Association 1063 | Private 7 | Home Owners Association 16 | https://towncenterhoa.org/ | Private 14 | 6024 | Town Center Association 1021 | Private 7 | Home Owners Association 15 | Orange 3 | 3.536 | Cornell Commons Park | 0 | Private Recreation or Education 65 | 4 | |
13722 | 13722 | 13721 | {"type": "Polygon", "coordinates": [[[-117.82983, 33.65173], [-117.8298, 33.65175], [-117.82974, 33.65173], [-117.82967, 33.65173], [-117.82944, 33.65181], [-117.82863, 33.65198], [-117.8286, 33.652], [-117.82833, 33.65114], [-117.82954, 33.65086], [-117.82956, 33.65092], [-117.82962, 33.65099], [-117.82968, 33.65102], [-117.82979, 33.65103], [-117.8298, 33.65165], [-117.82983, 33.65173]]]} | Restricted Access 2 | 36139 | Columbia Court Park | 32341 | 6024 | Town Center Association 1063 | Private 7 | Home Owners Association 16 | https://towncenterhoa.org/ | Private 14 | 6024 | Town Center Association 1021 | Private 7 | Home Owners Association 15 | Orange 3 | 3.002 | Columbia Court Park | 0 | Private Recreation or Education 65 | 4 | |
14141 | 14141 | 14140 | {"type": "Polygon", "coordinates": [[[-117.84345, 33.65432], [-117.8429, 33.65483], [-117.84252, 33.65469], [-117.84249, 33.65462], [-117.84244, 33.65456], [-117.84225, 33.65444], [-117.842, 33.65424], [-117.84189, 33.65414], [-117.84175, 33.65389], [-117.84252, 33.65359], [-117.84271, 33.6537], [-117.84345, 33.65432]]]} | Restricted Access 2 | 43041 | Stanford Park | 32362 | 6024 | Town Center Association 1063 | Private 7 | Home Owners Association 16 | https://towncenterhoa.org/ | Private 14 | 6024 | Town Center Association 1021 | Private 7 | Home Owners Association 15 | Orange 3 | 2.85 | Stanford 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]);