units_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
3 rows where COUNTY = 13, DES_TP = 14 and LAYER = 3
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5313 | 5313 | 5312 | {"type": "Polygon", "coordinates": [[[-122.40596, 37.71374], [-122.40581, 37.71398], [-122.40589, 37.71402], [-122.40573, 37.71427], [-122.4055, 37.71418], [-122.40565, 37.71394], [-122.40558, 37.7139], [-122.40573, 37.71365], [-122.40596, 37.71374]]]} | Open Access 1 | 6024 | Reis Tract Lots - Arleta I | 24283 | 321 | San Francisco - Public Utilities Commission, City and County of 31 | County 3 | County Agency - Other 9 | http://sfwater.org/ | County 3 | 321 | San Francisco - Public Utilities Commission, City and County of 30 | County 3 | County Agency - Other 8 | San Francisco 13 | 0.348 | Reis Tract Lots - Arleta I | 0 | Local Other or Unknown 14 | 4 | |
6832 | 6832 | 6831 | {"type": "MultiPolygon", "coordinates": [[[[-122.40617, 37.71487], [-122.40605, 37.71513], [-122.40573, 37.71504], [-122.40583, 37.71478], [-122.40549, 37.71466], [-122.40564, 37.71442], [-122.40582, 37.71449], [-122.40603, 37.71454], [-122.40593, 37.7148], [-122.40617, 37.71487]]], [[[-122.40653, 37.71572], [-122.40641, 37.71598], [-122.40609, 37.71589], [-122.4062, 37.71564], [-122.40612, 37.71561], [-122.40624, 37.71535], [-122.40639, 37.7154], [-122.40629, 37.71566], [-122.40653, 37.71572]]], [[[-122.40689, 37.71658], [-122.40678, 37.71684], [-122.40645, 37.71675], [-122.40656, 37.71649], [-122.40632, 37.71642], [-122.40643, 37.71616], [-122.40676, 37.71625], [-122.40665, 37.71651], [-122.40689, 37.71658]]]]} | Open Access 1 | 5446 | Reis Tract Lots - Tucker | 24285 | 321 | San Francisco - Public Utilities Commission, City and County of 31 | County 3 | County Agency - Other 9 | http://sfwater.org/ | County 3 | 321 | San Francisco - Public Utilities Commission, City and County of 30 | County 3 | County Agency - Other 8 | San Francisco 13 | 1.334 | Reis Tract Lots - Tucker | 0 | Local Other or Unknown 14 | 4 | |
6833 | 6833 | 6832 | {"type": "MultiPolygon", "coordinates": [[[[-122.4062, 37.71304], [-122.40605, 37.71328], [-122.40613, 37.71332], [-122.40597, 37.71356], [-122.40582, 37.7135], [-122.40597, 37.71327], [-122.40589, 37.71323], [-122.40605, 37.71298], [-122.4062, 37.71304]]], [[[-122.40652, 37.71237], [-122.40637, 37.71261], [-122.40644, 37.71265], [-122.40629, 37.71289], [-122.40614, 37.71283], [-122.40628, 37.7126], [-122.40621, 37.71256], [-122.40636, 37.71231], [-122.40652, 37.71237]]]]} | Open Access 1 | 5452 | Reis Tract Lots - Arleta Ii | 24284 | 321 | San Francisco - Public Utilities Commission, City and County of 31 | County 3 | County Agency - Other 9 | http://sfwater.org/ | County 3 | 321 | San Francisco - Public Utilities Commission, City and County of 30 | County 3 | County Agency - Other 8 | San Francisco 13 | 0.462 | Reis Tract Lots - Arleta Ii | 0 | Local Other or Unknown 14 | 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]);