units_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
3 rows where COUNTY = 3 and MNG_AGENCY = 1009
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
13392 | 13392 | 13391 | {"type": "Polygon", "coordinates": [[[-117.82179, 33.64159], [-117.8217, 33.6419], [-117.8216, 33.64235], [-117.81974, 33.64217], [-117.81988, 33.64157], [-117.81999, 33.64118], [-117.82077, 33.64137], [-117.82179, 33.64159]]]} | Restricted Access 2 | 35495 | Culver Park | 32333 | 6026 | Turtle Rock Broadmoor Community Association 1050 | Private 7 | Home Owners Association 16 | http://turtlerockhills.com/ | Private 14 | 6026 | Turtle Rock Broadmoor Community Association 1009 | Private 7 | Home Owners Association 15 | Orange 3 | 4.223 | Culver Park | 0 | Private Recreation or Education 65 | 4 | |
13398 | 13398 | 13397 | {"type": "Polygon", "coordinates": [[[-117.82184, 33.63808], [-117.82215, 33.6381], [-117.82248, 33.63817], [-117.82289, 33.63833], [-117.82294, 33.63836], [-117.82296, 33.6384], [-117.82261, 33.63889], [-117.82256, 33.63893], [-117.82252, 33.63893], [-117.82171, 33.63867], [-117.82168, 33.63864], [-117.82166, 33.63858], [-117.82177, 33.63812], [-117.82179, 33.63809], [-117.82184, 33.63808]]]} | Restricted Access 2 | 35504 | Mountain View Park | 32336 | 6026 | Turtle Rock Broadmoor Community Association 1050 | Private 7 | Home Owners Association 16 | http://turtlerockhills.com/ | Private 14 | 6026 | Turtle Rock Broadmoor Community Association 1009 | Private 7 | Home Owners Association 15 | Orange 3 | 1.9 | Mtn. View Park | 0 | Private Recreation or Education 65 | 4 | |
13450 | 13450 | 13449 | {"type": "Polygon", "coordinates": [[[-117.821, 33.64473], [-117.82107, 33.64473], [-117.8211, 33.64476], [-117.82122, 33.64527], [-117.82121, 33.6453], [-117.82118, 33.64532], [-117.82079, 33.64543], [-117.8205, 33.64551], [-117.82045, 33.6455], [-117.82042, 33.64546], [-117.82039, 33.64537], [-117.82026, 33.64493], [-117.82024, 33.64481], [-117.821, 33.64473]]]} | Restricted Access 2 | 35659 | Grosmont Park | 31978 | 6026 | Turtle Rock Broadmoor Community Association 1050 | Private 7 | Home Owners Association 16 | http://turtlerockhills.com/ | Private 14 | 6026 | Turtle Rock Broadmoor Community Association 1009 | Private 7 | Home Owners Association 15 | Orange 3 | 1.442 | Grosmont 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]);