superunits_with_maps
Data license: Creative Commons Attribution · Data source: GreenInfo Network · About: simonw/calands-datasette
6 rows where MNG_AGENCY = 774 and MNG_AG_LEV = 7
This data as json, copyable, CSV (advanced)
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
894 | 894 | 893 | {"type": "MultiPolygon", "coordinates": [[[[-118.125, 33.83134], [-118.12499, 33.83168], [-118.12426, 33.83168], [-118.12426, 33.83134], [-118.125, 33.83134]]], [[[-118.12601, 33.83154], [-118.12534, 33.83154], [-118.12534, 33.83085], [-118.12601, 33.83085], [-118.12601, 33.83154]]]]} | No Public Access 3 | Heartwell Park | 32767 | 6103 | Private Landowner 774 | Private 7 | Other 26 | Private 14 | 1.819 | Heartwell Park | |||
12707 | 12707 | 12706 | {"type": "Polygon", "coordinates": [[[-122.25647, 37.85554], [-122.25626, 37.85557], [-122.25622, 37.85524], [-122.25641, 37.85523], [-122.25647, 37.85554]]]} | Open Access 1 | Bateman Park | 31391 | 6103 | Private Landowner 774 | Private 7 | Other 26 | Private 14 | 0.16 | Bateman Park | |||
12725 | 12725 | 12724 | {"type": "Polygon", "coordinates": [[[-118.47347, 34.03122], [-118.47281, 34.03175], [-118.47275, 34.03178], [-118.47267, 34.03175], [-118.47203, 34.03124], [-118.47296, 34.03049], [-118.4734, 34.03086], [-118.47336, 34.03089], [-118.47335, 34.03111], [-118.47347, 34.03122]]]} | Open Access 1 | Colorado Center Park | 29890 | 6103 | Private Landowner 774 | Private 7 | Other 26 | Private 14 | 2.516 | Colorado Ctr. Park | |||
12821 | 12821 | 12820 | {"type": "Polygon", "coordinates": [[[-116.96631, 32.65277], [-116.96564, 32.6533], [-116.96602, 32.65375], [-116.96606, 32.65404], [-116.96482, 32.65413], [-116.96359, 32.65388], [-116.96354, 32.65344], [-116.96468, 32.65281], [-116.96408, 32.6518], [-116.9643, 32.65168], [-116.96476, 32.65242], [-116.96541, 32.65319], [-116.96614, 32.65261], [-116.96631, 32.65277]]]} | Restricted Access 2 | Scobee Park | 30036 | 6103 | Private Landowner 774 | Private 7 | Other 26 | Private 14 | 7.218 | Scobee Park | |||
13052 | 13052 | 13051 | {"type": "Polygon", "coordinates": [[[-117.13499, 32.75509], [-117.13393, 32.75509], [-117.13391, 32.75416], [-117.13499, 32.75415], [-117.13499, 32.75509]]]} | Restricted Access 2 | San Diego Indoor Soccer Center | 30288 | 6103 | Private Landowner 774 | Private 7 | Other 26 | Private 14 | 2.582 | San Diego Indoor Soccer Ctr. | |||
14368 | 14368 | 14367 | {"type": "Polygon", "coordinates": [[[-118.18686, 33.84556], [-118.18686, 33.84557], [-118.18512, 33.84616], [-118.18512, 33.84532], [-118.18565, 33.8453], [-118.18613, 33.84533], [-118.18647, 33.84542], [-118.18686, 33.84556]]]} | Restricted Access 2 | Scherer Park | 32775 | 6103 | Private Landowner 774 | Private 7 | Other 26 | Private 14 | 2.201 | Scherer 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]);