Skip to content

Instantly share code, notes, and snippets.

@scottyhq
Created October 30, 2024 16:43
Show Gist options
  • Save scottyhq/1d4dd6d8fd29187bceb1616ae17afe4a to your computer and use it in GitHub Desktop.
Save scottyhq/1d4dd6d8fd29187bceb1616ae17afe4a to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n",
"SYSTEM INFO\n",
"-----------\n",
"python : 3.13.0 | packaged by conda-forge | (main, Oct 17 2024, 12:32:35) [Clang 17.0.6 ]\n",
"executable : /Users/scotthenderson/GitHub/uw-cryo/stv-aux-data/.pixi/envs/default/bin/python\n",
"machine : macOS-15.0.1-arm64-arm-64bit-Mach-O\n",
"\n",
"GEOS, GDAL, PROJ INFO\n",
"---------------------\n",
"GEOS : 3.13.0\n",
"GEOS lib : None\n",
"GDAL : 3.9.3\n",
"GDAL data dir: /Users/scotthenderson/GitHub/uw-cryo/stv-aux-data/.pixi/envs/default/share/gdal/\n",
"PROJ : 9.5.0\n",
"PROJ data dir: /Users/scotthenderson/GitHub/uw-cryo/stv-aux-data/.pixi/envs/default/share/proj\n",
"\n",
"PYTHON DEPENDENCIES\n",
"-------------------\n",
"geopandas : 1.0.1\n",
"numpy : 2.1.2\n",
"pandas : 2.2.3\n",
"pyproj : 3.7.0\n",
"shapely : 2.0.6\n",
"pyogrio : 0.10.0\n",
"geoalchemy2: None\n",
"geopy : None\n",
"matplotlib : 3.9.2\n",
"mapclassify: 2.8.1\n",
"fiona : None\n",
"psycopg : None\n",
"psycopg2 : None\n",
"pyarrow : 18.0.0\n"
]
}
],
"source": [
"import pyogrio\n",
"import geopandas as gpd\n",
"import pandas as pd\n",
"from shapely.geometry import box\n",
"gpd.show_versions()"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"-rw-r--r--@ 1 scotthenderson staff 1.8G Oct 29 07:38 ./prd-tnm/StagedProducts/Elevation/metadata/WESM.gpkg\n"
]
}
],
"source": [
"gpkg_path = './prd-tnm/StagedProducts/Elevation/metadata/WESM.gpkg'\n",
"!ls -ltrh {gpkg_path}"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<div>\n",
"<style scoped>\n",
" .dataframe tbody tr th:only-of-type {\n",
" vertical-align: middle;\n",
" }\n",
"\n",
" .dataframe tbody tr th {\n",
" vertical-align: top;\n",
" }\n",
"\n",
" .dataframe thead th {\n",
" text-align: right;\n",
" }\n",
"</style>\n",
"<table border=\"1\" class=\"dataframe\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
" <th>workunit</th>\n",
" <th>workunit_id</th>\n",
" <th>project</th>\n",
" <th>project_id</th>\n",
" <th>collect_start</th>\n",
" <th>collect_end</th>\n",
" <th>ql</th>\n",
" <th>spec</th>\n",
" <th>p_method</th>\n",
" <th>dem_gsd_meters</th>\n",
" <th>...</th>\n",
" <th>sourcedem_category</th>\n",
" <th>sourcedem_reason</th>\n",
" <th>onemeter_category</th>\n",
" <th>onemeter_reason</th>\n",
" <th>seamless_category</th>\n",
" <th>seamless_reason</th>\n",
" <th>lpc_link</th>\n",
" <th>sourcedem_link</th>\n",
" <th>metadata_link</th>\n",
" <th>geometry</th>\n",
" </tr>\n",
" <tr>\n",
" <th>fid</th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" <th></th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>1</th>\n",
" <td>WA_PSLC_2000</td>\n",
" <td>-1694</td>\n",
" <td>WA_PSLC_2000_Legacy_Data</td>\n",
" <td>-16940</td>\n",
" <td>2000-12-01</td>\n",
" <td>2001-01-30</td>\n",
" <td>Other</td>\n",
" <td>Other</td>\n",
" <td>linear-mode lidar</td>\n",
" <td>3.0</td>\n",
" <td>...</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>https://rockyweb.usgs.gov/vdelivery/Datasets/S...</td>\n",
" <td>None</td>\n",
" <td>http://prd-tnm.s3.amazonaws.com/index.html?pre...</td>\n",
" <td>POLYGON ((-123.1255 47.3224, -121.7862 47.3224...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>NC_PHASE1B_2001</td>\n",
" <td>-1472</td>\n",
" <td>NC_PHASE1B_2001_Legacy_Data</td>\n",
" <td>-14720</td>\n",
" <td>2001-01-03</td>\n",
" <td>2001-03-23</td>\n",
" <td>Other</td>\n",
" <td>Other</td>\n",
" <td>linear-mode lidar</td>\n",
" <td>3.0</td>\n",
" <td>...</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>https://rockyweb.usgs.gov/vdelivery/Datasets/S...</td>\n",
" <td>None</td>\n",
" <td>http://prd-tnm.s3.amazonaws.com/index.html?pre...</td>\n",
" <td>POLYGON ((-80.0629 33.8195, -77.4369 33.8195, ...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3</th>\n",
" <td>NC_PHASE1A_2001</td>\n",
" <td>-1471</td>\n",
" <td>NC_PHASE1A_2001_Legacy_Data</td>\n",
" <td>-14710</td>\n",
" <td>2001-01-03</td>\n",
" <td>2001-03-23</td>\n",
" <td>Other</td>\n",
" <td>Other</td>\n",
" <td>linear-mode lidar</td>\n",
" <td>3.0</td>\n",
" <td>...</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>https://rockyweb.usgs.gov/vdelivery/Datasets/S...</td>\n",
" <td>None</td>\n",
" <td>http://prd-tnm.s3.amazonaws.com/index.html?pre...</td>\n",
" <td>POLYGON ((-79.2418 34.4652, -75.4518 34.4652, ...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>4</th>\n",
" <td>WA_PSLC_2001</td>\n",
" <td>-1695</td>\n",
" <td>WA_PSLC_2001_Legacy_Data</td>\n",
" <td>-16950</td>\n",
" <td>2001-01-09</td>\n",
" <td>2002-03-23</td>\n",
" <td>Other</td>\n",
" <td>Other</td>\n",
" <td>linear-mode lidar</td>\n",
" <td>3.0</td>\n",
" <td>...</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>https://rockyweb.usgs.gov/vdelivery/Datasets/S...</td>\n",
" <td>None</td>\n",
" <td>http://prd-tnm.s3.amazonaws.com/index.html?pre...</td>\n",
" <td>POLYGON ((-124.679 47.8731, -122.3433 47.8731,...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>5</th>\n",
" <td>WA_PSLC_2002</td>\n",
" <td>-1696</td>\n",
" <td>WA_PSLC_2002_Legacy_Data</td>\n",
" <td>-16960</td>\n",
" <td>2002-01-01</td>\n",
" <td>2002-03-31</td>\n",
" <td>Other</td>\n",
" <td>Other</td>\n",
" <td>linear-mode lidar</td>\n",
" <td>3.0</td>\n",
" <td>...</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>Does not meet</td>\n",
" <td>LPC does not meet</td>\n",
" <td>https://rockyweb.usgs.gov/vdelivery/Datasets/S...</td>\n",
" <td>None</td>\n",
" <td>http://prd-tnm.s3.amazonaws.com/index.html?pre...</td>\n",
" <td>POLYGON ((-123.5637 46.9985, -122.9974 46.9985...</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"<p>5 rows × 29 columns</p>\n",
"</div>"
],
"text/plain": [
" workunit workunit_id project project_id \\\n",
"fid \n",
"1 WA_PSLC_2000 -1694 WA_PSLC_2000_Legacy_Data -16940 \n",
"2 NC_PHASE1B_2001 -1472 NC_PHASE1B_2001_Legacy_Data -14720 \n",
"3 NC_PHASE1A_2001 -1471 NC_PHASE1A_2001_Legacy_Data -14710 \n",
"4 WA_PSLC_2001 -1695 WA_PSLC_2001_Legacy_Data -16950 \n",
"5 WA_PSLC_2002 -1696 WA_PSLC_2002_Legacy_Data -16960 \n",
"\n",
" collect_start collect_end ql spec p_method \\\n",
"fid \n",
"1 2000-12-01 2001-01-30 Other Other linear-mode lidar \n",
"2 2001-01-03 2001-03-23 Other Other linear-mode lidar \n",
"3 2001-01-03 2001-03-23 Other Other linear-mode lidar \n",
"4 2001-01-09 2002-03-23 Other Other linear-mode lidar \n",
"5 2002-01-01 2002-03-31 Other Other linear-mode lidar \n",
"\n",
" dem_gsd_meters ... sourcedem_category sourcedem_reason \\\n",
"fid ... \n",
"1 3.0 ... Does not meet LPC does not meet \n",
"2 3.0 ... Does not meet LPC does not meet \n",
"3 3.0 ... Does not meet LPC does not meet \n",
"4 3.0 ... Does not meet LPC does not meet \n",
"5 3.0 ... Does not meet LPC does not meet \n",
"\n",
" onemeter_category onemeter_reason seamless_category seamless_reason \\\n",
"fid \n",
"1 Does not meet LPC does not meet Does not meet LPC does not meet \n",
"2 Does not meet LPC does not meet Does not meet LPC does not meet \n",
"3 Does not meet LPC does not meet Does not meet LPC does not meet \n",
"4 Does not meet LPC does not meet Does not meet LPC does not meet \n",
"5 Does not meet LPC does not meet Does not meet LPC does not meet \n",
"\n",
" lpc_link sourcedem_link \\\n",
"fid \n",
"1 https://rockyweb.usgs.gov/vdelivery/Datasets/S... None \n",
"2 https://rockyweb.usgs.gov/vdelivery/Datasets/S... None \n",
"3 https://rockyweb.usgs.gov/vdelivery/Datasets/S... None \n",
"4 https://rockyweb.usgs.gov/vdelivery/Datasets/S... None \n",
"5 https://rockyweb.usgs.gov/vdelivery/Datasets/S... None \n",
"\n",
" metadata_link \\\n",
"fid \n",
"1 http://prd-tnm.s3.amazonaws.com/index.html?pre... \n",
"2 http://prd-tnm.s3.amazonaws.com/index.html?pre... \n",
"3 http://prd-tnm.s3.amazonaws.com/index.html?pre... \n",
"4 http://prd-tnm.s3.amazonaws.com/index.html?pre... \n",
"5 http://prd-tnm.s3.amazonaws.com/index.html?pre... \n",
"\n",
" geometry \n",
"fid \n",
"1 POLYGON ((-123.1255 47.3224, -121.7862 47.3224... \n",
"2 POLYGON ((-80.0629 33.8195, -77.4369 33.8195, ... \n",
"3 POLYGON ((-79.2418 34.4652, -75.4518 34.4652, ... \n",
"4 POLYGON ((-124.679 47.8731, -122.3433 47.8731,... \n",
"5 POLYGON ((-123.5637 46.9985, -122.9974 46.9985... \n",
"\n",
"[5 rows x 29 columns]"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Approach 1: if file is local, read true geometries and calculate bounds\n",
"gf1 = gpd.read_file(gpkg_path, fid_as_index=True)\n",
"gf1['geometry'] = gf1.envelope\n",
"gf1.head()"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<div style=\"width:100%;\"><div style=\"position:relative;width:100%;height:0;padding-bottom:60%;\"><span style=\"color:#565656\">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc=\"&lt;!DOCTYPE html&gt;\n",
"&lt;html&gt;\n",
"&lt;head&gt;\n",
" \n",
" &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;\n",
" \n",
" &lt;script&gt;\n",
" L_NO_TOUCH = false;\n",
" L_DISABLE_3D = false;\n",
" &lt;/script&gt;\n",
" \n",
" &lt;style&gt;html, body {width: 100%;height: 100%;margin: 0;padding: 0;}&lt;/style&gt;\n",
" &lt;style&gt;#map {position:absolute;top:0;bottom:0;right:0;left:0;}&lt;/style&gt;\n",
" &lt;script src=&quot;https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js&quot;&gt;&lt;/script&gt;\n",
" &lt;script src=&quot;https://code.jquery.com/jquery-3.7.1.min.js&quot;&gt;&lt;/script&gt;\n",
" &lt;script src=&quot;https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js&quot;&gt;&lt;/script&gt;\n",
" &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js&quot;&gt;&lt;/script&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css&quot;/&gt;\n",
" &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css&quot;/&gt;\n",
" \n",
" &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,\n",
" initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;\n",
" &lt;style&gt;\n",
" #map_262a5a61a859484914ace55c8da54560 {\n",
" position: relative;\n",
" width: 100.0%;\n",
" height: 100.0%;\n",
" left: 0.0%;\n",
" top: 0.0%;\n",
" }\n",
" .leaflet-container { font-size: 1rem; }\n",
" &lt;/style&gt;\n",
" \n",
" \n",
" &lt;style&gt;\n",
" .foliumtooltip {\n",
" \n",
" }\n",
" .foliumtooltip table{\n",
" margin: auto;\n",
" }\n",
" .foliumtooltip tr{\n",
" text-align: left;\n",
" }\n",
" .foliumtooltip th{\n",
" padding: 2px; padding-right: 8px;\n",
" }\n",
" &lt;/style&gt;\n",
" \n",
"&lt;/head&gt;\n",
"&lt;body&gt;\n",
" \n",
" \n",
" &lt;div class=&quot;folium-map&quot; id=&quot;map_262a5a61a859484914ace55c8da54560&quot; &gt;&lt;/div&gt;\n",
" \n",
"&lt;/body&gt;\n",
"&lt;script&gt;\n",
" \n",
" \n",
" var map_262a5a61a859484914ace55c8da54560 = L.map(\n",
" &quot;map_262a5a61a859484914ace55c8da54560&quot;,\n",
" {\n",
" center: [42.3695, 0.3022919222854341],\n",
" crs: L.CRS.EPSG3857,\n",
" zoom: 10,\n",
" zoomControl: true,\n",
" preferCanvas: false,\n",
" }\n",
" );\n",
" L.control.scale().addTo(map_262a5a61a859484914ace55c8da54560);\n",
"\n",
" \n",
"\n",
" \n",
" \n",
" var tile_layer_ece4240a824dddb12e0118143d4ec098 = L.tileLayer(\n",
" &quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,\n",
" {&quot;attribution&quot;: &quot;\\u0026copy; \\u003ca href=\\&quot;https://www.openstreetmap.org/copyright\\&quot;\\u003eOpenStreetMap\\u003c/a\\u003e contributors&quot;, &quot;detectRetina&quot;: false, &quot;maxNativeZoom&quot;: 19, &quot;maxZoom&quot;: 19, &quot;minZoom&quot;: 0, &quot;noWrap&quot;: false, &quot;opacity&quot;: 1, &quot;subdomains&quot;: &quot;abc&quot;, &quot;tms&quot;: false}\n",
" );\n",
" \n",
" \n",
" tile_layer_ece4240a824dddb12e0118143d4ec098.addTo(map_262a5a61a859484914ace55c8da54560);\n",
" \n",
" \n",
" map_262a5a61a859484914ace55c8da54560.fitBounds(\n",
" [[13.232, -179.25006740830315], [71.507, 179.85465125287402]],\n",
" {}\n",
" );\n",
" \n",
" \n",
" function geo_json_f13f8bf3dbdad850d519357090d5ad9c_styler(feature) {\n",
" switch(feature.id) {\n",
" default:\n",
" return {&quot;fillOpacity&quot;: 0.5, &quot;weight&quot;: 2};\n",
" }\n",
" }\n",
" function geo_json_f13f8bf3dbdad850d519357090d5ad9c_highlighter(feature) {\n",
" switch(feature.id) {\n",
" default:\n",
" return {&quot;fillOpacity&quot;: 0.75};\n",
" }\n",
" }\n",
" function geo_json_f13f8bf3dbdad850d519357090d5ad9c_pointToLayer(feature, latlng) {\n",
" var opts = {&quot;bubblingMouseEvents&quot;: true, &quot;color&quot;: &quot;#3388ff&quot;, &quot;dashArray&quot;: null, &quot;dashOffset&quot;: null, &quot;fill&quot;: true, &quot;fillColor&quot;: &quot;#3388ff&quot;, &quot;fillOpacity&quot;: 0.2, &quot;fillRule&quot;: &quot;evenodd&quot;, &quot;lineCap&quot;: &quot;round&quot;, &quot;lineJoin&quot;: &quot;round&quot;, &quot;opacity&quot;: 1.0, &quot;radius&quot;: 2, &quot;stroke&quot;: true, &quot;weight&quot;: 3};\n",
" \n",
" let style = geo_json_f13f8bf3dbdad850d519357090d5ad9c_styler(feature)\n",
" Object.assign(opts, style)\n",
" \n",
" return new L.CircleMarker(latlng, opts)\n",
" }\n",
"\n",
" function geo_json_f13f8bf3dbdad850d519357090d5ad9c_onEachFeature(feature, layer) {\n",
" layer.on({\n",
" mouseout: function(e) {\n",
" if(typeof e.target.setStyle === &quot;function&quot;){\n",
" geo_json_f13f8bf3dbdad850d519357090d5ad9c.resetStyle(e.target);\n",
" }\n",
" },\n",
" mouseover: function(e) {\n",
" if(typeof e.target.setStyle === &quot;function&quot;){\n",
" const highlightStyle = geo_json_f13f8bf3dbdad850d519357090d5ad9c_highlighter(e.target.feature)\n",
" e.target.setStyle(highlightStyle);\n",
" }\n",
" },\n",
" });\n",
" };\n",
" var geo_json_f13f8bf3dbdad850d519357090d5ad9c = L.geoJson(null, {\n",
" onEachFeature: geo_json_f13f8bf3dbdad850d519357090d5ad9c_onEachFeature,\n",
" \n",
" style: geo_json_f13f8bf3dbdad850d519357090d5ad9c_styler,\n",
" pointToLayer: geo_json_f13f8bf3dbdad850d519357090d5ad9c_pointToLayer,\n",
" });\n",
"\n",
" function geo_json_f13f8bf3dbdad850d519357090d5ad9c_add (data) {\n",
" geo_json_f13f8bf3dbdad850d519357090d5ad9c\n",
" .addData(data);\n",
" }\n",
" geo_json_f13f8bf3dbdad850d519357090d5ad9c_add({&quot;bbox&quot;: [-179.25006740830315, 13.232, 179.85465125287402, 71.507], &quot;features&quot;: [{&quot;bbox&quot;: [-123.1254978286286, 47.322400513737726, -121.78619848650229, 47.95160122408355], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-123.12549779705803, 47.322400513737726], [-121.78619848650229, 47.32240089960418], [-121.78620033365537, 47.95160122408355], [-123.1254978286286, 47.95160061926193], [-123.12549779705803, 47.322400513737726]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;0&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2001-01-30&quot;, &quot;collect_start&quot;: &quot;2000-12-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 1, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;2285&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_PSLC_2000&quot;, &quot;lpc_pub_date&quot;: &quot;2013-04-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_PSLC_2000&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_PSLC_2000_Legacy_Data&quot;, &quot;project_id&quot;: -16940, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;WA_PSLC_2000&quot;, &quot;workunit_id&quot;: -1694}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.06290049984136, 33.81949725257206, -77.43689656607006, 36.37519795377731], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.06290049984136, 33.81949725257206], [-77.4369, 33.8195], [-77.43689656607006, 36.37519795377731], [-80.06289841358597, 36.37519781282182], [-80.06290049984136, 33.81949725257206]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;1&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2001-03-23&quot;, &quot;collect_start&quot;: &quot;2001-01-03&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 2, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3358&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NC_PHASE1B_2001&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NC_PHASE1B_2001&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NC_PHASE1B_2001_Legacy_Data&quot;, &quot;project_id&quot;: -14720, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;NC_PHASE1B_2001&quot;, &quot;workunit_id&quot;: -1472}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-79.24180001515431, 34.46519539689906, -75.4517935002582, 36.56549864219982], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-79.24180001515431, 34.46519665322204], [-75.45179984968469, 34.46519539689906], [-75.4517935002582, 36.56549670249371], [-79.24179957452041, 36.56549864219982], [-79.24180001515431, 34.46519665322204]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;2&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2001-03-23&quot;, &quot;collect_start&quot;: &quot;2001-01-03&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 3, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2264&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NC_PHASE1A_2001&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-23&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NC_PHASE1A_2001&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NC_PHASE1A_2001_Legacy_Data&quot;, &quot;project_id&quot;: -14710, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;NC_PHASE1A_2001&quot;, &quot;workunit_id&quot;: -1471}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-124.67899949672483, 47.87310081734289, -122.34329789610396, 48.4352000281478], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-124.6789962738566, 47.87310081734289], [-122.34329924111725, 47.87310119935492], [-122.34329789610396, 48.43519937949764], [-124.67899949672483, 48.4352000281478], [-124.6789962738566, 47.87310081734289]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;3&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-03-23&quot;, &quot;collect_start&quot;: &quot;2001-01-09&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 4, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;2285&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_PSLC_2001&quot;, &quot;lpc_pub_date&quot;: &quot;2013-04-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_PSLC_2001&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_PSLC_2001_Legacy_Data&quot;, &quot;project_id&quot;: -16950, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;WA_PSLC_2001&quot;, &quot;workunit_id&quot;: -1695}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-123.5637008061964, 46.99850054021898, -122.99739697864032, 48.177600298547624], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-123.5637008061964, 46.99850140413865], [-122.99739697864032, 46.99850054021898], [-122.99739885663844, 48.17760021041855], [-123.56369851568662, 48.177600298547624], [-123.5637008061964, 46.99850140413865]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;4&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-03-31&quot;, &quot;collect_start&quot;: &quot;2002-01-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 5, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;2926&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_PSLC_2002&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-15&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_PSLC_2002&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_PSLC_2002_Legacy_Data&quot;, &quot;project_id&quot;: -16960, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;WA_PSLC_2002&quot;, &quot;workunit_id&quot;: -1696}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-91.50090161770554, 29.061291797337645, -89.24769632459258, 31.000795500373787], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-91.50089907840604, 29.061291797337645], [-89.24769632459258, 29.06129883543622], [-89.24770050940562, 31.000795500373787], [-91.50090161770554, 31.000795344334374], [-91.50089907840604, 29.061291797337645]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;5&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-02-01&quot;, &quot;collect_start&quot;: &quot;2002-02-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 6, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/LA_STATEWIDE_2002&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/LA_STATEWIDE_2002&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;LA_STATEWIDE_2002_Legacy_Data&quot;, &quot;project_id&quot;: -13920, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;LA_STATEWIDE_2002&quot;, &quot;workunit_id&quot;: -1392}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.71729845444585, 30.27369778586322, -83.9746987666697, 30.686198364144147], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.7172981911368, 30.273698405973867], [-83.9746987666697, 30.27369778586322], [-83.97469885934676, 30.686198364144147], [-84.71729845444585, 30.686198353400517], [-84.7172981911368, 30.273698405973867]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;6&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-02-01&quot;, &quot;collect_start&quot;: &quot;2002-02-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 7, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2883&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LEONCO_2002&quot;, &quot;lpc_pub_date&quot;: &quot;2014-06-17&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LEONCO_2002&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_LEONCO_2002_Legacy_Data&quot;, &quot;project_id&quot;: -12090, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;FL_LEONCO_2002&quot;, &quot;workunit_id&quot;: -1209}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-97.16270268688181, 46.61460001699117, -96.88550234974515, 46.96460017205319], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-97.16270254512932, 46.61460001699117], [-96.88550234974515, 46.61460012184673], [-96.88550238719543, 46.96460017205319], [-97.16270268688181, 46.96460001342672], [-97.16270254512932, 46.61460001699117]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;7&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-05-14&quot;, &quot;collect_start&quot;: &quot;2002-05-14&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 8, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2266&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ND_CASSCO_2002&quot;, &quot;lpc_pub_date&quot;: &quot;2014-07-25&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ND_CASSCO_2002&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ND_CASSCO_2002_Legacy_Data&quot;, &quot;project_id&quot;: -14760, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;ND_CASSCO_2002&quot;, &quot;workunit_id&quot;: -1476}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.70409948013189, 32.83800119260089, -117.24959933032918, 33.47190079129687], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.70409948013189, 32.83800145406805], [-117.24959952755556, 32.83800119260089], [-117.24959933032918, 33.47190055531247], [-117.70409914855888, 33.47190079129687], [-117.70409948013189, 32.83800145406805]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;8&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-05-22&quot;, &quot;collect_start&quot;: &quot;2002-05-22&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 9, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_MAY_2002&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-MAY_2002&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SCRIPPS_MAY_2002_Legacy_Data&quot;, &quot;project_id&quot;: -11690, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CA_SCRIPPS_MAY_2002&quot;, &quot;workunit_id&quot;: -1169}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-75.56449389114803, 37.99990043408107, -75.07939057004909, 38.45930458930301], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-75.56449108929387, 37.99990043408107], [-75.07939057004909, 37.999902008903035], [-75.07939376448981, 38.45930458930301], [-75.56449389114803, 38.45930209484326], [-75.56449108929387, 37.99990043408107]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;9&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-08-01&quot;, &quot;collect_start&quot;: &quot;2002-08-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 10, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26985&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MD_STATEWIDE_2002&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-14&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MD_STATEWIDE_2002&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MD_STATEWIDE_2002_Legacy_Data&quot;, &quot;project_id&quot;: -14030, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MD_STATEWIDE_2002&quot;, &quot;workunit_id&quot;: -1403}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-112.08100238819115, 44.27429960016081, -112.0623022110147, 44.317999561275805], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-112.08100238819115, 44.274299695101895], [-112.06230231682638, 44.27429960016081], [-112.0623022110147, 44.31799945201029], [-112.08100228890609, 44.317999561275805], [-112.08100238819115, 44.274299695101895]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;10&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-09-01&quot;, &quot;collect_start&quot;: &quot;2002-09-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 11, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26712&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_SHEEPSTATION_2002&quot;, &quot;lpc_pub_date&quot;: &quot;2014-06-27&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_SHEEPSTATION_2002&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_SHEEPSTATION_2002_Legacy_Data&quot;, &quot;project_id&quot;: -12830, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;ID_SHEEPSTATION_2002&quot;, &quot;workunit_id&quot;: -1283}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-114.90830031291398, 42.58270004538404, -114.87440037511467, 42.642200247256774], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-114.90830030606345, 42.58270004538404], [-114.87440037577653, 42.582700123248934], [-114.87440037511467, 42.642200247256774], [-114.90830031291398, 42.642200189006566], [-114.90830030606345, 42.58270004538404]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;11&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-09-01&quot;, &quot;collect_start&quot;: &quot;2002-09-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 12, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26711&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_SALMONFALLS_2002&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_SALMONFALLS_2002&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_SALMONFALLS_2002_Legacy_Data&quot;, &quot;project_id&quot;: -12820, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;ID_SALMONFALLS_2002&quot;, &quot;workunit_id&quot;: -1282}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-111.44530428802986, 43.483602239038774, -111.38800389010095, 43.54600216818341], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-111.44530403738872, 43.483602239038774], [-111.38800389010095, 43.48360224169969], [-111.38800415977107, 43.54600216818341], [-111.44530428802986, 43.54600215628279], [-111.44530403738872, 43.483602239038774]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;12&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-09-01&quot;, &quot;collect_start&quot;: &quot;2002-09-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 13, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26712&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_SWANVALLEY_2002&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_SWANVALLEY_2002&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_SWANVALLEY_2002_Legacy_Data&quot;, &quot;project_id&quot;: -12870, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;ID_SWANVALLEY_2002&quot;, &quot;workunit_id&quot;: -1287}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-112.9155022773738, 43.98440115479265, -112.9018022413916, 44.00480112131008], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-112.9155022773738, 43.98440115631621], [-112.90180229466765, 43.98440115479265], [-112.9018022413916, 44.00480111936486], [-112.91550222314966, 44.00480112131008], [-112.9155022773738, 43.98440115631621]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;13&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-09-01&quot;, &quot;collect_start&quot;: &quot;2002-09-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 14, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26712&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_BIRCHCREEK_2002&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_BIRCHCREEK_2002&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_BIRCHCREEK_2002_Legacy_Data&quot;, &quot;project_id&quot;: -12650, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;ID_BIRCHCREEK_2002&quot;, &quot;workunit_id&quot;: -1265}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.74359944813143, 32.84280118194275, -117.2495992774505, 33.490700817236984], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.74359944813143, 32.84280148498732], [-117.24959951688889, 32.84280118194275], [-117.2495992774505, 33.49070055960382], [-117.74359893378652, 33.490700817236984], [-117.74359944813143, 32.84280148498732]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;14&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-09-09&quot;, &quot;collect_start&quot;: &quot;2002-09-09&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 15, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_SEP_2002&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-14&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-SEP_2002&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SCRIPPS_SEP_2002_Legacy_Data&quot;, &quot;project_id&quot;: -11720, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CA_SCRIPPS_SEP_2002&quot;, &quot;workunit_id&quot;: -1172}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.93150048435776, 46.14239504830632, -122.06739713388967, 46.38639579191101], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.93150048435776, 46.14239504830632], [-122.06739732868661, 46.14239558723032], [-122.06739713388967, 46.386395341473104], [-122.93149901685153, 46.38639579191101], [-122.93150048435776, 46.14239504830632]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;15&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-11-02&quot;, &quot;collect_start&quot;: &quot;2002-10-31&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 16, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26910&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_MTSTHELENS_2002&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-25&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_MTSTHELENS_2002&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_MTSTHELENS_2002_Legacy_Data&quot;, &quot;project_id&quot;: -16910, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;WA_MTSTHELENS_2002&quot;, &quot;workunit_id&quot;: -1691}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-120.92540333616954, 46.50309712812166, -120.45570424149298, 46.61529731145769], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-120.92540333616954, 46.5030971378186], [-120.45570424149298, 46.50309712812166], [-120.4557042782429, 46.61529731145769], [-120.9254032395714, 46.61529714878245], [-120.92540333616954, 46.5030971378186]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;16&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2003-04-01&quot;, &quot;collect_start&quot;: &quot;2002-11-01&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 17, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;2927&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_YAKIMA_2002_2003&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_YAKIMA_2002-2003&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_YAKIMA_2002_2003_Legacy_Data&quot;, &quot;project_id&quot;: -17010, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;WA_YAKIMA_2002_2003&quot;, &quot;workunit_id&quot;: -1701}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.00140323720447, 46.99939805681287, -121.90469933964795, 47.12530045697151], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.00140323720447, 46.99939840361337], [-121.90470130766333, 46.99939805681287], [-121.90469933964795, 47.12529975954501], [-122.00139981644844, 47.12530045697151], [-122.00140323720447, 46.99939840361337]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;17&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-12-01&quot;, &quot;collect_start&quot;: &quot;2002-11-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 18, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2285&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_MTRAINIER_2002&quot;, &quot;lpc_pub_date&quot;: &quot;2013-04-23&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_MTRAINIER_2002&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_MTRAINIER_2002_Legacy_Data&quot;, &quot;project_id&quot;: -16900, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;WA_MTRAINIER_2002&quot;, &quot;workunit_id&quot;: -1690}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.72619946940291, 32.833601202555904, -117.24969933063119, 33.471800783000155], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.72619946940291, 32.833601499686054], [-117.2496995371111, 32.833601202555904], [-117.24969933063119, 33.47180055526241], [-117.72619904361376, 33.471800783000155], [-117.72619946940291, 32.833601499686054]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;18&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2002-12-04&quot;, &quot;collect_start&quot;: &quot;2002-12-03&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 19, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_DEC_2002&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-DEC_2002&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SCRIPPS_DEC_2002_Legacy_Data&quot;, &quot;project_id&quot;: -11660, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CA_SCRIPPS_DEC_2002&quot;, &quot;workunit_id&quot;: -1166}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.30439991431261, 34.87409655272705, -76.5605928692518, 36.586699652423015], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.30439991431261, 34.87409723639391], [-76.56059781568683, 34.87409655272705], [-76.5605928692518, 36.58669797930347], [-82.30439949863113, 36.586699652423015], [-82.30439991431261, 34.87409723639391]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;19&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2003-03-23&quot;, &quot;collect_start&quot;: &quot;2003-01-03&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 20, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2264&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NC_PHASE2_2003&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NC_PHASE2_2003&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NC_PHASE2_2003_Legacy_Data&quot;, &quot;project_id&quot;: -14730, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;NC_PHASE2_2003&quot;, &quot;workunit_id&quot;: -1473}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-123.82810575870205, 38.487491692668854, -123.18749834509023, 39.34260320387678], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-123.82810575870205, 38.487491692668854], [-123.18749834509023, 38.487500593864596], [-123.18750380801187, 39.34260320387678], [-123.82810270362681, 39.34260307457618], [-123.82810575870205, 38.487491692668854]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;20&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2003-02-01&quot;, &quot;collect_start&quot;: &quot;2003-02-01&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 21, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2226&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANANDREAS_2003&quot;, &quot;lpc_pub_date&quot;: &quot;2013-04-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANANDREAS_2003&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SANANDREAS_2003_Legacy_Data&quot;, &quot;project_id&quot;: -11560, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;CA_SANANDREAS_2003&quot;, &quot;workunit_id&quot;: -1156}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.280496011311, 46.61579620378112, -121.95399434962748, 46.766898117060144], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.28049582197686, 46.61579653724522], [-121.95399573619667, 46.61579620378112], [-121.95399434962748, 46.76689693133208], [-122.280496011311, 46.766898117060144], [-122.28049582197686, 46.61579653724522]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;21&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2003-03-29&quot;, &quot;collect_start&quot;: &quot;2003-02-11&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 22, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;2927&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_LEWIS_2003&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-28&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_LEWIS_2003&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_LEWIS_2003_Legacy_Data&quot;, &quot;project_id&quot;: -16870, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;WA_LEWIS_2003&quot;, &quot;workunit_id&quot;: -1687}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.67199876968947, 48.02430028425798, -120.78660152864943, 48.43249973178638], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.67199876968947, 48.02430028425798], [-120.78660253725866, 48.024300339628766], [-120.78660152864943, 48.43249973178638], [-122.67199868325581, 48.43249945261848], [-122.67199876968947, 48.02430028425798]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;22&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2003-03-29&quot;, &quot;collect_start&quot;: &quot;2003-02-11&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 23, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;2926&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_PSLC_2003&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_PSLC_2003&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_PSLC_2003_Legacy_Data&quot;, &quot;project_id&quot;: -16970, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;WA_PSLC_2003&quot;, &quot;workunit_id&quot;: -1697}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.7178994717653, 32.83690119522697, -117.24969933710014, 33.469500780581704], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.7178994717653, 32.83690147597214], [-117.24969952977779, 32.83690119522697], [-117.24969933710014, 33.4695005547364], [-117.71789908599965, 33.469500780581704], [-117.7178994717653, 32.83690147597214]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;23&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2003-03-29&quot;, &quot;collect_start&quot;: &quot;2003-03-28&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 24, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_MAR_2003&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-MAR_2003&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SCRIPPS_MAR_2003_Legacy_Data&quot;, &quot;project_id&quot;: -11670, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CA_SCRIPPS_MAR_2003&quot;, &quot;workunit_id&quot;: -1167}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.41099935747916, 48.02490040464424, -122.17539880602104, 48.30079963319052], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.41099935747916, 48.02490040464424], [-122.17540011448962, 48.024900813604056], [-122.17539880602104, 48.30079963319052], [-122.41099865479063, 48.30079934068453], [-122.41099935747916, 48.02490040464424]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;24&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2003-04-12&quot;, &quot;collect_start&quot;: &quot;2003-04-02&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 25, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;2926&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_SNOHOMISH_2003&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_SNOHOMISH_2003&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_SNOHOMISH_2003_Legacy_Data&quot;, &quot;project_id&quot;: -16990, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;WA_SNOHOMISH_2003&quot;, &quot;workunit_id&quot;: -1699}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-76.34369668241641, 37.91249948366584, -75.29409842064581, 38.95960237022294], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-76.34369480439841, 37.91249948366584], [-75.2941, 37.9125], [-75.29409842064581, 38.95960237022294], [-76.34369668241641, 38.95960124769355], [-76.34369480439841, 37.91249948366584]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;25&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2003-07-01&quot;, &quot;collect_start&quot;: &quot;2003-06-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 26, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26985&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MD_STATEWIDE_2003&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MD_STATEWIDE_2003&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MD_STATEWIDE_2003_Legacy_Data&quot;, &quot;project_id&quot;: -14040, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MD_STATEWIDE_2003&quot;, &quot;workunit_id&quot;: -1404}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-116.37310217727459, 47.122598822791765, -115.98040176289109, 47.3107990265174], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-116.37310199961306, 47.122598822791765], [-115.98040176289109, 47.12259901448158], [-115.98040235019721, 47.3107990265174], [-116.37310217727459, 47.31079893526775], [-116.37310199961306, 47.122598822791765]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;26&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2003-09-22&quot;, &quot;collect_start&quot;: &quot;2003-07-23&quot;, &quot;dem_gsd_meters&quot;: 1.0, &quot;fid&quot;: 27, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Clearwater_NF_USFS_LiDAR/ID_SaintJoe_2003&quot;, &quot;lpc_pub_date&quot;: &quot;2015-12-21&quot;, &quot;lpc_reason&quot;: &quot;Point density \\u003c 2 ppsm&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Clearwater_NF_USFS_LiDAR/ID_SaintJoe_2003&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Clearwater_NF_USFS_LiDAR&quot;, &quot;project_id&quot;: 2730, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Clearwater_NF_USFS_LiDAR/ID_SaintJoe_2003&quot;, &quot;sourcedem_pub_date&quot;: &quot;2015-12-16&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Draft Version 13&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ID_SaintJoe_2003&quot;, &quot;workunit_id&quot;: 14941}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.02620191850896, 46.758598505624896, -116.61860158716821, 46.89619851156961], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.02620179324649, 46.758598505624896], [-116.61860158716821, 46.758598561952546], [-116.61860175838454, 46.89619851156961], [-117.02620191850896, 46.896198322524945], [-117.02620179324649, 46.758598505624896]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;27&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2003-08-14&quot;, &quot;collect_start&quot;: &quot;2003-08-13&quot;, &quot;dem_gsd_meters&quot;: 1.0, &quot;fid&quot;: 28, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Clearwater_NF_USFS_LiDAR/ID_MoscowMountain_2003&quot;, &quot;lpc_pub_date&quot;: &quot;2015-12-21&quot;, &quot;lpc_reason&quot;: &quot;Point density \\u003c 2 ppsm&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Clearwater_NF_USFS_LiDAR/ID_MoscowMountain_2003&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Clearwater_NF_USFS_LiDAR&quot;, &quot;project_id&quot;: 2730, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Clearwater_NF_USFS_LiDAR/ID_MoscowMountain_2003&quot;, &quot;sourcedem_pub_date&quot;: &quot;2015-12-14&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Draft Version 13&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ID_MoscowMountain_2003&quot;, &quot;workunit_id&quot;: 14939}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.9535, 32.5124, -117.11979947375063, 33.62760064011292], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.9535, 32.5124], [-117.1198, 32.5124], [-117.11979947375063, 33.62760064011292], [-117.95349996842116, 33.62760005044722], [-117.9535, 32.5124]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;28&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2003-10-25&quot;, &quot;collect_start&quot;: &quot;2003-10-24&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 29, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_OCT_2003&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: &quot;2023-12-11&quot;, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-OCT_2003&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SCRIPPS_OCT_2003_Legacy_Data&quot;, &quot;project_id&quot;: -11700, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CA_SCRIPPS_OCT_2003&quot;, &quot;workunit_id&quot;: -1170}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.87700022751183, 40.62359754808458, -96.4975994487637, 41.001197360186225], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.87700022751183, 40.62359778170894], [-96.49760036764684, 40.62359754808458], [-96.4975994487637, 41.001196944099675], [-96.87699973344544, 41.001197360186225], [-96.87700022751183, 40.62359778170894]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;29&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2003-12-01&quot;, &quot;collect_start&quot;: &quot;2003-11-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 30, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NE_LINCOLN_2003&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NE_LINCOLN_2003&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NE_LINCOLN_2003_Legacy_Data&quot;, &quot;project_id&quot;: -14800, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;NE_LINCOLN_2003&quot;, &quot;workunit_id&quot;: -1480}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-116.60460091933275, 43.44569986383598, -116.13100078229029, 43.71199999874632], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-116.60460091933275, 43.44570000500015], [-116.1310010848604, 43.44569986383598], [-116.13100078229029, 43.711999838326754], [-116.60460050016255, 43.71199999874632], [-116.60460091933275, 43.44570000500015]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;30&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2003-12-09&quot;, &quot;collect_start&quot;: &quot;2003-12-09&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 31, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_BOISE_2003&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-23&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_BOISE_2003&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_BOISE_2003_Legacy_Data&quot;, &quot;project_id&quot;: -12660, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ID_BOISE_2003&quot;, &quot;workunit_id&quot;: -1266}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-105.2872994517969, 39.135401745715875, -105.25629944574997, 39.21940147355229], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-105.2872994517969, 39.135401745715875], [-105.25629949010555, 39.13540175427689], [-105.25629944574997, 39.21940147355229], [-105.28729941100589, 39.219401472907435], [-105.2872994517969, 39.135401745715875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;31&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2004-12-01&quot;, &quot;collect_start&quot;: &quot;2004-01-01&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 32, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26913&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CO_CHEESMANLAKE_2004&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CO_CHEESMANLAKE_2004&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CO_CHEESMANLAKE_2004_Legacy_Data&quot;, &quot;project_id&quot;: -11760, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CO_CHEESMANLAKE_2004&quot;, &quot;workunit_id&quot;: -1176}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.79899787943188, 28.16739829518295, -82.04899436010614, 28.483699029269665], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.79899739025701, 28.16739837019973], [-82.04899436010614, 28.16739829518295], [-82.0489990907263, 28.483699029269665], [-82.79899787943188, 28.483698627835945], [-82.79899739025701, 28.16739837019973]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;32&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2004-05-15&quot;, &quot;collect_start&quot;: &quot;2004-01-23&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 33, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2237&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_PASCO_2004&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_PASCO_2004&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_PASCO_2004_Legacy_Data&quot;, &quot;project_id&quot;: -12240, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_PASCO_2004&quot;, &quot;workunit_id&quot;: -1224}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.70189732614702, 46.998998386798476, -121.9985969566081, 47.34340251342578], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.70189657592051, 46.99900084051969], [-121.99860323836536, 46.998998386798476], [-121.9985969566081, 47.34340251342578], [-122.70189732614702, 47.343401283014906], [-122.70189657592051, 46.99900084051969]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;33&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2004-03-08&quot;, &quot;collect_start&quot;: &quot;2004-02-21&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 34, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;2926&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_PIERCE_2004&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-30&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_PIERCE_2004&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_PIERCE_2004_Legacy_Data&quot;, &quot;project_id&quot;: -16930, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;WA_PIERCE_2004&quot;, &quot;workunit_id&quot;: -1693}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.50679756318412, 29.325797441678315, -81.10149693331599, 29.670398346902676], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.50679756318412, 29.325797441678315], [-81.10149693331599, 29.325798059169138], [-81.10149695739663, 29.670398346902676], [-81.50679721374172, 29.67039796072788], [-81.50679756318412, 29.325797441678315]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;34&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2004-05-05&quot;, &quot;collect_start&quot;: &quot;2004-02-28&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 35, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_FLAGLERCO_2004&quot;, &quot;lpc_pub_date&quot;: &quot;2013-09-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_FLAGLERCO_2004&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_FLAGLERCO_2004_Legacy_Data&quot;, &quot;project_id&quot;: -11920, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_FLAGLERCO_2004&quot;, &quot;workunit_id&quot;: -1192}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.64589688387586, 26.93979982085947, -82.05169593193898, 27.46379990106061], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.64589688387586, 26.93979982085947], [-82.05169609961278, 26.939800143450924], [-82.05169593193898, 27.46379990106061], [-82.64589636398638, 27.463799183059507], [-82.64589688387586, 26.93979982085947]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;35&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2004-03-04&quot;, &quot;collect_start&quot;: &quot;2004-02-28&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 36, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2237&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_SARASOTA_2004&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-21&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_SARASOTA_2004&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_SARASOTA_2004_Legacy_Data&quot;, &quot;project_id&quot;: -12300, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;FL_SARASOTA_2004&quot;, &quot;workunit_id&quot;: -1230}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.75249889614663, 45.21509410353904, -122.5111973090269, 45.501095282108686], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.7524971389619, 45.21509410353904], [-122.5111973090269, 45.21509440594438], [-122.5111984394612, 45.501095282108686], [-122.75249889614663, 45.50109443716259], [-122.7524971389619, 45.21509410353904]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;36&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2004-03-13&quot;, &quot;collect_start&quot;: &quot;2004-03-07&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 37, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;2269&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_PORTLAND_2004&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_PORTLAND_2004&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_PORTLAND_2004_Legacy_Data&quot;, &quot;project_id&quot;: -15520, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_PORTLAND_2004&quot;, &quot;workunit_id&quot;: -1552}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-77.29339967473516, 38.03209953950076, -76.30639590314516, 39.37470162555128], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-77.29339967473516, 38.03210003997448], [-76.30639590314516, 38.03209953950076], [-76.30639786051293, 39.37470162555128], [-77.29339762878861, 39.374699769584375], [-77.29339967473516, 38.03210003997448]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;37&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2004-05-01&quot;, &quot;collect_start&quot;: &quot;2004-04-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 38, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26985&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MD_STATEWIDE_2004&quot;, &quot;lpc_pub_date&quot;: &quot;2013-04-12&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MD_STATEWIDE_2004&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MD_STATEWIDE_2004_Legacy_Data&quot;, &quot;project_id&quot;: -14050, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MD_STATEWIDE_2004&quot;, &quot;workunit_id&quot;: -1405}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.71349947318349, 32.83850119167355, -117.24969934638163, 33.46620077416732], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.71349947318349, 32.83850146403419], [-117.24969952622223, 32.83850119167355], [-117.24969934638163, 33.4662005539817], [-117.71349911096299, 33.46620077416732], [-117.71349947318349, 32.83850146403419]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;38&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2004-04-02&quot;, &quot;collect_start&quot;: &quot;2004-04-02&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 39, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_APR_2004&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-APR_2004&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SCRIPPS_APR_2004_Legacy_Data&quot;, &quot;project_id&quot;: -11640, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CA_SCRIPPS_APR_2004&quot;, &quot;workunit_id&quot;: -1164}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.38120189356647, 37.40079991727081, -121.91350103457266, 37.71600118225777], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.38120189356647, 37.40080188141183], [-121.9135018654072, 37.40079991727081], [-121.91350103457266, 37.71600046866915], [-122.38120114471467, 37.71600118225777], [-122.38120189356647, 37.40080188141183]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;39&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2004-05-21&quot;, &quot;collect_start&quot;: &quot;2004-05-05&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 40, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26910&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANFRANBAY_2004&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANFRANBAY_2004&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SANFRANBAY_2004_Legacy_Data&quot;, &quot;project_id&quot;: -11580, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;CA_SANFRANBAY_2004&quot;, &quot;workunit_id&quot;: -1158}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-75.1497996424984, 39.53340223210948, -74.38289959224555, 40.1922008590879], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-75.1497996424984, 39.53340336153553], [-74.38290194294417, 39.53340223210948], [-74.38289959224555, 40.192200066880865], [-75.14979870426929, 40.1922008590879], [-75.1497996424984, 39.53340336153553]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;40&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2004-09-21&quot;, &quot;collect_start&quot;: &quot;2004-06-20&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 41, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3424&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_CAMDEN_BURLINGTON_2004&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_CAMDEN-BURLINGTON_2004&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NJ_CAMDEN_BURLINGTON_2004_Legacy_Data&quot;, &quot;project_id&quot;: -14840, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;NJ_CAMDEN_BURLINGTON_2004&quot;, &quot;workunit_id&quot;: -1484}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-118.2091013020965, 32.549101161720515, -117.12249969725298, 33.76860065686138], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-118.20909889861842, 32.54910339437303], [-117.12250064708505, 32.549101161720515], [-117.12249969725298, 33.76860065686138], [-118.2091013020965, 33.768599739488124], [-118.20909889861842, 32.54910339437303]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;41&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2004-09-30&quot;, &quot;collect_start&quot;: &quot;2004-09-28&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 42, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_SEP_2004&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-14&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: &quot;2023-12-11&quot;, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-SEP_2004&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SCRIPPS_SEP_2004_Legacy_Data&quot;, &quot;project_id&quot;: -11730, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CA_SCRIPPS_SEP_2004&quot;, &quot;workunit_id&quot;: -1173}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.65820132624421, 37.53419975042456, -121.74839971302427, 38.26330185348414], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.65820132624421, 37.53420249555981], [-121.74840096670387, 37.53419975042456], [-121.74839971302427, 38.26330034109553], [-122.65820080590173, 38.26330185348414], [-122.65820132624421, 37.53420249555981]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;42&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2004-11-21&quot;, &quot;collect_start&quot;: &quot;2004-11-05&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 43, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2227&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANFRANBAYFEMA_2004&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-25&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANFRANBAYFEMA_2004&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SANFRANBAYFEMA_2004_Legacy_Data&quot;, &quot;project_id&quot;: -11590, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;CA_SANFRANBAYFEMA_2004&quot;, &quot;workunit_id&quot;: -1159}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.44759505809667, 27.63209899696447, -81.12029552993317, 28.087598160375727], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.44759505809667, 27.63209899696447], [-81.12029552993317, 27.632099031168607], [-81.12029576729611, 28.087598160375727], [-81.44759473121924, 28.087597483105807], [-81.44759505809667, 27.63209899696447]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;43&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-02-11&quot;, &quot;collect_start&quot;: &quot;2005-01-27&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 44, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2882&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_POLKCO_2005_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2014-06-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_POLKCO_2005-2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_POLKCO_2005_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12290, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;FL_POLKCO_2005_2007&quot;, &quot;workunit_id&quot;: -1229}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.06569523068427, 27.63779875559968, -81.55329445334047, 28.240098495485118], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.06569483953844, 27.63779929593096], [-81.55329485804164, 27.63779875559968], [-81.55329445334047, 28.240097159787165], [-82.06569523068427, 28.240098495485118], [-82.06569483953844, 27.63779929593096]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;44&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-02-27&quot;, &quot;collect_start&quot;: &quot;2005-01-27&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 45, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2237&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_PEACERIVER_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-21&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_PEACERIVER_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_PEACERIVER_2005_Legacy_Data&quot;, &quot;project_id&quot;: -12270, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_PEACERIVER_2005&quot;, &quot;workunit_id&quot;: -1227}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.26129874166435, 30.434397410088657, -83.97389895312645, 30.623898261068526], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.26129873509734, 30.434397410088657], [-83.97389904562232, 30.434397986662663], [-83.97389895312645, 30.623898261068526], [-84.26129874166435, 30.623897528624003], [-84.26129873509734, 30.434397410088657]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;45&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-02-01&quot;, &quot;collect_start&quot;: &quot;2005-02-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 46, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2883&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LEONCO_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2013-09-04&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LEONCO_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_LEONCO_2005_Legacy_Data&quot;, &quot;project_id&quot;: -12100, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_LEONCO_2005&quot;, &quot;workunit_id&quot;: -1210}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.5747963988066, 27.510498956784826, -82.21959491951831, 27.634599162825047], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.57479621248059, 27.510498956784826], [-82.21959599668055, 27.510499718391735], [-82.21959491951831, 27.634599162825047], [-82.5747963988066, 27.63459882901792], [-82.57479621248059, 27.510498956784826]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;46&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-04-14&quot;, &quot;collect_start&quot;: &quot;2005-02-11&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 47, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2237&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LITTLEMANATEE_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-02&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LITTLEMANATEE_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_LITTLEMANATEE_2005_Legacy_Data&quot;, &quot;project_id&quot;: -12150, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_LITTLEMANATEE_2005&quot;, &quot;workunit_id&quot;: -1215}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-89.6956487184526, 30.169002971300948, -88.38826073419511, 30.740885979551635], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-89.69564849023149, 30.169004542417735], [-88.38826304400523, 30.169002971300948], [-88.38826073419511, 30.74088506897146], [-89.6956487184526, 30.740885979551635], [-89.69564849023149, 30.169004542417735]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;47&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-03-12&quot;, &quot;collect_start&quot;: &quot;2005-02-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 48, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MS_HANCOCKJACKSON_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-12&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: &quot;2024-05-09&quot;, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MS_HANCOCKJACKSON_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MS_HANCOCKJACKSON_2005_Legacy_Data&quot;, &quot;project_id&quot;: -14650, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;MS_HANCOCKJACKSON_2005&quot;, &quot;workunit_id&quot;: -1465}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.32830114869321, 34.981596636303706, -81.31709620930415, 36.16409863345214], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.32830000458989, 34.9816000562545], [-81.3170997749196, 34.981596636303706], [-81.31709620930415, 36.16409669274011], [-84.32830114869321, 36.16409863345214], [-84.32830000458989, 34.9816000562545]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;48&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-04-30&quot;, &quot;collect_start&quot;: &quot;2005-03-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 49, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2264&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NC_PHASE3_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2014-07-01&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NC_PHASE3_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NC_PHASE3_2005_Legacy_Data&quot;, &quot;project_id&quot;: -14740, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;NC_PHASE3_2005&quot;, &quot;workunit_id&quot;: -1474}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.62529809172777, 28.51369898286033, -82.5640980429843, 28.555299013187632], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.62529804048033, 28.51369898286033], [-82.5640980429843, 28.51369906738879], [-82.5640980968795, 28.555299013187632], [-82.62529809172777, 28.555298934633598], [-82.62529804048033, 28.51369898286033]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;49&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-03-01&quot;, &quot;collect_start&quot;: &quot;2005-03-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 50, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2237&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_WEEKIWACHEESPRINGS_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-29&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_WEEKIWACHEESPRINGS_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_WEEKIWACHEESPRINGS_2005_Legacy_Data&quot;, &quot;project_id&quot;: -12410, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_WEEKIWACHEESPRINGS_2005&quot;, &quot;workunit_id&quot;: -1241}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-118.20660128598227, 32.56240117178084, -117.12849969635697, 33.76920064863264], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-118.2065989101951, 32.56240334051245], [-117.1285005975595, 32.56240117178084], [-117.12849969635697, 33.76920064863264], [-118.20660128598227, 33.769199732426976], [-118.2065989101951, 32.56240334051245]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;50&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-04-08&quot;, &quot;collect_start&quot;: &quot;2005-04-04&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 51, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_APR_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: &quot;2023-12-11&quot;, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-APR_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SCRIPPS_APR_2005_Legacy_Data&quot;, &quot;project_id&quot;: -11650, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CA_SCRIPPS_APR_2005&quot;, &quot;workunit_id&quot;: -1165}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.28360052465351, 32.53230073294262, -116.90509978080826, 33.11830062572334], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.28360052465351, 32.53230153097236], [-116.90510086440679, 32.53230073294262], [-116.90509978080826, 33.118300526785426], [-117.28359957105815, 33.11830062572334], [-117.28360052465351, 32.53230153097236]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;51&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-04-04&quot;, &quot;collect_start&quot;: &quot;2005-04-04&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 52, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2875&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANDIEGO_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: &quot;2023-12-13&quot;, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANDIEGO_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SANDIEGO_2005_Legacy_Data&quot;, &quot;project_id&quot;: -11570, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5702&quot;, &quot;workunit&quot;: &quot;CA_SANDIEGO_2005&quot;, &quot;workunit_id&quot;: -1157}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.08610053737364, 32.599200846256956, -116.98750053403947, 32.65370105020239], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.08610053737364, 32.599201064654075], [-116.98750066668036, 32.599200846256956], [-116.98750053403947, 32.65370083196887], [-117.08610037440519, 32.65370105020239], [-117.08610053737364, 32.599201064654075]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;52&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-04-04&quot;, &quot;collect_start&quot;: &quot;2005-04-04&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 53, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2875&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_CHULAVISTA_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_CHULAVISTA_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_CHULAVISTA_2005_Legacy_Data&quot;, &quot;project_id&quot;: -11470, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5702&quot;, &quot;workunit&quot;: &quot;CA_CHULAVISTA_2005&quot;, &quot;workunit_id&quot;: -1147}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-76.24909846836591, 39.357301659154786, -75.75019747617013, 39.72900179789152], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-76.24909782443491, 39.357301659154786], [-75.75019747617013, 39.35730225491606], [-75.75019828981611, 39.72900143407392], [-76.24909846836591, 39.72900179789152], [-76.24909782443491, 39.357301659154786]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;53&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-04-23&quot;, &quot;collect_start&quot;: &quot;2005-04-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 54, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26985&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MD_STATEWIDE_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2013-04-02&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MD_STATEWIDE_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MD_STATEWIDE_2005_Legacy_Data&quot;, &quot;project_id&quot;: -14060, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MD_STATEWIDE_2005&quot;, &quot;workunit_id&quot;: -1406}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-76.32700047986084, 42.296298492402386, -75.76069954585601, 42.84909861281411], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-76.32699972427743, 42.296298947202935], [-75.76069954585601, 42.296298492402386], [-75.76070037920024, 42.84909861281411], [-76.32700047986084, 42.84909834509349], [-76.32699972427743, 42.296298947202935]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;54&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-05-07&quot;, &quot;collect_start&quot;: &quot;2005-04-26&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 55, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26918&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NY_CORTLAND_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-23&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NY_CORTLAND_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NY_CORTLAND_2005_Legacy_Data&quot;, &quot;project_id&quot;: -14990, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;NY_CORTLAND_2005&quot;, &quot;workunit_id&quot;: -1499}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-119.95610012624354, 33.35159754607084, -113.92839801748374, 36.06680193445458], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-119.95610012624354, 33.35159754607084], [-113.92839801748374, 33.35160126007385], [-113.92840065987991, 36.06680193445458], [-119.95609984699544, 36.066800298225964], [-119.95610012624354, 33.35159754607084]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;55&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-05-25&quot;, &quot;collect_start&quot;: &quot;2005-05-15&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 56, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_B4_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_B4_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_B4_2005_Legacy_Data&quot;, &quot;project_id&quot;: -11440, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;CA_B4_2005&quot;, &quot;workunit_id&quot;: -1144}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-121.89809905619472, 41.81219964852639, -121.39779949741384, 42.04099991683131], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-121.89809905619472, 41.81219966631792], [-121.39780050697631, 41.81219964852639], [-121.39779949741384, 42.04099985603249], [-121.89809888774629, 42.04099991683131], [-121.89809905619472, 41.81219966631792]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;56&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-09-30&quot;, &quot;collect_start&quot;: &quot;2005-08-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 57, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;26910&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_LOWERKLAMATH_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-27&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_LOWERKLAMATH_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_LOWERKLAMATH_2005_Legacy_Data&quot;, &quot;project_id&quot;: -15340, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OR_LOWERKLAMATH_2005&quot;, &quot;workunit_id&quot;: -1534}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.99380263230563, 46.65730022012531, -96.54580214048907, 47.00710009908893], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.99380263230563, 46.65730022766406], [-96.54580236865027, 46.65730022012531], [-96.54580214048907, 47.00710009908893], [-96.99380245034344, 47.00710007666984], [-96.99380263230563, 46.65730022766406]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;57&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-08-06&quot;, &quot;collect_start&quot;: &quot;2005-08-06&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 58, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2266&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ND_FARGO_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-02&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ND_FARGO_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ND_FARGO_2005_Legacy_Data&quot;, &quot;project_id&quot;: -14770, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;ND_FARGO_2005&quot;, &quot;workunit_id&quot;: -1477}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-112.49840393021712, 42.82340164145801, -112.38630397225592, 42.905701778823705], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-112.49840374675037, 42.82340164145801], [-112.38630397225592, 42.82340176225131], [-112.3863040104056, 42.905701778823705], [-112.49840393021712, 42.90570166504206], [-112.49840374675037, 42.82340164145801]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;58&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-10-01&quot;, &quot;collect_start&quot;: &quot;2005-10-01&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 59, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26712&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_POCATELLO_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_POCATELLO_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_POCATELLO_2005_Legacy_Data&quot;, &quot;project_id&quot;: -12760, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;ID_POCATELLO_2005&quot;, &quot;workunit_id&quot;: -1276}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-112.14580259215275, 44.298999857494216, -112.12420246884771, 44.3179999399071], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-112.14580259215275, 44.29899997651079], [-112.12420250545968, 44.298999857494216], [-112.12420246884771, 44.317999813696666], [-112.1458025588185, 44.3179999399071], [-112.14580259215275, 44.29899997651079]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;59&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-10-01&quot;, &quot;collect_start&quot;: &quot;2005-10-01&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 60, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26912&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_SHEEPSTATION_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_SHEEPSTATION_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_SHEEPSTATION_2005_Legacy_Data&quot;, &quot;project_id&quot;: -12840, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;ID_SHEEPSTATION_2005&quot;, &quot;workunit_id&quot;: -1284}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-120.48570251539465, 34.08879973373475, -119.06880115526315, 34.480400169668705], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-120.48570220753442, 34.08880004592867], [-119.06880115526315, 34.08879973373475], [-119.0688021457008, 34.480400169668705], [-120.48570251539465, 34.48039870960614], [-120.48570220753442, 34.08880004592867]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;60&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-10-15&quot;, &quot;collect_start&quot;: &quot;2005-10-15&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 61, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANTABARBARA_VENTURA_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2013-01-31&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANTABARBARA-VENTURA_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SANTABARBARA_VENTURA_2005_Legacy_Data&quot;, &quot;project_id&quot;: -11600, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CA_SANTABARBARA_VENTURA_2005&quot;, &quot;workunit_id&quot;: -1160}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-118.20630130054268, 32.53360116259206, -117.12099969902019, 33.767000661772805], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-118.2062988990412, 32.53360344796772], [-117.12100069810364, 32.53360116259206], [-117.12099969902019, 33.767000661772805], [-118.20630130054268, 33.766999757509616], [-118.2062988990412, 32.53360344796772]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;61&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2005-10-19&quot;, &quot;collect_start&quot;: &quot;2005-10-18&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 62, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_OCT_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-OCT_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SCRIPPS_OCT_2005_Legacy_Data&quot;, &quot;project_id&quot;: -11710, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CA_SCRIPPS_OCT_2005&quot;, &quot;workunit_id&quot;: -1171}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-71.99030058068824, 44.34239774669354, -71.43679677883428, 45.023498331090614], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-71.99030058068824, 44.3423977786904], [-71.43679861610967, 44.34239774669354], [-71.43679677883428, 45.02349753796568], [-71.99030037906284, 45.023498331090614], [-71.99030058068824, 44.3423977786904]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;62&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-04-01&quot;, &quot;collect_start&quot;: &quot;2005-11-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 63, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26919&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/VT_ESSEXCO_2005&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/VT_ESSEXCO_2005&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;VT_ESSEXCO_2005_Legacy_Data&quot;, &quot;project_id&quot;: -16810, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;VT_ESSEXCO_2005&quot;, &quot;workunit_id&quot;: -1681}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.55479434999523, 27.867897649392223, -81.50809448693789, 27.923097521466815], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.55479434999523, 27.867897649392223], [-81.50809451953356, 27.86789765830364], [-81.50809448693789, 27.923097521466815], [-81.55479431228973, 27.923097488850726], [-81.55479434999523, 27.867897649392223]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;63&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-01-25&quot;, &quot;collect_start&quot;: &quot;2006-01-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 64, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2237&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LAKEWALES_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LAKEWALES_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_LAKEWALES_2006_Legacy_Data&quot;, &quot;project_id&quot;: -12070, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_LAKEWALES_2006&quot;, &quot;workunit_id&quot;: -1207}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.00359553146166, 28.308897968785693, -81.95699507227107, 28.322698263682415], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.00359524293903, 28.30889822177391], [-81.95699507227107, 28.308897968785693], [-81.95699533846818, 28.322698014996067], [-82.00359553146166, 28.322698263682415], [-82.00359524293903, 28.30889822177391]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;64&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-02-27&quot;, &quot;collect_start&quot;: &quot;2006-01-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 65, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2237&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_HAMPTONTRACT_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_HAMPTONTRACT_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_HAMPTONTRACT_2006_Legacy_Data&quot;, &quot;project_id&quot;: -11970, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_HAMPTONTRACT_2006&quot;, &quot;workunit_id&quot;: -1197}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.41219852905398, 30.273897764036956, -84.0577986895525, 30.47779810506853], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.41219824704037, 30.27389791356738], [-84.0577986895525, 30.273897764036956], [-84.0577990655705, 30.47779785813218], [-84.41219852905398, 30.47779810506853], [-84.41219824704037, 30.27389791356738]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;65&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-02-01&quot;, &quot;collect_start&quot;: &quot;2006-02-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 66, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2883&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LEONCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-09-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LEONCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_LEONCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -12110, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_LEONCO_2006&quot;, &quot;workunit_id&quot;: -1211}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.18689983472575, 38.95569797427561, -94.9085002381901, 39.02689794116135], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.18689964526311, 38.95569797427561], [-94.9085002381901, 38.95569800315868], [-94.90850050431627, 39.02689794116135], [-95.18689983472575, 39.02689792459484], [-95.18689964526311, 38.95569797427561]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;66&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-05-01&quot;, &quot;collect_start&quot;: &quot;2006-03-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 67, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_LEAVENWORTH_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_LEAVENWORTH_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_LEAVENWORTH_2006_Legacy_Data&quot;, &quot;project_id&quot;: -13670, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_LEAVENWORTH_2006&quot;, &quot;workunit_id&quot;: -1367}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-94.9446033371107, 35.42339745383931, -94.62240097995658, 35.81159988151116], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-94.9446033371107, 35.42339745383931], [-94.62240271586884, 35.423399284335886], [-94.62240097995658, 35.81159988151116], [-94.94460245336484, 35.81159747541897], [-94.9446033371107, 35.42339745383931]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;67&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-03-01&quot;, &quot;collect_start&quot;: &quot;2006-03-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 68, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OK_SALLISAW_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OK_SALLISAW_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OK_SALLISAW_2006_Legacy_Data&quot;, &quot;project_id&quot;: -15090, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OK_SALLISAW_2006&quot;, &quot;workunit_id&quot;: -1509}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.69409760181311, 28.611398106615194, -80.72269651248465, 29.436398425132563], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.69409681543284, 28.611398157385278], [-80.72269651248465, 28.611398106615194], [-80.72269690254771, 29.436398425132563], [-81.69409760181311, 29.4363976223691], [-81.69409681543284, 28.611398157385278]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;68&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-03-08&quot;, &quot;collect_start&quot;: &quot;2006-03-02&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 69, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_VOLUSIACOUNTY_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2014-06-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_VOLUSIACOUNTY_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_VOLUSIACOUNTY_2006_Legacy_Data&quot;, &quot;project_id&quot;: -12370, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;FL_VOLUSIACOUNTY_2006&quot;, &quot;workunit_id&quot;: -1237}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.86140074508913, 33.489898195382445, -84.08889994073076, 34.19259857093116], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.86140074508913, 33.48989844840976], [-84.0889001782382, 33.489898195382445], [-84.08889994073076, 34.19259823052543], [-84.86139981204775, 34.19259857093116], [-84.86140074508913, 33.48989844840976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;69&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-08-04&quot;, &quot;collect_start&quot;: &quot;2006-03-03&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 70, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;2885&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_FULTONCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_FULTONCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_FULTONCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -12530, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_FULTONCO_2006&quot;, &quot;workunit_id&quot;: -1253}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.73899797844567, 28.295097837164125, -81.94109477480885, 29.06319885933274], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.73899781655896, 28.29509885712784], [-81.94109477480885, 28.295097837164125], [-81.94109814778456, 29.063197748060915], [-82.73899797844567, 29.06319885933274], [-82.73899781655896, 28.29509885712784]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;70&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-03-05&quot;, &quot;collect_start&quot;: &quot;2006-03-05&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 71, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2237&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_CITRUS_SUMTER_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_CITRUS-SUMTER_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_CITRUS_SUMTER_2006_Legacy_Data&quot;, &quot;project_id&quot;: -11860, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_CITRUS_SUMTER_2006&quot;, &quot;workunit_id&quot;: -1186}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.0503012247052, 33.177697025150074, -81.16429992040965, 33.907197045662826], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.0503012247052, 33.17769872447859], [-81.16430058746934, 33.177697025150074], [-81.16429992040965, 33.907195957736946], [-82.05030044932317, 33.907197045662826], [-82.0503012247052, 33.17769872447859]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;71&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-03-17&quot;, &quot;collect_start&quot;: &quot;2006-03-15&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 72, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_AIKENCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2014-08-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_AIKENCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_AIKENCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -15710, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;SC_AIKENCO_2006&quot;, &quot;workunit_id&quot;: -1571}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.8261975232051, 40.10119820631804, -80.49709798507459, 41.99519980346474], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.8261975232051, 40.10119876863659], [-80.49709798507459, 40.10119820631804], [-80.49709972992211, 41.99519968162859], [-84.82619607005174, 41.99519980346474], [-84.8261975232051, 40.10119876863659]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;72&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-05-07&quot;, &quot;collect_start&quot;: &quot;2006-03-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 73, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3734&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OH_NORTH_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2014-08-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OH_NORTH_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OH_NORTH_2006_Legacy_Data&quot;, &quot;project_id&quot;: -15030, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OH_NORTH_2006&quot;, &quot;workunit_id&quot;: -1503}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-76.2967978894919, 38.729500987926265, -75.69909534024293, 39.38210217919877], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-76.2967959050633, 38.729500987926265], [-75.69909534024293, 38.72950171884504], [-75.69909754520607, 39.38210217919877], [-76.2967978894919, 39.382101635251935], [-76.2967959050633, 38.729500987926265]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;73&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-04-06&quot;, &quot;collect_start&quot;: &quot;2006-03-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 74, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26985&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MD_KENT_QUEENANNE_CAROLINE_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2014-07-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MD_KENT_QUEENANNE_CAROLINE_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MD_KENT_QUEENANNE_CAROLINE_2006_Legacy_Data&quot;, &quot;project_id&quot;: -14010, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MD_KENT_QUEENANNE_CAROLINE_2006&quot;, &quot;workunit_id&quot;: -1401}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.85029875903165, 39.550698554824706, -82.1721985491393, 40.29229834263361], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.85029875903165, 39.550698554824706], [-82.1721985491393, 39.55069926868693], [-82.17219864582017, 40.29229834263361], [-82.85029825152706, 40.29229809021718], [-82.85029875903165, 39.550698554824706]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;74&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-05-07&quot;, &quot;collect_start&quot;: &quot;2006-03-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 75, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3735&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OH_SOUTH_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2014-08-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OH_SOUTH_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OH_SOUTH_2006_Legacy_Data&quot;, &quot;project_id&quot;: -15040, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OH_SOUTH_2006&quot;, &quot;workunit_id&quot;: -1504}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.57519947723155, 40.6018984846532, -74.64619948898483, 42.290300609408334], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.57519818289131, 40.6018984846532], [-74.64619948898483, 40.60190004397731], [-74.64619960452124, 42.290298972935105], [-80.57519947723155, 42.290300609408334], [-80.57519818289131, 40.6018984846532]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;75&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-05-13&quot;, &quot;collect_start&quot;: &quot;2006-03-21&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 76, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2271&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/PA_STATEWIDE_N_2006_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/PA_STATEWIDE_N_2006-2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;PA_STATEWIDE_N_2006_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15690, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;PA_STATEWIDE_N_2006_2008&quot;, &quot;workunit_id&quot;: -1569}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.57429928314885, 39.67989843656477, -74.70110003011636, 41.184199880489096], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.57429785764948, 39.67989843656477], [-74.70110151437413, 39.679902549731835], [-74.70110003011636, 41.184199880489096], [-80.57429928314885, 41.1841987662922], [-80.57429785764948, 39.67989843656477]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;76&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-05-02&quot;, &quot;collect_start&quot;: &quot;2006-03-21&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 77, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2272&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/PA_STATEWIDE_S_2006_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/PA_STATEWIDE_S_2006-2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;PA_STATEWIDE_S_2006_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15700, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;PA_STATEWIDE_S_2006_2008&quot;, &quot;workunit_id&quot;: -1570}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-118.20380127361067, 32.5102, -117.11659969697394, 33.769100662802096], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-118.2038, 32.5102], [-117.1166, 32.5102], [-117.11659969697394, 33.769100662802096], [-118.20380127361067, 33.76909973341565], [-118.2038, 32.5102]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;77&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-03-25&quot;, &quot;collect_start&quot;: &quot;2006-03-24&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 78, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_MAR_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: &quot;2023-12-11&quot;, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-MAR_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SCRIPPS_MAR_2006_Legacy_Data&quot;, &quot;project_id&quot;: -11680, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CA_SCRIPPS_MAR_2006&quot;, &quot;workunit_id&quot;: -1168}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-89.65450132491713, 30.64719423736565, -88.61889969258661, 31.43429603521561], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-89.65450132491713, 30.647196372563386], [-88.6189009386025, 30.64719423736565], [-88.61889969258661, 31.434295985686582], [-89.65450045351595, 31.43429603521561], [-89.65450132491713, 30.647196372563386]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;78&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-04-12&quot;, &quot;collect_start&quot;: &quot;2006-03-26&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 79, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2254&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MS_CAMPSHELBY_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2014-05-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MS_CAMPSHELBY_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MS_CAMPSHELBY_2006_Legacy_Data&quot;, &quot;project_id&quot;: -14640, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;MS_CAMPSHELBY_2006&quot;, &quot;workunit_id&quot;: -1464}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.60320076269977, 39.02459792034538, -95.16799986017837, 39.42309783309293], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.60320053491091, 39.02459792034538], [-95.16799986017837, 39.02459793342946], [-95.16800097995879, 39.423097371916604], [-95.60320076269977, 39.42309783309293], [-95.60320053491091, 39.02459792034538]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;79&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-04-03&quot;, &quot;collect_start&quot;: &quot;2006-03-29&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 80, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_JEFFERSONCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2014-06-23&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_JEFFERSONCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_JEFFERSONCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -13630, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_JEFFERSONCO_2006&quot;, &quot;workunit_id&quot;: -1363}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.97330059426858, 39.027398094652995, -96.67010061028869, 39.31599821922585], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.97330032901115, 39.027398094652995], [-96.67010061028869, 39.0273981811672], [-96.67010071715445, 39.315998184951184], [-96.97330059426858, 39.31599821922585], [-96.97330032901115, 39.027398094652995]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;80&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-04-01&quot;, &quot;collect_start&quot;: &quot;2006-04-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 81, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_FTRILEY_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_FTRILEY_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_FTRILEY_2006_Legacy_Data&quot;, &quot;project_id&quot;: -13580, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_FTRILEY_2006&quot;, &quot;workunit_id&quot;: -1358}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.03710113999534, 38.864797902121694, -95.50089969097414, 39.21679829531481], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.03710053294925, 38.864798221289156], [-95.50089969097414, 38.864797902121694], [-95.50090094657475, 39.21679790378896], [-96.03710113999534, 39.21679829531481], [-96.03710053294925, 38.864798221289156]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;81&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-04-04&quot;, &quot;collect_start&quot;: &quot;2006-04-04&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 82, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_SHAWNEECOUNTY_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_SHAWNEECOUNTY_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_SHAWNEECOUNTY_2006_Legacy_Data&quot;, &quot;project_id&quot;: -13860, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_SHAWNEECOUNTY_2006&quot;, &quot;workunit_id&quot;: -1386}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.50050083166346, 39.07969814327414, -95.94530112832658, 39.26539831745488], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.5005007816098, 39.07969814327414], [-95.94530112832658, 39.079698171026024], [-95.94530120717396, 39.26539830740071], [-96.50050083166346, 39.26539831745488], [-96.5005007816098, 39.07969814327414]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;82&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-04-08&quot;, &quot;collect_start&quot;: &quot;2006-04-05&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 83, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_KANSASRIVER_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_KANSASRIVER_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_KANSASRIVER_2006_Legacy_Data&quot;, &quot;project_id&quot;: -13660, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_KANSASRIVER_2006&quot;, &quot;workunit_id&quot;: -1366}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.2578015320229, 36.90099985049776, -121.39540044204182, 37.508800651171576], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.2578015320229, 36.90100242471362], [-121.39540044204182, 36.90099985049776], [-121.39540049673904, 37.50880036611453], [-122.25780085902826, 37.508800651171576], [-122.2578015320229, 36.90100242471362]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;83&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-05-01&quot;, &quot;collect_start&quot;: &quot;2006-04-06&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 84, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2227&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANTACLARACO_A_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANTACLARACO-A_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SANTACLARACO_A_2006_Legacy_Data&quot;, &quot;project_id&quot;: -11610, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;CA_SANTACLARACO_A_2006&quot;, &quot;workunit_id&quot;: -1161}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-121.88160400866794, 36.953299257785126, -121.1950987258154, 37.490000506567554], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-121.88160400866794, 36.95330184905421], [-121.1950987258154, 36.953299257785126], [-121.19510070647614, 37.490000506567554], [-121.88160149373445, 37.49000005541282], [-121.88160400866794, 36.95330184905421]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;84&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-05-01&quot;, &quot;collect_start&quot;: &quot;2006-04-06&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 85, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2227&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANTACLARACO_B_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANTACLARACO-B_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SANTACLARACO_B_2006_Legacy_Data&quot;, &quot;project_id&quot;: -11620, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;CA_SANTACLARACO_B_2006&quot;, &quot;workunit_id&quot;: -1162}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.20900186079881, 36.87650071521633, -121.5506004507894, 37.37510077846149], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.20900186079881, 36.87650228679146], [-121.55060177199823, 36.87650071521633], [-121.5506004507894, 37.37509981604081], [-122.20900182446468, 37.37510077846149], [-122.20900186079881, 36.87650228679146]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;85&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-05-01&quot;, &quot;collect_start&quot;: &quot;2006-04-06&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 86, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2227&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANTACLARACO_C_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2014-01-29&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANTACLARACO-C_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_SANTACLARACO_C_2006_Legacy_Data&quot;, &quot;project_id&quot;: -11630, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;CA_SANTACLARACO_C_2006&quot;, &quot;workunit_id&quot;: -1163}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.90650067979915, 38.9847980637998, -96.47860075765443, 39.38279832824197], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.90650036456897, 38.984798106700076], [-96.47860075765443, 38.9847980637998], [-96.47860088423047, 39.38279832824197], [-96.90650067979915, 39.38279815550338], [-96.90650036456897, 38.984798106700076]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;86&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-04-09&quot;, &quot;collect_start&quot;: &quot;2006-04-09&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 87, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_MANHATTAN_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-30&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_MANHATTAN_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_MANHATTAN_2006_Legacy_Data&quot;, &quot;project_id&quot;: -13710, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_MANHATTAN_2006&quot;, &quot;workunit_id&quot;: -1371}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.87580527086774, 28.818397419405112, -95.04660540056197, 29.603695999650366], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.87580527086774, 28.81839748986454], [-95.04660540056197, 28.818397419405112], [-95.04660541442644, 29.60369562654362], [-95.87580467971307, 29.603695999650366], [-95.87580527086774, 28.81839748986454]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;87&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-05-13&quot;, &quot;collect_start&quot;: &quot;2006-04-09&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 88, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_BRAZORIA_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-28&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_BRAZORIA_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_BRAZORIA_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16380, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_BRAZORIA_2006&quot;, &quot;workunit_id&quot;: -1638}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-97.53920588440715, 27.812297829595035, -96.78850433099262, 28.562898117295287], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-97.53920588440715, 27.812297973874188], [-96.7885059194145, 27.812297829595035], [-96.78850433099262, 28.562897373511163], [-97.53920473112011, 28.562898117295287], [-97.53920588440715, 27.812297973874188]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;88&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-07-15&quot;, &quot;collect_start&quot;: &quot;2006-04-09&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 89, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_ARANSAS_REFUGIO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_ARANSAS_REFUGIO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_ARANSAS_REFUGIO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16350, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_ARANSAS_REFUGIO_2006&quot;, &quot;workunit_id&quot;: -1635}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.38240497150852, 28.37499792963285, -95.4993046460796, 29.237696623706544], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.38240497150852, 28.37499802604955], [-95.499305576364, 28.37499792963285], [-95.4993046460796, 29.237696623706544], [-96.38240404864233, 29.237696254019585], [-96.38240497150852, 28.37499802604955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;89&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-05-13&quot;, &quot;collect_start&quot;: &quot;2006-04-09&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 90, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_MATAGORDA_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-31&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_MATAGORDA_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_MATAGORDA_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16520, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_MATAGORDA_2006&quot;, &quot;workunit_id&quot;: -1652}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.94420425988, 28.670797206628585, -96.30750413738787, 29.26839657850244], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.94420425988, 28.670797466051603], [-96.30750640613918, 28.670797206628585], [-96.30750413738787, 29.268396318470845], [-96.94420307555414, 29.26839657850244], [-96.94420425988, 28.670797466051603]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;90&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-05-13&quot;, &quot;collect_start&quot;: &quot;2006-04-09&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 91, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_JACKSON_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-30&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_JACKSON_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_JACKSON_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16450, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_JACKSON_2006&quot;, &quot;workunit_id&quot;: -1645}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.05710030619781, 38.70849783382789, -94.60730050366168, 39.061498016506164], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.0570994716183, 38.70849783382789], [-94.60730050366168, 38.708497999251115], [-94.60730114125458, 39.061498016506164], [-95.05710030619781, 39.061497813448945], [-95.0570994716183, 38.70849783382789]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;91&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-04-11&quot;, &quot;collect_start&quot;: &quot;2006-04-10&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 92, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_JOHNSONCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_JOHNSONCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_JOHNSONCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -13650, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_JOHNSONCO_2006&quot;, &quot;workunit_id&quot;: -1365}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-94.91110154549655, 38.98639802014864, -94.58780105096673, 39.20369799825774], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-94.91110030234628, 38.98639802014864], [-94.58780105096673, 38.986398054208216], [-94.58780128538437, 39.20369799825774], [-94.91110154549655, 39.2036973711355], [-94.91110030234628, 38.98639802014864]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;92&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-04-20&quot;, &quot;collect_start&quot;: &quot;2006-04-12&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 93, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_WYANDOTTECO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-21&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_WYANDOTTECO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_WYANDOTTECO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -13880, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_WYANDOTTECO_2006&quot;, &quot;workunit_id&quot;: -1388}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-89.02329880102701, 43.18790228433779, -88.3809976946181, 43.63980243681287], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-89.02329880102701, 43.187902361240404], [-88.3809976946181, 43.18790228433779], [-88.3809987644095, 43.63980243681287], [-89.02329830014548, 43.639801776925935], [-89.02329880102701, 43.187902361240404]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;93&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-04-12&quot;, &quot;collect_start&quot;: &quot;2006-04-12&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 94, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;8129&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WI_DODGE_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2014-03-31&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WI_DODGE_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WI_DODGE_2006_Legacy_Data&quot;, &quot;project_id&quot;: -17020, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;WI_DODGE_2006&quot;, &quot;workunit_id&quot;: -1702}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-94.60830134691562, 38.83399789996512, -94.1038007185434, 39.237998324471356], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-94.6083007043717, 38.83399804075932], [-94.10380075226277, 38.83399789996512], [-94.1038007185434, 39.237998324471356], [-94.60830134691562, 39.23799791568173], [-94.6083007043717, 38.83399804075932]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;94&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-04-19&quot;, &quot;collect_start&quot;: &quot;2006-04-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 95, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_JACKSONCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_JACKSONCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_JACKSONCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -13620, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_JACKSONCO_2006&quot;, &quot;workunit_id&quot;: -1362}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-94.98760537697436, 29.499594551319277, -94.35070550599954, 29.90649557301658], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-94.98760537697436, 29.499595581354875], [-94.35070553375783, 29.499594551319277], [-94.35070550599954, 29.90649485788345], [-94.98760508162985, 29.90649557301658], [-94.98760537697436, 29.499595581354875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;95&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-06-12&quot;, &quot;collect_start&quot;: &quot;2006-04-22&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 96, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_CHAMBERS_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-29&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_CHAMBERS_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_CHAMBERS_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16400, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_CHAMBERS_2006&quot;, &quot;workunit_id&quot;: -1640}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.82610004572457, 32.10699552507726, -78.5508965857818, 33.856397174389826], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.82609520805129, 32.10699602623707], [-78.5508965857818, 32.10699552507726], [-78.550897826783, 33.856397174389826], [-80.82610004572457, 33.856396225967465], [-80.82609520805129, 32.10699602623707]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;96&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-04-24&quot;, &quot;collect_start&quot;: &quot;2006-04-24&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 97, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26917&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_SHOALS_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-04&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_SHOALS_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_SHOALS_2006_Legacy_Data&quot;, &quot;project_id&quot;: -15960, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_SHOALS_2006&quot;, &quot;workunit_id&quot;: -1596}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-97.2493027750669, 47.01040000353416, -95.2175004820894, 49.00230458280496], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-97.2493027750669, 47.01040000353416], [-95.2175004820894, 47.01040059061894], [-95.217509374527, 49.00230458280496], [-97.24930221124713, 49.00230277416904], [-97.2493027750669, 47.01040000353416]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;97&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-12-21&quot;, &quot;collect_start&quot;: &quot;2006-04-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 98, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_REDRIVER_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-17&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_REDRIVER_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MN_REDRIVER_2006_Legacy_Data&quot;, &quot;project_id&quot;: -14240, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;MN_REDRIVER_2006&quot;, &quot;workunit_id&quot;: -1424}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-108.82569936757311, 42.752204144926644, -108.66779925096091, 42.878204441975534], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-108.82569902701657, 42.75220447378955], [-108.66779925096091, 42.752204144926644], [-108.66779930290168, 42.87820425462485], [-108.82569936757311, 42.878204441975534], [-108.82569902701657, 42.75220447378955]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;98&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-04-27&quot;, &quot;collect_start&quot;: &quot;2006-04-26&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 99, &quot;geoid&quot;: &quot;GEOID99&quot;, &quot;horiz_crs&quot;: &quot;26912&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WY_NRCS_LIDAR_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-10-01&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WY_NRCS_LIDAR_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WY_NRCS_LIDAR_2006_Legacy_Data&quot;, &quot;project_id&quot;: -17090, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;WY_NRCS_LIDAR_2006&quot;, &quot;workunit_id&quot;: -1709}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-99.8001038718265, 30.213496403842385, -98.06280460928305, 31.845598027352505], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-99.80010304945955, 30.213498381676942], [-98.06280460928305, 30.213496403842385], [-98.06280541583887, 31.845598027352505], [-99.8001038718265, 31.845597948787226], [-99.80010304945955, 30.213498381676942]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;99&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-05-05&quot;, &quot;collect_start&quot;: &quot;2006-05-05&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 100, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_LCRA_THALWEG_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-05&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_LCRA_THALWEG_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_LCRA_THALWEG_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16490, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_LCRA_THALWEG_2006&quot;, &quot;workunit_id&quot;: -1649}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.5085003612962, 38.73029781862818, -95.05049944263992, 39.076097841582616], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.50849945132005, 38.730298000057594], [-95.05049944263992, 38.73029781862818], [-95.05050042349946, 39.07609776239057], [-95.5085003612962, 39.076097841582616], [-95.50849945132005, 38.730298000057594]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;100&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-05-28&quot;, &quot;collect_start&quot;: &quot;2006-05-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 101, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_DOUGLASCOUNTY_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2014-06-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_DOUGLASCOUNTY_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_DOUGLASCOUNTY_2006_Legacy_Data&quot;, &quot;project_id&quot;: -13550, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_DOUGLASCOUNTY_2006&quot;, &quot;workunit_id&quot;: -1355}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-94.12540529409561, 29.9666941056814, -93.68740329249381, 30.249996022796662], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-94.12540529409561, 29.966694792277718], [-93.68740390976333, 29.9666941056814], [-93.68740329249381, 30.249996022796662], [-94.12540462393825, 30.249994986936045], [-94.12540529409561, 29.966694792277718]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;101&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-06-06&quot;, &quot;collect_start&quot;: &quot;2006-06-04&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 102, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_ORANGE_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-06-05&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_ORANGE_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_ORANGE_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16560, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_ORANGE_2006&quot;, &quot;workunit_id&quot;: -1656}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-97.3062049155739, 28.485897640901158, -96.65560370598237, 29.103997590541983], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-97.3062049155739, 28.485897640901158], [-96.65560443341093, 28.485897717615877], [-96.65560370598237, 29.10399626713409], [-97.30620362533965, 29.103997590541983], [-97.3062049155739, 28.485897640901158]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;102&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-06-26&quot;, &quot;collect_start&quot;: &quot;2006-06-14&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 103, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_VICTORIA_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-06-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_VICTORIA_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_VICTORIA_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16580, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_VICTORIA_2006&quot;, &quot;workunit_id&quot;: -1658}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-87.64399863404273, 30.271394275872005, -86.82859891864081, 31.008095441335502], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-87.64399838238555, 30.271394275872005], [-86.82859906774566, 30.271394404871906], [-86.82859891864081, 31.008095441335502], [-87.64399863404273, 31.008094066307116], [-87.64399838238555, 30.271394275872005]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;103&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-07-18&quot;, &quot;collect_start&quot;: &quot;2006-06-21&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 104, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_ESCAMBIACO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-02&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_ESCAMBIACO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_ESCAMBIACO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -11910, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_ESCAMBIACO_2006&quot;, &quot;workunit_id&quot;: -1191}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.36170155624801, 37.445700066884825, -121.46369918340426, 37.913901826134605], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.36170155624801, 37.44570164800862], [-121.4637002369877, 37.445700066884825], [-121.46369918340426, 37.913901826134605], [-122.36170039394618, 37.91390153883894], [-122.36170155624801, 37.44570164800862]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;104&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-07-02&quot;, &quot;collect_start&quot;: &quot;2006-06-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 105, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2227&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_ALAMEDACO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2014-06-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_ALAMEDACO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_ALAMEDACO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -11430, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;CA_ALAMEDACO_2006&quot;, &quot;workunit_id&quot;: -1143}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-86.3235988437944, 30.495995555759286, -86.1141981619113, 30.605496432718656], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-86.32359867978653, 30.495995555759286], [-86.1141981619113, 30.495996326916085], [-86.11419843406601, 30.605496432718656], [-86.3235988437944, 30.60549578960718], [-86.32359867978653, 30.495995555759286]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;105&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-06-15&quot;, &quot;collect_start&quot;: &quot;2006-07-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 106, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_ELGIN_2006_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-09&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_ELGIN_2006-2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_ELGIN_2006_2008_Legacy_Data&quot;, &quot;project_id&quot;: -11900, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_ELGIN_2006_2008&quot;, &quot;workunit_id&quot;: -1190}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-94.46920549427459, 29.560493445750975, -93.82770382713062, 30.21899581994844], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-94.46920549427459, 29.560494796699388], [-93.82770456727793, 29.560493445750975], [-93.82770382713062, 30.21899581994844], [-94.46920432348796, 30.21899511272562], [-94.46920549427459, 29.560494796699388]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;106&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-07-06&quot;, &quot;collect_start&quot;: &quot;2006-07-04&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 107, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_JEFFERSON_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-30&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_JEFFERSON_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_JEFFERSON_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16460, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_JEFFERSON_2006&quot;, &quot;workunit_id&quot;: -1646}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-97.9108059357705, 27.81209799377172, -97.1320054036203, 28.18779820390897], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-97.9108059357705, 27.81209799377172], [-97.13200600951646, 27.81209810134868], [-97.1320054036203, 28.187797689876856], [-97.91080554946036, 28.18779820390897], [-97.9108059357705, 27.81209799377172]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;107&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-07-15&quot;, &quot;collect_start&quot;: &quot;2006-07-10&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 108, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_SAN_PATRICIO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-06-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_SAN_PATRICIO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_SAN_PATRICIO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16570, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_SAN_PATRICIO_2006&quot;, &quot;workunit_id&quot;: -1657}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-86.40779917649657, 30.26029530751193, -85.82079717566079, 31.002897977304105], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-86.40779838527884, 30.26029530751193], [-85.82079717566079, 30.260296737951638], [-85.82079942832735, 31.002897866338525], [-86.40779917649657, 31.002897977304105], [-86.40779838527884, 30.26029530751193]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;108&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-06-15&quot;, &quot;collect_start&quot;: &quot;2006-07-10&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 109, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_WALTONAFB_2006_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-17&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_WALTONAFB_2006-2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_WALTONAFB_2006_2008_Legacy_Data&quot;, &quot;project_id&quot;: -12380, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_WALTONAFB_2006_2008&quot;, &quot;workunit_id&quot;: -1238}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-86.40779917649657, 30.26029530751193, -85.82079717566079, 31.002897977304105], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-86.40779838527884, 30.26029530751193], [-85.82079717566079, 30.260296737951638], [-85.82079942832735, 31.002897866338525], [-86.40779917649657, 31.002897977304105], [-86.40779838527884, 30.26029530751193]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;109&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-08-17&quot;, &quot;collect_start&quot;: &quot;2006-07-10&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 110, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_WALTONCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-01&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_WALTONCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_WALTONCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -12390, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_WALTONCO_2006&quot;, &quot;workunit_id&quot;: -1239}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-75.19529883055557, 40.339600116803204, -74.70329931285642, 40.788000601059196], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-75.19529883055557, 40.33960078947473], [-74.70329931285642, 40.339600116803204], [-74.70329955183134, 40.78800026019449], [-75.1952987974247, 40.788000601059196], [-75.19529883055557, 40.33960078947473]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;110&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-07-17&quot;, &quot;collect_start&quot;: &quot;2006-07-17&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 111, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3424&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_HUNTERDON_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-08&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_HUNTERDON_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NJ_HUNTERDON_2006_Legacy_Data&quot;, &quot;project_id&quot;: -14890, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;NJ_HUNTERDON_2006&quot;, &quot;workunit_id&quot;: -1489}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.2351057338944, 29.08019519629767, -94.36870528659352, 29.59989581738393], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.23510563233717, 29.080197059325418], [-94.36870528659352, 29.08019519629767], [-94.36870571023364, 29.599894750171668], [-95.2351057338944, 29.59989581738393], [-95.23510563233717, 29.080197059325418]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;111&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-10-31&quot;, &quot;collect_start&quot;: &quot;2006-09-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 112, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_GALVESTON_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-29&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_GALVESTON_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_GALVESTON_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16430, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_GALVESTON_2006&quot;, &quot;workunit_id&quot;: -1643}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-116.21900108085585, 45.460799498143665, -115.55360035030029, 46.473198476583214], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-116.2190005621928, 45.460799944548036], [-115.55360119214988, 45.460799498143665], [-115.55360035030029, 46.473198476583214], [-116.21900108085585, 46.473198452421386], [-116.2190005621928, 45.460799944548036]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;112&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-10-03&quot;, &quot;collect_start&quot;: &quot;2006-09-29&quot;, &quot;dem_gsd_meters&quot;: 1.0, &quot;fid&quot;: 113, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Meets with variance&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Clearwater_NF_USFS_LiDAR/ID_SlateLolo_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2015-12-22&quot;, &quot;lpc_reason&quot;: &quot;LPC meets v1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Clearwater_NF_USFS_LiDAR/ID_SlateLolo_2006&quot;, &quot;onemeter_category&quot;: &quot;Meets with variance&quot;, &quot;onemeter_reason&quot;: &quot;LPC meets v.1.0 or earlier draft specification&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Clearwater_NF_USFS_LiDAR&quot;, &quot;project_id&quot;: 2730, &quot;ql&quot;: &quot;QL 2&quot;, &quot;seamless_category&quot;: &quot;Meets with variance&quot;, &quot;seamless_reason&quot;: &quot;LPC meets v.1.0 or earlier draft specification&quot;, &quot;sourcedem_category&quot;: &quot;Meets with variance&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Clearwater_NF_USFS_LiDAR/ID_SlateLolo_2006&quot;, &quot;sourcedem_pub_date&quot;: &quot;2015-12-10&quot;, &quot;sourcedem_reason&quot;: &quot;Source DEM meets v1.0 or draft LBS&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Draft Version 13&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ID_SlateLolo_2006&quot;, &quot;workunit_id&quot;: 14951}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-118.9424014506804, 44.436298268202506, -118.42460199149193, 45.00379900424633], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-118.94240138467273, 44.436298268202506], [-118.42460199149193, 44.43629860595003], [-118.42460311688642, 45.00379900424633], [-118.9424014506804, 45.003798256664965], [-118.94240138467273, 44.436298268202506]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;113&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-10-07&quot;, &quot;collect_start&quot;: &quot;2006-10-05&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 114, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_JOHN_DAY_PLC_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_JOHN_DAY_PLC_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_JOHN_DAY_PLC_2006_Legacy_Data&quot;, &quot;project_id&quot;: -15310, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OR_JOHN_DAY_PLC_2006&quot;, &quot;workunit_id&quot;: -1531}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-74.63239950008543, 40.24999982977777, -74.2015997671111, 40.610300047658704], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-74.63239931866441, 40.250000133135565], [-74.2015997671111, 40.24999982977777], [-74.20160020934891, 40.61029991062107], [-74.63239950008543, 40.610300047658704], [-74.63239931866441, 40.250000133135565]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;114&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-11-15&quot;, &quot;collect_start&quot;: &quot;2006-10-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 115, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3424&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_MIDDLESEX_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-28&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_MIDDLESEX_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NJ_MIDDLESEX_2006_Legacy_Data&quot;, &quot;project_id&quot;: -14910, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;NJ_MIDDLESEX_2006&quot;, &quot;workunit_id&quot;: -1491}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-112.26850281363272, 40.397502267217206, -111.54120232339842, 41.26150324804427], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-112.26850224500113, 40.397502267217206], [-111.54120232339842, 40.39750330641224], [-111.54120259791168, 41.26150324804427], [-112.26850281363272, 41.26150303291833], [-112.26850224500113, 40.397502267217206]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;115&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-05-15&quot;, &quot;collect_start&quot;: &quot;2006-10-14&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 116, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26912&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/UT_SALTLAKE_2X0M_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-04-15&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/UT_SALTLAKE_2X0M_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;UT_SALTLAKE_2X0M_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16680, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;UT_SALTLAKE_2X0M_2006&quot;, &quot;workunit_id&quot;: -1668}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.42569856466062, 45.370295031824504, -122.10329814993702, 45.575096293331896], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.42569779459, 45.370295031824504], [-122.10329814993702, 45.37029525870994], [-122.10329843263388, 45.575096293331896], [-122.42569856466062, 45.575095685175846], [-122.42569779459, 45.370295031824504]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;116&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-10-22&quot;, &quot;collect_start&quot;: &quot;2006-10-22&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 117, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2269&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_SANDYRIVER_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_SANDYRIVER_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_SANDYRIVER_2006_Legacy_Data&quot;, &quot;project_id&quot;: -15560, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OR_SANDYRIVER_2006&quot;, &quot;workunit_id&quot;: -1556}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-93.14320154086873, 45.730000580372604, -92.29280048523266, 46.41940167784625], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-93.14320058626402, 45.730000580372604], [-92.2928005644217, 45.73000321466277], [-92.29280048523266, 46.419401389240484], [-93.14320154086873, 46.41940167784625], [-93.14320058626402, 45.730000580372604]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;117&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-11-04&quot;, &quot;collect_start&quot;: &quot;2006-10-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 118, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_PINECO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-16&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_PINECO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MN_PINECO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -14230, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;MN_PINECO_2006&quot;, &quot;workunit_id&quot;: -1423}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-112.26760277499717, 40.405202264951946, -111.7764016281482, 41.17160321311206], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-112.26760226346987, 40.405202264951946], [-111.7764016281482, 40.40520329161246], [-111.7764029801281, 41.17160321311206], [-112.26760277499717, 41.17160299160314], [-112.26760226346987, 40.405202264951946]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;118&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-05-15&quot;, &quot;collect_start&quot;: &quot;2006-10-29&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 119, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26912&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/UT_SALTLAKE_1X4M_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-04-12&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/UT_SALTLAKE_1X4M_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;UT_SALTLAKE_1X4M_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16670, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;UT_SALTLAKE_1X4M_2006&quot;, &quot;workunit_id&quot;: -1667}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-75.22909976999384, 40.50669988342228, -74.09029959221964, 41.304199661564766], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-75.22909877824783, 40.506700794938396], [-74.09030052664079, 40.50669988342228], [-74.09029959221964, 41.304199571734195], [-75.22909976999384, 41.304199661564766], [-75.22909877824783, 40.506700794938396]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;119&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-02-08&quot;, &quot;collect_start&quot;: &quot;2006-11-09&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 120, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3424&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_HIGHLANDS_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-02&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_HIGHLANDS_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NJ_HIGHLANDS_2006_Legacy_Data&quot;, &quot;project_id&quot;: -14880, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;NJ_HIGHLANDS_2006&quot;, &quot;workunit_id&quot;: -1488}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-69.92739909777495, 44.253898431945785, -69.60839934334824, 44.403498787641624], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-69.92739905968799, 44.253898712000364], [-69.60839976332691, 44.253898431945785], [-69.60839934334824, 44.40349875426289], [-69.92739909777495, 44.403498787641624], [-69.92739905968799, 44.253898712000364]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;120&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-02-28&quot;, &quot;collect_start&quot;: &quot;2006-11-10&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 121, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26919&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ME_AUGUSTA_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2014-07-17&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ME_AUGUSTA_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ME_AUGUSTA_2006_Legacy_Data&quot;, &quot;project_id&quot;: -14090, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;ME_AUGUSTA_2006&quot;, &quot;workunit_id&quot;: -1409}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-70.84319830220963, 43.05299928214959, -69.84219897969837, 43.980198577782645], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-70.8431982841796, 43.05299928214959], [-69.84219980219106, 43.05299947040059], [-69.84219897969837, 43.980198577782645], [-70.84319830220963, 43.9801975288487], [-70.8431982841796, 43.05299928214959]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;121&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-11-26&quot;, &quot;collect_start&quot;: &quot;2006-11-10&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 122, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26919&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ME_CUMBERLAND_YORK_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-14&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ME_CUMBERLAND-YORK_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ME_CUMBERLAND_YORK_2006_Legacy_Data&quot;, &quot;project_id&quot;: -14100, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;ME_CUMBERLAND_YORK_2006&quot;, &quot;workunit_id&quot;: -1410}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-112.0118025079154, 40.58130285163817, -111.83340204520759, 40.894003334495], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-112.01180212927312, 40.58130285163817], [-111.83340204520759, 40.581303190371294], [-111.833402690617, 40.894003334495], [-112.0118025079154, 40.894003088221226], [-112.01180212927312, 40.58130285163817]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;122&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-12-07&quot;, &quot;collect_start&quot;: &quot;2006-11-16&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 123, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26912&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/UT_SALTLAKE_1X0M_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2013-04-12&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/UT_SALTLAKE_1X0M_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;UT_SALTLAKE_1X0M_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16660, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;UT_SALTLAKE_1X0M_2006&quot;, &quot;workunit_id&quot;: -1666}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-94.11490071426114, 38.90869751726029, -92.68929807205923, 39.70659884592301], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-94.11490071426114, 38.90869796482139], [-92.68929891849035, 38.90869751726029], [-92.68929807205923, 39.70659884592301], [-94.11490027416626, 39.70659884032544], [-94.11490071426114, 38.90869796482139]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;123&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-11-24&quot;, &quot;collect_start&quot;: &quot;2006-11-19&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 124, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MO_4COUNTIES_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MO_4COUNTIES_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MO_4COUNTIES_2006_Legacy_Data&quot;, &quot;project_id&quot;: -14310, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MO_4COUNTIES_2006&quot;, &quot;workunit_id&quot;: -1431}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-88.42819850694205, 43.171702217856115, -88.01109717886446, 43.55830324024766], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-88.42819776948406, 43.171702217856115], [-88.01109717886446, 43.17170287672233], [-88.0110987335513, 43.55830324024766], [-88.42819850694205, 43.55830237884687], [-88.42819776948406, 43.171702217856115]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;124&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2006-12-19&quot;, &quot;collect_start&quot;: &quot;2006-12-18&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 125, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;32054&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WI_WASHINGTONCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WI_WASHINGTONCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WI_WASHINGTONCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -17050, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5702&quot;, &quot;workunit&quot;: &quot;WI_WASHINGTONCO_2006&quot;, &quot;workunit_id&quot;: -1705}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-99.87520396005462, 30.687397649296006, -99.46860385231766, 31.000198085329295], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-99.87520367970997, 30.68739830660503], [-99.46860385231766, 30.687397649296006], [-99.46860389847632, 31.00019774501537], [-99.87520396005462, 31.000198085329295], [-99.87520367970997, 30.68739830660503]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;125&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-01-07&quot;, &quot;collect_start&quot;: &quot;2006-12-31&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 126, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_MENARDCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-05&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_MENARDCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_MENARDCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16540, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_MENARDCO_2006&quot;, &quot;workunit_id&quot;: -1654}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-99.0000041748428, 31.21869676095342, -98.4998039147471, 31.7187974256221], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-99.00000413758777, 31.218697202912008], [-98.4998039147471, 31.21869676095342], [-98.49980484406508, 31.7187974256221], [-99.0000041748428, 31.71879726213285], [-99.00000413758777, 31.218697202912008]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;126&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-01-07&quot;, &quot;collect_start&quot;: &quot;2006-12-31&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 127, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_MILLSCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-05&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_MILLSCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_MILLSCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16550, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_MILLSCO_2006&quot;, &quot;workunit_id&quot;: -1655}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-98.46890410405915, 30.40609638052151, -98.06220386535372, 31.031397189414747], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-98.46890410405915, 30.40609693698742], [-98.06220401954887, 30.40609638052151], [-98.06220386535372, 31.031397189414747], [-98.46890388466974, 31.03139690207831], [-98.46890410405915, 30.40609693698742]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;127&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-01-07&quot;, &quot;collect_start&quot;: &quot;2006-12-31&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 128, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/TX_BurnetCo_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-31&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_BURNETCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_BURNETCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16390, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_BURNETCO_2006&quot;, &quot;workunit_id&quot;: -1639}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-99.6877038882662, 31.406197759151432, -99.18740412455686, 31.500097981940236], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-99.68770388641911, 31.406197981342558], [-99.18740412455686, 31.406197759151432], [-99.18740422124439, 31.500097841859805], [-99.6877038882662, 31.500097981940236], [-99.68770388641911, 31.406197981342558]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;128&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-01-07&quot;, &quot;collect_start&quot;: &quot;2006-12-31&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 129, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_COLEMANCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-04&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_COLEMANCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_COLEMANCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16410, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_COLEMANCO_2006&quot;, &quot;workunit_id&quot;: -1641}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-98.59380425926499, 30.12489675381617, -98.12470376090344, 30.531396955482265], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-98.59380425926499, 30.124897448045008], [-98.12470477930897, 30.12489675381617], [-98.12470376090344, 30.53139656756728], [-98.59380395990466, 30.531396955482265], [-98.59380425926499, 30.124897448045008]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;129&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-01-07&quot;, &quot;collect_start&quot;: &quot;2006-12-31&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 130, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_BLANCOCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-31&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_BLANCOCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_BLANCOCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16370, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_BLANCOCO_2006&quot;, &quot;workunit_id&quot;: -1637}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-98.59390406854634, 30.999896936254025, -98.37480389420993, 31.281396911943713], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-98.59390388704749, 30.999896936254025], [-98.37480389420993, 30.9998969426843], [-98.37480415237354, 31.281396911943713], [-98.59390406854634, 31.281396850593353], [-98.59390388704749, 30.999896936254025]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;130&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-01-07&quot;, &quot;collect_start&quot;: &quot;2006-12-31&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 131, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_LAMPASSASCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-04&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_LAMPASSASCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_LAMPASSASCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16480, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_LAMPASSASCO_2006&quot;, &quot;workunit_id&quot;: -1648}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-98.96870390481672, 30.46859660117187, -98.34350389851711, 30.937597102217854], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-98.96870343414666, 30.46859660117187], [-98.34350399750275, 30.468596781248635], [-98.34350389851711, 30.93759694769721], [-98.96870390481672, 30.937597102217854], [-98.96870343414666, 30.46859660117187]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;131&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-01-07&quot;, &quot;collect_start&quot;: &quot;2006-12-31&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 132, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_LLANOCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_LLANOCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_LLANOCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16500, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_LLANOCO_2006&quot;, &quot;workunit_id&quot;: -1650}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-99.62520389186372, 30.93739719850711, -99.06240389925041, 31.500197913947446], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-99.62520389186372, 30.9373979126516], [-99.06240389925041, 30.93739719850711], [-99.06240434530436, 31.50019761439011], [-99.62520388847396, 31.500197913947446], [-99.62520389186372, 30.9373979126516]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;132&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-01-07&quot;, &quot;collect_start&quot;: &quot;2006-12-31&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 133, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_MCCULLOCHCO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_MCCULLOCHCO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_MCCULLOCHCO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16530, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_MCCULLOCHCO_2006&quot;, &quot;workunit_id&quot;: -1653}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-99.87520369726364, 30.37479785953602, -99.46860342366051, 30.718898281063037], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-99.87520328600618, 30.3747984793176], [-99.46860342366051, 30.37479785953602], [-99.46860390408627, 30.71889763776948], [-99.87520369726364, 30.718898281063037], [-99.87520328600618, 30.3747984793176]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;133&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-01-07&quot;, &quot;collect_start&quot;: &quot;2006-12-31&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 134, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_KIMBLECO_2006&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-04&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_KIMBLECO_2006&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_KIMBLECO_2006_Legacy_Data&quot;, &quot;project_id&quot;: -16470, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_KIMBLECO_2006&quot;, &quot;workunit_id&quot;: -1647}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-70.9868984794554, 43.22979907528696, -70.25189862066233, 44.70109867815862], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-70.98689816376225, 43.22979910884274], [-70.25189862066233, 43.22979907528696], [-70.25189928023966, 44.70109867815862], [-70.9868984794554, 44.70109847498621], [-70.98689816376225, 43.22979910884274]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;134&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-12-31&quot;, &quot;collect_start&quot;: &quot;2007-01-01&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 135, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26919&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ME_VARIOUS_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-03-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ME_VARIOUS_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ME_VARIOUS_2007_Legacy_Data&quot;, &quot;project_id&quot;: -14110, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;ME_VARIOUS_2007&quot;, &quot;workunit_id&quot;: -1411}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.14050114557229, 37.601400752519076, -121.18260039020319, 38.59220257604266], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.14050114557229, 37.601400752519076], [-121.18260039020319, 37.6014009010928], [-121.18260153065603, 38.59220257604266], [-122.14049879102397, 38.592201224201105], [-122.14050114557229, 37.601400752519076]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;135&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-02-01&quot;, &quot;collect_start&quot;: &quot;2007-01-01&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 136, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26910&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_DELTA_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_DELTA_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_DELTA_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11500, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CA_DELTA_2007&quot;, &quot;workunit_id&quot;: -1150}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.68039843562505, 30.37309752361106, -84.26019861464103, 30.686198326429057], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.68039842815942, 30.37309865864277], [-84.26019861464103, 30.37309752361106], [-84.26019868089446, 30.686197648867207], [-84.68039843562505, 30.686198326429057], [-84.68039842815942, 30.37309865864277]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;136&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-02-01&quot;, &quot;collect_start&quot;: &quot;2007-02-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 137, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2883&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LEONCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2014-06-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LEONCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_LEONCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12120, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;FL_LEONCO_2007&quot;, &quot;workunit_id&quot;: -1212}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.07289837860407, 34.9996957415016, -80.53989764403077, 35.52239680336474], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.07289834947181, 34.999696073512276], [-80.53989764403077, 34.9996957415016], [-80.53989799028304, 35.52239645376057], [-81.07289837860407, 35.52239680336474], [-81.07289834947181, 34.999696073512276]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;137&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-02-24&quot;, &quot;collect_start&quot;: &quot;2007-02-12&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 138, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2264&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NC_MECKLENBURGCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NC_MECKLENBURGCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NC_MECKLENBURGCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -14700, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;NC_MECKLENBURGCO_2007&quot;, &quot;workunit_id&quot;: -1470}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.89199828304716, 30.408696943838788, -85.41639750337946, 30.646698208562526], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.89199778129986, 30.408696943838788], [-85.41639750337946, 30.408698537065185], [-85.4163978870197, 30.646698208562526], [-85.89199828304716, 30.646697086902893], [-85.89199778129986, 30.408696943838788]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;138&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-03-13&quot;, &quot;collect_start&quot;: &quot;2007-02-22&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 139, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_WASHINGTONCOUNTY_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2014-04-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_WASHINGTONCOUNTY_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_WASHINGTONCOUNTY_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12400, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;FL_WASHINGTONCOUNTY_2007&quot;, &quot;workunit_id&quot;: -1240}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.09089880544981, 30.290197571571028, -83.58959798437346, 30.690399690083677], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.09089867192374, 30.290197747403322], [-83.58959859400647, 30.290197571571028], [-83.58959798437346, 30.690399690083677], [-84.09089880544981, 30.690398017260822], [-84.09089867192374, 30.290197747403322]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;139&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-07-20&quot;, &quot;collect_start&quot;: &quot;2007-02-22&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 140, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_JEFFERSONCO_NORTH_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-07-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_JEFFERSONCO-NORTH_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_JEFFERSONCO_NORTH_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12050, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_JEFFERSONCO_NORTH_2007&quot;, &quot;workunit_id&quot;: -1205}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.40089794900683, 30.179298167740118, -85.29599593568256, 30.578698369708725], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.40089633982029, 30.179298167740118], [-85.29599593568256, 30.179298753430725], [-85.29599788184136, 30.578698360866852], [-85.40089794900683, 30.578698369708725], [-85.40089633982029, 30.179298167740118]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;140&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-03-13&quot;, &quot;collect_start&quot;: &quot;2007-02-22&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 141, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_CALHOUN_COUNTY_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2014-09-23&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_CALHOUN_COUNTY_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_CALHOUN_COUNTY_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11840, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_CALHOUN_COUNTY_2007&quot;, &quot;workunit_id&quot;: -1184}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.21249953754375, 30.716597526977463, -85.00449845114984, 31.00599846463861], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.21249789296037, 30.716597526977463], [-85.00449845114984, 30.716597990117442], [-85.00449978850826, 31.00599841000201], [-85.21249953754375, 31.00599846463861], [-85.21249789296037, 30.716597526977463]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;141&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-03-13&quot;, &quot;collect_start&quot;: &quot;2007-02-22&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 142, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_JACKSON_BLUE_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2014-04-09&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_JACKSON_BLUE_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_JACKSON_BLUE_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12030, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;FL_JACKSON_BLUE_2007&quot;, &quot;workunit_id&quot;: -1203}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-99.50010390053951, 30.37499710184047, -98.87490372684604, 31.000097780113236], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-99.50010339868557, 30.374997905807508], [-98.87490372684604, 30.37499710184047], [-98.87490391733095, 31.000097078115925], [-99.50010390053951, 31.000097780113236], [-99.50010339868557, 30.374997905807508]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;142&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-06-21&quot;, &quot;collect_start&quot;: &quot;2007-02-22&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 143, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_MASON_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-05&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_MASON_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_MASON_2007_Legacy_Data&quot;, &quot;project_id&quot;: -16510, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;TX_MASON_2007&quot;, &quot;workunit_id&quot;: -1651}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-87.07639996621029, 35.95059758752366, -86.50729997655041, 36.19289876030679], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-87.07639996621029, 35.95059758752366], [-86.50730031672967, 35.950598596654025], [-86.50729997655041, 36.19289876030679], [-87.07639995235755, 36.19289800692665], [-87.07639996621029, 35.95059758752366]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;143&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-02-27&quot;, &quot;collect_start&quot;: &quot;2007-02-27&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 144, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2274&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TN_DAVIDSONCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2014-08-15&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TN_DAVIDSONCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TN_DAVIDSONCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -16290, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;TN_DAVIDSONCO_2007&quot;, &quot;workunit_id&quot;: -1629}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.76209829784334, 38.25859752174754, -81.48169804181603, 38.467997816236895], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.76209829784334, 38.25859775452506], [-81.48169806308469, 38.25859752174754], [-81.48169804181603, 38.467997816236895], [-81.76209806902675, 38.467997798781184], [-81.76209829784334, 38.25859775452506]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;144&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-03-01&quot;, &quot;collect_start&quot;: &quot;2007-03-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 145, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26862&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WV_CHARLESTON_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-10-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WV_CHARLESTON_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WV_CHARLESTON_2007_Legacy_Data&quot;, &quot;project_id&quot;: -17070, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;WV_CHARLESTON_2007&quot;, &quot;workunit_id&quot;: -1707}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.8408974155973, 38.3979981269824, -80.68759658117312, 40.366598823316295], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.8408974155973, 38.39799879145072], [-80.68759658117312, 38.3979981269824], [-80.68759796317099, 40.366598209713636], [-84.84089669665467, 40.366598823316295], [-84.8408974155973, 38.39799879145072]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;145&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-05-01&quot;, &quot;collect_start&quot;: &quot;2007-03-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 146, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3735&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OH_SOUTH_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2014-08-12&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OH_SOUTH_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OH_SOUTH_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15050, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OH_SOUTH_2007&quot;, &quot;workunit_id&quot;: -1505}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.99190028574003, 34.189296859137485, -82.29390004716272, 34.82089802201235], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.99190028574003, 34.18929784896495], [-82.29390044320708, 34.189296859137485], [-82.29390004716272, 34.820897170587685], [-82.9919001467177, 34.82089802201235], [-82.99190028574003, 34.18929784896495]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;146&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-03-09&quot;, &quot;collect_start&quot;: &quot;2007-03-07&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 147, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_ANDERSONCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2014-08-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_ANDERSONCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_ANDERSONCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15720, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_ANDERSONCO_2007&quot;, &quot;workunit_id&quot;: -1572}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.0650983010691, 30.098597590966204, -81.36799728112422, 30.589997638838536], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.06509829997924, 30.098597590966204], [-81.36799728112422, 30.098598372465556], [-81.36799797504152, 30.589997638838536], [-82.0650983010691, 30.589996147447902], [-82.06509829997924, 30.098597590966204]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;147&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-03-17&quot;, &quot;collect_start&quot;: &quot;2007-03-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 148, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_DUVALCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_DUVALCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_DUVALCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11890, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_DUVALCO_2007&quot;, &quot;workunit_id&quot;: -1189}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.63539738033653, 38.78329841943756, -84.22859680596338, 39.12679908282139], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.63539695674736, 38.7832993226792], [-84.22859685569705, 38.78329841943756], [-84.22859680596338, 39.126798999149166], [-84.63539738033653, 39.12679908282139], [-84.63539695674736, 38.7832993226792]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;148&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-03-18&quot;, &quot;collect_start&quot;: &quot;2007-03-09&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 149, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2891&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KY_KENTON_CAMBELLCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2014-05-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KY_KENTON-CAMBELLCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KY_KENTON_CAMBELLCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -13890, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;KY_KENTON_CAMBELLCO_2007&quot;, &quot;workunit_id&quot;: -1389}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-124.13898561716958, 43.915398061902216, -124.0902856582541, 43.95299816465889], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-124.13898561716958, 43.91539825640473], [-124.0902861791065, 43.915398061902216], [-124.0902856582541, 43.95299797096206], [-124.13898514804426, 43.95299816465889], [-124.13898561716958, 43.91539825640473]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;149&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-03-13&quot;, &quot;collect_start&quot;: &quot;2007-03-13&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 150, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26910&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_HONEYMAN_OPRD_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-03-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Not_Applicable_19_Arc_Second_Legacy_Data/OR_HONEYMAN_OPRD_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_HONEYMAN_OPRD_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15300, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;OR_HONEYMAN_OPRD_2007&quot;, &quot;workunit_id&quot;: -1530}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.69299563212726, 44.82029407572615, -122.57979512213204, 44.91479435564072], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.69299504385177, 44.82029407572615], [-122.57979512213204, 44.820294452920116], [-122.5797959532623, 44.91479435564072], [-122.69299563212726, 44.91479405404171], [-122.69299504385177, 44.82029407572615]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;150&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-03-14&quot;, &quot;collect_start&quot;: &quot;2007-03-14&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 151, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2992&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_SILVER_FALLS_OPRD_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_SILVER_FALLS_OPRD_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_SILVER_FALLS_OPRD_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15590, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_SILVER_FALLS_OPRD_2007&quot;, &quot;workunit_id&quot;: -1559}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-123.89980355849943, 45.44349150533896, -123.24969921417517, 45.70039412046604], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-123.8998007495096, 45.44349150533896], [-123.24969921417517, 45.44349324869899], [-123.24970102431868, 45.70039412046604], [-123.89980355849943, 45.70039238100138], [-123.8998007495096, 45.44349150533896]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;151&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-05-09&quot;, &quot;collect_start&quot;: &quot;2007-03-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 152, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2992&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_TILLAMOOK_ODF_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-03-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_TILLAMOOK_ODF_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_TILLAMOOK_ODF_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15610, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_TILLAMOOK_ODF_2007&quot;, &quot;workunit_id&quot;: -1561}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.50019911246858, 45.29459457847699, -121.62479953762036, 45.62519621281643], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.50019754361713, 45.29459457847699], [-121.62479953972523, 45.294595572198105], [-121.62479953762036, 45.62519621281643], [-122.50019911246858, 45.625195446761985], [-122.50019754361713, 45.29459457847699]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;152&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-10-23&quot;, &quot;collect_start&quot;: &quot;2007-03-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 153, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2269&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_SANDY_RIVER_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_SANDY_RIVER_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_SANDY_RIVER_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15570, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;OR_SANDY_RIVER_2007&quot;, &quot;workunit_id&quot;: -1557}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.16039803192801, 30.02969746558633, -84.81309794160398, 30.718298139260323], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.16039675762622, 30.02969746558633], [-84.81309794160398, 30.029697523807535], [-84.81309829815486, 30.718298139260323], [-85.16039803192801, 30.718297633319878], [-85.16039675762622, 30.02969746558633]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;153&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-03-18&quot;, &quot;collect_start&quot;: &quot;2007-03-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 154, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_APALACHICOLA_RIVER_AREA_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2018-06-02&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_APALACHICOLA_RIVER_AREA_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_APALACHICOLA_RIVER_AREA_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11810, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_APALACHICOLA_RIVER_AREA_2007&quot;, &quot;workunit_id&quot;: -1181}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.9087989604629, 30.374397674294336, -84.30399855757003, 30.718498598236103], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.90879831247034, 30.37439870725949], [-84.30399855757003, 30.374397674294336], [-84.30399859182896, 30.71849778820603], [-84.9087989604629, 30.718498598236103], [-84.90879831247034, 30.37439870725949]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;154&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-03-18&quot;, &quot;collect_start&quot;: &quot;2007-03-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 155, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_GADSDEN_COUNTY_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2014-04-08&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_GADSDEN_COUNTY_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_GADSDEN_COUNTY_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11950, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;FL_GADSDEN_COUNTY_2007&quot;, &quot;workunit_id&quot;: -1195}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-75.44849831959696, 39.51490220473204, -74.87719988190631, 39.88850162427653], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-75.44849797493775, 39.51490220473204], [-74.8772004286032, 39.5149033622226], [-74.87719988190631, 39.88850162427653], [-75.44849831959696, 39.88850110388903], [-75.44849797493775, 39.51490220473204]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;155&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-04-06&quot;, &quot;collect_start&quot;: &quot;2007-03-29&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 156, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3424&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_GLOUCESTERCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-21&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_GLOUCESTERCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NJ_GLOUCESTERCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -14870, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;NJ_GLOUCESTERCO_2007&quot;, &quot;workunit_id&quot;: -1487}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-76.57509932871433, 39.38620133150343, -76.06489759154907, 39.73270160028968], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-76.57509778671336, 39.38620133150343], [-76.06489759154907, 39.386202039109364], [-76.06489839820576, 39.73270136242465], [-76.57509932871433, 39.73270160028968], [-76.57509778671336, 39.38620133150343]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;156&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-04-10&quot;, &quot;collect_start&quot;: &quot;2007-03-31&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 157, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2248&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MD_HARFORDCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-16&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MD_HARFORDCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MD_HARFORDCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -14000, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;MD_HARFORDCO_2007&quot;, &quot;workunit_id&quot;: -1400}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.43710127247782, 37.72190111311155, -121.53069902110614, 38.108102004472045], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.43710127247782, 37.72190111311155], [-121.53070047094177, 37.72190205118856], [-121.53069902110614, 38.108101189576686], [-122.43710011076661, 38.108102004472045], [-122.43710127247782, 37.72190111311155]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;157&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-05-01&quot;, &quot;collect_start&quot;: &quot;2007-04-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 158, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2227&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_CONTRACOSTACO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_CONTRACOSTACO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_CONTRACOSTACO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11480, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;CA_CONTRACOSTACO_2007&quot;, &quot;workunit_id&quot;: -1148}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.9642978510461, 28.332997877922065, -81.34759555015023, 29.28379771473804], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.96429556356874, 28.3329980868436], [-81.34759555015023, 28.332997877922065], [-81.34759720130789, 29.28379771473804], [-81.9642978510461, 29.283797459211755], [-81.96429556356874, 28.3329980868436]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;158&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-04-05&quot;, &quot;collect_start&quot;: &quot;2007-04-05&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 159, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LAKECO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-23&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LAKECO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_LAKECO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12060, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_LAKECO_2007&quot;, &quot;workunit_id&quot;: -1206}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.6414054524012, 40.374597731810745, -90.13809890096842, 43.50930234159652], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.64140086656299, 40.374597731810745], [-90.13810156976098, 40.374597846339604], [-90.13809890096842, 43.50930234159652], [-96.6414054524012, 43.50929920636458], [-96.64140086656299, 40.374597731810745]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;159&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-05-27&quot;, &quot;collect_start&quot;: &quot;2007-04-07&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 160, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IA_STATEWIDE_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2014-06-23&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IA_STATEWIDE_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IA_STATEWIDE_2008_Legacy_Data&quot;, &quot;project_id&quot;: -12640, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;IA_STATEWIDE_2008&quot;, &quot;workunit_id&quot;: -1264}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-89.40619999600086, 42.14620006886047, -88.93169853974572, 42.50050159361722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-89.40619903126964, 42.14620006886047], [-88.93169853974572, 42.14620028475849], [-88.93169868210059, 42.50050045183079], [-89.40619999600086, 42.50050159361722], [-89.40619903126964, 42.14620006886047]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;160&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-04-13&quot;, &quot;collect_start&quot;: &quot;2007-04-13&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 161, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3436&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_WINNEBAGOCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-08&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_WINNEBAGOCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IL_WINNEBAGOCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -13010, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_WINNEBAGOCO_2007&quot;, &quot;workunit_id&quot;: -1301}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-88.94789866503403, 42.15150023913262, -88.70469828615227, 42.49510089667598], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-88.94789855417056, 42.15150029887496], [-88.70469828615227, 42.15150023913262], [-88.70469862917467, 42.49510089667598], [-88.94789866503403, 42.49510041890717], [-88.94789855417056, 42.15150029887496]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;161&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-04-13&quot;, &quot;collect_start&quot;: &quot;2007-04-13&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 162, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3435&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_BOONECO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-08&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_BOONECO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IL_BOONECO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12900, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_BOONECO_2007&quot;, &quot;workunit_id&quot;: -1290}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-88.20229773018532, 42.15059918349202, -87.75009297232262, 42.49750197946912], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-88.20229688546515, 42.150599535337875], [-87.75009476750132, 42.15059918349202], [-87.75009297232262, 42.49750197946912], [-88.20229773018532, 42.497500680232946], [-88.20229688546515, 42.150599535337875]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;162&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-05-07&quot;, &quot;collect_start&quot;: &quot;2007-04-16&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 163, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3443&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_IL_LAKECO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-IL_LAKECO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_IL_LAKECO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11020, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;ARRA_IL_LAKECO_2007&quot;, &quot;workunit_id&quot;: -1102}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-91.43840011601635, 43.72150058127893, -90.90219831433582, 44.09330180360414], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-91.43840011601635, 43.72150058127893], [-90.90219943494533, 43.72150124322396], [-90.90219831433582, 44.09330071582575], [-91.43839976571947, 44.09330180360414], [-91.43840011601635, 43.72150058127893]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;163&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-04-25&quot;, &quot;collect_start&quot;: &quot;2007-04-20&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 164, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2289&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WI_LACROSSE_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2014-05-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WI_LACROSSE_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WI_LACROSSE_2007_Legacy_Data&quot;, &quot;project_id&quot;: -17030, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5702&quot;, &quot;workunit&quot;: &quot;WI_LACROSSE_2007&quot;, &quot;workunit_id&quot;: -1703}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-88.27460010313818, 33.52409869053131, -87.94630004535817, 34.05839796547693], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-88.27460010313818, 33.52409869053131], [-87.94630004535817, 33.52409885707191], [-87.94630024787764, 34.058397813935905], [-88.27459971532973, 34.05839796547693], [-88.27460010313818, 33.52409869053131]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;164&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-04-23&quot;, &quot;collect_start&quot;: &quot;2007-04-23&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 165, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AL_LAMARCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AL_LAMARCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;AL_LAMARCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -10740, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AL_LAMARCO_2007&quot;, &quot;workunit_id&quot;: -1074}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.60520048183123, 34.58699920991178, -85.050400272213, 34.98520006557223], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.60520048183123, 34.58699920991178], [-85.050400272213, 34.58699972537494], [-85.05040028745206, 34.98520006557223], [-85.6052000153673, 34.98520000169652], [-85.60520048183123, 34.58699920991178]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;165&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-04-23&quot;, &quot;collect_start&quot;: &quot;2007-04-23&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 166, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_DADE_WALKERCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-02&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_DADE-WALKERCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_DADE_WALKERCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12480, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;GA_DADE_WALKERCO_2007&quot;, &quot;workunit_id&quot;: -1248}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-123.78640479023704, 45.757293223165725, -123.35590169145563, 45.9549948784278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-123.78640347156215, 45.757293223165725], [-123.35590169145563, 45.757294229195196], [-123.35590225212884, 45.9549948784278], [-123.78640479023704, 45.95499451136479], [-123.78640347156215, 45.757293223165725]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;166&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-05-09&quot;, &quot;collect_start&quot;: &quot;2007-04-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 167, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2992&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_CLATSOP_ODF_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-11-14&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_CLATSOP_ODF_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_CLATSOP_ODF_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15200, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_CLATSOP_ODF_2007&quot;, &quot;workunit_id&quot;: -1520}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-123.34059730315208, 42.39380277686959, -122.84169637981958, 42.49290298104366], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-123.34059730315208, 42.39380277686959], [-122.84169662529861, 42.393802875446724], [-122.84169637981958, 42.49290283396971], [-123.34059675165662, 42.49290298104366], [-123.34059730315208, 42.39380277686959]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;167&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-05-31&quot;, &quot;collect_start&quot;: &quot;2007-05-30&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 168, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26910&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_ROGUE_VALLEY_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-03-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_ROGUE_VALLEY_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_ROGUE_VALLEY_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15540, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OR_ROGUE_VALLEY_2007&quot;, &quot;workunit_id&quot;: -1554}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.8584967461926, 25.77730088883923, -81.24669635968324, 26.520600372464568], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.8584967461926, 25.77730088883923], [-81.24669752968913, 25.777301466322516], [-81.24669635968324, 26.52059992156997], [-81.85849623511861, 26.520600372464568], [-81.8584967461926, 25.77730088883923]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;168&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-03-08&quot;, &quot;collect_start&quot;: &quot;2007-06-12&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 169, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_COLLIERCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2014-09-23&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_COLLIERCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_COLLIERCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11880, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_COLLIERCO_2007&quot;, &quot;workunit_id&quot;: -1188}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.37189648683662, 26.76779975678751, -81.55919607339416, 26.933499934818464], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.3718961768055, 26.76779975678751], [-81.55919611200892, 26.767799962000865], [-81.55919607339416, 26.933499788733453], [-82.37189648683662, 26.933499934818464], [-82.3718961768055, 26.76779975678751]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;169&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-08-08&quot;, &quot;collect_start&quot;: &quot;2007-06-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 170, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2882&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_CHARLOTTECOUNTY_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_CHARLOTTECOUNTY_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_CHARLOTTECOUNTY_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11850, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_CHARLOTTECOUNTY_2007&quot;, &quot;workunit_id&quot;: -1185}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.66570181685034, 47.51719755029954, -117.02750261893244, 47.853798166441614], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.66570181685034, 47.51719755029954], [-117.02750261893244, 47.51719834525099], [-117.02750324794607, 47.853798166441614], [-117.66570094598151, 47.85379773469669], [-117.66570181685034, 47.51719755029954]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;170&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-08-03&quot;, &quot;collect_start&quot;: &quot;2007-07-05&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 171, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2285&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_SPOKANE_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_SPOKANE_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_SPOKANE_2007_Legacy_Data&quot;, &quot;project_id&quot;: -17000, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;WA_SPOKANE_2007&quot;, &quot;workunit_id&quot;: -1700}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.21969618908062, 29.576297349888165, -84.32159763200758, 30.043997766788845], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.21969553294339, 29.576297349888165], [-84.32159763200758, 29.57629754755726], [-84.32159828015729, 30.043997766788845], [-85.21969618908062, 30.043997663217358], [-85.21969553294339, 29.576297349888165]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;171&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-07-24&quot;, &quot;collect_start&quot;: &quot;2007-07-05&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 172, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2883&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_FRANKLINCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_FRANKLINCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_FRANKLINCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11940, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_FRANKLINCO_2007&quot;, &quot;workunit_id&quot;: -1194}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.63959729919931, 27.647598761264923, -82.20479480333158, 28.114898444002197], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.63959640870016, 27.647598761264923], [-82.20479480333158, 27.64759911905902], [-82.2047960992927, 28.11489839224333], [-82.63959729919931, 28.114898444002197], [-82.63959640870016, 27.647598761264923]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;172&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-08-10&quot;, &quot;collect_start&quot;: &quot;2007-07-06&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 173, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2882&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_HILLSBOROUGHCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_HILLSBOROUGHCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_HILLSBOROUGHCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11990, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_HILLSBOROUGHCO_2007&quot;, &quot;workunit_id&quot;: -1199}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.85719729894203, 27.605498595238423, -82.57599635537964, 28.183598450080257], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.85719640508277, 27.605498595238423], [-82.57599635537964, 27.605498858618265], [-82.57599748531054, 28.183598450080257], [-82.85719729894203, 28.183598111997398], [-82.85719640508277, 27.605498595238423]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;173&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-08-10&quot;, &quot;collect_start&quot;: &quot;2007-07-06&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 174, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2882&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_PINELLASCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-31&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_PINELLASCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_PINELLASCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12280, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_PINELLASCO_2007&quot;, &quot;workunit_id&quot;: -1228}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.42609654418305, 29.643397018620803, -85.01559620001136, 30.222198411442825], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.42609546775697, 29.643397018620803], [-85.01559620001136, 29.643397295185714], [-85.01559766814285, 30.222198411442825], [-85.42609654418305, 30.222198270521147], [-85.42609546775697, 29.643397018620803]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;174&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-07-22&quot;, &quot;collect_start&quot;: &quot;2007-07-09&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 175, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2883&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_GULF_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_GULF_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_GULF_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11960, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_GULF_2007&quot;, &quot;workunit_id&quot;: -1196}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.98649827654886, 29.904396487588784, -85.36879582153368, 30.578198368803356], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.98649729239906, 29.904396487588784], [-85.36879582153368, 29.90439693764454], [-85.36879792889361, 30.578198368803356], [-85.98649827654886, 30.578196872357886], [-85.98649729239906, 29.904396487588784]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;175&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-07-23&quot;, &quot;collect_start&quot;: &quot;2007-07-12&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 176, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2883&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_BAYD5_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-17&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_BAYD5_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_BAYD5_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11820, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_BAYD5_2007&quot;, &quot;workunit_id&quot;: -1182}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.4549985421711, 25.954098757240132, -80.0570981462806, 26.340299309892604], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.4549985421711, 25.95409973062104], [-80.0570989196167, 25.954098757240132], [-80.0570981462806, 26.340298608780593], [-80.45499794664404, 26.340299309892604], [-80.4549985421711, 25.95409973062104]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;176&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-12-22&quot;, &quot;collect_start&quot;: &quot;2007-07-12&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 177, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_BROWARDCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-17&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_BROWARDCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_BROWARDCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11830, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_BROWARDCO_2007&quot;, &quot;workunit_id&quot;: -1183}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-86.79629887825438, 30.3613943202806, -86.36609850655098, 30.552495566073432], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-86.79629887825438, 30.3613943202806], [-86.36609850655098, 30.361395441450515], [-86.3660989832886, 30.552495566073432], [-86.79629886428158, 30.55249429302735], [-86.79629887825438, 30.3613943202806]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;177&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-08-21&quot;, &quot;collect_start&quot;: &quot;2007-07-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 178, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2883&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_OKALOOSACO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-31&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_OKALOOSACO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_OKALOOSACO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12210, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_OKALOOSACO_2007&quot;, &quot;workunit_id&quot;: -1221}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.71289691506591, 26.93299975789614, -82.06509593438655, 27.469199890422644], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.71289691506591, 26.93299975789614], [-82.06509609767186, 26.93300012293325], [-82.06509593438655, 27.469199890422644], [-82.71289641305653, 27.46919921051049], [-82.71289691506591, 26.93299975789614]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;178&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-07-29&quot;, &quot;collect_start&quot;: &quot;2007-07-17&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 179, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2882&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_SARASOTA_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-01&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_SARASOTA_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_SARASOTA_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12310, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_SARASOTA_2007&quot;, &quot;workunit_id&quot;: -1231}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.77559647230747, 27.45579921930962, -82.26579491485195, 27.64769906213379], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.77559647230747, 27.45579921930962], [-82.26579637790343, 27.45579974726923], [-82.26579491485195, 27.64769906213379], [-82.77559639390671, 27.64769861869619], [-82.77559647230747, 27.45579921930962]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;179&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-07-29&quot;, &quot;collect_start&quot;: &quot;2007-07-17&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 180, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2882&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_MANATEECO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_MANATEECO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_MANATEECO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12160, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_MANATEECO_2007&quot;, &quot;workunit_id&quot;: -1216}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.8575976712206, 28.168698081634297, -82.67249747766577, 28.430998866531638], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.85759725945171, 28.168698081634297], [-82.67249747766577, 28.1686985428625], [-82.67249794293697, 28.430998866531638], [-82.8575976712206, 28.430998355160884], [-82.85759725945171, 28.168698081634297]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;180&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-08-09&quot;, &quot;collect_start&quot;: &quot;2007-07-17&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 181, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2882&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_PASCOCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-09&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_PASCOCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_PASCOCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12250, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_PASCOCO_2007&quot;, &quot;workunit_id&quot;: -1225}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.27949636774308, 26.31410005311541, -81.55919610874636, 26.781799947361492], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.27949636774308, 26.31410005311541], [-81.55919632092953, 26.314100410388285], [-81.55919610874636, 26.781799947361492], [-82.27949596993068, 26.781799761679398], [-82.27949636774308, 26.31410005311541]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;181&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-08-08&quot;, &quot;collect_start&quot;: &quot;2007-07-17&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 182, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2882&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LEECOUNTY_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-25&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LEECOUNTY_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_LEECOUNTY_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12080, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_LEECOUNTY_2007&quot;, &quot;workunit_id&quot;: -1208}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.24029798204283, 26.33889852639037, -80.02239740299, 26.97249874867591], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.24029798204283, 26.338899042952022], [-80.02239818065178, 26.33889852639037], [-80.02239740299, 26.972498600186853], [-80.24029737187145, 26.97249874867591], [-80.24029798204283, 26.338899042952022]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;182&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-01-30&quot;, &quot;collect_start&quot;: &quot;2007-07-17&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 183, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_PALMBEACHCOASTAL_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-31&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_PALMBEACHCOASTAL_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_PALMBEACHCOASTAL_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12230, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_PALMBEACHCOASTAL_2007&quot;, &quot;workunit_id&quot;: -1223}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.6171957521555, 27.550798322124862, -80.30909555644496, 27.867898864825563], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.61719551803253, 27.550798322124862], [-80.30909555644496, 27.550798549234532], [-80.30909574560904, 27.867898864825563], [-80.6171957521555, 27.867898422072763], [-80.61719551803253, 27.550798322124862]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;183&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-08-09&quot;, &quot;collect_start&quot;: &quot;2007-07-17&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 184, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_INDIANRIVER_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-25&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_INDIANRIVER_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_INDIANRIVER_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12010, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_INDIANRIVER_2007&quot;, &quot;workunit_id&quot;: -1201}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.87659822431516, 30.437296964370105, -81.43239752062681, 30.53569768464051], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.87659808519467, 30.437296964370105], [-81.43239752062681, 30.43729782820371], [-81.43239773688478, 30.53569768464051], [-81.87659822431516, 30.53569667312942], [-81.87659808519467, 30.437296964370105]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;184&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-07-18&quot;, &quot;collect_start&quot;: &quot;2007-07-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 185, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_NASSAUCO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-31&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_NASSAUCO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_NASSAUCO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12190, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_NASSAUCO_2007&quot;, &quot;workunit_id&quot;: -1219}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.8826010014706, 25.1309998934056, -80.10579887328124, 25.955800187679753], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.8826010014706, 25.13100179477483], [-80.10580187504371, 25.1309998934056], [-80.10579887328124, 25.95579892999683], [-80.88259828682075, 25.955800187679753], [-80.8826010014706, 25.13100179477483]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;185&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-01-10&quot;, &quot;collect_start&quot;: &quot;2007-07-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 186, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_MIAMIDADECO_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-26&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_MIAMIDADECO_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_MIAMIDADECO_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12180, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_MIAMIDADECO_2007&quot;, &quot;workunit_id&quot;: -1218}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.44889763556739, 26.971698631403694, -80.06709585062764, 27.564898737639282], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.44889763556739, 26.97169883978609], [-80.06709739704678, 26.971698631403694], [-80.06709585062764, 27.564898737639282], [-80.44889549115061, 27.56489830901718], [-80.44889763556739, 26.97169883978609]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;186&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-10-11&quot;, &quot;collect_start&quot;: &quot;2007-08-31&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 187, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_MARTINSTLUCIECOASTAL_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_MARTINSTLUCIECOASTAL_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_MARTINSTLUCIECOASTAL_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12170, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_MARTINSTLUCIECOASTAL_2007&quot;, &quot;workunit_id&quot;: -1217}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-121.92950175183266, 46.70639661701562, -121.44239785583066, 47.004700890729474], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-121.92949455461884, 46.70639661701562], [-121.44239952156568, 46.706397075997025], [-121.44239785583066, 47.004700890729474], [-121.92950175183266, 47.00469821504896], [-121.92949455461884, 46.70639661701562]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;187&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-10-15&quot;, &quot;collect_start&quot;: &quot;2007-09-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 188, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26910&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_MOUNTRANIER_2007_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_MOUNTRANIER_2007-2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_MOUNTRANIER_2007_2008_Legacy_Data&quot;, &quot;project_id&quot;: -16890, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;WA_MOUNTRANIER_2007_2008&quot;, &quot;workunit_id&quot;: -1689}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.7879987192959, 46.38039535590825, -121.59989684267579, 46.81890193905259], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.7879987192959, 46.38039535590825], [-121.59990215110138, 46.380395863099764], [-121.59989684267579, 46.81889791986702], [-122.78799665370033, 46.81890193905259], [-122.7879987192959, 46.38039535590825]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;188&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-07-26&quot;, &quot;collect_start&quot;: &quot;2007-09-02&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 189, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2927&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_LEWISCO_2007_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_LEWISCO_2007-2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_LEWISCO_2007_2009_Legacy_Data&quot;, &quot;project_id&quot;: -16880, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;WA_LEWISCO_2007_2009&quot;, &quot;workunit_id&quot;: -1688}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-123.40289834656099, 45.27439284449017, -123.31899765567485, 45.31929295964691], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-123.40289787720351, 45.27439285348016], [-123.31899765567485, 45.27439284449017], [-123.31899812119826, 45.31929295229771], [-123.40289834656099, 45.31929295964691], [-123.40289787720351, 45.27439285348016]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;189&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-09-03&quot;, &quot;collect_start&quot;: &quot;2007-09-03&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 190, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26910&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_PANTHER_CREEK_LEAF_ON_BLM_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_PANTHER_CREEK_LEAF_ON_BLM_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_PANTHER_CREEK_LEAF_ON_BLM_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15510, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OR_PANTHER_CREEK_LEAF_ON_BLM_2007&quot;, &quot;workunit_id&quot;: -1551}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.90509794999349, 29.33859741074903, -81.42759729136046, 30.204698127727283], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.90509786546468, 29.33859741074903], [-81.42759735585267, 29.338597613296233], [-81.42759729136046, 30.204698127727283], [-81.90509794999349, 30.20469774645], [-81.90509786546468, 29.33859741074903]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;190&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-09-06&quot;, &quot;collect_start&quot;: &quot;2007-09-06&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 191, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_CLAYPUTNAM_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-17&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_CLAYPUTNAM_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_CLAYPUTNAM_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11870, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_CLAYPUTNAM_2007&quot;, &quot;workunit_id&quot;: -1187}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.32589649198646, 26.31379878894716, -80.13029646955479, 27.263499598021927], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.32589649198646, 26.31380018774917], [-80.13029812524775, 26.31379878894716], [-80.13029646955479, 27.26349804800242], [-81.3258959778865, 27.263499598021927], [-81.32589649198646, 26.31380018774917]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;191&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-12-19&quot;, &quot;collect_start&quot;: &quot;2007-09-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 192, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_HERBHOOVERDIKE_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_HERBHOOVERDIKE_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_HERBHOOVERDIKE_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11980, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_HERBHOOVERDIKE_2007&quot;, &quot;workunit_id&quot;: -1198}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-119.1648012172035, 44.06689832455109, -118.93450126726228, 44.261298334377365], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-119.1648012172035, 44.06689832455109], [-118.93450147392551, 44.06689833197481], [-118.93450126726228, 44.26129833352534], [-119.16480112949732, 44.261298334377365], [-119.1648012172035, 44.06689832455109]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;192&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-09-16&quot;, &quot;collect_start&quot;: &quot;2007-09-15&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 193, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_DAMON_USFS_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-12-14&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_DAMON_USFS_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_DAMON_USFS_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15240, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OR_DAMON_USFS_2007&quot;, &quot;workunit_id&quot;: -1524}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-118.20880284973617, 44.68349898742379, -118.085003182535, 44.74179910989261], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-118.20880276716754, 44.68349898742379], [-118.085003182535, 44.683499216209775], [-118.08500330844093, 44.74179910989261], [-118.20880284973617, 44.741799011375214], [-118.20880276716754, 44.68349898742379]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;193&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-09-17&quot;, &quot;collect_start&quot;: &quot;2007-09-17&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 194, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_POWDER_RIVER_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-14&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_POWDER_RIVER_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_POWDER_RIVER_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15530, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OR_POWDER_RIVER_2007&quot;, &quot;workunit_id&quot;: -1553}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-106.57620038797717, 31.565199323162638, -106.29440007379314, 31.78419959889327], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-106.57620038797717, 31.565199323162638], [-106.29440027232819, 31.565199653067506], [-106.29440007379314, 31.78419959889327], [-106.57620001862644, 31.78419930524259], [-106.57620038797717, 31.565199323162638]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;194&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-01-31&quot;, &quot;collect_start&quot;: &quot;2007-10-03&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 195, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;32613&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/US_MEXICANBORDER_UTM13_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/US_MEXICANBORDER_UTM13_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;US_MEXICANBORDER_UTM13_2007_Legacy_Data&quot;, &quot;project_id&quot;: -16600, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;US_MEXICANBORDER_UTM13_2007&quot;, &quot;workunit_id&quot;: -1660}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-100.93260567520832, 28.106700612165277, -100.15600528156682, 29.33960315228391], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-100.93260258234628, 28.106700612165277], [-100.15600624667252, 28.106701054832104], [-100.15600528156682, 29.339601156312444], [-100.93260567520832, 29.33960315228391], [-100.93260258234628, 28.106700612165277]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;195&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-01-31&quot;, &quot;collect_start&quot;: &quot;2007-10-03&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 196, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;32614&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/US_MEXICANBORDER_UTM14_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/US_MEXICANBORDER_UTM14_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;US_MEXICANBORDER_UTM14_2007_Legacy_Data&quot;, &quot;project_id&quot;: -16610, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;US_MEXICANBORDER_UTM14_2007&quot;, &quot;workunit_id&quot;: -1661}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-111.90370004719469, 31.2815, -108.5403, 31.608302266511995], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-111.9037, 31.2815], [-108.5403, 31.2815], [-108.54030156497053, 31.608298904302348], [-111.90370004719469, 31.608302266511995], [-111.9037, 31.2815]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;196&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-10-15&quot;, &quot;collect_start&quot;: &quot;2007-10-05&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 197, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;32612&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/US_MEXICANBORDER_UTM12_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/US_MEXICANBORDER_UTM12_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;US_MEXICANBORDER_UTM12_2007_Legacy_Data&quot;, &quot;project_id&quot;: -16590, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;US_MEXICANBORDER_UTM12_2007&quot;, &quot;workunit_id&quot;: -1659}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-146.6414, 61.0362, -145.9135, 61.1049], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-146.6414, 61.0362], [-145.9135, 61.0362], [-145.9135, 61.1049], [-146.6414, 61.1049], [-146.6414, 61.0362]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;197&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-10-16&quot;, &quot;collect_start&quot;: &quot;2007-10-16&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 198, &quot;geoid&quot;: &quot;GEOID06&quot;, &quot;horiz_crs&quot;: &quot;26906&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AK_VALDEZ_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_VALDEZ_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;AK_VALDEZ_2007_Legacy_Data&quot;, &quot;project_id&quot;: -10670, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;AK_VALDEZ_2007&quot;, &quot;workunit_id&quot;: -1067}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-118.11290351965816, 45.1826993048331, -117.82580357001598, 45.51999955350785], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-118.11290351965816, 45.1826993048331], [-117.82580357001598, 45.182699920384486], [-117.82580420331841, 45.51999912909421], [-118.11290305286659, 45.51999955350785], [-118.11290351965816, 45.1826993048331]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;198&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-10-21&quot;, &quot;collect_start&quot;: &quot;2007-10-16&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 199, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_GRANDERONDE_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-21&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_GRANDERONDE_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_GRANDERONDE_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15280, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OR_GRANDERONDE_2007&quot;, &quot;workunit_id&quot;: -1528}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-146.6405, 61.0362, -145.9131, 61.1583], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-146.6405, 61.0362], [-145.9131, 61.0362], [-145.9131, 61.1583], [-146.6405, 61.1583], [-146.6405, 61.0362]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;199&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-10-31&quot;, &quot;collect_start&quot;: &quot;2007-10-16&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 200, &quot;geoid&quot;: &quot;GEOID06&quot;, &quot;horiz_crs&quot;: &quot;26906&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AK_VALDEZB_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-08&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_VALDEZB_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;AK_VALDEZB_2007_Legacy_Data&quot;, &quot;project_id&quot;: -10680, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;AK_VALDEZB_2007&quot;, &quot;workunit_id&quot;: -1068}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.95510365587403, 45.18269934099814, -117.82580357001598, 45.30940000947554], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.95510365587403, 45.18269934099814], [-117.82580357001598, 45.182699920384486], [-117.82580375172532, 45.30940000947554], [-117.95510361239262, 45.30939987405776], [-117.95510365587403, 45.18269934099814]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;200&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-10-17&quot;, &quot;collect_start&quot;: &quot;2007-10-16&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 201, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_CATHERINE_BOR_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-12-26&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_CATHERINE_BOR_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_CATHERINE_BOR_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15170, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OR_CATHERINE_BOR_2007&quot;, &quot;workunit_id&quot;: -1517}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-118.11290333670895, 45.33729975351215, -117.91440367993606, 45.51999955350785], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-118.11290333670895, 45.33729975351215], [-117.91440367993606, 45.337299825930245], [-117.91440374341754, 45.51999926750711], [-118.11290305286659, 45.51999955350785], [-118.11290333670895, 45.33729975351215]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;201&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-10-21&quot;, &quot;collect_start&quot;: &quot;2007-10-19&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 202, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_WILLOW_CREEK_BOR_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-26&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_WILLOW_CREEK_BOR_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_WILLOW_CREEK_BOR_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15670, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OR_WILLOW_CREEK_BOR_2007&quot;, &quot;workunit_id&quot;: -1567}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-116.18750073758842, 43.683199835446, -116.08010081221667, 43.75439986260875], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-116.18750073758842, 43.683199835446], [-116.08010088019194, 43.68319984613254], [-116.08010081221667, 43.75439986260875], [-116.18750066176464, 43.754399804516325], [-116.18750073758842, 43.683199835446]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;202&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-11-18&quot;, &quot;collect_start&quot;: &quot;2007-11-10&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 203, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_DRYCREEK_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-17&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_DRYCREEK_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_DRYCREEK_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12710, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ID_DRYCREEK_2007&quot;, &quot;workunit_id&quot;: -1271}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-116.88179995509013, 42.313999061321134, -116.74920002827837, 42.522199417469785], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-116.88179995509013, 42.313999061321134], [-116.74920002827837, 42.31399924138108], [-116.74920020358459, 42.522199417469785], [-116.88179978429427, 42.522199265458525], [-116.88179995509013, 42.313999061321134]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;203&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-11-18&quot;, &quot;collect_start&quot;: &quot;2007-11-10&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 204, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_SMITHCREEK_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_SMITHCREEK_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_SMITHCREEK_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12850, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ID_SMITHCREEK_2007&quot;, &quot;workunit_id&quot;: -1285}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-116.86410086459564, 43.05729974549684, -116.68330077603444, 43.31620003069793], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-116.86410060803134, 43.05729974549684], [-116.68330077603444, 43.057299832702476], [-116.68330097833638, 43.31620003069793], [-116.86410086459564, 43.31619985087048], [-116.86410060803134, 43.05729974549684]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;204&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-11-18&quot;, &quot;collect_start&quot;: &quot;2007-11-10&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 205, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_REYNOLDSCREEK_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_REYNOLDSCREEK_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_REYNOLDSCREEK_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12800, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ID_REYNOLDSCREEK_2007&quot;, &quot;workunit_id&quot;: -1280}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-116.91570018093252, 42.646999355136614, -116.89430012118869, 42.67659940059613], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-116.91570008424297, 42.646999355136614], [-116.89430012118869, 42.646999371927436], [-116.89430021051345, 42.67659940059613], [-116.91570018093252, 42.67659938567185], [-116.91570008424297, 42.646999355136614]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;205&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-11-18&quot;, &quot;collect_start&quot;: &quot;2007-11-10&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 206, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_SOUTHMTN_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-21&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_SOUTHMTN_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_SOUTHMTN_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12860, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ID_SOUTHMTN_2007&quot;, &quot;workunit_id&quot;: -1286}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-119.03410195847057, 34.421100266403805, -118.59030120475963, 34.757600009008875], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-119.03410195847057, 34.421100266403805], [-118.59030145513778, 34.4211003840339], [-118.59030120475963, 34.757600009008875], [-119.03410167290355, 34.75759903813672], [-119.03410195847057, 34.421100266403805]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;206&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-12-02&quot;, &quot;collect_start&quot;: &quot;2007-11-30&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 207, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_DAYFIRE_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_DAYFIRE_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_DAYFIRE_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11490, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CA_DAYFIRE_2007&quot;, &quot;workunit_id&quot;: -1149}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-118.77110215301475, 34.022799165715355, -118.58620245897914, 34.089400112961336], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-118.77110215301475, 34.022799165715355], [-118.58620284712896, 34.02279991444947], [-118.58620245897914, 34.089400112961336], [-118.77110195374382, 34.089399460473274], [-118.77110215301475, 34.022799165715355]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;207&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-12-02&quot;, &quot;collect_start&quot;: &quot;2007-12-02&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 208, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_CANYONFIRE_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-08&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_CANYONFIRE_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_CANYONFIRE_2007_Legacy_Data&quot;, &quot;project_id&quot;: -11460, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;CA_CANYONFIRE_2007&quot;, &quot;workunit_id&quot;: -1146}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-123.40289834551565, 45.27439284449017, -123.31899765567485, 45.319192959410465], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-123.40289787720351, 45.27439285348016], [-123.31899765567485, 45.27439284449017], [-123.31899812016145, 45.319192952057605], [-123.40289834551565, 45.319192959410465], [-123.40289787720351, 45.27439285348016]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;208&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2007-12-08&quot;, &quot;collect_start&quot;: &quot;2007-12-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 209, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26910&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_PANTHER_CREEK_LEAF_OFF_BLM_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_PANTHER_CREEK_LEAF_OFF_BLM_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_PANTHER_CREEK_LEAF_OFF_BLM_2007_Legacy_Data&quot;, &quot;project_id&quot;: -15500, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OR_PANTHER_CREEK_LEAF_OFF_BLM_2007&quot;, &quot;workunit_id&quot;: -1550}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.3835014783199, 25.103801414791167, -80.88239856242265, 25.805301524402562], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.3835014783199, 25.103801414791167], [-80.88240111104157, 25.1038018072756], [-80.88239856242265, 25.805300457570542], [-81.38349691653296, 25.805301524402562], [-81.3835014783199, 25.103801414791167]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;209&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-01-31&quot;, &quot;collect_start&quot;: &quot;2007-12-12&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 210, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_INLANDMONROE_2007&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-23&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_INLANDMONROE_2007&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_INLANDMONROE_2007_Legacy_Data&quot;, &quot;project_id&quot;: -12020, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_INLANDMONROE_2007&quot;, &quot;workunit_id&quot;: -1202}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.81620268258106, 24.537498095163173, -80.1695001635094, 25.55560091347141], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.81620268258106, 24.537498095163173], [-80.16950258627801, 24.537501078970596], [-80.1695001635094, 25.555599202249855], [-81.81619789627985, 25.55560091347141], [-81.81620268258106, 24.537498095163173]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;210&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-08&quot;, &quot;collect_start&quot;: &quot;2008-01-12&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 211, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_FLORIDAKEYS_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_FLORIDAKEYS_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_FLORIDAKEYS_2008_Legacy_Data&quot;, &quot;project_id&quot;: -11930, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_FLORIDAKEYS_2008&quot;, &quot;workunit_id&quot;: -1193}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.31510045416368, 34.19339686742868, -81.63069882544978, 34.78599722593909], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.31510045416368, 34.19339686742868], [-81.6306998094474, 34.19339689368192], [-81.63069882544978, 34.785996928864854], [-82.31510010703782, 34.78599722593909], [-82.31510045416368, 34.19339686742868]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;211&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 212, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_LAURENSCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-05&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_LAURENSCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_LAURENSCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15860, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_LAURENSCO_2008&quot;, &quot;workunit_id&quot;: -1586}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.91669907699419, 34.44429515158731, -80.40159766115988, 35.07659621071616], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.91669907699419, 34.44429516116556], [-80.40159872054126, 34.44429515158731], [-80.40159766115988, 35.07659621071616], [-80.91669763801387, 35.07659577534528], [-80.91669907699419, 34.44429516116556]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;212&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 213, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_LANCASTERCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_LANCASTERCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_LANCASTERCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15850, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_LANCASTERCO_2008&quot;, &quot;workunit_id&quot;: -1585}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-79.57340013522573, 33.693297326499156, -79.11309874593103, 34.310797402541766], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-79.57339912685877, 33.693297456765926], [-79.11309874593103, 33.693297326499156], [-79.11309908476873, 34.310797402541766], [-79.57340013522573, 34.310797053422135], [-79.57339912685877, 33.693297456765926]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;213&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 214, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_MARIONCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_MARIONCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_MARIONCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15880, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_MARIONCO_2008&quot;, &quot;workunit_id&quot;: -1588}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.11420083656726, 33.30379696754607, -79.30439885470503, 33.88879754416719], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.11419949834375, 33.303797218228326], [-79.30439885470503, 33.30379696754607], [-79.30439907523267, 33.88879754416719], [-80.11420083656726, 33.88879717246691], [-80.11419949834375, 33.303797218228326]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;214&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 215, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_WILLIAMSBURGCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-05&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_WILLIAMSBURGCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_WILLIAMSBURGCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15990, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_WILLIAMSBURGCO_2008&quot;, &quot;workunit_id&quot;: -1599}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.85929922052283, 34.44309620688031, -81.41489891550722, 34.92349695229804], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.85929891776817, 34.443097445685446], [-81.41489891550722, 34.44309620688031], [-81.41489906458044, 34.9234966079307], [-81.85929922052283, 34.92349695229804], [-81.85929891776817, 34.443097445685446]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;215&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 216, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_UNIONCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-09&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_UNIONCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_UNIONCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15980, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_UNIONCO_2008&quot;, &quot;workunit_id&quot;: -1598}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.54190018799328, 33.42489695331185, -79.86299927498725, 33.9473973951294], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.54190006696936, 33.42489695331185], [-79.86299927498725, 33.424897376001915], [-79.86300071842454, 33.9473973951294], [-80.54190018799328, 33.94739682488514], [-80.54190006696936, 33.42489695331185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;216&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-20&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 217, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_CLARENDONCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_CLARENDONCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_CLARENDONCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15780, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_CLARENDONCO_2008&quot;, &quot;workunit_id&quot;: -1578}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.43189963464994, 34.17279554164884, -80.77059855004015, 34.58139635617591], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.43189963464994, 34.17279628969185], [-80.77059987195224, 34.17279554164884], [-80.77059855004015, 34.581395234948054], [-81.43189862733107, 34.58139635617591], [-81.43189963464994, 34.17279628969185]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;217&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 218, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_FAIRFIELDCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-05&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_FAIRFIELDCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_FAIRFIELDCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15810, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_FAIRFIELDCO_2008&quot;, &quot;workunit_id&quot;: -1581}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-79.95090033317311, 34.29619623046889, -79.43779875433155, 34.8087975330093], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-79.95090033317311, 34.29619623046889], [-79.43779983020322, 34.29619722151677], [-79.43779875433155, 34.80879620822512], [-79.95089796562661, 34.8087975330093], [-79.95090033317311, 34.29619623046889]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;218&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 219, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_MARLBOROCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-09&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_MARLBOROCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_MARLBOROCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15890, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_MARLBOROCO_2008&quot;, &quot;workunit_id&quot;: -1589}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.37290067945257, 33.17629721343972, -80.21329935770443, 33.70739694027687], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.37290063022323, 33.17629740132392], [-80.21329935770443, 33.17629721343972], [-80.21329973482455, 33.70739694027687], [-81.37290067945257, 33.70739667034788], [-81.37290063022323, 33.17629740132392]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;219&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 220, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_ORANGEBURGCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-05&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_ORANGEBURGCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_ORANGEBURGCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15920, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_ORANGEBURGCO_2008&quot;, &quot;workunit_id&quot;: -1592}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.49979877515433, 34.54049516323665, -80.8501977191089, 34.82909666635836], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.49979877515433, 34.54049660738746], [-80.85019867750324, 34.54049516323665], [-80.8501977191089, 34.82909536065308], [-81.49979869899757, 34.82909666635836], [-81.49979877515433, 34.54049660738746]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;220&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 221, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_CHESTERCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_CHESTERCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_CHESTERCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15760, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_CHESTERCO_2008&quot;, &quot;workunit_id&quot;: -1576}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.87469992923535, 34.82819646128933, -81.36749869252687, 35.183500207936504], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.87469926794688, 34.828196939257886], [-81.36749869252687, 34.82819646128933], [-81.36750001108605, 35.18349635828885], [-81.87469992923535, 35.183500207936504], [-81.87469926794688, 34.828196939257886]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;221&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 222, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_CHEROKEECO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_CHEROKEECO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_CHEROKEECO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15750, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_CHEROKEECO_2008&quot;, &quot;workunit_id&quot;: -1575}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.29019981151889, 34.085096591862175, -79.64199962313614, 34.54889688315278], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.29019981151889, 34.085096591862175], [-79.64199962313614, 34.08509736369596], [-79.64199965938391, 34.54889688315278], [-80.29019850170916, 34.548894902377484], [-80.29019981151889, 34.085096591862175]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;222&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 223, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_DARLINGTONCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_DARLINGTONCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_DARLINGTONCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15790, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_DARLINGTONCO_2008&quot;, &quot;workunit_id&quot;: -1579}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.95940005746783, 34.07069594162941, -81.31429850136196, 34.539097066917435], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.95940005746783, 34.070696875201094], [-81.31429962207275, 34.07069594162941], [-81.31429850136196, 34.539095814234905], [-81.9593987641884, 34.539097066917435], [-81.95940005746783, 34.070696875201094]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;223&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 224, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_NEWBERRYCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-05&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_NEWBERRYCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_NEWBERRYCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15900, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_NEWBERRYCO_2008&quot;, &quot;workunit_id&quot;: -1590}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.56699920560844, 34.35979524941315, -79.76999917501928, 34.821198374306235], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.56699920560844, 34.35979524941315], [-79.77000047945299, 34.35979682602753], [-79.76999917501928, 34.821198374306235], [-80.56699805184431, 34.82119557219375], [-80.56699920560844, 34.35979524941315]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;224&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 225, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_CHESTERFIELDCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_CHESTERFIELDCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_CHESTERFIELDCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15770, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_CHESTERFIELDCO_2008&quot;, &quot;workunit_id&quot;: -1577}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.33440082028984, 33.953397106545, -81.86569909056186, 34.410897355846394], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.33440082028984, 33.953397106545], [-81.8657003310316, 33.95339727851834], [-81.86569909056186, 34.410897355846394], [-82.33440019743631, 34.4108970918531], [-82.33440082028984, 33.953397106545]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;225&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 226, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_GREENWOODCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_GREENWOODCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_GREENWOODCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15830, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_GREENWOODCO_2008&quot;, &quot;workunit_id&quot;: -1583}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-79.64230039666762, 34.22979711444286, -79.07079876723947, 34.62469711293385], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-79.64230039666762, 34.22979711444286], [-79.07079876723947, 34.229797489086536], [-79.07079934043408, 34.62469698760449], [-79.64229940667883, 34.62469711293385], [-79.64230039666762, 34.22979711444286]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;226&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-01-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 227, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_DILLONCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-05&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_DILLONCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_DILLONCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15800, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;SC_DILLONCO_2008&quot;, &quot;workunit_id&quot;: -1580}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.26269867897074, 30.37609752662739, -84.00749887443087, 30.684598212066593], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.26269861719824, 30.37609752662739], [-84.0074989652228, 30.37609792911159], [-84.00749887443087, 30.684598212066593], [-84.26269867897074, 30.68459765144288], [-84.26269861719824, 30.37609752662739]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;227&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-01&quot;, &quot;collect_start&quot;: &quot;2008-02-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 228, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2883&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LEONCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2014-06-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LEONCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_LEONCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -12130, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;FL_LEONCO_2008&quot;, &quot;workunit_id&quot;: -1213}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-74.79799946961998, 40.373199867201016, -74.49949945605945, 40.758400261084255], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-74.79799922120012, 40.37320016651147], [-74.49949945605945, 40.373199867201016], [-74.49949968996245, 40.758400261084255], [-74.79799946961998, 40.75840021971331], [-74.79799922120012, 40.37320016651147]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;228&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-01&quot;, &quot;collect_start&quot;: &quot;2008-02-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 229, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26918&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_SOMERSETCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-08&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_SOMERSETCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NJ_SOMERSETCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -14940, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;NJ_SOMERSETCO_2008&quot;, &quot;workunit_id&quot;: -1494}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-86.80819893744396, 30.386094309863395, -86.37949865459272, 31.005997937215653], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-86.80819887712721, 30.386094309863395], [-86.37949865459272, 30.386095393010006], [-86.37949909451267, 31.005997937215653], [-86.80819893744396, 31.00599545084123], [-86.80819887712721, 30.386094309863395]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;229&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-10&quot;, &quot;collect_start&quot;: &quot;2008-02-10&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 230, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_OKALOOSACO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-02&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_OKALOOSACO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_OKALOOSACO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -12220, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_OKALOOSACO_2008&quot;, &quot;workunit_id&quot;: -1222}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.66979749273789, 29.62189771911565, -81.21219694142957, 30.253498532559902], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.66979749273789, 29.62189771911565], [-81.21219694142957, 29.621898228224048], [-81.21219748984994, 30.253498532559902], [-81.66979738172789, 30.253497850018665], [-81.66979749273789, 29.62189771911565]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;230&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-02-25&quot;, &quot;collect_start&quot;: &quot;2008-02-14&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 231, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2881&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_STJOHNSCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-01&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_STJOHNSCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_STJOHNSCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -12320, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_STJOHNSCO_2008&quot;, &quot;workunit_id&quot;: -1232}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-97.80840105454813, 37.47559676915742, -97.09830138015587, 37.912797428025165], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-97.80840105454813, 37.47559761138176], [-97.09830182428888, 37.47559676915742], [-97.09830138015587, 37.91279695680271], [-97.80840030498385, 37.912797428025165], [-97.80840105454813, 37.47559761138176]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;231&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-03-20&quot;, &quot;collect_start&quot;: &quot;2008-03-09&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 232, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3420&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_SEDGWICK_WICHITA_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-15&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_SEDGWICK-WICHITA_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_SEDGWICK_WICHITA_2008_Legacy_Data&quot;, &quot;project_id&quot;: -13850, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;KS_SEDGWICK_WICHITA_2008&quot;, &quot;workunit_id&quot;: -1385}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-105.321801543132, 39.52830101286762, -104.47999975761466, 40.01570332404441], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-105.32179956381276, 39.52830101286762], [-104.48000028505663, 39.52830193212297], [-104.47999975761466, 40.01570332404441], [-105.321801543132, 40.015701809122845], [-105.32179956381276, 39.52830101286762]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;232&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-19&quot;, &quot;collect_start&quot;: &quot;2008-03-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 233, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26913&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CO_DENVER_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-14&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CO_DENVER_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CO_DENVER_2008_Legacy_Data&quot;, &quot;project_id&quot;: -11770, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;CO_DENVER_2008&quot;, &quot;workunit_id&quot;: -1177}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-105.321801543132, 39.52830101286762, -104.47999975761466, 40.01570332404441], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-105.32179956381276, 39.52830101286762], [-104.48000028505663, 39.52830193212297], [-104.47999975761466, 40.01570332404441], [-105.321801543132, 40.015701809122845], [-105.32179956381276, 39.52830101286762]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;233&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-19&quot;, &quot;collect_start&quot;: &quot;2008-03-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 234, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26913&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CO_DENVERDNC_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CO_DENVERDNC_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CO_DENVERDNC_2008_Legacy_Data&quot;, &quot;project_id&quot;: -11780, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;CO_DENVERDNC_2008&quot;, &quot;workunit_id&quot;: -1178}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-90.00130085392802, 40.503696677148234, -89.43899883545913, 40.984298056879624], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-90.00130085392802, 40.503698093573], [-89.43899990513587, 40.503696677148234], [-89.43899883545913, 40.9842974912832], [-90.00129794507536, 40.984298056879624], [-90.00130085392802, 40.503698093573]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;234&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-03-29&quot;, &quot;collect_start&quot;: &quot;2008-03-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 235, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3436&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_PEORIA_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_PEORIA_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IL_PEORIA_2008_Legacy_Data&quot;, &quot;project_id&quot;: -12960, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_PEORIA_2008&quot;, &quot;workunit_id&quot;: -1296}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-98.46490373670657, 34.93119818165853, -98.162503762245, 35.46679845803894], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-98.46490373670657, 34.93119844845865], [-98.16250441330278, 34.93119818165853], [-98.162503762245, 35.46679845803894], [-98.46490259637696, 35.466798305955365], [-98.46490373670657, 34.93119844845865]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;235&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-03-31&quot;, &quot;collect_start&quot;: &quot;2008-03-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 236, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OK_SUGARCREEK_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-10-25&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OK_SUGARCREEK_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OK_SUGARCREEK_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15110, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OK_SUGARCREEK_2008&quot;, &quot;workunit_id&quot;: -1511}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-75.13589981288683, 40.852500246795266, -74.54069968924156, 41.357599547198014], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-75.13589930903454, 40.85250038227304], [-74.54069968924156, 40.852500246795266], [-74.5406998822216, 41.357599222885554], [-75.13589981288683, 41.357599547198014], [-75.13589930903454, 40.85250038227304]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;236&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-01&quot;, &quot;collect_start&quot;: &quot;2008-04-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 237, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3424&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_SUSSEXWARREN_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-23&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_SUSSEXWARREN_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NJ_SUSSEXWARREN_2008_Legacy_Data&quot;, &quot;project_id&quot;: -14950, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;NJ_SUSSEXWARREN_2008&quot;, &quot;workunit_id&quot;: -1495}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-94.60790135159569, 39.10959798893497, -94.19190057862588, 39.465198617294334], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-94.60790119716086, 39.10959798893497], [-94.19190094850585, 39.109598183444476], [-94.19190057862588, 39.4651985776962], [-94.60790135159569, 39.465198617294334], [-94.60790119716086, 39.10959798893497]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;237&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-07&quot;, &quot;collect_start&quot;: &quot;2008-04-02&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 238, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;102698&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MO_CLAY_COUNTY_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2013-06-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MO_CLAY_COUNTY_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MO_CLAY_COUNTY_2008_Legacy_Data&quot;, &quot;project_id&quot;: -14350, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;MO_CLAY_COUNTY_2008&quot;, &quot;workunit_id&quot;: -1435}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-73.9883996559024, 41.31519950916976, -73.7487994438202, 41.50319969446094], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-73.9883996559024, 41.31519950916976], [-73.7487996492943, 41.315199510119655], [-73.7487994438202, 41.50319969446094], [-73.98839944812167, 41.503199456345364], [-73.9883996559024, 41.31519950916976]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;238&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-08&quot;, &quot;collect_start&quot;: &quot;2008-04-02&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 239, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26918&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NY_PUTNAM_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NY_PUTNAM_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NY_PUTNAM_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15010, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;NY_PUTNAM_2008&quot;, &quot;workunit_id&quot;: -1501}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.10310226270673, 39.15309750336434, -94.6010012430346, 39.53539878603449], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.10310070003408, 39.15309750336434], [-94.6010012430346, 39.15309798101614], [-94.60100125608804, 39.53539878603449], [-95.10310226270673, 39.53539797179048], [-95.10310070003408, 39.15309750336434]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;239&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-07&quot;, &quot;collect_start&quot;: &quot;2008-04-02&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 240, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;102698&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MO_PLATTE_COUNTY_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2013-06-17&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MO_PLATTE_COUNTY_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MO_PLATTE_COUNTY_2008_Legacy_Data&quot;, &quot;project_id&quot;: -14520, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;MO_PLATTE_COUNTY_2008&quot;, &quot;workunit_id&quot;: -1452}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-75.56109796331941, 39.35440246426807, -75.39159798203917, 39.69260170278321], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-75.56109758749585, 39.354402594800284], [-75.39159798203917, 39.35440246426807], [-75.39159826366976, 39.69260170278321], [-75.56109796331941, 39.69260151180861], [-75.56109758749585, 39.354402594800284]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;240&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-17&quot;, &quot;collect_start&quot;: &quot;2008-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 241, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3424&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_SALEMCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2014-08-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_SALEMCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NJ_SALEMCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -14920, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;NJ_SALEMCO_2008&quot;, &quot;workunit_id&quot;: -1492}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-75.42839811451552, 39.16290240194905, -74.84349875633337, 39.573403004810416], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-75.42839778714516, 39.16290240194905], [-74.84349875633337, 39.162904826642915], [-74.84350049077092, 39.573403004810416], [-75.42839811451552, 39.57340205696303], [-75.42839778714516, 39.16290240194905]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;241&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-17&quot;, &quot;collect_start&quot;: &quot;2008-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 242, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3424&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_CUMBERLANDCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_CUMBERLANDCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NJ_CUMBERLANDCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -14860, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;NJ_CUMBERLANDCO_2008&quot;, &quot;workunit_id&quot;: -1486}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-74.9822992467527, 38.91590413028736, -74.52930011917752, 39.32710449678635], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-74.98229801993018, 38.91590413028736], [-74.52930011917752, 38.91590704977742], [-74.52930127103022, 39.327103958023834], [-74.9822992467527, 39.32710449678635], [-74.98229801993018, 38.91590413028736]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;242&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-17&quot;, &quot;collect_start&quot;: &quot;2008-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 243, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3424&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_CAPEMAYCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2014-07-25&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_CAPEMAYCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NJ_CAPEMAYCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -14850, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;NJ_CAPEMAYCO_2008&quot;, &quot;workunit_id&quot;: -1485}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-93.37529891625796, 39.687299027965935, -92.81219765679245, 40.43760037347252], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-93.3752987512328, 39.687299269836736], [-92.81219831935408, 39.687299027965935], [-92.81219765679245, 40.43759930109082], [-93.37529891625796, 40.43760037347252], [-93.3752987512328, 39.687299269836736]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;243&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-08-26&quot;, &quot;collect_start&quot;: &quot;2008-04-14&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 244, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MO_LINN_SULLIVAN_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-10-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MO_LINN-SULLIVAN_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MO_LINN_SULLIVAN_2008_Legacy_Data&quot;, &quot;project_id&quot;: -14460, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MO_LINN_SULLIVAN_2008&quot;, &quot;workunit_id&quot;: -1446}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-76.71369775148705, 39.19580078807843, -76.52659737992508, 39.37270143615765], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-76.71369734426791, 39.19580078807843], [-76.52659737992508, 39.19580111528286], [-76.5265977591608, 39.37270143615765], [-76.71369775148705, 39.37270092644882], [-76.71369734426791, 39.19580078807843]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;244&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-15&quot;, &quot;collect_start&quot;: &quot;2008-04-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 245, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2248&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MD_BALTIMORE_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MD_BALTIMORE_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MD_BALTIMORE_2008_Legacy_Data&quot;, &quot;project_id&quot;: -13930, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;MD_BALTIMORE_2008&quot;, &quot;workunit_id&quot;: -1393}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-88.46350151562797, 39.87909721115184, -87.92899855477596, 40.40079764145827], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-88.46350151562797, 39.879097265571666], [-87.92899995320329, 39.87909721115184], [-87.92899855477596, 40.40079756314071], [-88.46349951742054, 40.40079764145827], [-88.46350151562797, 39.879097265571666]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;245&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-16&quot;, &quot;collect_start&quot;: &quot;2008-04-16&quot;, &quot;dem_gsd_meters&quot;: 0.9750000238418579, &quot;fid&quot;: 246, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3443&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12_County_ChampaignCo_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2016-02-20&quot;, &quot;lpc_reason&quot;: &quot;Point density \\u003c 2 ppsm&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12-County-ChampaignCo_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs&quot;, &quot;project_id&quot;: 6142, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: &quot;2015-03-13&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;USGS Lidar Base Specification 1.0&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_12_County_ChampaignCo_2008&quot;, &quot;workunit_id&quot;: 13468}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-88.70979865632165, 42.146299522103945, -88.19669686976921, 42.49650088968224], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-88.70979829259133, 42.14630023129174], [-88.19669686976921, 42.146299522103945], [-88.19669769692607, 42.49650068765443], [-88.70979865632165, 42.49650088968224], [-88.70979829259133, 42.14630023129174]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;246&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-16&quot;, &quot;collect_start&quot;: &quot;2008-04-16&quot;, &quot;dem_gsd_meters&quot;: 0.975000023841858, &quot;fid&quot;: 247, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3443&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_Twelve_Counties_McHenry&quot;, &quot;lpc_pub_date&quot;: &quot;2016-01-06&quot;, &quot;lpc_reason&quot;: &quot;Point density \\u003c 2 ppsm&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_Twelve_Counties_McHenry&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs&quot;, &quot;project_id&quot;: 6142, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;USGS Lidar Base Specification 1.0&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_Twelve_Counties_McHenry&quot;, &quot;workunit_id&quot;: 13515}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-88.5960977579196, 41.10819757631232, -88.2407965841173, 41.46279940094827], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-88.5960977579196, 41.10819757631232], [-88.2407972408622, 41.10819837027477], [-88.2407965841173, 41.46279940094827], [-88.59609731392726, 41.4627987239552], [-88.5960977579196, 41.10819757631232]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;247&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-16&quot;, &quot;collect_start&quot;: &quot;2008-04-16&quot;, &quot;dem_gsd_meters&quot;: 0.9750000238418579, &quot;fid&quot;: 248, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3443&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12_County_GrundyCo_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2016-01-26&quot;, &quot;lpc_reason&quot;: &quot;Point density \\u003c 2 ppsm&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12-County-GrundyCo_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs&quot;, &quot;project_id&quot;: 6142, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12-County-GrundyCo_2008&quot;, &quot;sourcedem_pub_date&quot;: &quot;2015-05-29&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;USGS Lidar Base Specification 1.0&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_12_County_GrundyCo_2008&quot;, &quot;workunit_id&quot;: 13475}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-88.60239797425352, 41.71959911759363, -88.23809700221844, 42.15420014233088], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-88.60239761489603, 41.71959911759363], [-88.2380971926882, 41.719599396791274], [-88.23809700221844, 42.15419956379774], [-88.60239797425352, 42.15420014233088], [-88.60239761489603, 41.71959911759363]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;248&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-16&quot;, &quot;collect_start&quot;: &quot;2008-04-16&quot;, &quot;dem_gsd_meters&quot;: 0.9750000238418579, &quot;fid&quot;: 249, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3443&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12_County_KaneCo_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2015-12-08&quot;, &quot;lpc_reason&quot;: &quot;Point density \\u003c 2 ppsm&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12-County-KaneCo_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs&quot;, &quot;project_id&quot;: 6142, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12-County-KaneCo_2008&quot;, &quot;sourcedem_pub_date&quot;: &quot;2015-03-24&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;USGS Lidar Base Specification 1.0&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_12_County_KaneCo_2008&quot;, &quot;workunit_id&quot;: 13498}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-97.58960270386353, 47.23079988880675, -96.39360182904994, 48.13250102848732], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-97.58960270386353, 47.23080057761495], [-96.39360182904994, 47.23079988880675], [-96.39360257605631, 48.13250102848732], [-97.58960029066111, 48.13250045621542], [-97.58960270386353, 47.23080057761495]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;249&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-04-19&quot;, &quot;collect_start&quot;: &quot;2008-04-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 250, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_B_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-B_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_B_2008_Legacy_Data&quot;, &quot;project_id&quot;: -13280, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_B_2008&quot;, &quot;workunit_id&quot;: -1328}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-97.72770028649444, 48.11230051574437, -96.37340246607192, 49.033702868287584], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-97.72770028649444, 48.11230051574437], [-96.37340246607192, 48.11230098505509], [-96.37340544116489, 49.033702868287584], [-97.7277, 49.0337], [-97.72770028649444, 48.11230051574437]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;250&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-05-02&quot;, &quot;collect_start&quot;: &quot;2008-04-19&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 251, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_A_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-08&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-A_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_A_2008_Legacy_Data&quot;, &quot;project_id&quot;: -13270, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_A_2008&quot;, &quot;workunit_id&quot;: -1327}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-97.28000247875949, 46.35919994046214, -96.0825016351003, 47.248800342818896], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-97.28000224293886, 46.35919994046214], [-96.0825026729901, 46.359200136024015], [-96.0825016351003, 47.24879982170698], [-97.28000247875949, 47.248800342818896], [-97.28000224293886, 46.35919994046214]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;251&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-05-16&quot;, &quot;collect_start&quot;: &quot;2008-04-21&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 252, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_C_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-C_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_C_2008_Legacy_Data&quot;, &quot;project_id&quot;: -13300, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_C_2008&quot;, &quot;workunit_id&quot;: -1330}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-98.65700260597113, 46.490698355663646, -97.25510233371295, 47.2770003195156], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-98.65700260597113, 46.490698355663646], [-97.25510233371295, 46.490699948111164], [-97.25510244232548, 47.2770003195156], [-98.65700133383112, 47.27699949963796], [-98.65700260597113, 46.490698355663646]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;252&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-05-17&quot;, &quot;collect_start&quot;: &quot;2008-04-29&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 253, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_G_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-G_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_G_2008_Legacy_Data&quot;, &quot;project_id&quot;: -13340, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_G_2008&quot;, &quot;workunit_id&quot;: -1334}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-98.09310230607635, 45.581299142533176, -96.71160183726363, 46.49949986789722], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-98.09310182375364, 45.581299142533176], [-96.7116027892699, 45.581299946362385], [-96.71160183726363, 46.49949986789722], [-98.09310230607635, 46.49949878371597], [-98.09310182375364, 45.581299142533176]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;253&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-05-18&quot;, &quot;collect_start&quot;: &quot;2008-04-29&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 254, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_H_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-27&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-H_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_H_2008_Legacy_Data&quot;, &quot;project_id&quot;: -13350, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_H_2008&quot;, &quot;workunit_id&quot;: -1335}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-75.75130048460221, 42.91989862441042, -75.06159999869928, 43.319099037531224], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-75.75130044157423, 42.91989862441042], [-75.06159999869928, 42.91989894568828], [-75.06160026538926, 43.319099037531224], [-75.75130048460221, 43.31909884329241], [-75.75130044157423, 42.91989862441042]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;254&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-05-09&quot;, &quot;collect_start&quot;: &quot;2008-04-30&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 255, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26918&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NY_ONEIDA_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-23&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NY_ONEIDA_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NY_ONEIDA_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15000, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;NY_ONEIDA_2008&quot;, &quot;workunit_id&quot;: -1500}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-124.56919954093063, 41.99610170916748, -123.62249087271809, 43.625400992608114], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-124.56919954093063, 41.996102847293805], [-123.62249828686787, 41.99610170916748], [-123.62249087271809, 43.6253989836349], [-124.56918324721423, 43.625400992608114], [-124.56919954093063, 41.996102847293805]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;255&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-10-19&quot;, &quot;collect_start&quot;: &quot;2008-05-03&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 256, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2992&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_SOUTHCOAST_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_SOUTHCOAST_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_SOUTHCOAST_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15600, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;OR_SOUTHCOAST_2008&quot;, &quot;workunit_id&quot;: -1560}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.99310537163308, 43.06299847696521, -96.4303027334187, 43.50549945953592], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.9931031530663, 43.06299847696521], [-96.4303027334187, 43.062999112572435], [-96.43030452002387, 43.50549945953592], [-96.99310537163308, 43.50549856131851], [-96.9931031530663, 43.06299847696521]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;256&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-05-23&quot;, &quot;collect_start&quot;: &quot;2008-05-13&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 257, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;32164&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SD_LINCOLNCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-14&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SD_LINCOLNCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SD_LINCOLNCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -16170, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;SD_LINCOLNCO_2008&quot;, &quot;workunit_id&quot;: -1617}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-97.1297066372636, 43.49959838931785, -96.45270457396579, 43.849499608526024], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-97.12970535675949, 43.49959838931785], [-96.45270457396579, 43.49959940497166], [-96.45270583785708, 43.849499608526024], [-97.1297066372636, 43.84949869919104], [-97.12970535675949, 43.49959838931785]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;257&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-05-23&quot;, &quot;collect_start&quot;: &quot;2008-05-13&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 258, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;32164&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SD_MINNEHAHACO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-14&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SD_MINNEHAHACO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SD_MINNEHAHACO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -16200, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;SD_MINNEHAHACO_2008&quot;, &quot;workunit_id&quot;: -1620}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-98.81480159263403, 47.18699937967333, -97.27040137337059, 48.14110057355782], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-98.81480159263403, 47.18699937967333], [-97.27040255799388, 47.187000247723226], [-97.27040137337059, 48.14110057355782], [-98.81480057929643, 48.14110022242485], [-98.81480159263403, 47.18699937967333]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;258&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-11-25&quot;, &quot;collect_start&quot;: &quot;2008-05-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 259, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_F_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-08&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-F_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_F_2008_Legacy_Data&quot;, &quot;project_id&quot;: -13330, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_F_2008&quot;, &quot;workunit_id&quot;: -1333}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-99.20610192468789, 47.049699246457486, -98.7413018399844, 47.12699948406168], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-99.20610192468789, 47.049699567838836], [-98.74130209927384, 47.049699246457486], [-98.7413018399844, 47.12699931658587], [-99.20610147205392, 47.12699948406168], [-99.20610192468789, 47.049699567838836]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;259&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-05-17&quot;, &quot;collect_start&quot;: &quot;2008-05-17&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 260, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ND_PRAIRIEPOTHOLES_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-23&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ND_PRAIRIEPOTHOLES_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ND_PRAIRIEPOTHOLES_2008_Legacy_Data&quot;, &quot;project_id&quot;: -14780, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5702&quot;, &quot;workunit&quot;: &quot;ND_PRAIRIEPOTHOLES_2008&quot;, &quot;workunit_id&quot;: -1478}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-151.8717, 59.5872, -148.8534, 61.04], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-151.8717, 59.5872], [-148.8534, 59.5872], [-148.8534, 61.04], [-151.8717, 61.04], [-151.8717, 59.5872]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;260&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-09-22&quot;, &quot;collect_start&quot;: &quot;2008-05-21&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 261, &quot;geoid&quot;: &quot;GEOID06&quot;, &quot;horiz_crs&quot;: &quot;102634&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/AK_Kenai_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-10-17&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_KENAI_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;AK_KENAI_2008_Legacy_Data&quot;, &quot;project_id&quot;: -10630, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;AK_KENAI_2008&quot;, &quot;workunit_id&quot;: -1063}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-88.70989865676243, 42.15259953705872, -88.19679686589102, 42.49640088933708], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-88.70989830414598, 42.152600247129534], [-88.19679686589102, 42.15259953705872], [-88.1967976970906, 42.49640068708313], [-88.70989865676243, 42.49640088933708], [-88.70989830414598, 42.152600247129534]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;261&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-05-23&quot;, &quot;collect_start&quot;: &quot;2008-05-23&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 262, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3435&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_MCHENRYCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_MCHENRYCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IL_MCHENRYCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -12950, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_MCHENRYCO_2008&quot;, &quot;workunit_id&quot;: -1295}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-88.4632015146697, 39.879297210927106, -87.92899855477596, 40.40079764187903], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-88.4632015146697, 39.87929726558354], [-87.9289999524882, 39.879297210927106], [-87.92899855477596, 40.40079756314071], [-88.46319951893123, 40.40079764187903], [-88.4632015146697, 39.87929726558354]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;262&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-05-23&quot;, &quot;collect_start&quot;: &quot;2008-05-23&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 263, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3435&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_CHAMPAIGNCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-29&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_CHAMPAIGNCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IL_CHAMPAIGNCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -12910, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_CHAMPAIGNCO_2008&quot;, &quot;workunit_id&quot;: -1291}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-88.60469798330767, 41.7181991148098, -88.23629699540541, 42.1557001482534], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-88.60469761780934, 41.7181991148098], [-88.2362971921859, 41.718199395371435], [-88.23629699540541, 42.15569956648659], [-88.60469798330767, 42.1557001482534], [-88.60469761780934, 41.7181991148098]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;263&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-05-23&quot;, &quot;collect_start&quot;: &quot;2008-05-23&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 264, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3435&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_KANECO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_KANECO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IL_KANECO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -12930, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_KANECO_2008&quot;, &quot;workunit_id&quot;: -1293}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-90.06730117156543, 45.10279987573017, -89.40189903542654, 45.57110131609578], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-90.06729888875313, 45.1028004800501], [-89.40189903542654, 45.10279987573017], [-89.40190049516379, 45.571100585982876], [-90.06730117156543, 45.57110131609578], [-90.06729888875313, 45.1028004800501]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;264&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-08-10&quot;, &quot;collect_start&quot;: &quot;2008-05-26&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 265, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;8152&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WI_LINCOLNCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2014-04-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WI_LINCOLNCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WI_LINCOLNCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -17040, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;WI_LINCOLNCO_2008&quot;, &quot;workunit_id&quot;: -1704}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.52320327068091, 45.39970034811225, -117.38210163254392, 45.560799428437925], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.52320241076312, 45.39970059057847], [-117.38210163254392, 45.39970034811225], [-117.38210302752259, 45.560799428437925], [-117.52320327068091, 45.56079928122207], [-117.52320241076312, 45.39970059057847]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;265&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-08-18&quot;, &quot;collect_start&quot;: &quot;2008-08-18&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 266, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_LOSTINE_RRIVER_BOR_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-12&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_LOSTINE_RRIVER_BOR_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_LOSTINE_RRIVER_BOR_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15330, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;OR_LOSTINE_RRIVER_BOR_2008&quot;, &quot;workunit_id&quot;: -1533}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-118.9139014324303, 44.441798268353836, -118.30520220815278, 44.758598923147765], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-118.91390141108717, 44.441798268353836], [-118.30520220815278, 44.4417987147943], [-118.30520262771917, 44.758598923147765], [-118.9139014324303, 44.758597999078425], [-118.91390141108717, 44.441798268353836]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;266&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-08-27&quot;, &quot;collect_start&quot;: &quot;2008-08-19&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 267, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26910&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_CAMP_CREEK_OLC_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-12-26&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_CAMP_CREEK_OLC_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_CAMP_CREEK_OLC_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15160, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_CAMP_CREEK_OLC_2008&quot;, &quot;workunit_id&quot;: -1516}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-98.31280488801613, 29.812296090026923, -97.78080394159237, 30.250496888033954], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-98.31280488801613, 29.81229783560791], [-97.78080394159237, 29.812296090026923], [-97.7808046991594, 30.250495385131227], [-98.31280428047299, 30.250496888033954], [-98.31280488801613, 29.81229783560791]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;267&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-09-10&quot;, &quot;collect_start&quot;: &quot;2008-08-22&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 268, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2277&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_HAYSCO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-04&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_HAYSCO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_HAYSCO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -16440, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;TX_HAYSCO_2008&quot;, &quot;workunit_id&quot;: -1644}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-97.32840472863315, 29.624695960744052, -96.56240379797255, 30.17209545450114], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-97.32840290720837, 29.62469708298838], [-96.56240379797255, 29.624695960744052], [-96.5624044197092, 30.17209545450114], [-97.32840472863315, 30.17209502627553], [-97.32840290720837, 29.62469708298838]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;268&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-09-10&quot;, &quot;collect_start&quot;: &quot;2008-08-22&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 269, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2278&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_FAYETTECO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2013-08-29&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_FAYETTECO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;TX_FAYETTECO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -16420, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;TX_FAYETTECO_2008&quot;, &quot;workunit_id&quot;: -1642}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-123.50640238544733, 43.92169680849024, -121.96169685433975, 45.82529684250754], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-123.50639093170686, 43.92169680849024], [-121.96169685433975, 43.92169783917103], [-121.96169727544361, 45.82529684250754], [-123.50640238544733, 45.82529436931042], [-123.50639093170686, 43.92169680849024]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;269&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-07-01&quot;, &quot;collect_start&quot;: &quot;2008-08-31&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 270, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2992&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_WILLAMETTE_VALLEY_OLC_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2014-05-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_WILLAMETTE_VALLEY_OLC_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_WILLAMETTE_VALLEY_OLC_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15660, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_WILLAMETTE_VALLEY_OLC_2008&quot;, &quot;workunit_id&quot;: -1566}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.05079957488562, 42.42899896911759, -116.87169978614773, 42.47199922967377], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.05079957488562, 42.42899896911759], [-116.87169983363435, 42.42899918759447], [-116.87169978614773, 42.47199922967377], [-117.05079945639764, 42.471999022977144], [-117.05079957488562, 42.42899896911759]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;270&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-08-31&quot;, &quot;collect_start&quot;: &quot;2008-08-31&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 271, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_JUNIPERMTN_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_JUNIPERMTN_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_JUNIPERMTN_2008_Legacy_Data&quot;, &quot;project_id&quot;: -12730, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ID_JUNIPERMTN_2008&quot;, &quot;workunit_id&quot;: -1273}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.4272985722701, 45.36979502566278, -122.10459814287982, 45.575596295670124], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.42729779416464, 45.36979502566278], [-122.10459814287982, 45.36979525745537], [-122.1045984258345, 45.575596295670124], [-122.4272985722701, 45.57559567934048], [-122.42729779416464, 45.36979502566278]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;271&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-10-01&quot;, &quot;collect_start&quot;: &quot;2008-09-29&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 272, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26910&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_SANDY_RIVER_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-21&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_SANDY_RIVER_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_SANDY_RIVER_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15580, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OR_SANDY_RIVER_2008&quot;, &quot;workunit_id&quot;: -1558}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-124.15060878348015, 43.87459646262764, -122.81479356761295, 46.23939705667647], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-124.15058597900138, 43.87459840249611], [-122.81479356761295, 43.87459646262764], [-122.81479957045838, 46.2393942260898], [-124.15060878348015, 46.23939705667647], [-124.15058597900138, 43.87459840249611]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;272&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-08-09&quot;, &quot;collect_start&quot;: &quot;2008-10-23&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 273, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2992&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_NORTHCOAST_2008_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-23&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_NORTHCOAST_2008-2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_NORTHCOAST_2008_2009_Legacy_Data&quot;, &quot;project_id&quot;: -15380, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;OR_NORTHCOAST_2008_2009&quot;, &quot;workunit_id&quot;: -1538}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-100.62660328426892, 47.378699332330186, -98.81130090442045, 48.285200321740646], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-100.62660328426892, 47.378699332330186], [-98.81130110146528, 47.37869943313728], [-98.81130090442045, 48.285200321740646], [-100.62659969609115, 48.28519958522533], [-100.62660328426892, 47.378699332330186]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;273&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-11-01&quot;, &quot;collect_start&quot;: &quot;2008-10-28&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 274, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_O_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-27&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-O_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_O_2008_Legacy_Data&quot;, &quot;project_id&quot;: -13430, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_O_2008&quot;, &quot;workunit_id&quot;: -1343}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-100.06680027113815, 48.28329899082206, -98.8085, 49.0229], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-100.06680027113815, 48.28329899082206], [-98.80850089498765, 48.283300322034684], [-98.8085, 49.0229], [-100.0668, 49.0229], [-100.06680027113815, 48.28329899082206]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;274&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-29&quot;, &quot;collect_start&quot;: &quot;2008-11-02&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 275, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_N_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-N_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_N_2008_Legacy_Data&quot;, &quot;project_id&quot;: -13420, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_N_2008&quot;, &quot;workunit_id&quot;: -1342}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-73.29030081875648, 44.733495428112704, -72.90979923363335, 45.01809842443732], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-73.29030081875648, 44.733495428112704], [-72.90979951668048, 44.73349802268699], [-72.90979923363335, 45.01809842443732], [-73.29029971416098, 45.01809774237803], [-73.29030081875648, 44.733495428112704]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;275&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-04-16&quot;, &quot;collect_start&quot;: &quot;2008-11-02&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 276, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;32154&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/VT_ROCKRIVER_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/VT_ROCKRIVER_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;VT_ROCKRIVER_2008_Legacy_Data&quot;, &quot;project_id&quot;: -16830, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;VT_ROCKRIVER_2008&quot;, &quot;workunit_id&quot;: -1683}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.09370301809005, 47.03129802243186, -116.49210186887768, 47.60159893068629], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.09370212089202, 47.03129802243186], [-116.49210186887768, 47.0312986525207], [-116.49210252014801, 47.60159893068629], [-117.09370301809005, 47.601598140948376], [-117.09370212089202, 47.03129802243186]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;276&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-12-04&quot;, &quot;collect_start&quot;: &quot;2008-11-16&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 277, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_USGSTRIBUTARY_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_USGSTRIBUTARY_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_USGSTRIBUTARY_2008_Legacy_Data&quot;, &quot;project_id&quot;: -12880, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ID_USGSTRIBUTARY_2008&quot;, &quot;workunit_id&quot;: -1288}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-93.43790189721976, 43.496701684661645, -91.19309642910426, 44.484902379353144], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-93.43790189721976, 43.49670348011501], [-91.19309966448446, 43.496701684661645], [-91.19309642910426, 44.48490112649596], [-93.43789995623447, 44.484902379353144], [-93.43790189721976, 43.49670348011501]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;277&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-11-24&quot;, &quot;collect_start&quot;: &quot;2008-11-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 278, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_SEMN_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-17&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_SEMN_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MN_SEMN_2008_Legacy_Data&quot;, &quot;project_id&quot;: -14270, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;MN_SEMN_2008&quot;, &quot;workunit_id&quot;: -1427}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-119.08010143448593, 43.90779843517203, -118.45690140003067, 44.2924986332466], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-119.08010143448593, 43.90779843517203], [-118.45690140003067, 43.907798655611], [-118.45690190659431, 44.2924986332466], [-119.08010119038298, 44.292498313559186], [-119.08010143448593, 43.90779843517203]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;278&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-07-05&quot;, &quot;collect_start&quot;: &quot;2008-11-19&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 279, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2994&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_MALHEUR_OLC_2008_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_MALHEUR_OLC_2008-2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_MALHEUR_OLC_2008_2009_Legacy_Data&quot;, &quot;project_id&quot;: -15350, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_MALHEUR_OLC_2008_2009&quot;, &quot;workunit_id&quot;: -1535}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.26260101252478, 43.56849948342423, -116.89219972637473, 44.25020004242386], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.26260101252478, 43.56849948342423], [-116.89220078065712, 43.56849986550425], [-116.89219972637473, 44.250199988173456], [-117.26259975425384, 44.25020004242386], [-117.26260101252478, 43.56849948342423]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;279&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2008-12-10&quot;, &quot;collect_start&quot;: &quot;2008-12-03&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 280, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2992&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_ONTARIO_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-27&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_ONTARIO_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_ONTARIO_2008_Legacy_Data&quot;, &quot;project_id&quot;: -15490, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_ONTARIO_2008&quot;, &quot;workunit_id&quot;: -1549}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-83.45999980858535, 34.459297782919, -83.10299950751175, 34.685998352495034], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-83.45999980858535, 34.45929785337999], [-83.1030000312777, 34.459297782919], [-83.10299950751175, 34.68599813115078], [-83.45999615185663, 34.685998352495034], [-83.45999980858535, 34.45929785337999]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;280&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-01-01&quot;, &quot;collect_start&quot;: &quot;2009-01-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 281, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2884&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_STEPHENSCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2014-05-16&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_STEPHENSCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_STEPHENSCO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -12590, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;GA_STEPHENSCO_2009&quot;, &quot;workunit_id&quot;: -1259}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-83.6698000299176, 34.19729797049852, -83.33759988167411, 34.49209781795994], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-83.6698000299176, 34.19729811471308], [-83.33760020922165, 34.19729797049852], [-83.33759988167411, 34.49209781141774], [-83.66979973846452, 34.49209781795994], [-83.6698000299176, 34.19729811471308]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;281&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-01-01&quot;, &quot;collect_start&quot;: &quot;2009-01-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 282, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2885&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_BANKSCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2014-06-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_BANKSCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_BANKSCO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -12420, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;GA_BANKSCO_2009&quot;, &quot;workunit_id&quot;: -1242}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-83.39780014355799, 34.22499781465228, -83.05169994884889, 34.53499791739262], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-83.39780014355799, 34.22499807685817], [-83.05170028078193, 34.22499781465228], [-83.05169994884889, 34.534997801824346], [-83.39779927774497, 34.53499791739262], [-83.39780014355799, 34.22499807685817]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;282&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-01-01&quot;, &quot;collect_start&quot;: &quot;2009-01-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 283, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2884&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_FRANKLINCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2014-06-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_FRANKLINCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_FRANKLINCO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -12520, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;GA_FRANKLINCO_2009&quot;, &quot;workunit_id&quot;: -1252}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.25949978491884, 34.04999820357528, -83.92469984890616, 34.3357982482222], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.25949972204012, 34.04999838831434], [-83.9247001527293, 34.04999820357528], [-83.92469984890616, 34.33579812165659], [-84.25949978491884, 34.3357982482222], [-84.25949972204012, 34.04999838831434]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;283&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-01-01&quot;, &quot;collect_start&quot;: &quot;2009-01-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 284, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2885&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_FORSYTHCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2014-05-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_FORSYTHCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_FORSYTHCO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -12510, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;GA_FORSYTHCO_2009&quot;, &quot;workunit_id&quot;: -1251}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-101.63759939961521, 40.65119788917216, -98.03649905478213, 41.21759947578292], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-101.63759939961521, 40.651199886402246], [-98.03649992602973, 40.65119788917216], [-98.03649905478213, 41.217598099754035], [-101.63759882361259, 41.21759947578292], [-101.63759939961521, 40.651199886402246]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;284&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-21&quot;, &quot;collect_start&quot;: &quot;2009-01-20&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 285, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NE_RAINWATER_1_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NE_RAINWATER-1_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NE_RAINWATER_1_2009_Legacy_Data&quot;, &quot;project_id&quot;: -14820, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;NE_RAINWATER_1_2009&quot;, &quot;workunit_id&quot;: -1482}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-97.94610008846618, 39.131497604412885, -96.8038005289948, 40.04709853985826], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-97.94610006190035, 39.131497604412885], [-96.8038005289948, 39.13149818287373], [-96.80380094747777, 40.04709848324842], [-97.94610008846618, 40.04709853985826], [-97.94610006190035, 39.131497604412885]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;285&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-15&quot;, &quot;collect_start&quot;: &quot;2009-01-20&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 286, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_NORTHCENTRAL_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2014-04-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_NORTHCENTRAL_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_NORTHCENTRAL_2009_Legacy_Data&quot;, &quot;project_id&quot;: -13780, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_NORTHCENTRAL_2009&quot;, &quot;workunit_id&quot;: -1378}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-100.875898906224, 39.954998328623724, -96.83129972881973, 41.31349895390851], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-100.875898906224, 39.95499923608458], [-96.83130088808576, 39.954998328623724], [-96.83129972881973, 41.31349754613725], [-100.87589803891, 41.31349895390851], [-100.875898906224, 39.95499923608458]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;286&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-21&quot;, &quot;collect_start&quot;: &quot;2009-01-20&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 287, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NE_RAINWATER_2_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NE_RAINWATER-2_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NE_RAINWATER_2_2009_Legacy_Data&quot;, &quot;project_id&quot;: -14830, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;NE_RAINWATER_2_2009&quot;, &quot;workunit_id&quot;: -1483}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.71599845462893, 30.27319778585805, -83.97659876634397, 30.685698354355754], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.71599818972078, 30.27319840246153], [-83.97659876634397, 30.27319778585805], [-83.9765988614645, 30.685698353386385], [-84.71599845462893, 30.685698354355754], [-84.71599818972078, 30.27319840246153]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;287&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-02-06&quot;, &quot;collect_start&quot;: &quot;2009-01-31&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 288, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2883&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LEONCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-10-01&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LEONCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;FL_LEONCO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -12140, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;FL_LEONCO_2009&quot;, &quot;workunit_id&quot;: -1214}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-123.20350249318048, 48.41359930199793, -122.57789848618144, 49.00140045331915], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-123.20349945287202, 48.41359999205122], [-122.57789848618144, 48.41359930199793], [-122.57791731139613, 49.00140045331915], [-123.20350249318048, 49.001400080699774], [-123.20349945287202, 48.41359999205122]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;288&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-04-30&quot;, &quot;collect_start&quot;: &quot;2009-02-13&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 289, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26910&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_SANJUANCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-24&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_SANJUANCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_SANJUANCO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -16980, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;WA_SANJUANCO_2009&quot;, &quot;workunit_id&quot;: -1698}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-91.24730096292791, 32.301396178559656, -89.72619952448223, 35.080198027432814], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-91.24730096292791, 32.30139667002908], [-89.72620075824145, 32.301396178559656], [-89.72619952448223, 35.080198027432814], [-91.24730046755333, 35.08019760143611], [-91.24730096292791, 32.30139667002908]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;289&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-08-02&quot;, &quot;collect_start&quot;: &quot;2009-02-19&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 290, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2255&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MS_MSDELTAYAZOO_PHASE1_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-21&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: &quot;2024-05-09&quot;, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MS_MSDELTAYAZOO-PHASE1_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MS_MSDELTAYAZOO_PHASE1_2009_Legacy_Data&quot;, &quot;project_id&quot;: -14660, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MS_MSDELTAYAZOO_PHASE1_2009&quot;, &quot;workunit_id&quot;: -1466}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.37840021593689, 32.80399638346002, -79.42989859333295, 33.520497254848756], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.37839901425454, 32.80399750849687], [-79.42989859333295, 32.80399638346002], [-79.42989886607005, 33.520497254848756], [-80.37840021593689, 33.520496947463656], [-80.37839901425454, 32.80399750849687]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;290&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-04-11&quot;, &quot;collect_start&quot;: &quot;2009-02-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 291, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2273&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_BERKELEYCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-25&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_BERKELEYCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_BERKELEYCO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -15740, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;SC_BERKELEYCO_2009&quot;, &quot;workunit_id&quot;: -1574}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.09159984790735, 33.76139720425721, -79.30359899307777, 34.32739724363584], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.09159983883943, 33.76139720425721], [-79.30359899307777, 33.761397375337545], [-79.30359963039234, 34.32739724363584], [-80.09159984790735, 34.32739584081747], [-80.09159983883943, 33.76139720425721]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;291&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-19&quot;, &quot;collect_start&quot;: &quot;2009-03-16&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 292, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2273&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_FLORENCECO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-28&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_FLORENCECO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_FLORENCECO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -15820, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;SC_FLORENCECO_2009&quot;, &quot;workunit_id&quot;: -1582}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-90.31500055552915, 36.87349686131269, -89.93500008698183, 37.18919804133416], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-90.3149999634882, 36.873497032984545], [-89.93500027394654, 36.87349686131269], [-89.93500008698183, 37.18919734941944], [-90.31500055552915, 37.18919804133416], [-90.3149999634882, 36.873497032984545]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;292&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-20&quot;, &quot;collect_start&quot;: &quot;2009-03-17&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 293, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MO_DUCKCREEK_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-14&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MO_DUCKCREEK_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MO_DUCKCREEK_2009_Legacy_Data&quot;, &quot;project_id&quot;: -14380, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MO_DUCKCREEK_2009&quot;, &quot;workunit_id&quot;: -1438}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.51719906704265, 38.21469785041372, -82.03809822824937, 38.61389806205827], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.51719906704265, 38.21469792440933], [-82.03809838356096, 38.21469785041372], [-82.03809822824937, 38.61389786353188], [-82.51719862681543, 38.61389806205827], [-82.51719906704265, 38.21469792440933]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;293&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-22&quot;, &quot;collect_start&quot;: &quot;2009-03-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 294, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26862&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WV_CABELLCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-10-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WV_CABELLCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WV_CABELLCO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -17060, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;WV_CABELLCO_2009&quot;, &quot;workunit_id&quot;: -1706}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-116.84090080328039, 43.05729976340805, -116.71060072427163, 43.20850000352953], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-116.84090061647669, 43.05729976340805], [-116.71060072427163, 43.0572998330641], [-116.71060093036529, 43.20850000352953], [-116.84090080328039, 43.20849986534548], [-116.84090061647669, 43.05729976340805]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;294&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-19&quot;, &quot;collect_start&quot;: &quot;2009-03-18&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 295, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_REYNOLDSCREEK_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_REYNOLDSCREEK_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_REYNOLDSCREEK_2009_Legacy_Data&quot;, &quot;project_id&quot;: -12810, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ID_REYNOLDSCREEK_2009&quot;, &quot;workunit_id&quot;: -1281}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-92.63289917815392, 38.62269675954309, -91.99749787378923, 39.254798317307234], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-92.63289917815392, 38.62269696720011], [-91.99749877675147, 38.62269675954309], [-91.99749787378923, 39.25479728072357], [-92.63289874107035, 39.254798317307234], [-92.63289917815392, 38.62269696720011]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;295&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-19&quot;, &quot;collect_start&quot;: &quot;2009-03-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 296, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;102697&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MO_BOONECO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-10-26&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MO_BOONECO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MO_BOONECO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -14340, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;MO_BOONECO_2009&quot;, &quot;workunit_id&quot;: -1434}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-89.688099466658, 41.88589882220192, -88.93879843282643, 42.20430042724867], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-89.68809908465907, 41.88589882220192], [-88.93879843282643, 41.885899503719955], [-88.93879858473142, 42.20430042724867], [-89.688099466658, 42.20429984722663], [-89.68809908465907, 41.88589882220192]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;296&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-20&quot;, &quot;collect_start&quot;: &quot;2009-03-20&quot;, &quot;dem_gsd_meters&quot;: 0.9750000238418579, &quot;fid&quot;: 297, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3444&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12_County_OgleCo_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2015-08-07&quot;, &quot;lpc_reason&quot;: &quot;Point density \\u003c 2 ppsm&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12-County-OgleCo_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs&quot;, &quot;project_id&quot;: 6142, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12-County-OgleCo_2008&quot;, &quot;sourcedem_pub_date&quot;: &quot;2015-08-06&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;USGS Lidar Base Specification 1.0&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_12_County_OgleCo_2008&quot;, &quot;workunit_id&quot;: 13522}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-89.93920010289484, 42.1893988322632, -89.38629908203457, 42.50880258658932], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-89.93919925629304, 42.1893988322632], [-89.38629908203457, 42.18940024233673], [-89.38629992065897, 42.50880154625302], [-89.93920010289484, 42.50880258658932], [-89.93919925629304, 42.1893988322632]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;297&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-20&quot;, &quot;collect_start&quot;: &quot;2009-03-20&quot;, &quot;dem_gsd_meters&quot;: 0.975000023841858, &quot;fid&quot;: 298, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3444&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12_County_Stephenson_Co_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2016-02-19&quot;, &quot;lpc_reason&quot;: &quot;Point density \\u003c 2 ppsm&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12_County_Stephenson_Co_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs&quot;, &quot;project_id&quot;: 6142, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: &quot;2015-03-13&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;USGS Lidar Base Specification 1.0&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_12_County_Stephenson_Co_2009&quot;, &quot;workunit_id&quot;: 13543}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-90.31689917149639, 41.92899772696647, -89.68469910934807, 42.19949983144687], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-90.31689880042876, 41.92899772696647], [-89.68469910934807, 41.9289988990954], [-89.68469945404752, 42.19949983144687], [-90.31689917149639, 42.19949837385503], [-90.31689880042876, 41.92899772696647]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;298&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-20&quot;, &quot;collect_start&quot;: &quot;2009-03-20&quot;, &quot;dem_gsd_meters&quot;: 0.9750000238418579, &quot;fid&quot;: 299, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3444&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12_County_CarollCo_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2015-08-07&quot;, &quot;lpc_reason&quot;: &quot;Point density \\u003c 2 ppsm&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12-County-CarollCo_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs&quot;, &quot;project_id&quot;: 6142, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12-County-CarollCo_2009&quot;, &quot;sourcedem_pub_date&quot;: &quot;2015-08-07&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;USGS Lidar Base Specification 1.0&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_12_County_CarollCo_2009&quot;, &quot;workunit_id&quot;: 6140}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.95579865320757, 37.798098079751995, -85.2731970497445, 38.527199206684536], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.95579792535467, 37.798098079751995], [-85.2731970497445, 37.7980981018242], [-85.27319805442778, 38.527199206684536], [-85.95579865320757, 38.52719893858618], [-85.95579792535467, 37.798098079751995]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;299&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-30&quot;, &quot;collect_start&quot;: &quot;2009-03-20&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 300, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2891&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KY_LOUISVILLEAREA_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-15&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KY_LOUISVILLEAREA_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KY_LOUISVILLEAREA_2009_Legacy_Data&quot;, &quot;project_id&quot;: -13900, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;KY_LOUISVILLEAREA_2009&quot;, &quot;workunit_id&quot;: -1390}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-89.63499901856805, 41.584898260183245, -88.93879797666055, 41.91249960264037], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-89.63499846911049, 41.584898260183245], [-88.93879797666055, 41.5848986198948], [-88.9387984353476, 41.91249960264037], [-89.63499901856805, 41.912498968587194], [-89.63499846911049, 41.584898260183245]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;300&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-20&quot;, &quot;collect_start&quot;: &quot;2009-03-20&quot;, &quot;dem_gsd_meters&quot;: 0.975, &quot;fid&quot;: 301, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3444&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_LeeCo_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2015-08-14&quot;, &quot;lpc_reason&quot;: &quot;Point density \\u003c 2 ppsm&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_LeeCo_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs&quot;, &quot;project_id&quot;: 6142, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_LeeCo_2008&quot;, &quot;sourcedem_pub_date&quot;: &quot;2015-08-11&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;USGS Lidar Base Specification 1.0&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IL_LeeCo_2008&quot;, &quot;workunit_id&quot;: 13505}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-90.65670124237906, 42.19369869311069, -89.91979928664124, 42.50830264331538], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-90.65670022758628, 42.19369869311069], [-89.91979928664124, 42.19369893814558], [-89.91980007281617, 42.50830264331538], [-90.65670124237906, 42.508300883749385], [-90.65670022758628, 42.19369869311069]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;301&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-20&quot;, &quot;collect_start&quot;: &quot;2009-03-20&quot;, &quot;dem_gsd_meters&quot;: 0.975, &quot;fid&quot;: 302, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3444&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_JoDaviessCo_2008&quot;, &quot;lpc_pub_date&quot;: &quot;2015-08-02&quot;, &quot;lpc_reason&quot;: &quot;Point density \\u003c 2 ppsm&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_JoDaviessCo_2008&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs&quot;, &quot;project_id&quot;: 6142, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_JoDaviessCo_2008&quot;, &quot;sourcedem_pub_date&quot;: &quot;2015-07-31&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;USGS Lidar Base Specification 1.0&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IL_JoDaviessCo_2008&quot;, &quot;workunit_id&quot;: 9790}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-90.24799885963809, 41.58359826062969, -89.62829846402256, 41.93139901722151], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-90.24799761329724, 41.58359866488829], [-89.62829846402256, 41.58359826062969], [-89.62829902273948, 41.93139901722151], [-90.24799885963809, 41.93139770629784], [-90.24799761329724, 41.58359866488829]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;302&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-20&quot;, &quot;collect_start&quot;: &quot;2009-03-20&quot;, &quot;dem_gsd_meters&quot;: 0.9750000238418579, &quot;fid&quot;: 303, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3444&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_WhitesideCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2015-07-17&quot;, &quot;lpc_reason&quot;: &quot;Point density \\u003c 2 ppsm&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_WhitesideCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs&quot;, &quot;project_id&quot;: 6142, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_WhitesideCO_2009&quot;, &quot;sourcedem_pub_date&quot;: &quot;2015-07-31&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;USGS Lidar Base Specification 1.0&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_WhitesideCO_2009&quot;, &quot;workunit_id&quot;: 13554}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-75.57279805531503, 39.46130272302324, -75.05729919762184, 39.79090195748804], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-75.57279783702803, 39.46130272302324], [-75.05730001361938, 39.461303982729994], [-75.05729919762184, 39.79090195748804], [-75.57279805531503, 39.79090111751397], [-75.57279783702803, 39.46130272302324]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;303&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-31&quot;, &quot;collect_start&quot;: &quot;2009-03-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 304, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3424&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_SALEMCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-05&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_SALEMCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NJ_SALEMCO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -14930, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;NJ_SALEMCO_2009&quot;, &quot;workunit_id&quot;: -1493}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.3502963548473, 40.9085993427146, -84.78929542381364, 41.279099924191215], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.35029604007813, 40.9085993427146], [-84.78929562271135, 40.908599356618296], [-84.78929542381364, 41.27909964506159], [-85.3502963548473, 41.279099924191215], [-85.35029604007813, 40.9085993427146]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;304&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-28&quot;, &quot;collect_start&quot;: &quot;2009-03-26&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 305, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2965&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IN_ALLENCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IN_ALLENCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IN_ALLENCO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -13020, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IN_ALLENCO_2009&quot;, &quot;workunit_id&quot;: -1302}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-90.43759731936464, 41.148997920457084, -89.85659796588635, 41.58469878952405], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-90.43759728344152, 41.14899811806408], [-89.85659796588635, 41.148997920457084], [-89.85659826776029, 41.58469826603449], [-90.43759731936464, 41.58469878952405], [-90.43759728344152, 41.14899811806408]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;305&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-03-30&quot;, &quot;collect_start&quot;: &quot;2009-03-30&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 306, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3436&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_HENRYCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_HENRYCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IL_HENRYCO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -12920, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_HENRYCO_2009&quot;, &quot;workunit_id&quot;: -1292}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-74.95609896128641, 40.126400504045044, -74.47179956739973, 40.42550025212847], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-74.95609887248536, 40.12640060208219], [-74.47179999525692, 40.126400504045044], [-74.47179956739973, 40.425499801198804], [-74.95609896128641, 40.42550025212847], [-74.95609887248536, 40.12640060208219]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;306&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-04-25&quot;, &quot;collect_start&quot;: &quot;2009-03-31&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 307, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3424&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_MERCERCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2013-08-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_MERCERCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NJ_MERCERCO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -14900, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;NJ_MERCERCO_2009&quot;, &quot;workunit_id&quot;: -1490}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-94.49360012435513, 47.703400779602575, -94.01449806743524, 48.30060249445043], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-94.49359979338847, 47.703400779602575], [-94.01449954778121, 47.70340093315102], [-94.01449806743524, 48.30060249445043], [-94.49360012435513, 48.300602318888416], [-94.49359979338847, 47.703400779602575]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;307&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-04-05&quot;, &quot;collect_start&quot;: &quot;2009-04-05&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 308, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_M_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-16&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-M_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_M_2009_Legacy_Data&quot;, &quot;project_id&quot;: -13410, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_M_2009&quot;, &quot;workunit_id&quot;: -1341}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-93.25010008902007, 35.99999694361112, -92.99999967888891, 36.18759698865932], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-93.2500993855971, 35.99999713993582], [-92.99999967888891, 35.99999694361112], [-92.99999984293467, 36.187596960911975], [-93.25010008902007, 36.18759698865932], [-93.2500993855971, 35.99999713993582]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;308&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-04-15&quot;, &quot;collect_start&quot;: &quot;2009-04-15&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 309, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AR_BUFFALORIVER_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-08&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AR_BUFFALORIVER_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;AR_BUFFALORIVER_2009_Legacy_Data&quot;, &quot;project_id&quot;: -10760, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AR_BUFFALORIVER_2009&quot;, &quot;workunit_id&quot;: -1076}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.15809525686046, 42.06209770497562, -83.50829186070935, 42.44999951086577], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.15809525686046, 42.0620989565283], [-83.50829242063058, 42.06209770497562], [-83.50829186070935, 42.44999872820203], [-84.15809404706269, 42.44999951086577], [-84.15809525686046, 42.0620989565283]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;309&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-03&quot;, &quot;collect_start&quot;: &quot;2009-04-16&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 310, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2898&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MI_WASHTENAWCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2014-02-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MI_WASHTENAWCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MI_WASHTENAWCO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -14160, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MI_WASHTENAWCO_2009&quot;, &quot;workunit_id&quot;: -1416}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-83.56879294187115, 42.01609708747165, -82.85958976969401, 42.46119895230676], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-83.56879294187115, 42.01609759814176], [-82.8595929163681, 42.01609708747165], [-82.85958976969401, 42.46119845286872], [-83.56879227493188, 42.46119895230676], [-83.56879294187115, 42.01609759814176]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;310&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-03&quot;, &quot;collect_start&quot;: &quot;2009-04-16&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 311, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2898&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MI_WAYNECO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2014-02-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MI_WAYNECO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;MI_WAYNECO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -14170, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MI_WAYNECO_2009&quot;, &quot;workunit_id&quot;: -1417}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.74400308402979, 45.39469973498177, -95.21100220568262, 46.37270069029127], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.74400308402979, 45.39469973498177], [-95.21100220568262, 45.394701044726524], [-95.21100241936789, 46.37270069029127], [-96.74400213226514, 46.372700182577724], [-96.74400308402979, 45.39469973498177]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;311&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-15&quot;, &quot;collect_start&quot;: &quot;2009-04-21&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 312, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_DL_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-DL_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_DL_2009_Legacy_Data&quot;, &quot;project_id&quot;: -13310, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_DL_2009&quot;, &quot;workunit_id&quot;: -1331}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.42110240114366, 46.09650020172047, -95.12820026126288, 47.19430059736045], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.42110240114366, 46.096500403026916], [-95.12820271308205, 46.09650020172047], [-95.12820026126288, 47.19430059736045], [-96.42110186973606, 47.19429992369943], [-96.42110240114366, 46.096500403026916]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;312&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-30&quot;, &quot;collect_start&quot;: &quot;2009-04-23&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 313, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_K_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-K_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_K_2009_Legacy_Data&quot;, &quot;project_id&quot;: -13390, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_K_2009&quot;, &quot;workunit_id&quot;: -1339}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.43620270963994, 47.15909996399382, -94.39419969356221, 48.11170189171506], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.4362019022082, 47.15909996399382], [-94.39420023993526, 47.15910026031804], [-94.39419969356221, 48.11170189171506], [-96.43620270963994, 48.11170104088669], [-96.4362019022082, 47.15909996399382]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;313&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-17&quot;, &quot;collect_start&quot;: &quot;2009-04-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 314, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_J_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-J_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_J_2009_Legacy_Data&quot;, &quot;project_id&quot;: -13380, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_J_2009&quot;, &quot;workunit_id&quot;: -1338}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-123.28649836311912, 42.00120106463031, -122.50709650389628, 42.49770294916006], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-123.28649836311912, 42.00120106463031], [-122.50709650389628, 42.001203411771876], [-122.50709684569375, 42.49770224638523], [-123.28649668415525, 42.49770294916006], [-123.28649836311912, 42.00120106463031]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;314&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-12&quot;, &quot;collect_start&quot;: &quot;2009-04-29&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 315, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2994&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_ROGUE_VALLEY_OLC_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_ROGUE_VALLEY_OLC_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_ROGUE_VALLEY_OLC_2009_Legacy_Data&quot;, &quot;project_id&quot;: -15550, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_ROGUE_VALLEY_OLC_2009&quot;, &quot;workunit_id&quot;: -1555}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.45400024566527, 32.781798574339085, -84.16040000934565, 33.25049834298225], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.45400024566527, 32.781798574339085], [-84.16040035570943, 32.78179859522761], [-84.16040000934565, 33.25049834298225], [-84.45400024408468, 33.2504983151419], [-84.45400024566527, 32.781798574339085]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;315&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-01&quot;, &quot;collect_start&quot;: &quot;2009-05-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 316, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_POTATOCREEK_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_POTATOCREEK_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_POTATOCREEK_2009_Legacy_Data&quot;, &quot;project_id&quot;: -12570, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;GA_POTATOCREEK_2009&quot;, &quot;workunit_id&quot;: -1257}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-101.09260470962789, 46.6632020574561, -100.58250413829386, 46.98330197818174], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-101.09260423904547, 46.6632020574561], [-100.58250413829386, 46.66320246956036], [-100.58250564083416, 46.98330197818174], [-101.09260470962789, 46.98330121436359], [-101.09260423904547, 46.6632020574561]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;316&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-03&quot;, &quot;collect_start&quot;: &quot;2009-05-03&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 317, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2266&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ND_BISMARCK_MANDAN_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2014-05-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ND_BISMARCK-MANDAN_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ND_BISMARCK_MANDAN_2009_Legacy_Data&quot;, &quot;project_id&quot;: -14750, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;ND_BISMARCK_MANDAN_2009&quot;, &quot;workunit_id&quot;: -1475}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-91.07919862749878, 41.31759817218501, -90.14679704502042, 41.78999942800312], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-91.07919862749878, 41.31760039357422], [-90.14679704502042, 41.31759817218501], [-90.14679887519905, 41.78999827107879], [-91.07919756104673, 41.78999942800312], [-91.07919862749878, 41.31760039357422]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;317&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-12&quot;, &quot;collect_start&quot;: &quot;2009-05-12&quot;, &quot;dem_gsd_meters&quot;: 0.975, &quot;fid&quot;: 318, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3444&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/Il_12Counties_Rock_IslandCo&quot;, &quot;lpc_pub_date&quot;: &quot;2016-02-11&quot;, &quot;lpc_reason&quot;: &quot;Point density \\u003c 2 ppsm&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/Il_12Counties_Rock_IslandCo&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs&quot;, &quot;project_id&quot;: 6142, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/Il_12Counties_Rock_IslandCo&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-09-09&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;USGS Lidar Base Specification 1.0&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;Il_12Counties_Rock_IslandCo&quot;, &quot;workunit_id&quot;: 13532}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-90.44609731806939, 41.148897920733525, -89.85439796617484, 41.59239877343546], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-90.44609730845414, 41.14889811323903], [-89.85439796617484, 41.148897920733525], [-89.85439831381402, 41.59239827530095], [-90.44609731806939, 41.59239877343546], [-90.44609730845414, 41.14889811323903]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;318&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-12&quot;, &quot;collect_start&quot;: &quot;2009-05-12&quot;, &quot;dem_gsd_meters&quot;: 0.975, &quot;fid&quot;: 319, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3444&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12_County_HenryCo_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2016-01-20&quot;, &quot;lpc_reason&quot;: &quot;Point density \\u003c 2 ppsm&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12-County-HenryCo_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs&quot;, &quot;project_id&quot;: 6142, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12-County-HenryCo_2009&quot;, &quot;sourcedem_pub_date&quot;: &quot;2015-03-20&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;USGS Lidar Base Specification 1.0&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_12_County_HenryCo_2009&quot;, &quot;workunit_id&quot;: 13491}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.4145028322529, 48.300102390169016, -94.40439976324642, 49.391], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.4145028322529, 48.30010262381402], [-94.40439976324642, 48.300102390169016], [-94.4044, 49.391], [-95.4145, 49.391], [-95.4145028322529, 48.30010262381402]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;319&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-30&quot;, &quot;collect_start&quot;: &quot;2009-05-16&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 320, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_I_ADDS_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-I-ADDS_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_I_ADDS_2009_Legacy_Data&quot;, &quot;project_id&quot;: -13370, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_I_ADDS_2009&quot;, &quot;workunit_id&quot;: -1337}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.42040544528928, 48.05170094304085, -94.43999974274115, 49.03250871139439], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.42040254095848, 48.05170094304085], [-94.43999974274115, 48.051701689955024], [-94.44000748932626, 49.03250871139439], [-96.42040544528928, 49.03250311662967], [-96.42040254095848, 48.05170094304085]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;320&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-30&quot;, &quot;collect_start&quot;: &quot;2009-05-16&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 321, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_I_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-I_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_I_2009_Legacy_Data&quot;, &quot;project_id&quot;: -13360, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_I_2009&quot;, &quot;workunit_id&quot;: -1336}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-118.48820298670604, 45.01719901528534, -118.27420331782314, 45.12119929241716], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-118.48820298670604, 45.01719901528534], [-118.27420339357896, 45.01719901534925], [-118.27420331782314, 45.12119929241716], [-118.48820291648947, 45.12119902023656], [-118.48820298670604, 45.01719901528534]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;321&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-20&quot;, &quot;collect_start&quot;: &quot;2009-05-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 322, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_UPPERGRANDERONDE_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-27&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_UPPERGRANDERONDE_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_UPPERGRANDERONDE_2009_Legacy_Data&quot;, &quot;project_id&quot;: -15640, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OR_UPPERGRANDERONDE_2009&quot;, &quot;workunit_id&quot;: -1564}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-94.44320161381856, 48.01489940634965, -93.11409559758056, 48.731104749930616], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-94.44319971889708, 48.01490160197984], [-93.11409694265507, 48.01489940634965], [-93.11409559758056, 48.731103506156096], [-94.44320161381856, 48.731104749930616], [-94.44319971889708, 48.01490160197984]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;322&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-29&quot;, &quot;collect_start&quot;: &quot;2009-05-19&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 323, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_KOOCHICHINGCO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-15&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-KOOCHICHINGCO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_KOOCHICHINGCO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -13400, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_KOOCHICHINGCO_2009&quot;, &quot;workunit_id&quot;: -1340}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-98.81180056616961, 48.13250021571945, -97.5653, 49.0228], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-98.81180056616961, 48.13250021571945], [-97.56530029132178, 48.13250044451551], [-97.5653, 49.0228], [-98.8118, 49.0228], [-98.81180056616961, 48.13250021571945]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;323&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-05-23&quot;, &quot;collect_start&quot;: &quot;2009-05-21&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 324, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_E_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-20&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-E_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IWI_REDRIVER_E_2009_Legacy_Data&quot;, &quot;project_id&quot;: -13320, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;IWI_REDRIVER_E_2009&quot;, &quot;workunit_id&quot;: -1332}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-116.8186021746106, 47.40939899999992, -115.89570243538131, 47.677698988143035], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-116.818601919485, 47.40939899999992], [-115.89570243538131, 47.40939908384223], [-115.89570258846017, 47.677698988143035], [-116.8186021746106, 47.6776989403128], [-116.818601919485, 47.40939899999992]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;324&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-07-30&quot;, &quot;collect_start&quot;: &quot;2009-06-02&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 325, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_COEURDALENE_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_COEURDALENE_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_COEURDALENE_2009_Legacy_Data&quot;, &quot;project_id&quot;: -12690, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ID_COEURDALENE_2009&quot;, &quot;workunit_id&quot;: -1269}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-146.7406, 65.7548, -145.0331, 66.5929], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-146.7406, 65.7548], [-145.0331, 65.7548], [-145.0331, 66.5929], [-146.7406, 66.5929], [-146.7406, 65.7548]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;325&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-09-03&quot;, &quot;collect_start&quot;: &quot;2009-07-14&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 326, &quot;geoid&quot;: &quot;GEOID06&quot;, &quot;horiz_crs&quot;: &quot;26906&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AK_YUKONFLATS_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-10-12&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_YUKONFLATS_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;AK_YUKONFLATS_2009_Legacy_Data&quot;, &quot;project_id&quot;: -10690, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;AK_YUKONFLATS_2009&quot;, &quot;workunit_id&quot;: -1069}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.82940357336228, 45.12199957183393, -117.69650295152107, 45.194900614821634], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.82940356765093, 45.12199957183393], [-117.696503053509, 45.12200031023879], [-117.69650295152107, 45.194900614821634], [-117.82940357336228, 45.1948999710655], [-117.82940356765093, 45.12199957183393]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;326&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-08-15&quot;, &quot;collect_start&quot;: &quot;2009-08-12&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 327, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2269&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_CATHERINE_UPPER_BOR_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-12-26&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_CATHERINE_UPPER_BOR_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_CATHERINE_UPPER_BOR_2009_Legacy_Data&quot;, &quot;project_id&quot;: -15190, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_CATHERINE_UPPER_BOR_2009&quot;, &quot;workunit_id&quot;: -1519}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-118.10030341001196, 45.30239979286775, -117.83140372596947, 45.41139967612886], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-118.10030341001196, 45.30239979286775], [-117.83140372596947, 45.302400034883455], [-117.83140403305859, 45.41139954791999], [-118.10030324881286, 45.41139967612886], [-118.10030341001196, 45.30239979286775]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;327&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-08-15&quot;, &quot;collect_start&quot;: &quot;2009-08-12&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 328, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2269&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_CATHERINE_LOWER_BOR_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-12-26&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_CATHERINE_LOWER_BOR_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_CATHERINE_LOWER_BOR_2009_Legacy_Data&quot;, &quot;project_id&quot;: -15180, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_CATHERINE_LOWER_BOR_2009&quot;, &quot;workunit_id&quot;: -1518}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-117.60620374499285, 45.544199221731226, -117.48080288341971, 45.620099118327076], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-117.60620374499285, 45.544199221731226], [-117.48080321470763, 45.5441993870708], [-117.48080288341971, 45.620099118327076], [-117.60620331203438, 45.620099042409436], [-117.60620374499285, 45.544199221731226]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;328&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-08-15&quot;, &quot;collect_start&quot;: &quot;2009-08-12&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 329, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2269&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_WALLOWA_RIVER_BOR_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-26&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_WALLOWA_RIVER_BOR_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_WALLOWA_RIVER_BOR_2009_Legacy_Data&quot;, &quot;project_id&quot;: -15650, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;OR_WALLOWA_RIVER_BOR_2009&quot;, &quot;workunit_id&quot;: -1565}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-118.36220307832161, 45.226599347885305, -118.31190311683532, 45.269799543733114], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-118.36220307832161, 45.226599347885305], [-118.31190317133428, 45.22659947668161], [-118.31190311683532, 45.269799543733114], [-118.3622030244476, 45.26979940806181], [-118.36220307832161, 45.226599347885305]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;329&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-08-15&quot;, &quot;collect_start&quot;: &quot;2009-08-12&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 330, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2269&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_BEAVERCREEK_BOR_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-12-27&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_BEAVERCREEK_BOR_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_BEAVERCREEK_BOR_2009_Legacy_Data&quot;, &quot;project_id&quot;: -15150, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_BEAVERCREEK_BOR_2009&quot;, &quot;workunit_id&quot;: -1515}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-118.36220315222353, 45.12199918176296, -117.696503053509, 45.411399736387516], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-118.36220315222353, 45.12199918176296], [-117.696503053509, 45.12200031023879], [-117.69650389973543, 45.411399736387516], [-118.3622027573995, 45.411399572642296], [-118.36220315222353, 45.12199918176296]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;330&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-08-15&quot;, &quot;collect_start&quot;: &quot;2009-08-12&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 331, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2269&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_GRANDERONDEBASIN_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-21&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_GRANDERONDEBASIN_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_GRANDERONDEBASIN_2009_Legacy_Data&quot;, &quot;project_id&quot;: -15290, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_GRANDERONDEBASIN_2009&quot;, &quot;workunit_id&quot;: -1529}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-141.3096, 69.6042, -140.9623, 69.7019], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-141.3096, 69.6042], [-140.9623, 69.6042], [-140.9623, 69.7019], [-141.3096, 69.7019], [-141.3096, 69.6042]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;331&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-07-16&quot;, &quot;collect_start&quot;: &quot;2009-09-03&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 332, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;32607&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AK_COASTAL_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-10-12&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_COASTAL_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;AK_COASTAL_2009_Legacy_Data&quot;, &quot;project_id&quot;: -10020, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;AK_COASTAL_2009&quot;, &quot;workunit_id&quot;: -1002}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.5747981570309, 46.188695387375375, -122.09809704365337, 46.378295807346944], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.57479765193628, 46.188695730463095], [-122.09809756748912, 46.188695387375375], [-122.09809704365337, 46.378295291545584], [-122.5747981570309, 46.378295807346944], [-122.57479765193628, 46.188695730463095]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;332&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-09-20&quot;, &quot;collect_start&quot;: &quot;2009-09-16&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 333, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2286&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_MT_ST_HELENS_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2013-02-25&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_MT_ST_HELENS_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_MT_ST_HELENS_2009_Legacy_Data&quot;, &quot;project_id&quot;: -16920, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;WA_MT_ST_HELENS_2009&quot;, &quot;workunit_id&quot;: -1692}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-123.6255, 42.9919971407288, -120.59989859382885, 55.2357], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-123.62549321444148, 42.99200214716132], [-120.59989859382885, 42.9919971407288], [-120.5999, 55.2357], [-123.6255, 55.2357], [-123.62549321444148, 42.99200214716132]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;333&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2011-05-05&quot;, &quot;collect_start&quot;: &quot;2009-10-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 334, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2994&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_DESCHUTES_OLC_2009_2011&quot;, &quot;lpc_pub_date&quot;: &quot;2012-12-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_DESCHUTES_OLC_2009-2011&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_DESCHUTES_OLC_2009_2011_Legacy_Data&quot;, &quot;project_id&quot;: -15270, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_DESCHUTES_OLC_2009_2011&quot;, &quot;workunit_id&quot;: -1527}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-115.85410164997327, 45.92979977820197, -115.63710172548254, 46.10969969376496], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-115.85410162873733, 45.92979988330438], [-115.63710175093432, 45.92979977820197], [-115.63710172548254, 46.10969965104791], [-115.85410164997327, 46.10969969376496], [-115.85410162873733, 45.92979988330438]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;334&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-10-25&quot;, &quot;collect_start&quot;: &quot;2009-10-16&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 335, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_CLEARCREEK_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2013-10-25&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_CLEARCREEK_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ID_CLEARCREEK_2009_Legacy_Data&quot;, &quot;project_id&quot;: -12680, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ID_CLEARCREEK_2009&quot;, &quot;workunit_id&quot;: -1268}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-70.50049919536096, 43.903298198967605, -69.98649884932966, 44.4930987765165], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-70.50049841561258, 43.903298198967605], [-69.98649884932966, 43.90329869194059], [-69.98649913384077, 44.4930987765165], [-70.50049919536096, 44.4930983329098], [-70.50049841561258, 43.903298198967605]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;335&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2009-12-02&quot;, &quot;collect_start&quot;: &quot;2009-11-17&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 336, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26848&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ME_ANDROSCOGGIN_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-10-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ME_ANDROSCOGGIN_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ME_ANDROSCOGGIN_2009_Legacy_Data&quot;, &quot;project_id&quot;: -14070, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;ME_ANDROSCOGGIN_2009&quot;, &quot;workunit_id&quot;: -1407}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-100.00330301556043, 34.14809841226822, -96.5975022255329, 36.42979805660223], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-100.00330222674758, 34.148098577161726], [-96.5975022255329, 34.14809841226822], [-96.59750355081056, 36.42979587646808], [-100.00330301556043, 36.42979805660223], [-100.00330222674758, 34.148098577161726]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;336&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-22&quot;, &quot;collect_start&quot;: &quot;2009-12-04&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 337, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OK_WASHITARIVER_14NAD83_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-10-02&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OK_WASHITARIVER_14NAD83_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OK_WASHITARIVER_14NAD83_2009_Legacy_Data&quot;, &quot;project_id&quot;: -15120, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;OK_WASHITARIVER_14NAD83_2009&quot;, &quot;workunit_id&quot;: -1512}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.08300365684316, 34.665899394995165, -94.65580229476464, 35.56279930946947], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.08300315889724, 34.66589947979072], [-94.65580229476464, 34.665899394995165], [-94.65580274143252, 35.56279930946947], [-95.08300365684316, 35.56279656920432], [-95.08300315889724, 34.66589947979072]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;337&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-22&quot;, &quot;collect_start&quot;: &quot;2009-12-04&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 338, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OK_WASHITARIVER_UTM15_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-10-01&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OK_WASHITARIVER_UTM15_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OK_WASHITARIVER_UTM15_2009_Legacy_Data&quot;, &quot;project_id&quot;: -15140, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;OK_WASHITARIVER_UTM15_2009&quot;, &quot;workunit_id&quot;: -1514}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-97.0004037450986, 33.877898338964464, -95.94880113274333, 34.89549898822382], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-97.00040243683476, 33.87789858982124], [-95.9488022967039, 33.877898338964464], [-95.94880113274333, 34.89549898822382], [-97.0004037450986, 34.8954986148207], [-97.00040243683476, 33.87789858982124]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;338&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-22&quot;, &quot;collect_start&quot;: &quot;2009-12-04&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 339, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;32614&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OK_WASHITARIVER_14WGS84_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2012-10-01&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OK_WASHITARIVER_14WGS84_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OK_WASHITARIVER_14WGS84_2009_Legacy_Data&quot;, &quot;project_id&quot;: -15130, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;OK_WASHITARIVER_14WGS84_2009&quot;, &quot;workunit_id&quot;: -1513}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.12860013812393, 38.37899778833524, -94.58920056053138, 38.744198030585586], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.12860013812393, 38.37899805978189], [-94.58920059805888, 38.37899778833524], [-94.58920056053138, 38.744198030585586], [-95.12859931225276, 38.7441978070956], [-95.12860013812393, 38.37899805978189]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;339&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-13&quot;, &quot;collect_start&quot;: &quot;2009-12-09&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 340, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_MIAMICO_2009&quot;, &quot;lpc_pub_date&quot;: &quot;2014-07-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_MIAMICO_2009&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_MIAMICO_2009_Legacy_Data&quot;, &quot;project_id&quot;: -13750, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_MIAMICO_2009&quot;, &quot;workunit_id&quot;: -1375}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-145.0862, 62.9788, -143.9045, 64.0207], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-145.0862, 62.9788], [-143.9045, 62.9788], [-143.9045, 64.0207], [-145.0862, 64.0207], [-145.0862, 62.9788]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;340&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 341, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell9_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell9_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10350, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell9_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-22&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell9_2010&quot;, &quot;workunit_id&quot;: -1035}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-151.031, 60.9896, -149.9606, 62.0102], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-151.031, 60.9896], [-149.9606, 60.9896], [-149.9606, 62.0102], [-151.031, 62.0102], [-151.031, 60.9896]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;341&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 342, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell23_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell23_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10210, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell23_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-23&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell23_2010&quot;, &quot;workunit_id&quot;: -1021}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-147.0669, 61.9818, -145.9242, 63.0177], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-147.0669, 61.9818], [-145.9242, 61.9818], [-145.9242, 63.0177], [-147.0669, 63.0177], [-147.0669, 61.9818]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;342&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 343, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell17_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell17_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10140, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell17_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-23&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell17_2010&quot;, &quot;workunit_id&quot;: -1014}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-146.0777, 62.9805, -144.913, 64.019], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-146.0777, 62.9805], [-144.913, 62.9805], [-144.913, 64.019], [-146.0777, 64.019], [-146.0777, 62.9805]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;343&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 344, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell10_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell10_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10060, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell10_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-22&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell10_2010&quot;, &quot;workunit_id&quot;: -1006}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-150.0403, 61.988, -148.9509, 63.0117], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-150.0403, 61.988], [-148.9509, 61.988], [-148.9509, 63.0117], [-150.0403, 63.0117], [-150.0403, 61.988]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;344&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 345, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell18_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell18_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10150, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell18_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-24&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell18_2010&quot;, &quot;workunit_id&quot;: -1015}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-151.0331, 62.9901, -149.958, 64.0098], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-151.0331, 62.9901], [-149.958, 62.9901], [-149.958, 64.0098], [-151.0331, 64.0098], [-151.0331, 62.9901]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;345&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 346, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-CellF_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_CellF_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10380, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-CellF_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-24&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_CellF_2010&quot;, &quot;workunit_id&quot;: -1038}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-149.0503, 62.9866, -147.9407, 64.0131], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-149.0503, 62.9866], [-147.9407, 62.9866], [-147.9407, 64.0131], [-149.0503, 64.0131], [-149.0503, 62.9866]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;346&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 347, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell13_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell13_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10100, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell13_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-24&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell13_2010&quot;, &quot;workunit_id&quot;: -1010}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-149.0486, 61.9863, -147.9427, 63.0134], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-149.0486, 61.9863], [-147.9427, 61.9863], [-147.9427, 63.0134], [-149.0486, 63.0134], [-149.0486, 61.9863]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;347&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 348, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell22_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell22_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10200, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell22_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-24&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell22_2010&quot;, &quot;workunit_id&quot;: -1020}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-144.0916, 61.9764, -142.8995, 63.023], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-144.0916, 61.9764], [-142.8995, 61.9764], [-142.8995, 63.023], [-144.0916, 63.023], [-144.0916, 61.9764]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;348&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 349, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell20_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell20_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10170, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell20_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-23&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell20_2010&quot;, &quot;workunit_id&quot;: -1017}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-152.0237, 61.9916, -150.9677, 63.0082], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-152.0237, 61.9916], [-150.9677, 61.9916], [-150.9677, 63.0082], [-152.0237, 63.0082], [-152.0237, 61.9916]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;349&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 350, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell30_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell30_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10240, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell30_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-23&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell30_2010&quot;, &quot;workunit_id&quot;: -1024}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-142.1076, 61.973, -140.8835, 63.0263], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-142.1076, 61.973], [-140.8835, 61.973], [-140.8835, 63.0263], [-142.1076, 63.0263], [-142.1076, 61.973]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;350&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 351, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell15_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell15_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10120, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell15_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-22&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell15_2010&quot;, &quot;workunit_id&quot;: -1012}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-148.0587, 62.9849, -146.9322, 64.0148], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-148.0587, 62.9849], [-146.9322, 62.9849], [-146.9322, 64.0148], [-148.0587, 64.0148], [-148.0587, 62.9849]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;351&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 352, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell12_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell12_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10090, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell12_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-22&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell12_2010&quot;, &quot;workunit_id&quot;: -1009}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-148.0551, 60.9841, -146.9365, 62.0155], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-148.0551, 60.9841], [-146.9365, 60.9841], [-146.9365, 62.0155], [-148.0551, 62.0155], [-148.0551, 60.9841]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;352&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 353, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell38_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell38_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10290, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell38_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-24&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell38_2010&quot;, &quot;workunit_id&quot;: -1029}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-144.0946, 62.977, -142.8961, 64.0224], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-144.0946, 62.977], [-142.8961, 62.977], [-142.8961, 64.0224], [-144.0946, 64.0224], [-144.0946, 62.977]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;353&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 354, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell8_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell8_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10340, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell8_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-22&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell8_2010&quot;, &quot;workunit_id&quot;: -1034}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.52350032111809, 33.16849833047689, -84.07370009730185, 33.360898284810126], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.5235002314541, 33.16849833047689], [-84.07370009730185, 33.168498406804865], [-84.07370009990659, 33.360898284810126], [-84.52350032111809, 33.36089821304488], [-84.5235002314541, 33.16849833047689]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;354&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-01-01&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 355, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2885&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_SPALDING_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_SPALDING_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_SPALDING_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12580, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_SPALDING_2010&quot;, &quot;workunit_id&quot;: -1258}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-142.1112, 62.9737, -140.8796, 64.0256], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-142.1112, 62.9737], [-140.8796, 62.9737], [-140.8796, 64.0256], [-142.1112, 64.0256], [-142.1112, 62.9737]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;355&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 356, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell6_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell6_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10320, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell6_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-22&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell6_2010&quot;, &quot;workunit_id&quot;: -1032}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-149.047, 60.9859, -147.9445, 62.0137], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-149.047, 60.9859], [-147.9445, 60.9859], [-147.9445, 62.0137], [-149.047, 62.0137], [-149.047, 60.9859]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;356&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 357, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell37_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell37_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10280, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell37_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-24&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell37_2010&quot;, &quot;workunit_id&quot;: -1028}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-150.043, 63.9886, -148.9475, 65.0111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-150.043, 63.9886], [-148.9475, 63.9886], [-148.9475, 65.0111], [-150.043, 65.0111], [-150.043, 63.9886]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;357&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 358, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell5_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell5_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10310, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell5_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-24&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell5_2010&quot;, &quot;workunit_id&quot;: -1031}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-149.0519, 63.9869, -147.9387, 65.0128], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-149.0519, 63.9869], [-147.9387, 63.9869], [-147.9387, 65.0128], [-149.0519, 65.0128], [-149.0519, 63.9869]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;358&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 359, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell4_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell4_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10300, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell4_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-23&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell4_2010&quot;, &quot;workunit_id&quot;: -1030}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-153.0153, 61.9935, -151.9761, 63.0065], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-153.0153, 61.9935], [-151.9761, 61.9935], [-151.9761, 63.0065], [-153.0153, 63.0065], [-153.0153, 61.9935]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;359&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 360, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell29_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell29_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10230, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell29_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-23&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell29_2010&quot;, &quot;workunit_id&quot;: -1023}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-152.023, 60.9915, -150.9687, 62.0084], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-152.023, 60.9915], [-150.9687, 60.9915], [-150.9687, 62.0084], [-152.023, 62.0084], [-152.023, 60.9915]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;360&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 361, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell24_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell24_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10220, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell24_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-23&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell24_2010&quot;, &quot;workunit_id&quot;: -1022}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-146.0751, 61.98, -144.9158, 63.0195], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-146.0751, 61.98], [-144.9158, 61.98], [-144.9158, 63.0195], [-146.0751, 63.0195], [-146.0751, 61.98]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;361&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 362, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell16_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell16_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10130, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell16_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-22&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell16_2010&quot;, &quot;workunit_id&quot;: -1013}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-150.0416, 62.9883, -148.9493, 64.0114], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-150.0416, 62.9883], [-148.9493, 62.9883], [-148.9493, 64.0114], [-150.0416, 64.0114], [-150.0416, 62.9883]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;362&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 363, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell14_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell14_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10110, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell14_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-24&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell14_2010&quot;, &quot;workunit_id&quot;: -1011}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-106.95913346332526, 34.499533992155165, -106.30154432004736, 35.639685238260874], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-106.95913346332526, 34.499534415639864], [-106.30154546655251, 34.499533992155165], [-106.30154432004736, 35.63968467104065], [-106.95913255562438, 35.639685238260874], [-106.95913346332526, 34.499534415639864]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;363&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 364, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26913&quot;, &quot;lpc_category&quot;: null, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NM_Albuquerque_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2018-06-02&quot;, &quot;lpc_reason&quot;: null, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Not_Applicable_19_Arc_Second_Legacy_Data/NM_Albuquerque_2010/&quot;, &quot;onemeter_category&quot;: null, &quot;onemeter_reason&quot;: null, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;NM_Albuquerque_2010_Legacy_Data&quot;, &quot;project_id&quot;: -19690, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: null, &quot;seamless_reason&quot;: null, &quot;sourcedem_category&quot;: null, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: null, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;NM_Albuquerque_2010&quot;, &quot;workunit_id&quot;: -1969}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-146.0803480461, 63.9809686058, -144.9099982855, 65.01851945], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-146.0803480461, 63.9809686058], [-144.9099982855, 63.9809686058], [-144.9099982855, 65.01851945], [-146.0803480461, 65.01851945], [-146.0803480461, 63.9809686058]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;364&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 365, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell1_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell1_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10080, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR_Cell1_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-21&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell1_2010&quot;, &quot;workunit_id&quot;: -1008}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-147.0691, 62.9823, -145.9216, 64.0173], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-147.0691, 62.9823], [-145.9216, 62.9823], [-145.9216, 64.0173], [-147.0691, 64.0173], [-147.0691, 62.9823]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;365&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 366, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell11_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell11_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10070, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell11_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-22&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell11_2010&quot;, &quot;workunit_id&quot;: -1007}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-152.0253, 63.9921, -150.9654, 65.0077], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-152.0253, 63.9921], [-150.9654, 63.9921], [-150.9654, 65.0077], [-152.0253, 65.0077], [-152.0253, 63.9921]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;366&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 367, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;NAD_1983_CORS96_Alaska_Albers&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Alaska_Mid_Accuracy_DEM_Summer_2015/AK_IFSAR-Sum-L4-C169_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;Alaska_Mid_Accuracy_DEM_Summer_2015&quot;, &quot;project_id&quot;: 33609, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Alaska_Mid_Accuracy_DEM_Summer_2015/AK_IFSAR-Sum-L4-C169_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2016-09-29&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Sum_L4_C169_2010&quot;, &quot;workunit_id&quot;: 33613}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-143.0996, 61.9747, -141.8914, 63.0247], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-143.0996, 61.9747], [-141.8914, 61.9747], [-141.8914, 63.0247], [-143.0996, 63.0247], [-143.0996, 61.9747]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;367&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 368, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell31_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell31_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10250, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell31_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-23&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell31_2010&quot;, &quot;workunit_id&quot;: -1025}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-148.0568, 61.9845, -146.9344, 63.0151], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-148.0568, 61.9845], [-146.9344, 61.9845], [-146.9344, 63.0151], [-148.0568, 63.0151], [-148.0568, 61.9845]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;368&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 369, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell21_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell21_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10180, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell21_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-24&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell21_2010&quot;, &quot;workunit_id&quot;: -1018}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-148.0606941653, 63.9852685729, -146.9297787245, 65.0144050111], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-148.0606941653, 63.9852685729], [-146.9297787245, 63.9852685729], [-146.9297787245, 65.0144050111], [-148.0606941653, 65.0144050111], [-148.0606941653, 63.9852685729]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;369&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 370, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell3_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell3_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10260, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR_Cell3_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-23&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell3_2010&quot;, &quot;workunit_id&quot;: -1026}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-143.103, 62.9753, -141.8878, 64.024], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-143.103, 62.9753], [-141.8878, 62.9753], [-141.8878, 64.024], [-143.103, 64.024], [-143.103, 62.9753]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;370&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 371, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell7_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell7_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10330, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell7_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-22&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell7_2010&quot;, &quot;workunit_id&quot;: -1033}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-152.0245, 62.9918, -150.9666, 64.0081], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-152.0245, 62.9918], [-150.9666, 62.9918], [-150.9666, 64.0081], [-152.0245, 64.0081], [-152.0245, 62.9918]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;371&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 372, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-CellE_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_CellE_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10370, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-CellE_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-24&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_CellE_2010&quot;, &quot;workunit_id&quot;: -1037}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-151.0342, 63.9903, -149.9564, 65.0096], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-151.0342, 63.9903], [-149.9564, 63.9903], [-149.9564, 65.0096], [-151.0342, 65.0096], [-151.0342, 63.9903]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;372&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 373, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;NAD_1983_CORS96_Alaska_Albers&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Alaska_Mid_Accuracy_DEM_Summer_2015/AK_IFSAR-Sum-L4-C170_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;Alaska_Mid_Accuracy_DEM_Summer_2015&quot;, &quot;project_id&quot;: 33609, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Alaska_Mid_Accuracy_DEM_Summer_2015/AK_IFSAR-Sum-L4-C170_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2016-09-30&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Sum_L4_C170_2010&quot;, &quot;workunit_id&quot;: 33613}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-151.032, 61.9898, -149.9592, 63.01], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-151.032, 61.9898], [-149.9592, 61.9898], [-149.9592, 63.01], [-151.032, 63.01], [-151.032, 61.9898]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;373&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 374, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell19_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell19_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10160, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell19_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-23&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell19_2010&quot;, &quot;workunit_id&quot;: -1016}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-145.0834, 61.9782, -143.9077, 63.0212], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-145.0834, 61.9782], [-143.9077, 61.9782], [-143.9077, 63.0212], [-145.0834, 63.0212], [-145.0834, 61.9782]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;374&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 375, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell32_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell32_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10270, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell32_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-23&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell32_2010&quot;, &quot;workunit_id&quot;: -1027}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-153.0158, 62.9935, -151.9753, 64.0064], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-153.0158, 62.9935], [-151.9753, 62.9935], [-151.9753, 64.0064], [-153.0158, 64.0064], [-153.0158, 62.9935]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;375&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 376, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-CellD_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_CellD_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10360, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-CellD_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-24&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_CellD_2010&quot;, &quot;workunit_id&quot;: -1036}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-150.039, 60.9878, -148.9525, 62.0119], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-150.039, 60.9878], [-148.9525, 60.9878], [-148.9525, 62.0119], [-150.039, 62.0119], [-150.039, 60.9878]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;376&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 377, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Add-On-Area-1-35-37-38_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Add_On_Area_1_35_37_38_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10040, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Add-On-Area-1-35-37-38_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-24&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Add_On_Area_1_35_37_38_2010&quot;, &quot;workunit_id&quot;: -1004}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-147.0715250733, 63.9826960141, -145.9188426228, 65.0168925695], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-147.0715250733, 63.9826960141], [-145.9188426228, 63.9826960141], [-145.9188426228, 65.0168925695], [-147.0715250733, 65.0168925695], [-147.0715250733, 63.9826960141]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;377&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-31&quot;, &quot;collect_start&quot;: &quot;2010-01-01&quot;, &quot;dem_gsd_meters&quot;: 5.0, &quot;fid&quot;: 378, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3338&quot;, &quot;lpc_category&quot;: &quot;Not Applicable&quot;, &quot;lpc_link&quot;: null, &quot;lpc_pub_date&quot;: null, &quot;lpc_reason&quot;: &quot;Not Applicable&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell2_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;Non-lidar source&quot;, &quot;p_method&quot;: &quot;Ifsar&quot;, &quot;project&quot;: &quot;AK_IFSAR_Cell2_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10190, &quot;ql&quot;: &quot;QL 5&quot;, &quot;seamless_category&quot;: &quot;Meets&quot;, &quot;seamless_reason&quot;: &quot;Meets 3DEP seamless DEM requirements&quot;, &quot;sourcedem_category&quot;: &quot;Meets&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR_Cell2_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2014-03-22&quot;, &quot;sourcedem_reason&quot;: &quot;Meets 3DEP source DEM requirements - IfSAR AK&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AK_IFSAR_Cell2_2010&quot;, &quot;workunit_id&quot;: -1019}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.36329975298649, 33.60129819328033, -84.00740027380436, 33.98049838065217], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.36329975298649, 33.60129823472892], [-84.00740036004056, 33.60129819328033], [-84.00740027380436, 33.98049829119551], [-84.36329968185494, 33.98049838065217], [-84.36329975298649, 33.60129823472892]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;378&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-01-03&quot;, &quot;collect_start&quot;: &quot;2010-01-02&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 379, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2885&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_DEKALBCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-03&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_DEKALBCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_DEKALBCO_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12490, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_DEKALBCO_2010&quot;, &quot;workunit_id&quot;: -1249}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.35510144664362, 33.41759839139793, -84.79520022227258, 33.8231992124175], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.35510144664362, 33.41759880617938], [-84.79520069936882, 33.41759839139793], [-84.79520022227258, 33.82319838270986], [-85.35510100978776, 33.8231992124175], [-85.35510144664362, 33.41759880617938]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;379&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-01-05&quot;, &quot;collect_start&quot;: &quot;2010-01-03&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 380, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2885&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_CARROLL_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-02&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_CARROLL_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_CARROLL_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12460, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_CARROLL_2010&quot;, &quot;workunit_id&quot;: -1246}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-124.01730071391502, 44.745290272932266, -123.01309473004373, 45.42849363032557], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-124.01729095379267, 44.745290272932266], [-123.01309473004373, 44.745293359092656], [-123.01309859362989, 45.42849363032557], [-124.01730071391502, 45.42849093288793], [-124.01729095379267, 44.745290272932266]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;380&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-07-14&quot;, &quot;collect_start&quot;: &quot;2010-01-03&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 381, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2994&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_YAMBO_OLC_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-03-01&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_YAMBO_OLC_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;OR_YAMBO_OLC_2010_Legacy_Data&quot;, &quot;project_id&quot;: -15680, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;OR_YAMBO_OLC_2010&quot;, &quot;workunit_id&quot;: -1568}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.1254003595484, 32.65649849702031, -83.35670055219187, 33.52919819909657], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.1254003595484, 32.65649862418845], [-83.3567007482986, 32.65649849702031], [-83.35670055219187, 33.52919806756987], [-84.1254001247728, 33.52919819909657], [-84.1254003595484, 32.65649862418845]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;381&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-19&quot;, &quot;collect_start&quot;: &quot;2010-01-28&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 382, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3521&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_BIBB_JASPER_JONES_MONROE_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-09-12&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_BIBB_JASPER_JONES_MONROE_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_BIBB_JASPER_JONES_MONROE_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12430, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_BIBB_JASPER_JONES_MONROE_2010&quot;, &quot;workunit_id&quot;: -1243}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.80419850565018, 30.708596737791716, -81.3959984029524, 31.151596876377983], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.80419850565018, 30.708596737791716], [-81.3959984029524, 30.708597380553282], [-81.3959989620122, 31.151596876377983], [-81.80419838409631, 31.151596438804052], [-81.80419850565018, 30.708596737791716]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;382&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-19&quot;, &quot;collect_start&quot;: &quot;2010-01-28&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 383, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2239&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_CAMDEN_COUNTY_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-09-05&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_CAMDEN_COUNTY_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_CAMDEN_COUNTY_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12450, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_CAMDEN_COUNTY_2010&quot;, &quot;workunit_id&quot;: -1245}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.18660087697678, 32.57999859999538, -84.67070016792046, 32.87659874889043], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.18660030822966, 32.57999896777651], [-84.67070016792046, 32.57999859999538], [-84.67070023826456, 32.87659855410563], [-85.18660087697678, 32.87659874889043], [-85.18660030822966, 32.57999896777651]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;383&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-19&quot;, &quot;collect_start&quot;: &quot;2010-01-28&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 384, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3521&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_HARRIS_COUNTY_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-09-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_HARRIS_COUNTY_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_HARRIS_COUNTY_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12540, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_HARRIS_COUNTY_2010&quot;, &quot;workunit_id&quot;: -1254}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.40479801478702, 31.70599581290087, -81.13919549319178, 31.982397536972808], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.40479801478702, 31.705997418242067], [-81.13919659209787, 31.70599581290087], [-81.13919549319178, 31.982396229694746], [-81.40479735868944, 31.982397536972808], [-81.40479801478702, 31.705997418242067]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;384&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-19&quot;, &quot;collect_start&quot;: &quot;2010-01-28&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 385, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2239&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_BRYAN_COUNTY_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-09-05&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_BRYAN_COUNTY_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_BRYAN_COUNTY_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12440, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_BRYAN_COUNTY_2010&quot;, &quot;workunit_id&quot;: -1244}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-83.980500365164, 33.59509819355107, -83.5128001637541, 33.930598230655605], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-83.980500365164, 33.59509819355107], [-83.5128001637541, 33.59509822093696], [-83.51280017510703, 33.930598059070384], [-83.98050031808395, 33.930598230655605], [-83.980500365164, 33.59509819355107]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;385&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-19&quot;, &quot;collect_start&quot;: &quot;2010-01-28&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 386, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3521&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_WALTON_COUNTY_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-09-12&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_WALTON_COUNTY_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_WALTON_COUNTY_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12600, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_WALTON_COUNTY_2010&quot;, &quot;workunit_id&quot;: -1260}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.28459808248918, 30.370496177796838, -81.72199769208764, 31.3741969164635], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.28459808248918, 30.370496177796838], [-81.72199769208764, 30.37049734816031], [-81.72199843897289, 31.3741969164635], [-82.28459762374928, 31.374196531056086], [-82.28459808248918, 30.370496177796838]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;386&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-19&quot;, &quot;collect_start&quot;: &quot;2010-01-28&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 387, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2239&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_CHARLTON_BRANTLEY_CAMDEN_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-09-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_CHARLTON_BRANTLEY_CAMDEN_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_CHARLTON_BRANTLEY_CAMDEN_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12470, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_CHARLTON_BRANTLEY_CAMDEN_2010&quot;, &quot;workunit_id&quot;: -1247}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.98089933065839, 31.33269622979167, -81.54319823502493, 31.92429926571712], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.98089705314531, 31.33269622979167], [-81.54319868682268, 31.332696829954628], [-81.54319823502493, 31.924298270703094], [-81.98089933065839, 31.92429926571712], [-81.98089705314531, 31.33269622979167]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;387&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-19&quot;, &quot;collect_start&quot;: &quot;2010-01-28&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 388, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2239&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_WAYNE_LONG_MCINTOSH_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-09-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_WAYNE_LONG_MCINTOSH_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_WAYNE_LONG_MCINTOSH_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12620, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_WAYNE_LONG_MCINTOSH_2010&quot;, &quot;workunit_id&quot;: -1262}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.03020100367011, 32.0791962375967, -81.1195962853931, 33.04559837295268], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.0301998589118, 32.07919878320457], [-81.1195962853931, 32.0791962375967], [-81.11960052847199, 33.045597164297675], [-82.03020100367011, 33.04559837295268], [-82.0301998589118, 32.07919878320457]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;388&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-19&quot;, &quot;collect_start&quot;: &quot;2010-01-28&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 389, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2239&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_EFFINGHAM_SCREVEN_BULLOCH_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-09-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_EFFINGHAM_SCREVEN_BULLOCH_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_EFFINGHAM_SCREVEN_BULLOCH_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12500, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_EFFINGHAM_SCREVEN_BULLOCH_2010&quot;, &quot;workunit_id&quot;: -1250}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.29980141511051, 33.12419870650239, -84.92350079345246, 33.43079936784457], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.29980118272368, 33.12419870650239], [-84.92350091658706, 33.124199297036974], [-84.92350079345246, 33.43079936784457], [-85.29980141511051, 33.43079881687496], [-85.29980118272368, 33.12419870650239]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;389&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-19&quot;, &quot;collect_start&quot;: &quot;2010-01-28&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 390, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3521&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_HEARD_COUNTY_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-09-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_HEARD_COUNTY_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_HEARD_COUNTY_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12550, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_HEARD_COUNTY_2010&quot;, &quot;workunit_id&quot;: -1255}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.60929897450688, 31.290896350550042, -81.1671965553589, 31.71999845539206], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.60929866017189, 31.29089681442147], [-81.1671986457949, 31.290896350550042], [-81.1671965553589, 31.719995879659084], [-81.60929897450688, 31.71999845539206], [-81.60929866017189, 31.29089681442147]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;390&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-19&quot;, &quot;collect_start&quot;: &quot;2010-01-28&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 391, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2239&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_MCINTOSH_COUNTY_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-09-12&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_MCINTOSH_COUNTY_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_MCINTOSH_COUNTY_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12560, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_MCINTOSH_COUNTY_2010&quot;, &quot;workunit_id&quot;: -1256}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.59410054897062, 38.64929794840671, -94.66750036543046, 39.673499049235694], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.5940996597861, 38.64929804683329], [-94.66750036543046, 38.64929794840671], [-94.66750105614524, 39.673499049235694], [-95.59410054897062, 39.67349782983964], [-95.5940996597861, 38.64929804683329]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;391&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-07-20&quot;, &quot;collect_start&quot;: &quot;2010-02-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 392, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_ATCHINSONCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_ATCHINSONCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_ATCHINSONCO_2010_Legacy_Data&quot;, &quot;project_id&quot;: -13490, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_ATCHINSONCO_2010&quot;, &quot;workunit_id&quot;: -1349}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.53259987193367, 38.37239803495817, -95.00609951992311, 38.777597955899616], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.53259987193367, 38.37239847219408], [-95.00610035512301, 38.37239803495817], [-95.00609951992311, 38.77759782956383], [-95.53259960370178, 38.777597955899616], [-95.53259987193367, 38.37239847219408]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;392&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-07-20&quot;, &quot;collect_start&quot;: &quot;2010-02-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 393, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_FRANKLIN_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_FRANKLIN_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_FRANKLIN_2010_Legacy_Data&quot;, &quot;project_id&quot;: -13570, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_FRANKLIN_2010&quot;, &quot;workunit_id&quot;: -1357}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.95680066888546, 38.45109818570629, -95.46429960287848, 38.89899815990044], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.95679966768152, 38.451098234019476], [-95.46429960287848, 38.45109818570629], [-95.46429972123109, 38.89899788115134], [-95.95680066888546, 38.89899815990044], [-95.95679966768152, 38.451098234019476]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;393&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-07-20&quot;, &quot;collect_start&quot;: &quot;2010-02-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 394, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_OSAGE_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_OSAGE_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_OSAGE_2010_Legacy_Data&quot;, &quot;project_id&quot;: -13790, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_OSAGE_2010&quot;, &quot;workunit_id&quot;: -1379}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.97110072965464, 39.277498148720795, -96.7306006366891, 39.56829817136755], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.97110055573629, 39.277498240527834], [-96.7306006366891, 39.277498148720795], [-96.73060084922292, 39.56829813983273], [-96.97110072965464, 39.56829817136755], [-96.97110055573629, 39.277498240527834]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;394&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-07-30&quot;, &quot;collect_start&quot;: &quot;2010-02-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 395, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_RILEY_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-14&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_RILEY_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_RILEY_2010_Legacy_Data&quot;, &quot;project_id&quot;: -13830, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_RILEY_2010&quot;, &quot;workunit_id&quot;: -1383}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.02260065714377, 33.81279666237435, -81.46259958727639, 34.19499688324001], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.02260065714377, 33.812797468890786], [-81.46260036850978, 33.81279666237435], [-81.46259958727639, 34.194996404888286], [-82.02259998900875, 34.19499688324001], [-82.02260065714377, 33.812797468890786]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;395&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-27&quot;, &quot;collect_start&quot;: &quot;2010-02-20&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 396, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_SALUDACO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-29&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_SALUDACO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_SALUDACO_2010_Legacy_Data&quot;, &quot;project_id&quot;: -15950, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;SC_SALUDACO_2010&quot;, &quot;workunit_id&quot;: -1595}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-87.91869895284515, 30.287093318652406, -87.50349870044278, 30.85649430209428], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-87.91869895284515, 30.287093318652406], [-87.50349870044278, 30.28709451699467], [-87.50349892620083, 30.85649430209428], [-87.9186986026971, 30.85649429638937], [-87.91869895284515, 30.287093318652406]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;396&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-28&quot;, &quot;collect_start&quot;: &quot;2010-02-20&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 397, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_AL_MOBILEBAY_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-04-30&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-AL_MOBILEBAY_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_AL_MOBILEBAY_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10850, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ARRA_AL_MOBILEBAY_2010&quot;, &quot;workunit_id&quot;: -1085}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.48760023636476, 33.94679696292723, -79.99270003390389, 34.37249630420094], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.48760023636476, 33.94679696292723], [-79.99270247849864, 33.94679727078894], [-79.99270003390389, 34.37249630420094], [-80.4875990463379, 34.37249526244021], [-80.48760023636476, 33.94679696292723]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;397&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-25&quot;, &quot;collect_start&quot;: &quot;2010-02-21&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 398, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_SC_LEECO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-SC_LEECO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_SC_LEECO_2010_Legacy_Data&quot;, &quot;project_id&quot;: -11250, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;ARRA_SC_LEECO_2010&quot;, &quot;workunit_id&quot;: -1125}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.65330027445314, 33.63379661789895, -79.87799937537935, 34.18099668145234], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.65330027445314, 33.63379661789895], [-79.87799937537935, 33.63379745612569], [-79.87800079357325, 34.18099668145234], [-80.6532998878693, 34.18099552492895], [-80.65330027445314, 33.63379661789895]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;398&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-27&quot;, &quot;collect_start&quot;: &quot;2010-02-21&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 399, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_SUMTERCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-29&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_SUMTERCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_SUMTERCO_2010_Legacy_Data&quot;, &quot;project_id&quot;: -15970, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;SC_SUMTERCO_2010&quot;, &quot;workunit_id&quot;: -1597}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-80.88099964203755, 34.05939572398091, -80.27059841395574, 34.621695293138664], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-80.88099964203755, 34.05939572398091], [-80.27059980888983, 34.05939677488301], [-80.27059841395574, 34.621695293138664], [-80.88099831571299, 34.62169519497365], [-80.88099964203755, 34.05939572398091]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;399&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-24&quot;, &quot;collect_start&quot;: &quot;2010-02-21&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 400, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_KERSHAW_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-28&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_KERSHAW_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;SC_KERSHAW_2010_Legacy_Data&quot;, &quot;project_id&quot;: -15840, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;SC_KERSHAW_2010&quot;, &quot;workunit_id&quot;: -1584}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-86.96570056677375, 33.762697761896376, -86.29909933311815, 34.26239730238776], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-86.96570039323413, 33.7626978822444], [-86.29909965606545, 33.762697761896376], [-86.29909933311815, 34.262397146150555], [-86.96570056677375, 34.26239730238776], [-86.96570039323413, 33.7626978822444]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;400&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-05-19&quot;, &quot;collect_start&quot;: &quot;2010-02-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 401, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AL_BLOUNTCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AL_BLOUNTCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Blount_County_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2579, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AL_BLOUNTCO_2010&quot;, &quot;workunit_id&quot;: 2577}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-123.40819866837766, 41.7592996287579, -121.7679983937255, 42.24920256045792], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-123.40819866837766, 41.75930177874989], [-121.76799959427194, 41.7592996287579], [-121.7679983937255, 42.249199663033465], [-123.40819825036424, 42.24920256045792], [-123.40819866837766, 41.75930177874989]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;401&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-15&quot;, &quot;collect_start&quot;: &quot;2010-02-27&quot;, &quot;dem_gsd_meters&quot;: null, &quot;fid&quot;: 402, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;2870&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_OR_KLAMATHRIVER_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-27&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA-OR_KLAMATHRIVER_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;CA_OR_KLAMATHRIVER_2010_Legacy_Data&quot;, &quot;project_id&quot;: -11530, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;CA_OR_KLAMATHRIVER_2010&quot;, &quot;workunit_id&quot;: -1153}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-120.2610029548862, 33.449498234986514, -119.01299962454532, 34.08229967217478], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-120.2610009357873, 33.449498234986514], [-119.01299962454532, 33.44949992813174], [-119.01300127555011, 34.08229967217478], [-120.2610029548862, 34.08229844446966], [-120.2610009357873, 33.449498234986514]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;402&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-08&quot;, &quot;collect_start&quot;: &quot;2010-03-11&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 403, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;26911&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_CA_CHANNELISLANDS_11_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-01&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-CA_CHANNELISLANDS-11_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_CA_CHANNELISLANDS_11_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10900, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ARRA_CA_CHANNELISLANDS_11_2010&quot;, &quot;workunit_id&quot;: -1090}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-120.47620223818518, 33.88359472789799, -119.95810286683509, 34.08729998356676], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-120.4762019861148, 33.883600069502755], [-119.95810286683509, 33.88359472789799], [-119.95810346044632, 34.087294926684116], [-120.47620223818518, 34.08729998356676], [-120.4762019861148, 33.883600069502755]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;403&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-08&quot;, &quot;collect_start&quot;: &quot;2010-03-11&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 404, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;26910&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_CA_CHANNELISLANDS_10_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-04-30&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-CA_CHANNELISLANDS-10_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_CA_CHANNELISLANDS_10_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10890, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ARRA_CA_CHANNELISLANDS_10_2010&quot;, &quot;workunit_id&quot;: -1089}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.70729868695186, 30.344497603391876, -81.88409732479955, 31.477698587314805], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.70729868695186, 30.34449779581144], [-81.8840979101309, 30.344497603391876], [-81.88409732479955, 31.477696953691765], [-82.7072984375003, 31.477698587314805], [-82.70729868695186, 30.34449779581144]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;404&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-11&quot;, &quot;collect_start&quot;: &quot;2010-03-12&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 405, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3747&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_GA_OKEFENOKEE_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-28&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-GA_OKEFENOKEE_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_GA_OKEFENOKEE_2010_Legacy_Data&quot;, &quot;project_id&quot;: -11010, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ARRA_GA_OKEFENOKEE_2010&quot;, &quot;workunit_id&quot;: -1101}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.2292007158351, 33.014797054099425, -80.78750037060973, 33.45359711682744], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.2292007158351, 33.014797054099425], [-80.78750049130468, 33.01479834033844], [-80.78750037060973, 33.45359652097458], [-81.22920035874795, 33.45359711682744], [-81.2292007158351, 33.014797054099425]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;405&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-20&quot;, &quot;collect_start&quot;: &quot;2010-03-14&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 406, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_SC_BAMBERGCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-22&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-SC_BAMBERGCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_SC_BAMBERGCO_2010_Legacy_Data&quot;, &quot;project_id&quot;: -11230, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;ARRA_SC_BAMBERGCO_2010&quot;, &quot;workunit_id&quot;: -1123}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.5736009627205, 33.647196471518825, -80.9176997744288, 34.210296735197396], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.5736009627205, 33.64719731616103], [-80.91770055112627, 33.647196471518825], [-80.9176997744288, 34.21029549735774], [-81.57359967141109, 34.210296735197396], [-81.5736009627205, 33.64719731616103]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;406&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-27&quot;, &quot;collect_start&quot;: &quot;2010-03-14&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 407, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_LEXINGTONCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-12-02&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_LEXINGTONCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Lexington_and_Richland_Cos_SC_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2885, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;SC_LEXINGTONCO_2010&quot;, &quot;workunit_id&quot;: 2883}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-122.21919779781676, 47.373902016586236, -121.96979731166964, 47.50160258509169], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-122.21919708358234, 47.373902016586236], [-121.96979731166964, 47.37390237535298], [-121.96979794409617, 47.50160258509169], [-122.21919779781676, 47.50160202013814], [-122.21919708358234, 47.373902016586236]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;407&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-20&quot;, &quot;collect_start&quot;: &quot;2010-03-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 408, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2285&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_CEDARRIVER_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-11&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_CEDARRIVER_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;WA_CEDARRIVER_2010_Legacy_Data&quot;, &quot;project_id&quot;: -16840, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;WA_CEDARRIVER_2010&quot;, &quot;workunit_id&quot;: -1684}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-97.0156004764704, 38.86849796421538, -96.38750053740635, 39.22169831344942], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-97.01560023405021, 38.86849796421538], [-96.38750053740635, 38.86849802514874], [-96.38750096512605, 39.22169831344942], [-97.0156004764704, 39.2216982224203], [-97.01560023405021, 38.86849796421538]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;408&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-12-08&quot;, &quot;collect_start&quot;: &quot;2010-03-18&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 409, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26914&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_GEARY_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_GEARY_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_GEARY_2010_Legacy_Data&quot;, &quot;project_id&quot;: -13590, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_GEARY_2010&quot;, &quot;workunit_id&quot;: -1359}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.62030125504221, 32.7395984873541, -81.08160046177476, 33.16409836518504], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.62030099926847, 32.7396004262948], [-81.08160046177476, 32.7395984873541], [-81.08160069464351, 33.16409697915249], [-81.62030125504221, 33.16409836518504], [-81.62030099926847, 32.7396004262948]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;409&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-20&quot;, &quot;collect_start&quot;: &quot;2010-03-19&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 410, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_SC_ALLENDALECO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-SC_ALLENDALECO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_SC_ALLENDALECO_2010_Legacy_Data&quot;, &quot;project_id&quot;: -11220, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;ARRA_SC_ALLENDALECO_2010&quot;, &quot;workunit_id&quot;: -1122}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-82.15439908143888, 31.333296274449214, -81.70649848837094, 31.84149841794622], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-82.15439739286644, 31.333296274449214], [-81.70649848837094, 31.33329684254966], [-81.70649913933605, 31.84149841794622], [-82.15439908143888, 31.841498184467763], [-82.15439739286644, 31.333296274449214]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;410&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-24&quot;, &quot;collect_start&quot;: &quot;2010-03-19&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 411, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;2239&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_WAYNECO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-08&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_WAYNECO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;GA_WAYNECO_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12610, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;GA_WAYNECO_2010&quot;, &quot;workunit_id&quot;: -1261}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.43860130436859, 32.5471975796413, -80.82109912460065, 33.02769835242222], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.43860040943746, 32.54720136686866], [-80.82109912460065, 32.5471975796413], [-80.82110045340708, 33.0276981138954], [-81.43860130436859, 33.02769835242222], [-81.43860040943746, 32.54720136686866]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;411&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-24&quot;, &quot;collect_start&quot;: &quot;2010-03-20&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 412, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_SC_HAMPTONCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-28&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-SC_HAMPTONCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_SC_HAMPTONCO_2010_Legacy_Data&quot;, &quot;project_id&quot;: -11240, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;ARRA_SC_HAMPTONCO_2010&quot;, &quot;workunit_id&quot;: -1124}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.1747956596566, 41.70629788045536, -82.37879156524251, 43.18800382301362], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.1747956596566, 41.70629788045536], [-82.37879650769356, 41.706298738289775], [-82.37879156524251, 43.18800382301362], [-84.17479453298732, 43.18800140730182], [-84.1747956596566, 41.70629788045536]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;412&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-01&quot;, &quot;collect_start&quot;: &quot;2010-03-22&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 413, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2253&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_MI_4SECOUNTIES_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-MI_4SECOUNTIES_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_MI_4SECOUNTIES_2010_Legacy_Data&quot;, &quot;project_id&quot;: -11130, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ARRA_MI_4SECOUNTIES_2010&quot;, &quot;workunit_id&quot;: -1113}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-81.34720069842095, 33.742396494934916, -80.58719966027941, 34.27819594322495], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-81.34720069842095, 33.742396494934916], [-80.58720026570124, 33.742396752007004], [-80.58719966027941, 34.27819513900127], [-81.34719966130098, 34.27819594322495], [-81.34720069842095, 33.742396494934916]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;413&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-27&quot;, &quot;collect_start&quot;: &quot;2010-03-23&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 414, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3361&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_RICHLANDCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2014-02-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_RICHLANDCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Lexington_and_Richland_Cos_SC_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2885, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;SC_RICHLANDCO_2010&quot;, &quot;workunit_id&quot;: 2889}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-84.18509997014183, 34.092597948477106, -83.09529966186474, 35.00500011635945], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-84.18509983862752, 34.09259834145154], [-83.09530028024199, 34.092597948477106], [-83.09529966186474, 35.00500011635945], [-84.18509997014183, 35.005000034252305], [-84.18509983862752, 34.09259834145154]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;414&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-07&quot;, &quot;collect_start&quot;: &quot;2010-03-24&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 415, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26917&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_GA_LAKELANIER_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-15&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-GA_LAKELANIER_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_GA_LAKELANIER_2010_Legacy_Data&quot;, &quot;project_id&quot;: -11000, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ARRA_GA_LAKELANIER_2010&quot;, &quot;workunit_id&quot;: -1100}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-76.03789511142794, 37.07229906367598, -75.23969027451177, 38.04490174523086], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-76.0378896540701, 37.07229906367598], [-75.2397, 37.0723], [-75.23969027451177, 38.04490174523086], [-76.03789511142794, 38.04489978634652], [-76.0378896540701, 37.07229906367598]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;415&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-30&quot;, &quot;collect_start&quot;: &quot;2010-03-25&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 416, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;2925&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/VA_EASTERNSHORE_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-09-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/VA_EASTERNSHORE_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;VA_EASTERNSHORE_2010_Legacy_Data&quot;, &quot;project_id&quot;: -16690, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;VA_EASTERNSHORE_2010&quot;, &quot;workunit_id&quot;: -1669}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-86.41859889312026, 32.40149736487869, -85.84669980714861, 32.77359816351518], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-86.41859801197319, 32.40149736487869], [-85.84669980714861, 32.401497395901806], [-85.84669984222954, 32.77359816351518], [-86.41859889312026, 32.773597627401095], [-86.41859801197319, 32.40149736487869]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;416&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-04&quot;, &quot;collect_start&quot;: &quot;2010-03-27&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 417, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AL_ELMORECO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-09&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AL_ELMORECO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;AL_ELMORECO_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10730, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AL_ELMORECO_2010&quot;, &quot;workunit_id&quot;: -1073}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-93.61860023542141, 36.63059695116469, -93.2987002301, 37.00029689897352], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-93.61860023542141, 36.63059695116469], [-93.29870125890066, 36.630597121173075], [-93.2987002301, 37.00029689897352], [-93.6186000182404, 37.00029669126939], [-93.61860023542141, 36.63059695116469]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;417&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-09&quot;, &quot;collect_start&quot;: &quot;2010-03-30&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 418, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_MO_STONECO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-04&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-MO_STONECO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_MO_STONECO_2010_Legacy_Data&quot;, &quot;project_id&quot;: -11160, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;ARRA_MO_STONECO_2010&quot;, &quot;workunit_id&quot;: -1116}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.37119791595103, 30.01639710787078, -84.63719791840816, 30.594498589715084], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.37119604055304, 30.01639710787078], [-84.63719791840816, 30.016397654557956], [-84.63719851755187, 30.594498589715084], [-85.37119791595103, 30.59449831128125], [-85.37119604055304, 30.01639710787078]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;418&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-01&quot;, &quot;collect_start&quot;: &quot;2010-03-30&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 419, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_FL_LIBERTYCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-05-02&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-FL_LIBERTYCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_FL_LIBERTYCO_2010_Legacy_Data&quot;, &quot;project_id&quot;: -10970, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;ARRA_FL_LIBERTYCO_2010&quot;, &quot;workunit_id&quot;: -1097}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.20850027142056, 38.9408979599105, -94.74460081855284, 39.463798652328016], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.20849958819892, 38.9408979599105], [-94.74460081855284, 38.940898021250625], [-94.74460145015532, 39.463798652328016], [-95.20850027142056, 39.463797204854764], [-95.20849958819892, 38.9408979599105]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;419&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-03-30&quot;, &quot;collect_start&quot;: &quot;2010-03-30&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 420, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_LEAVENWORTH_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_LEAVENWORTH_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;KS_LEAVENWORTH_2010_Legacy_Data&quot;, &quot;project_id&quot;: -13680, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;KS_LEAVENWORTH_2010&quot;, &quot;workunit_id&quot;: -1368}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-88.60599763154936, 41.454398695303475, -88.24869656536313, 41.727399405532715], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-88.60599732041634, 41.454398695303475], [-88.24869656536313, 41.45439939348957], [-88.24869719385782, 41.727399405532715], [-88.60599763154936, 41.72739912791069], [-88.60599732041634, 41.454398695303475]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;420&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-03&quot;, &quot;collect_start&quot;: &quot;2010-03-31&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 421, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;3443&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_KENDALLCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_KENDALLCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;IL_KENDALLCO_2010_Legacy_Data&quot;, &quot;project_id&quot;: -12940, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;IL_KENDALLCO_2010&quot;, &quot;workunit_id&quot;: -1294}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-74.98619893826852, 39.28830418094557, -73.99000110642808, 40.25100033869026], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-74.98619893826852, 39.28830460381886], [-73.99000238313181, 39.28830418094557], [-73.99000110642808, 40.25100027059255], [-74.98619881771042, 40.25100033869026], [-74.98619893826852, 39.28830460381886]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;421&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-10&quot;, &quot;collect_start&quot;: &quot;2010-04-01&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 422, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;3616&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_NJ_3COUNTIES_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-NJ_3COUNTIES_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_NJ_3COUNTIES_2010_Legacy_Data&quot;, &quot;project_id&quot;: -11180, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;ARRA_NJ_3COUNTIES_2010&quot;, &quot;workunit_id&quot;: -1118}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-85.10319606503649, 42.40319938446219, -84.11899399669923, 43.13270114277431], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-85.10319559744518, 42.40320024855535], [-84.11899399669923, 42.40319938446219], [-84.11899430108684, 43.13270114277431], [-85.10319606503649, 43.132700475799986], [-85.10319559744518, 42.40320024855535]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;422&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-14&quot;, &quot;collect_start&quot;: &quot;2010-04-02&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 423, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;2898&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_MI_TRICOUNTY_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-06-06&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-MI_TRICOUNTY_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_MI_TRICOUNTY_2010_Legacy_Data&quot;, &quot;project_id&quot;: -11150, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;ARRA_MI_TRICOUNTY_2010&quot;, &quot;workunit_id&quot;: -1115}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-86.92419881841465, 32.30489721268166, -86.39829828026448, 32.7108976265682], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-86.92419863534803, 32.30489721268166], [-86.39829828026448, 32.30489729406904], [-86.39829869098531, 32.7108976265682], [-86.92419881841465, 32.71089758829536], [-86.92419863534803, 32.30489721268166]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;423&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-05&quot;, &quot;collect_start&quot;: &quot;2010-04-02&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 424, &quot;geoid&quot;: &quot;GEOID09&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Alabama_Counties_LiDAR/AL_Autauga_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2016-04-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Alabama_Counties_LiDAR/AL_Autauga_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Alabama_Counties_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2641, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Alabama_Counties_LiDAR/AL_Autauga_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2016-04-15&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AL_Autauga_2010&quot;, &quot;workunit_id&quot;: 2639}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-89.72960000121824, 35.63789845156866, -89.4334000805507, 35.81979830089456], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-89.72960000121824, 35.63789883517118], [-89.43340010034899, 35.63789845156866], [-89.4334000805507, 35.81979820767212], [-89.72959999302914, 35.81979830089456], [-89.72960000121824, 35.63789883517118]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;424&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-04-10&quot;, &quot;collect_start&quot;: &quot;2010-04-03&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 425, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26916&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AR_TN_NRCS_CANECREEK_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-08-09&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AR-TN_NRCS_CANECREEK_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;AR_TN_NRCS_CANECREEK_2010_Legacy_Data&quot;, &quot;project_id&quot;: -11350, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;AR_TN_NRCS_CANECREEK_2010&quot;, &quot;workunit_id&quot;: -1135}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.47040348221671, 43.84300107553763, -94.8431023435592, 44.21930193147944], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.47040345312163, 43.84300107553763], [-94.84310276774211, 43.84300214880979], [-94.8431023435592, 44.21930193147944], [-95.47040348221671, 44.219301420706806], [-95.47040345312163, 43.84300107553763]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;425&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2011-11-19&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 426, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_COTTONWOODCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-08&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_COTTONWOODCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Minnesota_River_Basin_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2824, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;MN_COTTONWOODCO_2010&quot;, &quot;workunit_id&quot;: 2827}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-94.81530263371162, 44.12490166281183, -93.90420086373999, 44.47050179115273], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-94.81530263371162, 44.12490190716339], [-93.90420103398401, 44.12490166281183], [-93.90420086373999, 44.47050133040689], [-94.8153017810536, 44.47050179115273], [-94.81530263371162, 44.12490190716339]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;426&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-11-19&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 427, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1_NicolletCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2016-02-19&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1-NicolletCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Minnesota_River_Basin_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2824, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1-NicolletCO_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2016-02-12&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MN_Phase1_NicolletCO_2010&quot;, &quot;workunit_id&quot;: 2849}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.28280225961949, 44.874400347944665, -94.74930180637143, 45.43800109825243], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.28280176927309, 44.874400347944665], [-94.74930180637143, 44.874401383701986], [-94.74930189806933, 45.43800090314736], [-95.28280225961949, 45.43800109825243], [-95.28280176927309, 44.874400347944665]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;427&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2011-11-19&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 428, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_KANDIYOHICO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-09&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_KANDIYOHICO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Minnesota_River_Basin_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2824, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MN_KANDIYOHICO_2010&quot;, &quot;workunit_id&quot;: 2835}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-94.25240003139511, 43.46870296979258, -93.62330056482078, 43.87660351864369], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-94.25239953879367, 43.46870296979258], [-93.62330172137294, 43.4687037238259], [-93.62330056482078, 43.87660351864369], [-94.25240003139511, 43.87660240733329], [-94.25239953879367, 43.46870296979258]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;428&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-11-19&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 429, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/USGS_LPC_MN_Phase1_FairbaultCO_2010_LAS_2016&quot;, &quot;lpc_pub_date&quot;: &quot;2016-03-14&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1_FairbaultCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Minnesota_River_Basin_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2824, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: &quot;2016-02-29&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MN_Phase1_FairbaultCO_2010&quot;, &quot;workunit_id&quot;: 2831}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.06450457187192, 44.74930016274329, -95.21790137002063, 45.15680077000086], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.06450457187192, 44.74930016274329], [-95.21790137002063, 44.74930071674746], [-95.21790217119171, 45.15680077000086], [-96.0645034625573, 45.15680052601718], [-96.06450457187192, 44.74930016274329]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;429&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2011-11-19&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 430, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_CHIPPEWACO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_CHIPPEWACO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Minnesota_River_Basin_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2824, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;MN_CHIPPEWACO_2010&quot;, &quot;workunit_id&quot;: 2825}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.09700495235518, 44.18550050234599, -95.5601014626781, 44.65810030173135], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.09700495235518, 44.18550050234599], [-95.56010375911909, 44.18550105944436], [-95.5601014626781, 44.65810002785457], [-96.09700446465135, 44.65810030173135], [-96.09700495235518, 44.18550050234599]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;430&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-11-10&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 431, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1_LyonCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2016-02-27&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1-LyonCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Minnesota_River_Basin_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2824, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1-LyonCO_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2016-02-19&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MN_Phase1_LyonCO_2010&quot;, &quot;workunit_id&quot;: 2843}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.47210534930647, 44.18549968453614, -96.05990442144451, 44.65820075621693], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.47210534930647, 44.18549968453614], [-96.05990492274644, 44.18550062441735], [-96.05990442144451, 44.65820033481138], [-96.47210455130664, 44.65820075621693], [-96.47210534930647, 44.18549968453614]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;431&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2016-11-19&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 432, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1_LincolnCo_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2016-02-18&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1-LincolnCo_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Minnesota_River_Basin_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2824, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1-LincolnCo_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2016-02-12&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MN_Phase1_LincolnCo_2010&quot;, &quot;workunit_id&quot;: 2841}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.12780286355218, 44.091901616136376, -94.34170142519027, 44.50170175689535], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.12780286355218, 44.09190179129984], [-94.34170169601394, 44.091901616136376], [-94.34170142519027, 44.50170135433742], [-95.12780168340461, 44.50170175689535], [-95.12780286355218, 44.09190179129984]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;432&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-11-19&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 433, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1_BrownCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2016-02-26&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1-BrownCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Minnesota_River_Basin_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2824, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1-BrownCO_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2016-02-24&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MN_Phase1_BrownCO_2010&quot;, &quot;workunit_id&quot;: 2822}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.09570497690403, 43.84290038833063, -95.4365033365227, 44.219401526814366], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.09570484110698, 43.84290038833063], [-95.43650344561263, 43.84290113569962], [-95.4365033365227, 44.219401526814366], [-96.09570497690403, 44.219400510675605], [-96.09570484110698, 43.84290038833063]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;433&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2011-11-19&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 434, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_MURRAYCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-10&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_MURRAYCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Minnesota_River_Basin_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2824, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;MN_MURRAYCO_2010&quot;, &quot;workunit_id&quot;: 2847}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-93.78190072857706, 43.84350337371825, -93.40629999097976, 44.218803319487535], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-93.7819006781974, 43.84350337371825], [-93.40630060793464, 43.84350394272859], [-93.40629999097976, 44.218803319487535], [-93.78190072857706, 44.21880132207048], [-93.7819006781974, 43.84350337371825]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;434&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2011-11-19&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 435, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_WASECACO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_WASECACO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Minnesota_River_Basin_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2824, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;Unknown&quot;, &quot;workunit&quot;: &quot;MN_WASECACO_2010&quot;, &quot;workunit_id&quot;: 2869}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.12710342010786, 45.12410037818858, -95.21780215177438, 45.4381010594813], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.12710342010786, 45.12410037818858], [-95.21780215177438, 45.12410068980853], [-95.21780221890131, 45.4381010594813], [-96.12710194710941, 45.43810067782151], [-96.12710342010786, 45.12410037818858]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;435&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2011-11-19&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 436, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_SWIFTCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2013-05-13&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_SWIFTCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Minnesota_River_Basin_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2824, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MN_SWIFTCO_2010&quot;, &quot;workunit_id&quot;: 2865}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-96.47180589196203, 43.84169955414429, -96.06000470126463, 44.22070062913366], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-96.47180589196203, 43.84169955414429], [-96.06000470126463, 43.84170047779002], [-96.0600049649426, 44.22070062913366], [-96.47180530442496, 44.2206996435837], [-96.47180589196203, 43.84169955414429]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;436&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-11-19&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 437, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1_PipestoneCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2016-03-01&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1-PipestoneCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Minnesota_River_Basin_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2824, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1-PipestoneCO_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2016-02-25&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MN_Phase1_PipestoneCO_2010&quot;, &quot;workunit_id&quot;: 2853}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-77.18889943865487, 36.536996673548124, -76.23409194891117, 38.03620004291148], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-77.18889516512745, 36.536997785229524], [-76.23409194891117, 36.536996673548124], [-76.23409572105294, 38.03619964058882], [-77.18889943865487, 38.03620004291148], [-77.18889516512745, 36.536997785229524]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;437&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-05-10&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 438, &quot;geoid&quot;: &quot;Unknown&quot;, &quot;horiz_crs&quot;: &quot;2925&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_VA_11COUNTY_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2012-07-12&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-VA_11COUNTY_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;ARRA_VA_11COUNTY_2010_Legacy_Data&quot;, &quot;project_id&quot;: -11310, &quot;ql&quot;: &quot;Other&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: null, &quot;sourcedem_pub_date&quot;: null, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;6360&quot;, &quot;workunit&quot;: &quot;ARRA_VA_11COUNTY_2010&quot;, &quot;workunit_id&quot;: -1131}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.6280039304112, 44.18560083118672, -94.84150158647273, 44.72050133997412], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.6280039304112, 44.18560083118672], [-94.84150245184726, 44.18560191801461], [-94.84150158647273, 44.72050133997412], [-95.62800114671231, 44.72049914992878], [-95.6280039304112, 44.18560083118672]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;438&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-05-05&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 439, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1_RedwoodCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2016-03-07&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1-RedwoodCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Minnesota_River_Basin_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2824, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1-RedwoodCO_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2016-03-07&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_crs&quot;: &quot;5703&quot;, &quot;workunit&quot;: &quot;MN_Phase1_RedwoodCO_2010&quot;, &quot;workunit_id&quot;: 2857}, &quot;type&quot;: &quot;Feature&quot;}, {&quot;bbox&quot;: [-95.7849030843929, 45.748100295053106, -95.12220144146684, 46.12690035230135], &quot;geometry&quot;: {&quot;coordinates&quot;: [[[-95.78489984519274, 45.748101438410266], [-95.12220144146684, 45.748100295053106], [-95.12220275121794, 46.12690025735047], [-95.7849030843929, 46.12690035230135], [-95.78489984519274, 45.748101438410266]]], &quot;type&quot;: &quot;Polygon&quot;}, &quot;id&quot;: &quot;439&quot;, &quot;properties&quot;: {&quot;collect_end&quot;: &quot;2010-05-05&quot;, &quot;collect_start&quot;: &quot;2010-04-08&quot;, &quot;dem_gsd_meters&quot;: 3.0, &quot;fid&quot;: 440, &quot;geoid&quot;: &quot;GEOID03&quot;, &quot;horiz_crs&quot;: &quot;26915&quot;, &quot;lpc_category&quot;: &quot;Does not meet&quot;, &quot;lpc_link&quot;: &quot;https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1_DouglasCO_2010&quot;, &quot;lpc_pub_date&quot;: &quot;2016-02-12&quot;, &quot;lpc_reason&quot;: &quot;LPC predates v.1.0 or draft LBS&quot;, &quot;lpc_update&quot;: null, &quot;metadata_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1-DouglasCO_2010&quot;, &quot;onemeter_category&quot;: &quot;Does not meet&quot;, &quot;onemeter_reason&quot;: &quot;LPC does not meet&quot;, &quot;p_method&quot;: &quot;linear-mode lidar&quot;, &quot;project&quot;: &quot;Minnesota_River_Basin_LiDAR_Legacy_Data&quot;, &quot;project_id&quot;: 2824, &quot;ql&quot;: &quot;QL 3&quot;, &quot;seamless_category&quot;: &quot;Does not meet&quot;, &quot;seamless_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_category&quot;: &quot;Does not meet&quot;, &quot;sourcedem_link&quot;: &quot;http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1-DouglasCO_2010&quot;, &quot;sourcedem_pub_date&quot;: &quot;2016-02-16&quot;, &quot;sourcedem_reason&quot;: &quot;LPC does not meet&quot;, &quot;sourcedem_update&quot;: null, &quot;spec&quot;: &quot;Other&quot;, &quot;vert_c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment