Created
October 30, 2024 16:43
-
-
Save scottyhq/1d4dd6d8fd29187bceb1616ae17afe4a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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=\"<!DOCTYPE html>\n", | |
"<html>\n", | |
"<head>\n", | |
" \n", | |
" <meta http-equiv="content-type" content="text/html; charset=UTF-8" />\n", | |
" \n", | |
" <script>\n", | |
" L_NO_TOUCH = false;\n", | |
" L_DISABLE_3D = false;\n", | |
" </script>\n", | |
" \n", | |
" <style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>\n", | |
" <style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>\n", | |
" <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js"></script>\n", | |
" <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>\n", | |
" <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>\n", | |
" <script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>\n", | |
" <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.css"/>\n", | |
" <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"/>\n", | |
" <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>\n", | |
" <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"/>\n", | |
" <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>\n", | |
" <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>\n", | |
" \n", | |
" <meta name="viewport" content="width=device-width,\n", | |
" initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", | |
" <style>\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", | |
" </style>\n", | |
" \n", | |
" \n", | |
" <style>\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", | |
" </style>\n", | |
" \n", | |
"</head>\n", | |
"<body>\n", | |
" \n", | |
" \n", | |
" <div class="folium-map" id="map_262a5a61a859484914ace55c8da54560" ></div>\n", | |
" \n", | |
"</body>\n", | |
"<script>\n", | |
" \n", | |
" \n", | |
" var map_262a5a61a859484914ace55c8da54560 = L.map(\n", | |
" "map_262a5a61a859484914ace55c8da54560",\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", | |
" "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", | |
" {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": 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 {"fillOpacity": 0.5, "weight": 2};\n", | |
" }\n", | |
" }\n", | |
" function geo_json_f13f8bf3dbdad850d519357090d5ad9c_highlighter(feature) {\n", | |
" switch(feature.id) {\n", | |
" default:\n", | |
" return {"fillOpacity": 0.75};\n", | |
" }\n", | |
" }\n", | |
" function geo_json_f13f8bf3dbdad850d519357090d5ad9c_pointToLayer(feature, latlng) {\n", | |
" var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 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 === "function"){\n", | |
" geo_json_f13f8bf3dbdad850d519357090d5ad9c.resetStyle(e.target);\n", | |
" }\n", | |
" },\n", | |
" mouseover: function(e) {\n", | |
" if(typeof e.target.setStyle === "function"){\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({"bbox": [-179.25006740830315, 13.232, 179.85465125287402, 71.507], "features": [{"bbox": [-123.1254978286286, 47.322400513737726, -121.78619848650229, 47.95160122408355], "geometry": {"coordinates": [[[-123.12549779705803, 47.322400513737726], [-121.78619848650229, 47.32240089960418], [-121.78620033365537, 47.95160122408355], [-123.1254978286286, 47.95160061926193], [-123.12549779705803, 47.322400513737726]]], "type": "Polygon"}, "id": "0", "properties": {"collect_end": "2001-01-30", "collect_start": "2000-12-01", "dem_gsd_meters": 3.0, "fid": 1, "geoid": "GEOID99", "horiz_crs": "2285", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_PSLC_2000", "lpc_pub_date": "2013-04-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_PSLC_2000", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_PSLC_2000_Legacy_Data", "project_id": -16940, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "WA_PSLC_2000", "workunit_id": -1694}, "type": "Feature"}, {"bbox": [-80.06290049984136, 33.81949725257206, -77.43689656607006, 36.37519795377731], "geometry": {"coordinates": [[[-80.06290049984136, 33.81949725257206], [-77.4369, 33.8195], [-77.43689656607006, 36.37519795377731], [-80.06289841358597, 36.37519781282182], [-80.06290049984136, 33.81949725257206]]], "type": "Polygon"}, "id": "1", "properties": {"collect_end": "2001-03-23", "collect_start": "2001-01-03", "dem_gsd_meters": 3.0, "fid": 2, "geoid": "Unknown", "horiz_crs": "3358", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NC_PHASE1B_2001", "lpc_pub_date": "2013-01-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NC_PHASE1B_2001", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NC_PHASE1B_2001_Legacy_Data", "project_id": -14720, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "NC_PHASE1B_2001", "workunit_id": -1472}, "type": "Feature"}, {"bbox": [-79.24180001515431, 34.46519539689906, -75.4517935002582, 36.56549864219982], "geometry": {"coordinates": [[[-79.24180001515431, 34.46519665322204], [-75.45179984968469, 34.46519539689906], [-75.4517935002582, 36.56549670249371], [-79.24179957452041, 36.56549864219982], [-79.24180001515431, 34.46519665322204]]], "type": "Polygon"}, "id": "2", "properties": {"collect_end": "2001-03-23", "collect_start": "2001-01-03", "dem_gsd_meters": 3.0, "fid": 3, "geoid": "Unknown", "horiz_crs": "2264", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NC_PHASE1A_2001", "lpc_pub_date": "2013-01-23", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NC_PHASE1A_2001", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NC_PHASE1A_2001_Legacy_Data", "project_id": -14710, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "NC_PHASE1A_2001", "workunit_id": -1471}, "type": "Feature"}, {"bbox": [-124.67899949672483, 47.87310081734289, -122.34329789610396, 48.4352000281478], "geometry": {"coordinates": [[[-124.6789962738566, 47.87310081734289], [-122.34329924111725, 47.87310119935492], [-122.34329789610396, 48.43519937949764], [-124.67899949672483, 48.4352000281478], [-124.6789962738566, 47.87310081734289]]], "type": "Polygon"}, "id": "3", "properties": {"collect_end": "2002-03-23", "collect_start": "2001-01-09", "dem_gsd_meters": 3.0, "fid": 4, "geoid": "GEOID99", "horiz_crs": "2285", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_PSLC_2001", "lpc_pub_date": "2013-04-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_PSLC_2001", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_PSLC_2001_Legacy_Data", "project_id": -16950, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "WA_PSLC_2001", "workunit_id": -1695}, "type": "Feature"}, {"bbox": [-123.5637008061964, 46.99850054021898, -122.99739697864032, 48.177600298547624], "geometry": {"coordinates": [[[-123.5637008061964, 46.99850140413865], [-122.99739697864032, 46.99850054021898], [-122.99739885663844, 48.17760021041855], [-123.56369851568662, 48.177600298547624], [-123.5637008061964, 46.99850140413865]]], "type": "Polygon"}, "id": "4", "properties": {"collect_end": "2002-03-31", "collect_start": "2002-01-01", "dem_gsd_meters": 3.0, "fid": 5, "geoid": "GEOID99", "horiz_crs": "2926", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_PSLC_2002", "lpc_pub_date": "2013-02-15", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_PSLC_2002", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_PSLC_2002_Legacy_Data", "project_id": -16960, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "WA_PSLC_2002", "workunit_id": -1696}, "type": "Feature"}, {"bbox": [-91.50090161770554, 29.061291797337645, -89.24769632459258, 31.000795500373787], "geometry": {"coordinates": [[[-91.50089907840604, 29.061291797337645], [-89.24769632459258, 29.06129883543622], [-89.24770050940562, 31.000795500373787], [-91.50090161770554, 31.000795344334374], [-91.50089907840604, 29.061291797337645]]], "type": "Polygon"}, "id": "5", "properties": {"collect_end": "2002-02-01", "collect_start": "2002-02-01", "dem_gsd_meters": 3.0, "fid": 6, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/LA_STATEWIDE_2002", "lpc_pub_date": "2012-06-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/LA_STATEWIDE_2002", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "LA_STATEWIDE_2002_Legacy_Data", "project_id": -13920, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "LA_STATEWIDE_2002", "workunit_id": -1392}, "type": "Feature"}, {"bbox": [-84.71729845444585, 30.27369778586322, -83.9746987666697, 30.686198364144147], "geometry": {"coordinates": [[[-84.7172981911368, 30.273698405973867], [-83.9746987666697, 30.27369778586322], [-83.97469885934676, 30.686198364144147], [-84.71729845444585, 30.686198353400517], [-84.7172981911368, 30.273698405973867]]], "type": "Polygon"}, "id": "6", "properties": {"collect_end": "2002-02-01", "collect_start": "2002-02-01", "dem_gsd_meters": 3.0, "fid": 7, "geoid": "Unknown", "horiz_crs": "2883", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LEONCO_2002", "lpc_pub_date": "2014-06-17", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LEONCO_2002", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_LEONCO_2002_Legacy_Data", "project_id": -12090, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "FL_LEONCO_2002", "workunit_id": -1209}, "type": "Feature"}, {"bbox": [-97.16270268688181, 46.61460001699117, -96.88550234974515, 46.96460017205319], "geometry": {"coordinates": [[[-97.16270254512932, 46.61460001699117], [-96.88550234974515, 46.61460012184673], [-96.88550238719543, 46.96460017205319], [-97.16270268688181, 46.96460001342672], [-97.16270254512932, 46.61460001699117]]], "type": "Polygon"}, "id": "7", "properties": {"collect_end": "2002-05-14", "collect_start": "2002-05-14", "dem_gsd_meters": 3.0, "fid": 8, "geoid": "Unknown", "horiz_crs": "2266", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ND_CASSCO_2002", "lpc_pub_date": "2014-07-25", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ND_CASSCO_2002", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ND_CASSCO_2002_Legacy_Data", "project_id": -14760, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "ND_CASSCO_2002", "workunit_id": -1476}, "type": "Feature"}, {"bbox": [-117.70409948013189, 32.83800119260089, -117.24959933032918, 33.47190079129687], "geometry": {"coordinates": [[[-117.70409948013189, 32.83800145406805], [-117.24959952755556, 32.83800119260089], [-117.24959933032918, 33.47190055531247], [-117.70409914855888, 33.47190079129687], [-117.70409948013189, 32.83800145406805]]], "type": "Polygon"}, "id": "8", "properties": {"collect_end": "2002-05-22", "collect_start": "2002-05-22", "dem_gsd_meters": null, "fid": 9, "geoid": "GEOID99", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_MAY_2002", "lpc_pub_date": "2012-05-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-MAY_2002", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SCRIPPS_MAY_2002_Legacy_Data", "project_id": -11690, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CA_SCRIPPS_MAY_2002", "workunit_id": -1169}, "type": "Feature"}, {"bbox": [-75.56449389114803, 37.99990043408107, -75.07939057004909, 38.45930458930301], "geometry": {"coordinates": [[[-75.56449108929387, 37.99990043408107], [-75.07939057004909, 37.999902008903035], [-75.07939376448981, 38.45930458930301], [-75.56449389114803, 38.45930209484326], [-75.56449108929387, 37.99990043408107]]], "type": "Polygon"}, "id": "9", "properties": {"collect_end": "2002-08-01", "collect_start": "2002-08-01", "dem_gsd_meters": 3.0, "fid": 10, "geoid": "Unknown", "horiz_crs": "26985", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MD_STATEWIDE_2002", "lpc_pub_date": "2012-06-14", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MD_STATEWIDE_2002", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MD_STATEWIDE_2002_Legacy_Data", "project_id": -14030, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MD_STATEWIDE_2002", "workunit_id": -1403}, "type": "Feature"}, {"bbox": [-112.08100238819115, 44.27429960016081, -112.0623022110147, 44.317999561275805], "geometry": {"coordinates": [[[-112.08100238819115, 44.274299695101895], [-112.06230231682638, 44.27429960016081], [-112.0623022110147, 44.31799945201029], [-112.08100228890609, 44.317999561275805], [-112.08100238819115, 44.274299695101895]]], "type": "Polygon"}, "id": "10", "properties": {"collect_end": "2002-09-01", "collect_start": "2002-09-01", "dem_gsd_meters": 3.0, "fid": 11, "geoid": "Unknown", "horiz_crs": "26712", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_SHEEPSTATION_2002", "lpc_pub_date": "2014-06-27", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_SHEEPSTATION_2002", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_SHEEPSTATION_2002_Legacy_Data", "project_id": -12830, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "ID_SHEEPSTATION_2002", "workunit_id": -1283}, "type": "Feature"}, {"bbox": [-114.90830031291398, 42.58270004538404, -114.87440037511467, 42.642200247256774], "geometry": {"coordinates": [[[-114.90830030606345, 42.58270004538404], [-114.87440037577653, 42.582700123248934], [-114.87440037511467, 42.642200247256774], [-114.90830031291398, 42.642200189006566], [-114.90830030606345, 42.58270004538404]]], "type": "Polygon"}, "id": "11", "properties": {"collect_end": "2002-09-01", "collect_start": "2002-09-01", "dem_gsd_meters": 3.0, "fid": 12, "geoid": "Unknown", "horiz_crs": "26711", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_SALMONFALLS_2002", "lpc_pub_date": "2013-01-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_SALMONFALLS_2002", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_SALMONFALLS_2002_Legacy_Data", "project_id": -12820, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "ID_SALMONFALLS_2002", "workunit_id": -1282}, "type": "Feature"}, {"bbox": [-111.44530428802986, 43.483602239038774, -111.38800389010095, 43.54600216818341], "geometry": {"coordinates": [[[-111.44530403738872, 43.483602239038774], [-111.38800389010095, 43.48360224169969], [-111.38800415977107, 43.54600216818341], [-111.44530428802986, 43.54600215628279], [-111.44530403738872, 43.483602239038774]]], "type": "Polygon"}, "id": "12", "properties": {"collect_end": "2002-09-01", "collect_start": "2002-09-01", "dem_gsd_meters": 3.0, "fid": 13, "geoid": "Unknown", "horiz_crs": "26712", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_SWANVALLEY_2002", "lpc_pub_date": "2013-01-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_SWANVALLEY_2002", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_SWANVALLEY_2002_Legacy_Data", "project_id": -12870, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "ID_SWANVALLEY_2002", "workunit_id": -1287}, "type": "Feature"}, {"bbox": [-112.9155022773738, 43.98440115479265, -112.9018022413916, 44.00480112131008], "geometry": {"coordinates": [[[-112.9155022773738, 43.98440115631621], [-112.90180229466765, 43.98440115479265], [-112.9018022413916, 44.00480111936486], [-112.91550222314966, 44.00480112131008], [-112.9155022773738, 43.98440115631621]]], "type": "Polygon"}, "id": "13", "properties": {"collect_end": "2002-09-01", "collect_start": "2002-09-01", "dem_gsd_meters": 3.0, "fid": 14, "geoid": "Unknown", "horiz_crs": "26712", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_BIRCHCREEK_2002", "lpc_pub_date": "2013-01-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_BIRCHCREEK_2002", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_BIRCHCREEK_2002_Legacy_Data", "project_id": -12650, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "ID_BIRCHCREEK_2002", "workunit_id": -1265}, "type": "Feature"}, {"bbox": [-117.74359944813143, 32.84280118194275, -117.2495992774505, 33.490700817236984], "geometry": {"coordinates": [[[-117.74359944813143, 32.84280148498732], [-117.24959951688889, 32.84280118194275], [-117.2495992774505, 33.49070055960382], [-117.74359893378652, 33.490700817236984], [-117.74359944813143, 32.84280148498732]]], "type": "Polygon"}, "id": "14", "properties": {"collect_end": "2002-09-09", "collect_start": "2002-09-09", "dem_gsd_meters": null, "fid": 15, "geoid": "GEOID99", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_SEP_2002", "lpc_pub_date": "2012-05-14", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-SEP_2002", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SCRIPPS_SEP_2002_Legacy_Data", "project_id": -11720, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CA_SCRIPPS_SEP_2002", "workunit_id": -1172}, "type": "Feature"}, {"bbox": [-122.93150048435776, 46.14239504830632, -122.06739713388967, 46.38639579191101], "geometry": {"coordinates": [[[-122.93150048435776, 46.14239504830632], [-122.06739732868661, 46.14239558723032], [-122.06739713388967, 46.386395341473104], [-122.93149901685153, 46.38639579191101], [-122.93150048435776, 46.14239504830632]]], "type": "Polygon"}, "id": "15", "properties": {"collect_end": "2002-11-02", "collect_start": "2002-10-31", "dem_gsd_meters": 3.0, "fid": 16, "geoid": "Unknown", "horiz_crs": "26910", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_MTSTHELENS_2002", "lpc_pub_date": "2013-01-25", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_MTSTHELENS_2002", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_MTSTHELENS_2002_Legacy_Data", "project_id": -16910, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "WA_MTSTHELENS_2002", "workunit_id": -1691}, "type": "Feature"}, {"bbox": [-120.92540333616954, 46.50309712812166, -120.45570424149298, 46.61529731145769], "geometry": {"coordinates": [[[-120.92540333616954, 46.5030971378186], [-120.45570424149298, 46.50309712812166], [-120.4557042782429, 46.61529731145769], [-120.9254032395714, 46.61529714878245], [-120.92540333616954, 46.5030971378186]]], "type": "Polygon"}, "id": "16", "properties": {"collect_end": "2003-04-01", "collect_start": "2002-11-01", "dem_gsd_meters": null, "fid": 17, "geoid": "GEOID99", "horiz_crs": "2927", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_YAKIMA_2002_2003", "lpc_pub_date": "2013-01-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_YAKIMA_2002-2003", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_YAKIMA_2002_2003_Legacy_Data", "project_id": -17010, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "WA_YAKIMA_2002_2003", "workunit_id": -1701}, "type": "Feature"}, {"bbox": [-122.00140323720447, 46.99939805681287, -121.90469933964795, 47.12530045697151], "geometry": {"coordinates": [[[-122.00140323720447, 46.99939840361337], [-121.90470130766333, 46.99939805681287], [-121.90469933964795, 47.12529975954501], [-122.00139981644844, 47.12530045697151], [-122.00140323720447, 46.99939840361337]]], "type": "Polygon"}, "id": "17", "properties": {"collect_end": "2002-12-01", "collect_start": "2002-11-01", "dem_gsd_meters": 3.0, "fid": 18, "geoid": "Unknown", "horiz_crs": "2285", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_MTRAINIER_2002", "lpc_pub_date": "2013-04-23", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_MTRAINIER_2002", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_MTRAINIER_2002_Legacy_Data", "project_id": -16900, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "WA_MTRAINIER_2002", "workunit_id": -1690}, "type": "Feature"}, {"bbox": [-117.72619946940291, 32.833601202555904, -117.24969933063119, 33.471800783000155], "geometry": {"coordinates": [[[-117.72619946940291, 32.833601499686054], [-117.2496995371111, 32.833601202555904], [-117.24969933063119, 33.47180055526241], [-117.72619904361376, 33.471800783000155], [-117.72619946940291, 32.833601499686054]]], "type": "Polygon"}, "id": "18", "properties": {"collect_end": "2002-12-04", "collect_start": "2002-12-03", "dem_gsd_meters": null, "fid": 19, "geoid": "GEOID99", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_DEC_2002", "lpc_pub_date": "2012-05-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-DEC_2002", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SCRIPPS_DEC_2002_Legacy_Data", "project_id": -11660, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CA_SCRIPPS_DEC_2002", "workunit_id": -1166}, "type": "Feature"}, {"bbox": [-82.30439991431261, 34.87409655272705, -76.5605928692518, 36.586699652423015], "geometry": {"coordinates": [[[-82.30439991431261, 34.87409723639391], [-76.56059781568683, 34.87409655272705], [-76.5605928692518, 36.58669797930347], [-82.30439949863113, 36.586699652423015], [-82.30439991431261, 34.87409723639391]]], "type": "Polygon"}, "id": "19", "properties": {"collect_end": "2003-03-23", "collect_start": "2003-01-03", "dem_gsd_meters": 3.0, "fid": 20, "geoid": "Unknown", "horiz_crs": "2264", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NC_PHASE2_2003", "lpc_pub_date": "2013-01-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NC_PHASE2_2003", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NC_PHASE2_2003_Legacy_Data", "project_id": -14730, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "NC_PHASE2_2003", "workunit_id": -1473}, "type": "Feature"}, {"bbox": [-123.82810575870205, 38.487491692668854, -123.18749834509023, 39.34260320387678], "geometry": {"coordinates": [[[-123.82810575870205, 38.487491692668854], [-123.18749834509023, 38.487500593864596], [-123.18750380801187, 39.34260320387678], [-123.82810270362681, 39.34260307457618], [-123.82810575870205, 38.487491692668854]]], "type": "Polygon"}, "id": "20", "properties": {"collect_end": "2003-02-01", "collect_start": "2003-02-01", "dem_gsd_meters": null, "fid": 21, "geoid": "Unknown", "horiz_crs": "2226", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANANDREAS_2003", "lpc_pub_date": "2013-04-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANANDREAS_2003", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SANANDREAS_2003_Legacy_Data", "project_id": -11560, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "CA_SANANDREAS_2003", "workunit_id": -1156}, "type": "Feature"}, {"bbox": [-122.280496011311, 46.61579620378112, -121.95399434962748, 46.766898117060144], "geometry": {"coordinates": [[[-122.28049582197686, 46.61579653724522], [-121.95399573619667, 46.61579620378112], [-121.95399434962748, 46.76689693133208], [-122.280496011311, 46.766898117060144], [-122.28049582197686, 46.61579653724522]]], "type": "Polygon"}, "id": "21", "properties": {"collect_end": "2003-03-29", "collect_start": "2003-02-11", "dem_gsd_meters": null, "fid": 22, "geoid": "GEOID99", "horiz_crs": "2927", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_LEWIS_2003", "lpc_pub_date": "2013-01-28", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_LEWIS_2003", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_LEWIS_2003_Legacy_Data", "project_id": -16870, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "WA_LEWIS_2003", "workunit_id": -1687}, "type": "Feature"}, {"bbox": [-122.67199876968947, 48.02430028425798, -120.78660152864943, 48.43249973178638], "geometry": {"coordinates": [[[-122.67199876968947, 48.02430028425798], [-120.78660253725866, 48.024300339628766], [-120.78660152864943, 48.43249973178638], [-122.67199868325581, 48.43249945261848], [-122.67199876968947, 48.02430028425798]]], "type": "Polygon"}, "id": "22", "properties": {"collect_end": "2003-03-29", "collect_start": "2003-02-11", "dem_gsd_meters": null, "fid": 23, "geoid": "GEOID99", "horiz_crs": "2926", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_PSLC_2003", "lpc_pub_date": "2013-02-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_PSLC_2003", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_PSLC_2003_Legacy_Data", "project_id": -16970, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "WA_PSLC_2003", "workunit_id": -1697}, "type": "Feature"}, {"bbox": [-117.7178994717653, 32.83690119522697, -117.24969933710014, 33.469500780581704], "geometry": {"coordinates": [[[-117.7178994717653, 32.83690147597214], [-117.24969952977779, 32.83690119522697], [-117.24969933710014, 33.4695005547364], [-117.71789908599965, 33.469500780581704], [-117.7178994717653, 32.83690147597214]]], "type": "Polygon"}, "id": "23", "properties": {"collect_end": "2003-03-29", "collect_start": "2003-03-28", "dem_gsd_meters": null, "fid": 24, "geoid": "GEOID99", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_MAR_2003", "lpc_pub_date": "2012-05-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-MAR_2003", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SCRIPPS_MAR_2003_Legacy_Data", "project_id": -11670, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CA_SCRIPPS_MAR_2003", "workunit_id": -1167}, "type": "Feature"}, {"bbox": [-122.41099935747916, 48.02490040464424, -122.17539880602104, 48.30079963319052], "geometry": {"coordinates": [[[-122.41099935747916, 48.02490040464424], [-122.17540011448962, 48.024900813604056], [-122.17539880602104, 48.30079963319052], [-122.41099865479063, 48.30079934068453], [-122.41099935747916, 48.02490040464424]]], "type": "Polygon"}, "id": "24", "properties": {"collect_end": "2003-04-12", "collect_start": "2003-04-02", "dem_gsd_meters": null, "fid": 25, "geoid": "GEOID99", "horiz_crs": "2926", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_SNOHOMISH_2003", "lpc_pub_date": "2012-06-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_SNOHOMISH_2003", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_SNOHOMISH_2003_Legacy_Data", "project_id": -16990, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "WA_SNOHOMISH_2003", "workunit_id": -1699}, "type": "Feature"}, {"bbox": [-76.34369668241641, 37.91249948366584, -75.29409842064581, 38.95960237022294], "geometry": {"coordinates": [[[-76.34369480439841, 37.91249948366584], [-75.2941, 37.9125], [-75.29409842064581, 38.95960237022294], [-76.34369668241641, 38.95960124769355], [-76.34369480439841, 37.91249948366584]]], "type": "Polygon"}, "id": "25", "properties": {"collect_end": "2003-07-01", "collect_start": "2003-06-01", "dem_gsd_meters": 3.0, "fid": 26, "geoid": "Unknown", "horiz_crs": "26985", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MD_STATEWIDE_2003", "lpc_pub_date": "2013-01-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MD_STATEWIDE_2003", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MD_STATEWIDE_2003_Legacy_Data", "project_id": -14040, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MD_STATEWIDE_2003", "workunit_id": -1404}, "type": "Feature"}, {"bbox": [-116.37310217727459, 47.122598822791765, -115.98040176289109, 47.3107990265174], "geometry": {"coordinates": [[[-116.37310199961306, 47.122598822791765], [-115.98040176289109, 47.12259901448158], [-115.98040235019721, 47.3107990265174], [-116.37310217727459, 47.31079893526775], [-116.37310199961306, 47.122598822791765]]], "type": "Polygon"}, "id": "26", "properties": {"collect_end": "2003-09-22", "collect_start": "2003-07-23", "dem_gsd_meters": 1.0, "fid": 27, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Clearwater_NF_USFS_LiDAR/ID_SaintJoe_2003", "lpc_pub_date": "2015-12-21", "lpc_reason": "Point density \\u003c 2 ppsm", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Clearwater_NF_USFS_LiDAR/ID_SaintJoe_2003", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Clearwater_NF_USFS_LiDAR", "project_id": 2730, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Clearwater_NF_USFS_LiDAR/ID_SaintJoe_2003", "sourcedem_pub_date": "2015-12-16", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Draft Version 13", "vert_crs": "5703", "workunit": "ID_SaintJoe_2003", "workunit_id": 14941}, "type": "Feature"}, {"bbox": [-117.02620191850896, 46.758598505624896, -116.61860158716821, 46.89619851156961], "geometry": {"coordinates": [[[-117.02620179324649, 46.758598505624896], [-116.61860158716821, 46.758598561952546], [-116.61860175838454, 46.89619851156961], [-117.02620191850896, 46.896198322524945], [-117.02620179324649, 46.758598505624896]]], "type": "Polygon"}, "id": "27", "properties": {"collect_end": "2003-08-14", "collect_start": "2003-08-13", "dem_gsd_meters": 1.0, "fid": 28, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Clearwater_NF_USFS_LiDAR/ID_MoscowMountain_2003", "lpc_pub_date": "2015-12-21", "lpc_reason": "Point density \\u003c 2 ppsm", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Clearwater_NF_USFS_LiDAR/ID_MoscowMountain_2003", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Clearwater_NF_USFS_LiDAR", "project_id": 2730, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Clearwater_NF_USFS_LiDAR/ID_MoscowMountain_2003", "sourcedem_pub_date": "2015-12-14", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Draft Version 13", "vert_crs": "5703", "workunit": "ID_MoscowMountain_2003", "workunit_id": 14939}, "type": "Feature"}, {"bbox": [-117.9535, 32.5124, -117.11979947375063, 33.62760064011292], "geometry": {"coordinates": [[[-117.9535, 32.5124], [-117.1198, 32.5124], [-117.11979947375063, 33.62760064011292], [-117.95349996842116, 33.62760005044722], [-117.9535, 32.5124]]], "type": "Polygon"}, "id": "28", "properties": {"collect_end": "2003-10-25", "collect_start": "2003-10-24", "dem_gsd_meters": null, "fid": 29, "geoid": "GEOID99", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_OCT_2003", "lpc_pub_date": "2012-05-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": "2023-12-11", "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-OCT_2003", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SCRIPPS_OCT_2003_Legacy_Data", "project_id": -11700, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CA_SCRIPPS_OCT_2003", "workunit_id": -1170}, "type": "Feature"}, {"bbox": [-96.87700022751183, 40.62359754808458, -96.4975994487637, 41.001197360186225], "geometry": {"coordinates": [[[-96.87700022751183, 40.62359778170894], [-96.49760036764684, 40.62359754808458], [-96.4975994487637, 41.001196944099675], [-96.87699973344544, 41.001197360186225], [-96.87700022751183, 40.62359778170894]]], "type": "Polygon"}, "id": "29", "properties": {"collect_end": "2003-12-01", "collect_start": "2003-11-01", "dem_gsd_meters": 3.0, "fid": 30, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NE_LINCOLN_2003", "lpc_pub_date": "2013-01-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NE_LINCOLN_2003", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NE_LINCOLN_2003_Legacy_Data", "project_id": -14800, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "NE_LINCOLN_2003", "workunit_id": -1480}, "type": "Feature"}, {"bbox": [-116.60460091933275, 43.44569986383598, -116.13100078229029, 43.71199999874632], "geometry": {"coordinates": [[[-116.60460091933275, 43.44570000500015], [-116.1310010848604, 43.44569986383598], [-116.13100078229029, 43.711999838326754], [-116.60460050016255, 43.71199999874632], [-116.60460091933275, 43.44570000500015]]], "type": "Polygon"}, "id": "30", "properties": {"collect_end": "2003-12-09", "collect_start": "2003-12-09", "dem_gsd_meters": null, "fid": 31, "geoid": "Unknown", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_BOISE_2003", "lpc_pub_date": "2013-01-23", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_BOISE_2003", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_BOISE_2003_Legacy_Data", "project_id": -12660, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ID_BOISE_2003", "workunit_id": -1266}, "type": "Feature"}, {"bbox": [-105.2872994517969, 39.135401745715875, -105.25629944574997, 39.21940147355229], "geometry": {"coordinates": [[[-105.2872994517969, 39.135401745715875], [-105.25629949010555, 39.13540175427689], [-105.25629944574997, 39.21940147355229], [-105.28729941100589, 39.219401472907435], [-105.2872994517969, 39.135401745715875]]], "type": "Polygon"}, "id": "31", "properties": {"collect_end": "2004-12-01", "collect_start": "2004-01-01", "dem_gsd_meters": null, "fid": 32, "geoid": "Unknown", "horiz_crs": "26913", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CO_CHEESMANLAKE_2004", "lpc_pub_date": "2012-06-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CO_CHEESMANLAKE_2004", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CO_CHEESMANLAKE_2004_Legacy_Data", "project_id": -11760, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CO_CHEESMANLAKE_2004", "workunit_id": -1176}, "type": "Feature"}, {"bbox": [-82.79899787943188, 28.16739829518295, -82.04899436010614, 28.483699029269665], "geometry": {"coordinates": [[[-82.79899739025701, 28.16739837019973], [-82.04899436010614, 28.16739829518295], [-82.0489990907263, 28.483699029269665], [-82.79899787943188, 28.483698627835945], [-82.79899739025701, 28.16739837019973]]], "type": "Polygon"}, "id": "32", "properties": {"collect_end": "2004-05-15", "collect_start": "2004-01-23", "dem_gsd_meters": 3.0, "fid": 33, "geoid": "Unknown", "horiz_crs": "2237", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_PASCO_2004", "lpc_pub_date": "2012-06-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_PASCO_2004", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_PASCO_2004_Legacy_Data", "project_id": -12240, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_PASCO_2004", "workunit_id": -1224}, "type": "Feature"}, {"bbox": [-122.70189732614702, 46.998998386798476, -121.9985969566081, 47.34340251342578], "geometry": {"coordinates": [[[-122.70189657592051, 46.99900084051969], [-121.99860323836536, 46.998998386798476], [-121.9985969566081, 47.34340251342578], [-122.70189732614702, 47.343401283014906], [-122.70189657592051, 46.99900084051969]]], "type": "Polygon"}, "id": "33", "properties": {"collect_end": "2004-03-08", "collect_start": "2004-02-21", "dem_gsd_meters": 3.0, "fid": 34, "geoid": "GEOID99", "horiz_crs": "2926", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_PIERCE_2004", "lpc_pub_date": "2013-01-30", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_PIERCE_2004", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_PIERCE_2004_Legacy_Data", "project_id": -16930, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "WA_PIERCE_2004", "workunit_id": -1693}, "type": "Feature"}, {"bbox": [-81.50679756318412, 29.325797441678315, -81.10149693331599, 29.670398346902676], "geometry": {"coordinates": [[[-81.50679756318412, 29.325797441678315], [-81.10149693331599, 29.325798059169138], [-81.10149695739663, 29.670398346902676], [-81.50679721374172, 29.67039796072788], [-81.50679756318412, 29.325797441678315]]], "type": "Polygon"}, "id": "34", "properties": {"collect_end": "2004-05-05", "collect_start": "2004-02-28", "dem_gsd_meters": 3.0, "fid": 35, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_FLAGLERCO_2004", "lpc_pub_date": "2013-09-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_FLAGLERCO_2004", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_FLAGLERCO_2004_Legacy_Data", "project_id": -11920, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_FLAGLERCO_2004", "workunit_id": -1192}, "type": "Feature"}, {"bbox": [-82.64589688387586, 26.93979982085947, -82.05169593193898, 27.46379990106061], "geometry": {"coordinates": [[[-82.64589688387586, 26.93979982085947], [-82.05169609961278, 26.939800143450924], [-82.05169593193898, 27.46379990106061], [-82.64589636398638, 27.463799183059507], [-82.64589688387586, 26.93979982085947]]], "type": "Polygon"}, "id": "35", "properties": {"collect_end": "2004-03-04", "collect_start": "2004-02-28", "dem_gsd_meters": 3.0, "fid": 36, "geoid": "Unknown", "horiz_crs": "2237", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_SARASOTA_2004", "lpc_pub_date": "2012-06-21", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_SARASOTA_2004", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_SARASOTA_2004_Legacy_Data", "project_id": -12300, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "FL_SARASOTA_2004", "workunit_id": -1230}, "type": "Feature"}, {"bbox": [-122.75249889614663, 45.21509410353904, -122.5111973090269, 45.501095282108686], "geometry": {"coordinates": [[[-122.7524971389619, 45.21509410353904], [-122.5111973090269, 45.21509440594438], [-122.5111984394612, 45.501095282108686], [-122.75249889614663, 45.50109443716259], [-122.7524971389619, 45.21509410353904]]], "type": "Polygon"}, "id": "36", "properties": {"collect_end": "2004-03-13", "collect_start": "2004-03-07", "dem_gsd_meters": null, "fid": 37, "geoid": "GEOID99", "horiz_crs": "2269", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_PORTLAND_2004", "lpc_pub_date": "2012-06-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_PORTLAND_2004", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_PORTLAND_2004_Legacy_Data", "project_id": -15520, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_PORTLAND_2004", "workunit_id": -1552}, "type": "Feature"}, {"bbox": [-77.29339967473516, 38.03209953950076, -76.30639590314516, 39.37470162555128], "geometry": {"coordinates": [[[-77.29339967473516, 38.03210003997448], [-76.30639590314516, 38.03209953950076], [-76.30639786051293, 39.37470162555128], [-77.29339762878861, 39.374699769584375], [-77.29339967473516, 38.03210003997448]]], "type": "Polygon"}, "id": "37", "properties": {"collect_end": "2004-05-01", "collect_start": "2004-04-01", "dem_gsd_meters": 3.0, "fid": 38, "geoid": "Unknown", "horiz_crs": "26985", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MD_STATEWIDE_2004", "lpc_pub_date": "2013-04-12", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MD_STATEWIDE_2004", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MD_STATEWIDE_2004_Legacy_Data", "project_id": -14050, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MD_STATEWIDE_2004", "workunit_id": -1405}, "type": "Feature"}, {"bbox": [-117.71349947318349, 32.83850119167355, -117.24969934638163, 33.46620077416732], "geometry": {"coordinates": [[[-117.71349947318349, 32.83850146403419], [-117.24969952622223, 32.83850119167355], [-117.24969934638163, 33.4662005539817], [-117.71349911096299, 33.46620077416732], [-117.71349947318349, 32.83850146403419]]], "type": "Polygon"}, "id": "38", "properties": {"collect_end": "2004-04-02", "collect_start": "2004-04-02", "dem_gsd_meters": null, "fid": 39, "geoid": "GEOID99", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_APR_2004", "lpc_pub_date": "2012-05-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-APR_2004", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SCRIPPS_APR_2004_Legacy_Data", "project_id": -11640, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CA_SCRIPPS_APR_2004", "workunit_id": -1164}, "type": "Feature"}, {"bbox": [-122.38120189356647, 37.40079991727081, -121.91350103457266, 37.71600118225777], "geometry": {"coordinates": [[[-122.38120189356647, 37.40080188141183], [-121.9135018654072, 37.40079991727081], [-121.91350103457266, 37.71600046866915], [-122.38120114471467, 37.71600118225777], [-122.38120189356647, 37.40080188141183]]], "type": "Polygon"}, "id": "39", "properties": {"collect_end": "2004-05-21", "collect_start": "2004-05-05", "dem_gsd_meters": null, "fid": 40, "geoid": "Unknown", "horiz_crs": "26910", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANFRANBAY_2004", "lpc_pub_date": "2013-01-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANFRANBAY_2004", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SANFRANBAY_2004_Legacy_Data", "project_id": -11580, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "CA_SANFRANBAY_2004", "workunit_id": -1158}, "type": "Feature"}, {"bbox": [-75.1497996424984, 39.53340223210948, -74.38289959224555, 40.1922008590879], "geometry": {"coordinates": [[[-75.1497996424984, 39.53340336153553], [-74.38290194294417, 39.53340223210948], [-74.38289959224555, 40.192200066880865], [-75.14979870426929, 40.1922008590879], [-75.1497996424984, 39.53340336153553]]], "type": "Polygon"}, "id": "40", "properties": {"collect_end": "2004-09-21", "collect_start": "2004-06-20", "dem_gsd_meters": 3.0, "fid": 41, "geoid": "Unknown", "horiz_crs": "3424", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_CAMDEN_BURLINGTON_2004", "lpc_pub_date": "2013-01-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_CAMDEN-BURLINGTON_2004", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NJ_CAMDEN_BURLINGTON_2004_Legacy_Data", "project_id": -14840, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "NJ_CAMDEN_BURLINGTON_2004", "workunit_id": -1484}, "type": "Feature"}, {"bbox": [-118.2091013020965, 32.549101161720515, -117.12249969725298, 33.76860065686138], "geometry": {"coordinates": [[[-118.20909889861842, 32.54910339437303], [-117.12250064708505, 32.549101161720515], [-117.12249969725298, 33.76860065686138], [-118.2091013020965, 33.768599739488124], [-118.20909889861842, 32.54910339437303]]], "type": "Polygon"}, "id": "41", "properties": {"collect_end": "2004-09-30", "collect_start": "2004-09-28", "dem_gsd_meters": null, "fid": 42, "geoid": "GEOID99", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_SEP_2004", "lpc_pub_date": "2012-05-14", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": "2023-12-11", "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-SEP_2004", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SCRIPPS_SEP_2004_Legacy_Data", "project_id": -11730, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CA_SCRIPPS_SEP_2004", "workunit_id": -1173}, "type": "Feature"}, {"bbox": [-122.65820132624421, 37.53419975042456, -121.74839971302427, 38.26330185348414], "geometry": {"coordinates": [[[-122.65820132624421, 37.53420249555981], [-121.74840096670387, 37.53419975042456], [-121.74839971302427, 38.26330034109553], [-122.65820080590173, 38.26330185348414], [-122.65820132624421, 37.53420249555981]]], "type": "Polygon"}, "id": "42", "properties": {"collect_end": "2004-11-21", "collect_start": "2004-11-05", "dem_gsd_meters": null, "fid": 43, "geoid": "Unknown", "horiz_crs": "2227", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANFRANBAYFEMA_2004", "lpc_pub_date": "2012-05-25", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANFRANBAYFEMA_2004", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SANFRANBAYFEMA_2004_Legacy_Data", "project_id": -11590, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "CA_SANFRANBAYFEMA_2004", "workunit_id": -1159}, "type": "Feature"}, {"bbox": [-81.44759505809667, 27.63209899696447, -81.12029552993317, 28.087598160375727], "geometry": {"coordinates": [[[-81.44759505809667, 27.63209899696447], [-81.12029552993317, 27.632099031168607], [-81.12029576729611, 28.087598160375727], [-81.44759473121924, 28.087597483105807], [-81.44759505809667, 27.63209899696447]]], "type": "Polygon"}, "id": "43", "properties": {"collect_end": "2007-02-11", "collect_start": "2005-01-27", "dem_gsd_meters": 3.0, "fid": 44, "geoid": "Unknown", "horiz_crs": "2882", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_POLKCO_2005_2007", "lpc_pub_date": "2014-06-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_POLKCO_2005-2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_POLKCO_2005_2007_Legacy_Data", "project_id": -12290, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "FL_POLKCO_2005_2007", "workunit_id": -1229}, "type": "Feature"}, {"bbox": [-82.06569523068427, 27.63779875559968, -81.55329445334047, 28.240098495485118], "geometry": {"coordinates": [[[-82.06569483953844, 27.63779929593096], [-81.55329485804164, 27.63779875559968], [-81.55329445334047, 28.240097159787165], [-82.06569523068427, 28.240098495485118], [-82.06569483953844, 27.63779929593096]]], "type": "Polygon"}, "id": "44", "properties": {"collect_end": "2006-02-27", "collect_start": "2005-01-27", "dem_gsd_meters": 3.0, "fid": 45, "geoid": "Unknown", "horiz_crs": "2237", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_PEACERIVER_2005", "lpc_pub_date": "2012-06-21", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_PEACERIVER_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_PEACERIVER_2005_Legacy_Data", "project_id": -12270, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_PEACERIVER_2005", "workunit_id": -1227}, "type": "Feature"}, {"bbox": [-84.26129874166435, 30.434397410088657, -83.97389895312645, 30.623898261068526], "geometry": {"coordinates": [[[-84.26129873509734, 30.434397410088657], [-83.97389904562232, 30.434397986662663], [-83.97389895312645, 30.623898261068526], [-84.26129874166435, 30.623897528624003], [-84.26129873509734, 30.434397410088657]]], "type": "Polygon"}, "id": "45", "properties": {"collect_end": "2005-02-01", "collect_start": "2005-02-01", "dem_gsd_meters": 3.0, "fid": 46, "geoid": "Unknown", "horiz_crs": "2883", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LEONCO_2005", "lpc_pub_date": "2013-09-04", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LEONCO_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_LEONCO_2005_Legacy_Data", "project_id": -12100, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_LEONCO_2005", "workunit_id": -1210}, "type": "Feature"}, {"bbox": [-82.5747963988066, 27.510498956784826, -82.21959491951831, 27.634599162825047], "geometry": {"coordinates": [[[-82.57479621248059, 27.510498956784826], [-82.21959599668055, 27.510499718391735], [-82.21959491951831, 27.634599162825047], [-82.5747963988066, 27.63459882901792], [-82.57479621248059, 27.510498956784826]]], "type": "Polygon"}, "id": "46", "properties": {"collect_end": "2005-04-14", "collect_start": "2005-02-11", "dem_gsd_meters": 3.0, "fid": 47, "geoid": "Unknown", "horiz_crs": "2237", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LITTLEMANATEE_2005", "lpc_pub_date": "2012-07-02", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LITTLEMANATEE_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_LITTLEMANATEE_2005_Legacy_Data", "project_id": -12150, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_LITTLEMANATEE_2005", "workunit_id": -1215}, "type": "Feature"}, {"bbox": [-89.6956487184526, 30.169002971300948, -88.38826073419511, 30.740885979551635], "geometry": {"coordinates": [[[-89.69564849023149, 30.169004542417735], [-88.38826304400523, 30.169002971300948], [-88.38826073419511, 30.74088506897146], [-89.6956487184526, 30.740885979551635], [-89.69564849023149, 30.169004542417735]]], "type": "Polygon"}, "id": "47", "properties": {"collect_end": "2005-03-12", "collect_start": "2005-02-25", "dem_gsd_meters": 3.0, "fid": 48, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MS_HANCOCKJACKSON_2005", "lpc_pub_date": "2012-06-12", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": "2024-05-09", "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MS_HANCOCKJACKSON_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MS_HANCOCKJACKSON_2005_Legacy_Data", "project_id": -14650, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "MS_HANCOCKJACKSON_2005", "workunit_id": -1465}, "type": "Feature"}, {"bbox": [-84.32830114869321, 34.981596636303706, -81.31709620930415, 36.16409863345214], "geometry": {"coordinates": [[[-84.32830000458989, 34.9816000562545], [-81.3170997749196, 34.981596636303706], [-81.31709620930415, 36.16409669274011], [-84.32830114869321, 36.16409863345214], [-84.32830000458989, 34.9816000562545]]], "type": "Polygon"}, "id": "48", "properties": {"collect_end": "2005-04-30", "collect_start": "2005-03-01", "dem_gsd_meters": 3.0, "fid": 49, "geoid": "Unknown", "horiz_crs": "2264", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NC_PHASE3_2005", "lpc_pub_date": "2014-07-01", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NC_PHASE3_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NC_PHASE3_2005_Legacy_Data", "project_id": -14740, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "NC_PHASE3_2005", "workunit_id": -1474}, "type": "Feature"}, {"bbox": [-82.62529809172777, 28.51369898286033, -82.5640980429843, 28.555299013187632], "geometry": {"coordinates": [[[-82.62529804048033, 28.51369898286033], [-82.5640980429843, 28.51369906738879], [-82.5640980968795, 28.555299013187632], [-82.62529809172777, 28.555298934633598], [-82.62529804048033, 28.51369898286033]]], "type": "Polygon"}, "id": "49", "properties": {"collect_end": "2005-03-01", "collect_start": "2005-03-01", "dem_gsd_meters": 3.0, "fid": 50, "geoid": "Unknown", "horiz_crs": "2237", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_WEEKIWACHEESPRINGS_2005", "lpc_pub_date": "2013-01-29", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_WEEKIWACHEESPRINGS_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_WEEKIWACHEESPRINGS_2005_Legacy_Data", "project_id": -12410, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_WEEKIWACHEESPRINGS_2005", "workunit_id": -1241}, "type": "Feature"}, {"bbox": [-118.20660128598227, 32.56240117178084, -117.12849969635697, 33.76920064863264], "geometry": {"coordinates": [[[-118.2065989101951, 32.56240334051245], [-117.1285005975595, 32.56240117178084], [-117.12849969635697, 33.76920064863264], [-118.20660128598227, 33.769199732426976], [-118.2065989101951, 32.56240334051245]]], "type": "Polygon"}, "id": "50", "properties": {"collect_end": "2005-04-08", "collect_start": "2005-04-04", "dem_gsd_meters": null, "fid": 51, "geoid": "GEOID99", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_APR_2005", "lpc_pub_date": "2012-05-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": "2023-12-11", "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-APR_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SCRIPPS_APR_2005_Legacy_Data", "project_id": -11650, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CA_SCRIPPS_APR_2005", "workunit_id": -1165}, "type": "Feature"}, {"bbox": [-117.28360052465351, 32.53230073294262, -116.90509978080826, 33.11830062572334], "geometry": {"coordinates": [[[-117.28360052465351, 32.53230153097236], [-116.90510086440679, 32.53230073294262], [-116.90509978080826, 33.118300526785426], [-117.28359957105815, 33.11830062572334], [-117.28360052465351, 32.53230153097236]]], "type": "Polygon"}, "id": "51", "properties": {"collect_end": "2005-04-04", "collect_start": "2005-04-04", "dem_gsd_meters": 3.0, "fid": 52, "geoid": "Unknown", "horiz_crs": "2875", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANDIEGO_2005", "lpc_pub_date": "2012-06-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": "2023-12-13", "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANDIEGO_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SANDIEGO_2005_Legacy_Data", "project_id": -11570, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5702", "workunit": "CA_SANDIEGO_2005", "workunit_id": -1157}, "type": "Feature"}, {"bbox": [-117.08610053737364, 32.599200846256956, -116.98750053403947, 32.65370105020239], "geometry": {"coordinates": [[[-117.08610053737364, 32.599201064654075], [-116.98750066668036, 32.599200846256956], [-116.98750053403947, 32.65370083196887], [-117.08610037440519, 32.65370105020239], [-117.08610053737364, 32.599201064654075]]], "type": "Polygon"}, "id": "52", "properties": {"collect_end": "2005-04-04", "collect_start": "2005-04-04", "dem_gsd_meters": 3.0, "fid": 53, "geoid": "Unknown", "horiz_crs": "2875", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_CHULAVISTA_2005", "lpc_pub_date": "2012-06-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_CHULAVISTA_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_CHULAVISTA_2005_Legacy_Data", "project_id": -11470, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5702", "workunit": "CA_CHULAVISTA_2005", "workunit_id": -1147}, "type": "Feature"}, {"bbox": [-76.24909846836591, 39.357301659154786, -75.75019747617013, 39.72900179789152], "geometry": {"coordinates": [[[-76.24909782443491, 39.357301659154786], [-75.75019747617013, 39.35730225491606], [-75.75019828981611, 39.72900143407392], [-76.24909846836591, 39.72900179789152], [-76.24909782443491, 39.357301659154786]]], "type": "Polygon"}, "id": "53", "properties": {"collect_end": "2005-04-23", "collect_start": "2005-04-15", "dem_gsd_meters": 3.0, "fid": 54, "geoid": "Unknown", "horiz_crs": "26985", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MD_STATEWIDE_2005", "lpc_pub_date": "2013-04-02", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MD_STATEWIDE_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MD_STATEWIDE_2005_Legacy_Data", "project_id": -14060, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MD_STATEWIDE_2005", "workunit_id": -1406}, "type": "Feature"}, {"bbox": [-76.32700047986084, 42.296298492402386, -75.76069954585601, 42.84909861281411], "geometry": {"coordinates": [[[-76.32699972427743, 42.296298947202935], [-75.76069954585601, 42.296298492402386], [-75.76070037920024, 42.84909861281411], [-76.32700047986084, 42.84909834509349], [-76.32699972427743, 42.296298947202935]]], "type": "Polygon"}, "id": "54", "properties": {"collect_end": "2005-05-07", "collect_start": "2005-04-26", "dem_gsd_meters": null, "fid": 55, "geoid": "GEOID03", "horiz_crs": "26918", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NY_CORTLAND_2005", "lpc_pub_date": "2013-05-23", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NY_CORTLAND_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NY_CORTLAND_2005_Legacy_Data", "project_id": -14990, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "NY_CORTLAND_2005", "workunit_id": -1499}, "type": "Feature"}, {"bbox": [-119.95610012624354, 33.35159754607084, -113.92839801748374, 36.06680193445458], "geometry": {"coordinates": [[[-119.95610012624354, 33.35159754607084], [-113.92839801748374, 33.35160126007385], [-113.92840065987991, 36.06680193445458], [-119.95609984699544, 36.066800298225964], [-119.95610012624354, 33.35159754607084]]], "type": "Polygon"}, "id": "55", "properties": {"collect_end": "2005-05-25", "collect_start": "2005-05-15", "dem_gsd_meters": null, "fid": 56, "geoid": "Unknown", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_B4_2005", "lpc_pub_date": "2013-01-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_B4_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_B4_2005_Legacy_Data", "project_id": -11440, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "CA_B4_2005", "workunit_id": -1144}, "type": "Feature"}, {"bbox": [-121.89809905619472, 41.81219964852639, -121.39779949741384, 42.04099991683131], "geometry": {"coordinates": [[[-121.89809905619472, 41.81219966631792], [-121.39780050697631, 41.81219964852639], [-121.39779949741384, 42.04099985603249], [-121.89809888774629, 42.04099991683131], [-121.89809905619472, 41.81219966631792]]], "type": "Polygon"}, "id": "56", "properties": {"collect_end": "2005-09-30", "collect_start": "2005-08-01", "dem_gsd_meters": 3.0, "fid": 57, "geoid": "GEOID99", "horiz_crs": "26910", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_LOWERKLAMATH_2005", "lpc_pub_date": "2012-08-27", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_LOWERKLAMATH_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_LOWERKLAMATH_2005_Legacy_Data", "project_id": -15340, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OR_LOWERKLAMATH_2005", "workunit_id": -1534}, "type": "Feature"}, {"bbox": [-96.99380263230563, 46.65730022012531, -96.54580214048907, 47.00710009908893], "geometry": {"coordinates": [[[-96.99380263230563, 46.65730022766406], [-96.54580236865027, 46.65730022012531], [-96.54580214048907, 47.00710009908893], [-96.99380245034344, 47.00710007666984], [-96.99380263230563, 46.65730022766406]]], "type": "Polygon"}, "id": "57", "properties": {"collect_end": "2005-08-06", "collect_start": "2005-08-06", "dem_gsd_meters": 3.0, "fid": 58, "geoid": "Unknown", "horiz_crs": "2266", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ND_FARGO_2005", "lpc_pub_date": "2012-07-02", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ND_FARGO_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ND_FARGO_2005_Legacy_Data", "project_id": -14770, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "ND_FARGO_2005", "workunit_id": -1477}, "type": "Feature"}, {"bbox": [-112.49840393021712, 42.82340164145801, -112.38630397225592, 42.905701778823705], "geometry": {"coordinates": [[[-112.49840374675037, 42.82340164145801], [-112.38630397225592, 42.82340176225131], [-112.3863040104056, 42.905701778823705], [-112.49840393021712, 42.90570166504206], [-112.49840374675037, 42.82340164145801]]], "type": "Polygon"}, "id": "58", "properties": {"collect_end": "2005-10-01", "collect_start": "2005-10-01", "dem_gsd_meters": null, "fid": 59, "geoid": "Unknown", "horiz_crs": "26712", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_POCATELLO_2005", "lpc_pub_date": "2012-06-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_POCATELLO_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_POCATELLO_2005_Legacy_Data", "project_id": -12760, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "ID_POCATELLO_2005", "workunit_id": -1276}, "type": "Feature"}, {"bbox": [-112.14580259215275, 44.298999857494216, -112.12420246884771, 44.3179999399071], "geometry": {"coordinates": [[[-112.14580259215275, 44.29899997651079], [-112.12420250545968, 44.298999857494216], [-112.12420246884771, 44.317999813696666], [-112.1458025588185, 44.3179999399071], [-112.14580259215275, 44.29899997651079]]], "type": "Polygon"}, "id": "59", "properties": {"collect_end": "2005-10-01", "collect_start": "2005-10-01", "dem_gsd_meters": null, "fid": 60, "geoid": "Unknown", "horiz_crs": "26912", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_SHEEPSTATION_2005", "lpc_pub_date": "2012-06-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_SHEEPSTATION_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_SHEEPSTATION_2005_Legacy_Data", "project_id": -12840, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "ID_SHEEPSTATION_2005", "workunit_id": -1284}, "type": "Feature"}, {"bbox": [-120.48570251539465, 34.08879973373475, -119.06880115526315, 34.480400169668705], "geometry": {"coordinates": [[[-120.48570220753442, 34.08880004592867], [-119.06880115526315, 34.08879973373475], [-119.0688021457008, 34.480400169668705], [-120.48570251539465, 34.48039870960614], [-120.48570220753442, 34.08880004592867]]], "type": "Polygon"}, "id": "60", "properties": {"collect_end": "2005-10-15", "collect_start": "2005-10-15", "dem_gsd_meters": null, "fid": 61, "geoid": "Unknown", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANTABARBARA_VENTURA_2005", "lpc_pub_date": "2013-01-31", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANTABARBARA-VENTURA_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SANTABARBARA_VENTURA_2005_Legacy_Data", "project_id": -11600, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CA_SANTABARBARA_VENTURA_2005", "workunit_id": -1160}, "type": "Feature"}, {"bbox": [-118.20630130054268, 32.53360116259206, -117.12099969902019, 33.767000661772805], "geometry": {"coordinates": [[[-118.2062988990412, 32.53360344796772], [-117.12100069810364, 32.53360116259206], [-117.12099969902019, 33.767000661772805], [-118.20630130054268, 33.766999757509616], [-118.2062988990412, 32.53360344796772]]], "type": "Polygon"}, "id": "61", "properties": {"collect_end": "2005-10-19", "collect_start": "2005-10-18", "dem_gsd_meters": null, "fid": 62, "geoid": "GEOID99", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_OCT_2005", "lpc_pub_date": "2012-05-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-OCT_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SCRIPPS_OCT_2005_Legacy_Data", "project_id": -11710, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CA_SCRIPPS_OCT_2005", "workunit_id": -1171}, "type": "Feature"}, {"bbox": [-71.99030058068824, 44.34239774669354, -71.43679677883428, 45.023498331090614], "geometry": {"coordinates": [[[-71.99030058068824, 44.3423977786904], [-71.43679861610967, 44.34239774669354], [-71.43679677883428, 45.02349753796568], [-71.99030037906284, 45.023498331090614], [-71.99030058068824, 44.3423977786904]]], "type": "Polygon"}, "id": "62", "properties": {"collect_end": "2006-04-01", "collect_start": "2005-11-01", "dem_gsd_meters": 3.0, "fid": 63, "geoid": "Unknown", "horiz_crs": "26919", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/VT_ESSEXCO_2005", "lpc_pub_date": "2012-06-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/VT_ESSEXCO_2005", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "VT_ESSEXCO_2005_Legacy_Data", "project_id": -16810, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "VT_ESSEXCO_2005", "workunit_id": -1681}, "type": "Feature"}, {"bbox": [-81.55479434999523, 27.867897649392223, -81.50809448693789, 27.923097521466815], "geometry": {"coordinates": [[[-81.55479434999523, 27.867897649392223], [-81.50809451953356, 27.86789765830364], [-81.50809448693789, 27.923097521466815], [-81.55479431228973, 27.923097488850726], [-81.55479434999523, 27.867897649392223]]], "type": "Polygon"}, "id": "63", "properties": {"collect_end": "2006-01-25", "collect_start": "2006-01-25", "dem_gsd_meters": 3.0, "fid": 64, "geoid": "Unknown", "horiz_crs": "2237", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LAKEWALES_2006", "lpc_pub_date": "2012-06-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LAKEWALES_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_LAKEWALES_2006_Legacy_Data", "project_id": -12070, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_LAKEWALES_2006", "workunit_id": -1207}, "type": "Feature"}, {"bbox": [-82.00359553146166, 28.308897968785693, -81.95699507227107, 28.322698263682415], "geometry": {"coordinates": [[[-82.00359524293903, 28.30889822177391], [-81.95699507227107, 28.308897968785693], [-81.95699533846818, 28.322698014996067], [-82.00359553146166, 28.322698263682415], [-82.00359524293903, 28.30889822177391]]], "type": "Polygon"}, "id": "64", "properties": {"collect_end": "2006-02-27", "collect_start": "2006-01-25", "dem_gsd_meters": 3.0, "fid": 65, "geoid": "Unknown", "horiz_crs": "2237", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_HAMPTONTRACT_2006", "lpc_pub_date": "2012-06-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_HAMPTONTRACT_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_HAMPTONTRACT_2006_Legacy_Data", "project_id": -11970, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_HAMPTONTRACT_2006", "workunit_id": -1197}, "type": "Feature"}, {"bbox": [-84.41219852905398, 30.273897764036956, -84.0577986895525, 30.47779810506853], "geometry": {"coordinates": [[[-84.41219824704037, 30.27389791356738], [-84.0577986895525, 30.273897764036956], [-84.0577990655705, 30.47779785813218], [-84.41219852905398, 30.47779810506853], [-84.41219824704037, 30.27389791356738]]], "type": "Polygon"}, "id": "65", "properties": {"collect_end": "2006-02-01", "collect_start": "2006-02-01", "dem_gsd_meters": 3.0, "fid": 66, "geoid": "Unknown", "horiz_crs": "2883", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LEONCO_2006", "lpc_pub_date": "2013-09-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LEONCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_LEONCO_2006_Legacy_Data", "project_id": -12110, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_LEONCO_2006", "workunit_id": -1211}, "type": "Feature"}, {"bbox": [-95.18689983472575, 38.95569797427561, -94.9085002381901, 39.02689794116135], "geometry": {"coordinates": [[[-95.18689964526311, 38.95569797427561], [-94.9085002381901, 38.95569800315868], [-94.90850050431627, 39.02689794116135], [-95.18689983472575, 39.02689792459484], [-95.18689964526311, 38.95569797427561]]], "type": "Polygon"}, "id": "66", "properties": {"collect_end": "2006-05-01", "collect_start": "2006-03-01", "dem_gsd_meters": 3.0, "fid": 67, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_LEAVENWORTH_2006", "lpc_pub_date": "2012-06-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_LEAVENWORTH_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_LEAVENWORTH_2006_Legacy_Data", "project_id": -13670, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_LEAVENWORTH_2006", "workunit_id": -1367}, "type": "Feature"}, {"bbox": [-94.9446033371107, 35.42339745383931, -94.62240097995658, 35.81159988151116], "geometry": {"coordinates": [[[-94.9446033371107, 35.42339745383931], [-94.62240271586884, 35.423399284335886], [-94.62240097995658, 35.81159988151116], [-94.94460245336484, 35.81159747541897], [-94.9446033371107, 35.42339745383931]]], "type": "Polygon"}, "id": "67", "properties": {"collect_end": "2006-03-01", "collect_start": "2006-03-01", "dem_gsd_meters": 3.0, "fid": 68, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OK_SALLISAW_2006", "lpc_pub_date": "2012-06-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OK_SALLISAW_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OK_SALLISAW_2006_Legacy_Data", "project_id": -15090, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OK_SALLISAW_2006", "workunit_id": -1509}, "type": "Feature"}, {"bbox": [-81.69409760181311, 28.611398106615194, -80.72269651248465, 29.436398425132563], "geometry": {"coordinates": [[[-81.69409681543284, 28.611398157385278], [-80.72269651248465, 28.611398106615194], [-80.72269690254771, 29.436398425132563], [-81.69409760181311, 29.4363976223691], [-81.69409681543284, 28.611398157385278]]], "type": "Polygon"}, "id": "68", "properties": {"collect_end": "2006-03-08", "collect_start": "2006-03-02", "dem_gsd_meters": 3.0, "fid": 69, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_VOLUSIACOUNTY_2006", "lpc_pub_date": "2014-06-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_VOLUSIACOUNTY_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_VOLUSIACOUNTY_2006_Legacy_Data", "project_id": -12370, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "FL_VOLUSIACOUNTY_2006", "workunit_id": -1237}, "type": "Feature"}, {"bbox": [-84.86140074508913, 33.489898195382445, -84.08889994073076, 34.19259857093116], "geometry": {"coordinates": [[[-84.86140074508913, 33.48989844840976], [-84.0889001782382, 33.489898195382445], [-84.08889994073076, 34.19259823052543], [-84.86139981204775, 34.19259857093116], [-84.86140074508913, 33.48989844840976]]], "type": "Polygon"}, "id": "69", "properties": {"collect_end": "2006-08-04", "collect_start": "2006-03-03", "dem_gsd_meters": 3.0, "fid": 70, "geoid": "GEOID99", "horiz_crs": "2885", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_FULTONCO_2006", "lpc_pub_date": "2012-08-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_FULTONCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_FULTONCO_2006_Legacy_Data", "project_id": -12530, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_FULTONCO_2006", "workunit_id": -1253}, "type": "Feature"}, {"bbox": [-82.73899797844567, 28.295097837164125, -81.94109477480885, 29.06319885933274], "geometry": {"coordinates": [[[-82.73899781655896, 28.29509885712784], [-81.94109477480885, 28.295097837164125], [-81.94109814778456, 29.063197748060915], [-82.73899797844567, 29.06319885933274], [-82.73899781655896, 28.29509885712784]]], "type": "Polygon"}, "id": "70", "properties": {"collect_end": "2006-03-05", "collect_start": "2006-03-05", "dem_gsd_meters": 3.0, "fid": 71, "geoid": "Unknown", "horiz_crs": "2237", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_CITRUS_SUMTER_2006", "lpc_pub_date": "2012-06-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_CITRUS-SUMTER_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_CITRUS_SUMTER_2006_Legacy_Data", "project_id": -11860, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_CITRUS_SUMTER_2006", "workunit_id": -1186}, "type": "Feature"}, {"bbox": [-82.0503012247052, 33.177697025150074, -81.16429992040965, 33.907197045662826], "geometry": {"coordinates": [[[-82.0503012247052, 33.17769872447859], [-81.16430058746934, 33.177697025150074], [-81.16429992040965, 33.907195957736946], [-82.05030044932317, 33.907197045662826], [-82.0503012247052, 33.17769872447859]]], "type": "Polygon"}, "id": "71", "properties": {"collect_end": "2006-03-17", "collect_start": "2006-03-15", "dem_gsd_meters": null, "fid": 72, "geoid": "GEOID99", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_AIKENCO_2006", "lpc_pub_date": "2014-08-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_AIKENCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_AIKENCO_2006_Legacy_Data", "project_id": -15710, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "SC_AIKENCO_2006", "workunit_id": -1571}, "type": "Feature"}, {"bbox": [-84.8261975232051, 40.10119820631804, -80.49709798507459, 41.99519980346474], "geometry": {"coordinates": [[[-84.8261975232051, 40.10119876863659], [-80.49709798507459, 40.10119820631804], [-80.49709972992211, 41.99519968162859], [-84.82619607005174, 41.99519980346474], [-84.8261975232051, 40.10119876863659]]], "type": "Polygon"}, "id": "72", "properties": {"collect_end": "2006-05-07", "collect_start": "2006-03-18", "dem_gsd_meters": 3.0, "fid": 73, "geoid": "Unknown", "horiz_crs": "3734", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OH_NORTH_2006", "lpc_pub_date": "2014-08-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OH_NORTH_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OH_NORTH_2006_Legacy_Data", "project_id": -15030, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OH_NORTH_2006", "workunit_id": -1503}, "type": "Feature"}, {"bbox": [-76.2967978894919, 38.729500987926265, -75.69909534024293, 39.38210217919877], "geometry": {"coordinates": [[[-76.2967959050633, 38.729500987926265], [-75.69909534024293, 38.72950171884504], [-75.69909754520607, 39.38210217919877], [-76.2967978894919, 39.382101635251935], [-76.2967959050633, 38.729500987926265]]], "type": "Polygon"}, "id": "73", "properties": {"collect_end": "2006-04-06", "collect_start": "2006-03-18", "dem_gsd_meters": 3.0, "fid": 74, "geoid": "Unknown", "horiz_crs": "26985", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MD_KENT_QUEENANNE_CAROLINE_2006", "lpc_pub_date": "2014-07-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MD_KENT_QUEENANNE_CAROLINE_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MD_KENT_QUEENANNE_CAROLINE_2006_Legacy_Data", "project_id": -14010, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MD_KENT_QUEENANNE_CAROLINE_2006", "workunit_id": -1401}, "type": "Feature"}, {"bbox": [-82.85029875903165, 39.550698554824706, -82.1721985491393, 40.29229834263361], "geometry": {"coordinates": [[[-82.85029875903165, 39.550698554824706], [-82.1721985491393, 39.55069926868693], [-82.17219864582017, 40.29229834263361], [-82.85029825152706, 40.29229809021718], [-82.85029875903165, 39.550698554824706]]], "type": "Polygon"}, "id": "74", "properties": {"collect_end": "2006-05-07", "collect_start": "2006-03-18", "dem_gsd_meters": 3.0, "fid": 75, "geoid": "Unknown", "horiz_crs": "3735", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OH_SOUTH_2006", "lpc_pub_date": "2014-08-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OH_SOUTH_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OH_SOUTH_2006_Legacy_Data", "project_id": -15040, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OH_SOUTH_2006", "workunit_id": -1504}, "type": "Feature"}, {"bbox": [-80.57519947723155, 40.6018984846532, -74.64619948898483, 42.290300609408334], "geometry": {"coordinates": [[[-80.57519818289131, 40.6018984846532], [-74.64619948898483, 40.60190004397731], [-74.64619960452124, 42.290298972935105], [-80.57519947723155, 42.290300609408334], [-80.57519818289131, 40.6018984846532]]], "type": "Polygon"}, "id": "75", "properties": {"collect_end": "2008-05-13", "collect_start": "2006-03-21", "dem_gsd_meters": 3.0, "fid": 76, "geoid": "Unknown", "horiz_crs": "2271", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/PA_STATEWIDE_N_2006_2008", "lpc_pub_date": "2012-06-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/PA_STATEWIDE_N_2006-2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "PA_STATEWIDE_N_2006_2008_Legacy_Data", "project_id": -15690, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "PA_STATEWIDE_N_2006_2008", "workunit_id": -1569}, "type": "Feature"}, {"bbox": [-80.57429928314885, 39.67989843656477, -74.70110003011636, 41.184199880489096], "geometry": {"coordinates": [[[-80.57429785764948, 39.67989843656477], [-74.70110151437413, 39.679902549731835], [-74.70110003011636, 41.184199880489096], [-80.57429928314885, 41.1841987662922], [-80.57429785764948, 39.67989843656477]]], "type": "Polygon"}, "id": "76", "properties": {"collect_end": "2008-05-02", "collect_start": "2006-03-21", "dem_gsd_meters": 3.0, "fid": 77, "geoid": "Unknown", "horiz_crs": "2272", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/PA_STATEWIDE_S_2006_2008", "lpc_pub_date": "2012-06-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/PA_STATEWIDE_S_2006-2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "PA_STATEWIDE_S_2006_2008_Legacy_Data", "project_id": -15700, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "PA_STATEWIDE_S_2006_2008", "workunit_id": -1570}, "type": "Feature"}, {"bbox": [-118.20380127361067, 32.5102, -117.11659969697394, 33.769100662802096], "geometry": {"coordinates": [[[-118.2038, 32.5102], [-117.1166, 32.5102], [-117.11659969697394, 33.769100662802096], [-118.20380127361067, 33.76909973341565], [-118.2038, 32.5102]]], "type": "Polygon"}, "id": "77", "properties": {"collect_end": "2006-03-25", "collect_start": "2006-03-24", "dem_gsd_meters": null, "fid": 78, "geoid": "GEOID99", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SCRIPPS_MAR_2006", "lpc_pub_date": "2012-05-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": "2023-12-11", "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SCRIPPS-MAR_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SCRIPPS_MAR_2006_Legacy_Data", "project_id": -11680, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CA_SCRIPPS_MAR_2006", "workunit_id": -1168}, "type": "Feature"}, {"bbox": [-89.65450132491713, 30.64719423736565, -88.61889969258661, 31.43429603521561], "geometry": {"coordinates": [[[-89.65450132491713, 30.647196372563386], [-88.6189009386025, 30.64719423736565], [-88.61889969258661, 31.434295985686582], [-89.65450045351595, 31.43429603521561], [-89.65450132491713, 30.647196372563386]]], "type": "Polygon"}, "id": "78", "properties": {"collect_end": "2006-04-12", "collect_start": "2006-03-26", "dem_gsd_meters": 3.0, "fid": 79, "geoid": "Unknown", "horiz_crs": "2254", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MS_CAMPSHELBY_2006", "lpc_pub_date": "2014-05-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MS_CAMPSHELBY_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MS_CAMPSHELBY_2006_Legacy_Data", "project_id": -14640, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "MS_CAMPSHELBY_2006", "workunit_id": -1464}, "type": "Feature"}, {"bbox": [-95.60320076269977, 39.02459792034538, -95.16799986017837, 39.42309783309293], "geometry": {"coordinates": [[[-95.60320053491091, 39.02459792034538], [-95.16799986017837, 39.02459793342946], [-95.16800097995879, 39.423097371916604], [-95.60320076269977, 39.42309783309293], [-95.60320053491091, 39.02459792034538]]], "type": "Polygon"}, "id": "79", "properties": {"collect_end": "2006-04-03", "collect_start": "2006-03-29", "dem_gsd_meters": 3.0, "fid": 80, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_JEFFERSONCO_2006", "lpc_pub_date": "2014-06-23", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_JEFFERSONCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_JEFFERSONCO_2006_Legacy_Data", "project_id": -13630, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_JEFFERSONCO_2006", "workunit_id": -1363}, "type": "Feature"}, {"bbox": [-96.97330059426858, 39.027398094652995, -96.67010061028869, 39.31599821922585], "geometry": {"coordinates": [[[-96.97330032901115, 39.027398094652995], [-96.67010061028869, 39.0273981811672], [-96.67010071715445, 39.315998184951184], [-96.97330059426858, 39.31599821922585], [-96.97330032901115, 39.027398094652995]]], "type": "Polygon"}, "id": "80", "properties": {"collect_end": "2006-04-01", "collect_start": "2006-04-01", "dem_gsd_meters": 3.0, "fid": 81, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_FTRILEY_2006", "lpc_pub_date": "2012-09-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_FTRILEY_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_FTRILEY_2006_Legacy_Data", "project_id": -13580, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_FTRILEY_2006", "workunit_id": -1358}, "type": "Feature"}, {"bbox": [-96.03710113999534, 38.864797902121694, -95.50089969097414, 39.21679829531481], "geometry": {"coordinates": [[[-96.03710053294925, 38.864798221289156], [-95.50089969097414, 38.864797902121694], [-95.50090094657475, 39.21679790378896], [-96.03710113999534, 39.21679829531481], [-96.03710053294925, 38.864798221289156]]], "type": "Polygon"}, "id": "81", "properties": {"collect_end": "2006-04-04", "collect_start": "2006-04-04", "dem_gsd_meters": 3.0, "fid": 82, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_SHAWNEECOUNTY_2006", "lpc_pub_date": "2012-06-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_SHAWNEECOUNTY_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_SHAWNEECOUNTY_2006_Legacy_Data", "project_id": -13860, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_SHAWNEECOUNTY_2006", "workunit_id": -1386}, "type": "Feature"}, {"bbox": [-96.50050083166346, 39.07969814327414, -95.94530112832658, 39.26539831745488], "geometry": {"coordinates": [[[-96.5005007816098, 39.07969814327414], [-95.94530112832658, 39.079698171026024], [-95.94530120717396, 39.26539830740071], [-96.50050083166346, 39.26539831745488], [-96.5005007816098, 39.07969814327414]]], "type": "Polygon"}, "id": "82", "properties": {"collect_end": "2006-04-08", "collect_start": "2006-04-05", "dem_gsd_meters": 3.0, "fid": 83, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_KANSASRIVER_2006", "lpc_pub_date": "2012-07-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_KANSASRIVER_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_KANSASRIVER_2006_Legacy_Data", "project_id": -13660, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_KANSASRIVER_2006", "workunit_id": -1366}, "type": "Feature"}, {"bbox": [-122.2578015320229, 36.90099985049776, -121.39540044204182, 37.508800651171576], "geometry": {"coordinates": [[[-122.2578015320229, 36.90100242471362], [-121.39540044204182, 36.90099985049776], [-121.39540049673904, 37.50880036611453], [-122.25780085902826, 37.508800651171576], [-122.2578015320229, 36.90100242471362]]], "type": "Polygon"}, "id": "83", "properties": {"collect_end": "2006-05-01", "collect_start": "2006-04-06", "dem_gsd_meters": 3.0, "fid": 84, "geoid": "GEOID03", "horiz_crs": "2227", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANTACLARACO_A_2006", "lpc_pub_date": "2012-06-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANTACLARACO-A_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SANTACLARACO_A_2006_Legacy_Data", "project_id": -11610, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "CA_SANTACLARACO_A_2006", "workunit_id": -1161}, "type": "Feature"}, {"bbox": [-121.88160400866794, 36.953299257785126, -121.1950987258154, 37.490000506567554], "geometry": {"coordinates": [[[-121.88160400866794, 36.95330184905421], [-121.1950987258154, 36.953299257785126], [-121.19510070647614, 37.490000506567554], [-121.88160149373445, 37.49000005541282], [-121.88160400866794, 36.95330184905421]]], "type": "Polygon"}, "id": "84", "properties": {"collect_end": "2006-05-01", "collect_start": "2006-04-06", "dem_gsd_meters": 3.0, "fid": 85, "geoid": "GEOID03", "horiz_crs": "2227", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANTACLARACO_B_2006", "lpc_pub_date": "2012-06-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANTACLARACO-B_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SANTACLARACO_B_2006_Legacy_Data", "project_id": -11620, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "CA_SANTACLARACO_B_2006", "workunit_id": -1162}, "type": "Feature"}, {"bbox": [-122.20900186079881, 36.87650071521633, -121.5506004507894, 37.37510077846149], "geometry": {"coordinates": [[[-122.20900186079881, 36.87650228679146], [-121.55060177199823, 36.87650071521633], [-121.5506004507894, 37.37509981604081], [-122.20900182446468, 37.37510077846149], [-122.20900186079881, 36.87650228679146]]], "type": "Polygon"}, "id": "85", "properties": {"collect_end": "2006-05-01", "collect_start": "2006-04-06", "dem_gsd_meters": 3.0, "fid": 86, "geoid": "GEOID03", "horiz_crs": "2227", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_SANTACLARACO_C_2006", "lpc_pub_date": "2014-01-29", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_SANTACLARACO-C_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_SANTACLARACO_C_2006_Legacy_Data", "project_id": -11630, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "CA_SANTACLARACO_C_2006", "workunit_id": -1163}, "type": "Feature"}, {"bbox": [-96.90650067979915, 38.9847980637998, -96.47860075765443, 39.38279832824197], "geometry": {"coordinates": [[[-96.90650036456897, 38.984798106700076], [-96.47860075765443, 38.9847980637998], [-96.47860088423047, 39.38279832824197], [-96.90650067979915, 39.38279815550338], [-96.90650036456897, 38.984798106700076]]], "type": "Polygon"}, "id": "86", "properties": {"collect_end": "2006-04-09", "collect_start": "2006-04-09", "dem_gsd_meters": 3.0, "fid": 87, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_MANHATTAN_2006", "lpc_pub_date": "2012-07-30", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_MANHATTAN_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_MANHATTAN_2006_Legacy_Data", "project_id": -13710, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_MANHATTAN_2006", "workunit_id": -1371}, "type": "Feature"}, {"bbox": [-95.87580527086774, 28.818397419405112, -95.04660540056197, 29.603695999650366], "geometry": {"coordinates": [[[-95.87580527086774, 28.81839748986454], [-95.04660540056197, 28.818397419405112], [-95.04660541442644, 29.60369562654362], [-95.87580467971307, 29.603695999650366], [-95.87580527086774, 28.81839748986454]]], "type": "Polygon"}, "id": "87", "properties": {"collect_end": "2006-05-13", "collect_start": "2006-04-09", "dem_gsd_meters": 3.0, "fid": 88, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_BRAZORIA_2006", "lpc_pub_date": "2013-05-28", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_BRAZORIA_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_BRAZORIA_2006_Legacy_Data", "project_id": -16380, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_BRAZORIA_2006", "workunit_id": -1638}, "type": "Feature"}, {"bbox": [-97.53920588440715, 27.812297829595035, -96.78850433099262, 28.562898117295287], "geometry": {"coordinates": [[[-97.53920588440715, 27.812297973874188], [-96.7885059194145, 27.812297829595035], [-96.78850433099262, 28.562897373511163], [-97.53920473112011, 28.562898117295287], [-97.53920588440715, 27.812297973874188]]], "type": "Polygon"}, "id": "88", "properties": {"collect_end": "2006-07-15", "collect_start": "2006-04-09", "dem_gsd_meters": 3.0, "fid": 89, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_ARANSAS_REFUGIO_2006", "lpc_pub_date": "2013-05-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_ARANSAS_REFUGIO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_ARANSAS_REFUGIO_2006_Legacy_Data", "project_id": -16350, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_ARANSAS_REFUGIO_2006", "workunit_id": -1635}, "type": "Feature"}, {"bbox": [-96.38240497150852, 28.37499792963285, -95.4993046460796, 29.237696623706544], "geometry": {"coordinates": [[[-96.38240497150852, 28.37499802604955], [-95.499305576364, 28.37499792963285], [-95.4993046460796, 29.237696623706544], [-96.38240404864233, 29.237696254019585], [-96.38240497150852, 28.37499802604955]]], "type": "Polygon"}, "id": "89", "properties": {"collect_end": "2006-05-13", "collect_start": "2006-04-09", "dem_gsd_meters": 3.0, "fid": 90, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_MATAGORDA_2006", "lpc_pub_date": "2013-05-31", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_MATAGORDA_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_MATAGORDA_2006_Legacy_Data", "project_id": -16520, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_MATAGORDA_2006", "workunit_id": -1652}, "type": "Feature"}, {"bbox": [-96.94420425988, 28.670797206628585, -96.30750413738787, 29.26839657850244], "geometry": {"coordinates": [[[-96.94420425988, 28.670797466051603], [-96.30750640613918, 28.670797206628585], [-96.30750413738787, 29.268396318470845], [-96.94420307555414, 29.26839657850244], [-96.94420425988, 28.670797466051603]]], "type": "Polygon"}, "id": "90", "properties": {"collect_end": "2006-05-13", "collect_start": "2006-04-09", "dem_gsd_meters": 3.0, "fid": 91, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_JACKSON_2006", "lpc_pub_date": "2013-05-30", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_JACKSON_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_JACKSON_2006_Legacy_Data", "project_id": -16450, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_JACKSON_2006", "workunit_id": -1645}, "type": "Feature"}, {"bbox": [-95.05710030619781, 38.70849783382789, -94.60730050366168, 39.061498016506164], "geometry": {"coordinates": [[[-95.0570994716183, 38.70849783382789], [-94.60730050366168, 38.708497999251115], [-94.60730114125458, 39.061498016506164], [-95.05710030619781, 39.061497813448945], [-95.0570994716183, 38.70849783382789]]], "type": "Polygon"}, "id": "91", "properties": {"collect_end": "2006-04-11", "collect_start": "2006-04-10", "dem_gsd_meters": 3.0, "fid": 92, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_JOHNSONCO_2006", "lpc_pub_date": "2012-09-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_JOHNSONCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_JOHNSONCO_2006_Legacy_Data", "project_id": -13650, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_JOHNSONCO_2006", "workunit_id": -1365}, "type": "Feature"}, {"bbox": [-94.91110154549655, 38.98639802014864, -94.58780105096673, 39.20369799825774], "geometry": {"coordinates": [[[-94.91110030234628, 38.98639802014864], [-94.58780105096673, 38.986398054208216], [-94.58780128538437, 39.20369799825774], [-94.91110154549655, 39.2036973711355], [-94.91110030234628, 38.98639802014864]]], "type": "Polygon"}, "id": "92", "properties": {"collect_end": "2006-04-20", "collect_start": "2006-04-12", "dem_gsd_meters": 3.0, "fid": 93, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_WYANDOTTECO_2006", "lpc_pub_date": "2012-06-21", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_WYANDOTTECO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_WYANDOTTECO_2006_Legacy_Data", "project_id": -13880, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_WYANDOTTECO_2006", "workunit_id": -1388}, "type": "Feature"}, {"bbox": [-89.02329880102701, 43.18790228433779, -88.3809976946181, 43.63980243681287], "geometry": {"coordinates": [[[-89.02329880102701, 43.187902361240404], [-88.3809976946181, 43.18790228433779], [-88.3809987644095, 43.63980243681287], [-89.02329830014548, 43.639801776925935], [-89.02329880102701, 43.187902361240404]]], "type": "Polygon"}, "id": "93", "properties": {"collect_end": "2006-04-12", "collect_start": "2006-04-12", "dem_gsd_meters": 3.0, "fid": 94, "geoid": "GEOID03", "horiz_crs": "8129", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WI_DODGE_2006", "lpc_pub_date": "2014-03-31", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WI_DODGE_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WI_DODGE_2006_Legacy_Data", "project_id": -17020, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "WI_DODGE_2006", "workunit_id": -1702}, "type": "Feature"}, {"bbox": [-94.60830134691562, 38.83399789996512, -94.1038007185434, 39.237998324471356], "geometry": {"coordinates": [[[-94.6083007043717, 38.83399804075932], [-94.10380075226277, 38.83399789996512], [-94.1038007185434, 39.237998324471356], [-94.60830134691562, 39.23799791568173], [-94.6083007043717, 38.83399804075932]]], "type": "Polygon"}, "id": "94", "properties": {"collect_end": "2006-04-19", "collect_start": "2006-04-15", "dem_gsd_meters": 3.0, "fid": 95, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_JACKSONCO_2006", "lpc_pub_date": "2012-09-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_JACKSONCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_JACKSONCO_2006_Legacy_Data", "project_id": -13620, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_JACKSONCO_2006", "workunit_id": -1362}, "type": "Feature"}, {"bbox": [-94.98760537697436, 29.499594551319277, -94.35070550599954, 29.90649557301658], "geometry": {"coordinates": [[[-94.98760537697436, 29.499595581354875], [-94.35070553375783, 29.499594551319277], [-94.35070550599954, 29.90649485788345], [-94.98760508162985, 29.90649557301658], [-94.98760537697436, 29.499595581354875]]], "type": "Polygon"}, "id": "95", "properties": {"collect_end": "2006-06-12", "collect_start": "2006-04-22", "dem_gsd_meters": 3.0, "fid": 96, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_CHAMBERS_2006", "lpc_pub_date": "2013-05-29", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_CHAMBERS_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_CHAMBERS_2006_Legacy_Data", "project_id": -16400, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_CHAMBERS_2006", "workunit_id": -1640}, "type": "Feature"}, {"bbox": [-80.82610004572457, 32.10699552507726, -78.5508965857818, 33.856397174389826], "geometry": {"coordinates": [[[-80.82609520805129, 32.10699602623707], [-78.5508965857818, 32.10699552507726], [-78.550897826783, 33.856397174389826], [-80.82610004572457, 33.856396225967465], [-80.82609520805129, 32.10699602623707]]], "type": "Polygon"}, "id": "96", "properties": {"collect_end": "2006-04-24", "collect_start": "2006-04-24", "dem_gsd_meters": null, "fid": 97, "geoid": "GEOID03", "horiz_crs": "26917", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_SHOALS_2006", "lpc_pub_date": "2013-02-04", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_SHOALS_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_SHOALS_2006_Legacy_Data", "project_id": -15960, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_SHOALS_2006", "workunit_id": -1596}, "type": "Feature"}, {"bbox": [-97.2493027750669, 47.01040000353416, -95.2175004820894, 49.00230458280496], "geometry": {"coordinates": [[[-97.2493027750669, 47.01040000353416], [-95.2175004820894, 47.01040059061894], [-95.217509374527, 49.00230458280496], [-97.24930221124713, 49.00230277416904], [-97.2493027750669, 47.01040000353416]]], "type": "Polygon"}, "id": "97", "properties": {"collect_end": "2006-12-21", "collect_start": "2006-04-25", "dem_gsd_meters": 3.0, "fid": 98, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_REDRIVER_2006", "lpc_pub_date": "2012-06-17", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_REDRIVER_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MN_REDRIVER_2006_Legacy_Data", "project_id": -14240, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "MN_REDRIVER_2006", "workunit_id": -1424}, "type": "Feature"}, {"bbox": [-108.82569936757311, 42.752204144926644, -108.66779925096091, 42.878204441975534], "geometry": {"coordinates": [[[-108.82569902701657, 42.75220447378955], [-108.66779925096091, 42.752204144926644], [-108.66779930290168, 42.87820425462485], [-108.82569936757311, 42.878204441975534], [-108.82569902701657, 42.75220447378955]]], "type": "Polygon"}, "id": "98", "properties": {"collect_end": "2006-04-27", "collect_start": "2006-04-26", "dem_gsd_meters": null, "fid": 99, "geoid": "GEOID99", "horiz_crs": "26912", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WY_NRCS_LIDAR_2006", "lpc_pub_date": "2012-10-01", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WY_NRCS_LIDAR_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WY_NRCS_LIDAR_2006_Legacy_Data", "project_id": -17090, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "WY_NRCS_LIDAR_2006", "workunit_id": -1709}, "type": "Feature"}, {"bbox": [-99.8001038718265, 30.213496403842385, -98.06280460928305, 31.845598027352505], "geometry": {"coordinates": [[[-99.80010304945955, 30.213498381676942], [-98.06280460928305, 30.213496403842385], [-98.06280541583887, 31.845598027352505], [-99.8001038718265, 31.845597948787226], [-99.80010304945955, 30.213498381676942]]], "type": "Polygon"}, "id": "99", "properties": {"collect_end": "2006-05-05", "collect_start": "2006-05-05", "dem_gsd_meters": null, "fid": 100, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_LCRA_THALWEG_2006", "lpc_pub_date": "2012-09-05", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_LCRA_THALWEG_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_LCRA_THALWEG_2006_Legacy_Data", "project_id": -16490, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_LCRA_THALWEG_2006", "workunit_id": -1649}, "type": "Feature"}, {"bbox": [-95.5085003612962, 38.73029781862818, -95.05049944263992, 39.076097841582616], "geometry": {"coordinates": [[[-95.50849945132005, 38.730298000057594], [-95.05049944263992, 38.73029781862818], [-95.05050042349946, 39.07609776239057], [-95.5085003612962, 39.076097841582616], [-95.50849945132005, 38.730298000057594]]], "type": "Polygon"}, "id": "100", "properties": {"collect_end": "2006-05-28", "collect_start": "2006-05-25", "dem_gsd_meters": 3.0, "fid": 101, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_DOUGLASCOUNTY_2006", "lpc_pub_date": "2014-06-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_DOUGLASCOUNTY_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_DOUGLASCOUNTY_2006_Legacy_Data", "project_id": -13550, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_DOUGLASCOUNTY_2006", "workunit_id": -1355}, "type": "Feature"}, {"bbox": [-94.12540529409561, 29.9666941056814, -93.68740329249381, 30.249996022796662], "geometry": {"coordinates": [[[-94.12540529409561, 29.966694792277718], [-93.68740390976333, 29.9666941056814], [-93.68740329249381, 30.249996022796662], [-94.12540462393825, 30.249994986936045], [-94.12540529409561, 29.966694792277718]]], "type": "Polygon"}, "id": "101", "properties": {"collect_end": "2006-06-06", "collect_start": "2006-06-04", "dem_gsd_meters": 3.0, "fid": 102, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_ORANGE_2006", "lpc_pub_date": "2013-06-05", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_ORANGE_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_ORANGE_2006_Legacy_Data", "project_id": -16560, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_ORANGE_2006", "workunit_id": -1656}, "type": "Feature"}, {"bbox": [-97.3062049155739, 28.485897640901158, -96.65560370598237, 29.103997590541983], "geometry": {"coordinates": [[[-97.3062049155739, 28.485897640901158], [-96.65560443341093, 28.485897717615877], [-96.65560370598237, 29.10399626713409], [-97.30620362533965, 29.103997590541983], [-97.3062049155739, 28.485897640901158]]], "type": "Polygon"}, "id": "102", "properties": {"collect_end": "2006-06-26", "collect_start": "2006-06-14", "dem_gsd_meters": 3.0, "fid": 103, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_VICTORIA_2006", "lpc_pub_date": "2013-06-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_VICTORIA_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_VICTORIA_2006_Legacy_Data", "project_id": -16580, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_VICTORIA_2006", "workunit_id": -1658}, "type": "Feature"}, {"bbox": [-87.64399863404273, 30.271394275872005, -86.82859891864081, 31.008095441335502], "geometry": {"coordinates": [[[-87.64399838238555, 30.271394275872005], [-86.82859906774566, 30.271394404871906], [-86.82859891864081, 31.008095441335502], [-87.64399863404273, 31.008094066307116], [-87.64399838238555, 30.271394275872005]]], "type": "Polygon"}, "id": "103", "properties": {"collect_end": "2006-07-18", "collect_start": "2006-06-21", "dem_gsd_meters": 3.0, "fid": 104, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_ESCAMBIACO_2006", "lpc_pub_date": "2012-07-02", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_ESCAMBIACO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_ESCAMBIACO_2006_Legacy_Data", "project_id": -11910, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_ESCAMBIACO_2006", "workunit_id": -1191}, "type": "Feature"}, {"bbox": [-122.36170155624801, 37.445700066884825, -121.46369918340426, 37.913901826134605], "geometry": {"coordinates": [[[-122.36170155624801, 37.44570164800862], [-121.4637002369877, 37.445700066884825], [-121.46369918340426, 37.913901826134605], [-122.36170039394618, 37.91390153883894], [-122.36170155624801, 37.44570164800862]]], "type": "Polygon"}, "id": "104", "properties": {"collect_end": "2006-07-02", "collect_start": "2006-06-25", "dem_gsd_meters": 3.0, "fid": 105, "geoid": "Unknown", "horiz_crs": "2227", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_ALAMEDACO_2006", "lpc_pub_date": "2014-06-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_ALAMEDACO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_ALAMEDACO_2006_Legacy_Data", "project_id": -11430, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "CA_ALAMEDACO_2006", "workunit_id": -1143}, "type": "Feature"}, {"bbox": [-86.3235988437944, 30.495995555759286, -86.1141981619113, 30.605496432718656], "geometry": {"coordinates": [[[-86.32359867978653, 30.495995555759286], [-86.1141981619113, 30.495996326916085], [-86.11419843406601, 30.605496432718656], [-86.3235988437944, 30.60549578960718], [-86.32359867978653, 30.495995555759286]]], "type": "Polygon"}, "id": "105", "properties": {"collect_end": "2008-06-15", "collect_start": "2006-07-01", "dem_gsd_meters": 3.0, "fid": 106, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_ELGIN_2006_2008", "lpc_pub_date": "2012-08-09", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_ELGIN_2006-2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_ELGIN_2006_2008_Legacy_Data", "project_id": -11900, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_ELGIN_2006_2008", "workunit_id": -1190}, "type": "Feature"}, {"bbox": [-94.46920549427459, 29.560493445750975, -93.82770382713062, 30.21899581994844], "geometry": {"coordinates": [[[-94.46920549427459, 29.560494796699388], [-93.82770456727793, 29.560493445750975], [-93.82770382713062, 30.21899581994844], [-94.46920432348796, 30.21899511272562], [-94.46920549427459, 29.560494796699388]]], "type": "Polygon"}, "id": "106", "properties": {"collect_end": "2006-07-06", "collect_start": "2006-07-04", "dem_gsd_meters": 3.0, "fid": 107, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_JEFFERSON_2006", "lpc_pub_date": "2013-05-30", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_JEFFERSON_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_JEFFERSON_2006_Legacy_Data", "project_id": -16460, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_JEFFERSON_2006", "workunit_id": -1646}, "type": "Feature"}, {"bbox": [-97.9108059357705, 27.81209799377172, -97.1320054036203, 28.18779820390897], "geometry": {"coordinates": [[[-97.9108059357705, 27.81209799377172], [-97.13200600951646, 27.81209810134868], [-97.1320054036203, 28.187797689876856], [-97.91080554946036, 28.18779820390897], [-97.9108059357705, 27.81209799377172]]], "type": "Polygon"}, "id": "107", "properties": {"collect_end": "2006-07-15", "collect_start": "2006-07-10", "dem_gsd_meters": 3.0, "fid": 108, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_SAN_PATRICIO_2006", "lpc_pub_date": "2013-06-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_SAN_PATRICIO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_SAN_PATRICIO_2006_Legacy_Data", "project_id": -16570, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_SAN_PATRICIO_2006", "workunit_id": -1657}, "type": "Feature"}, {"bbox": [-86.40779917649657, 30.26029530751193, -85.82079717566079, 31.002897977304105], "geometry": {"coordinates": [[[-86.40779838527884, 30.26029530751193], [-85.82079717566079, 30.260296737951638], [-85.82079942832735, 31.002897866338525], [-86.40779917649657, 31.002897977304105], [-86.40779838527884, 30.26029530751193]]], "type": "Polygon"}, "id": "108", "properties": {"collect_end": "2008-06-15", "collect_start": "2006-07-10", "dem_gsd_meters": 3.0, "fid": 109, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_WALTONAFB_2006_2008", "lpc_pub_date": "2013-05-17", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_WALTONAFB_2006-2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_WALTONAFB_2006_2008_Legacy_Data", "project_id": -12380, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_WALTONAFB_2006_2008", "workunit_id": -1238}, "type": "Feature"}, {"bbox": [-86.40779917649657, 30.26029530751193, -85.82079717566079, 31.002897977304105], "geometry": {"coordinates": [[[-86.40779838527884, 30.26029530751193], [-85.82079717566079, 30.260296737951638], [-85.82079942832735, 31.002897866338525], [-86.40779917649657, 31.002897977304105], [-86.40779838527884, 30.26029530751193]]], "type": "Polygon"}, "id": "109", "properties": {"collect_end": "2006-08-17", "collect_start": "2006-07-10", "dem_gsd_meters": 3.0, "fid": 110, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_WALTONCO_2006", "lpc_pub_date": "2012-08-01", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_WALTONCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_WALTONCO_2006_Legacy_Data", "project_id": -12390, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_WALTONCO_2006", "workunit_id": -1239}, "type": "Feature"}, {"bbox": [-75.19529883055557, 40.339600116803204, -74.70329931285642, 40.788000601059196], "geometry": {"coordinates": [[[-75.19529883055557, 40.33960078947473], [-74.70329931285642, 40.339600116803204], [-74.70329955183134, 40.78800026019449], [-75.1952987974247, 40.788000601059196], [-75.19529883055557, 40.33960078947473]]], "type": "Polygon"}, "id": "110", "properties": {"collect_end": "2006-07-17", "collect_start": "2006-07-17", "dem_gsd_meters": 3.0, "fid": 111, "geoid": "Unknown", "horiz_crs": "3424", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_HUNTERDON_2006", "lpc_pub_date": "2012-06-08", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_HUNTERDON_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NJ_HUNTERDON_2006_Legacy_Data", "project_id": -14890, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "NJ_HUNTERDON_2006", "workunit_id": -1489}, "type": "Feature"}, {"bbox": [-95.2351057338944, 29.08019519629767, -94.36870528659352, 29.59989581738393], "geometry": {"coordinates": [[[-95.23510563233717, 29.080197059325418], [-94.36870528659352, 29.08019519629767], [-94.36870571023364, 29.599894750171668], [-95.2351057338944, 29.59989581738393], [-95.23510563233717, 29.080197059325418]]], "type": "Polygon"}, "id": "111", "properties": {"collect_end": "2006-10-31", "collect_start": "2006-09-01", "dem_gsd_meters": 3.0, "fid": 112, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_GALVESTON_2006", "lpc_pub_date": "2013-05-29", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_GALVESTON_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_GALVESTON_2006_Legacy_Data", "project_id": -16430, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_GALVESTON_2006", "workunit_id": -1643}, "type": "Feature"}, {"bbox": [-116.21900108085585, 45.460799498143665, -115.55360035030029, 46.473198476583214], "geometry": {"coordinates": [[[-116.2190005621928, 45.460799944548036], [-115.55360119214988, 45.460799498143665], [-115.55360035030029, 46.473198476583214], [-116.21900108085585, 46.473198452421386], [-116.2190005621928, 45.460799944548036]]], "type": "Polygon"}, "id": "112", "properties": {"collect_end": "2006-10-03", "collect_start": "2006-09-29", "dem_gsd_meters": 1.0, "fid": 113, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Meets with variance", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Clearwater_NF_USFS_LiDAR/ID_SlateLolo_2006", "lpc_pub_date": "2015-12-22", "lpc_reason": "LPC meets v1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Clearwater_NF_USFS_LiDAR/ID_SlateLolo_2006", "onemeter_category": "Meets with variance", "onemeter_reason": "LPC meets v.1.0 or earlier draft specification", "p_method": "linear-mode lidar", "project": "Clearwater_NF_USFS_LiDAR", "project_id": 2730, "ql": "QL 2", "seamless_category": "Meets with variance", "seamless_reason": "LPC meets v.1.0 or earlier draft specification", "sourcedem_category": "Meets with variance", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Clearwater_NF_USFS_LiDAR/ID_SlateLolo_2006", "sourcedem_pub_date": "2015-12-10", "sourcedem_reason": "Source DEM meets v1.0 or draft LBS", "sourcedem_update": null, "spec": "Draft Version 13", "vert_crs": "5703", "workunit": "ID_SlateLolo_2006", "workunit_id": 14951}, "type": "Feature"}, {"bbox": [-118.9424014506804, 44.436298268202506, -118.42460199149193, 45.00379900424633], "geometry": {"coordinates": [[[-118.94240138467273, 44.436298268202506], [-118.42460199149193, 44.43629860595003], [-118.42460311688642, 45.00379900424633], [-118.9424014506804, 45.003798256664965], [-118.94240138467273, 44.436298268202506]]], "type": "Polygon"}, "id": "113", "properties": {"collect_end": "2006-10-07", "collect_start": "2006-10-05", "dem_gsd_meters": 3.0, "fid": 114, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_JOHN_DAY_PLC_2006", "lpc_pub_date": "2013-02-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_JOHN_DAY_PLC_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_JOHN_DAY_PLC_2006_Legacy_Data", "project_id": -15310, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OR_JOHN_DAY_PLC_2006", "workunit_id": -1531}, "type": "Feature"}, {"bbox": [-74.63239950008543, 40.24999982977777, -74.2015997671111, 40.610300047658704], "geometry": {"coordinates": [[[-74.63239931866441, 40.250000133135565], [-74.2015997671111, 40.24999982977777], [-74.20160020934891, 40.61029991062107], [-74.63239950008543, 40.610300047658704], [-74.63239931866441, 40.250000133135565]]], "type": "Polygon"}, "id": "114", "properties": {"collect_end": "2006-11-15", "collect_start": "2006-10-08", "dem_gsd_meters": 3.0, "fid": 115, "geoid": "Unknown", "horiz_crs": "3424", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_MIDDLESEX_2006", "lpc_pub_date": "2012-05-28", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_MIDDLESEX_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NJ_MIDDLESEX_2006_Legacy_Data", "project_id": -14910, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "NJ_MIDDLESEX_2006", "workunit_id": -1491}, "type": "Feature"}, {"bbox": [-112.26850281363272, 40.397502267217206, -111.54120232339842, 41.26150324804427], "geometry": {"coordinates": [[[-112.26850224500113, 40.397502267217206], [-111.54120232339842, 40.39750330641224], [-111.54120259791168, 41.26150324804427], [-112.26850281363272, 41.26150303291833], [-112.26850224500113, 40.397502267217206]]], "type": "Polygon"}, "id": "115", "properties": {"collect_end": "2007-05-15", "collect_start": "2006-10-14", "dem_gsd_meters": 3.0, "fid": 116, "geoid": "GEOID03", "horiz_crs": "26912", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/UT_SALTLAKE_2X0M_2006", "lpc_pub_date": "2013-04-15", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/UT_SALTLAKE_2X0M_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "UT_SALTLAKE_2X0M_2006_Legacy_Data", "project_id": -16680, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "UT_SALTLAKE_2X0M_2006", "workunit_id": -1668}, "type": "Feature"}, {"bbox": [-122.42569856466062, 45.370295031824504, -122.10329814993702, 45.575096293331896], "geometry": {"coordinates": [[[-122.42569779459, 45.370295031824504], [-122.10329814993702, 45.37029525870994], [-122.10329843263388, 45.575096293331896], [-122.42569856466062, 45.575095685175846], [-122.42569779459, 45.370295031824504]]], "type": "Polygon"}, "id": "116", "properties": {"collect_end": "2006-10-22", "collect_start": "2006-10-22", "dem_gsd_meters": 3.0, "fid": 117, "geoid": "GEOID03", "horiz_crs": "2269", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_SANDYRIVER_2006", "lpc_pub_date": "2012-06-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_SANDYRIVER_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_SANDYRIVER_2006_Legacy_Data", "project_id": -15560, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OR_SANDYRIVER_2006", "workunit_id": -1556}, "type": "Feature"}, {"bbox": [-93.14320154086873, 45.730000580372604, -92.29280048523266, 46.41940167784625], "geometry": {"coordinates": [[[-93.14320058626402, 45.730000580372604], [-92.2928005644217, 45.73000321466277], [-92.29280048523266, 46.419401389240484], [-93.14320154086873, 46.41940167784625], [-93.14320058626402, 45.730000580372604]]], "type": "Polygon"}, "id": "117", "properties": {"collect_end": "2006-11-04", "collect_start": "2006-10-25", "dem_gsd_meters": 3.0, "fid": 118, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_PINECO_2006", "lpc_pub_date": "2012-08-16", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_PINECO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MN_PINECO_2006_Legacy_Data", "project_id": -14230, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "MN_PINECO_2006", "workunit_id": -1423}, "type": "Feature"}, {"bbox": [-112.26760277499717, 40.405202264951946, -111.7764016281482, 41.17160321311206], "geometry": {"coordinates": [[[-112.26760226346987, 40.405202264951946], [-111.7764016281482, 40.40520329161246], [-111.7764029801281, 41.17160321311206], [-112.26760277499717, 41.17160299160314], [-112.26760226346987, 40.405202264951946]]], "type": "Polygon"}, "id": "118", "properties": {"collect_end": "2007-05-15", "collect_start": "2006-10-29", "dem_gsd_meters": 3.0, "fid": 119, "geoid": "GEOID03", "horiz_crs": "26912", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/UT_SALTLAKE_1X4M_2006", "lpc_pub_date": "2013-04-12", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/UT_SALTLAKE_1X4M_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "UT_SALTLAKE_1X4M_2006_Legacy_Data", "project_id": -16670, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "UT_SALTLAKE_1X4M_2006", "workunit_id": -1667}, "type": "Feature"}, {"bbox": [-75.22909976999384, 40.50669988342228, -74.09029959221964, 41.304199661564766], "geometry": {"coordinates": [[[-75.22909877824783, 40.506700794938396], [-74.09030052664079, 40.50669988342228], [-74.09029959221964, 41.304199571734195], [-75.22909976999384, 41.304199661564766], [-75.22909877824783, 40.506700794938396]]], "type": "Polygon"}, "id": "119", "properties": {"collect_end": "2007-02-08", "collect_start": "2006-11-09", "dem_gsd_meters": null, "fid": 120, "geoid": "GEOID03", "horiz_crs": "3424", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_HIGHLANDS_2006", "lpc_pub_date": "2012-07-02", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_HIGHLANDS_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NJ_HIGHLANDS_2006_Legacy_Data", "project_id": -14880, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "NJ_HIGHLANDS_2006", "workunit_id": -1488}, "type": "Feature"}, {"bbox": [-69.92739909777495, 44.253898431945785, -69.60839934334824, 44.403498787641624], "geometry": {"coordinates": [[[-69.92739905968799, 44.253898712000364], [-69.60839976332691, 44.253898431945785], [-69.60839934334824, 44.40349875426289], [-69.92739909777495, 44.403498787641624], [-69.92739905968799, 44.253898712000364]]], "type": "Polygon"}, "id": "120", "properties": {"collect_end": "2007-02-28", "collect_start": "2006-11-10", "dem_gsd_meters": 3.0, "fid": 121, "geoid": "Unknown", "horiz_crs": "26919", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ME_AUGUSTA_2006", "lpc_pub_date": "2014-07-17", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ME_AUGUSTA_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ME_AUGUSTA_2006_Legacy_Data", "project_id": -14090, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "ME_AUGUSTA_2006", "workunit_id": -1409}, "type": "Feature"}, {"bbox": [-70.84319830220963, 43.05299928214959, -69.84219897969837, 43.980198577782645], "geometry": {"coordinates": [[[-70.8431982841796, 43.05299928214959], [-69.84219980219106, 43.05299947040059], [-69.84219897969837, 43.980198577782645], [-70.84319830220963, 43.9801975288487], [-70.8431982841796, 43.05299928214959]]], "type": "Polygon"}, "id": "121", "properties": {"collect_end": "2006-11-26", "collect_start": "2006-11-10", "dem_gsd_meters": 3.0, "fid": 122, "geoid": "Unknown", "horiz_crs": "26919", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ME_CUMBERLAND_YORK_2006", "lpc_pub_date": "2012-08-14", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ME_CUMBERLAND-YORK_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ME_CUMBERLAND_YORK_2006_Legacy_Data", "project_id": -14100, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "ME_CUMBERLAND_YORK_2006", "workunit_id": -1410}, "type": "Feature"}, {"bbox": [-112.0118025079154, 40.58130285163817, -111.83340204520759, 40.894003334495], "geometry": {"coordinates": [[[-112.01180212927312, 40.58130285163817], [-111.83340204520759, 40.581303190371294], [-111.833402690617, 40.894003334495], [-112.0118025079154, 40.894003088221226], [-112.01180212927312, 40.58130285163817]]], "type": "Polygon"}, "id": "122", "properties": {"collect_end": "2006-12-07", "collect_start": "2006-11-16", "dem_gsd_meters": 3.0, "fid": 123, "geoid": "GEOID03", "horiz_crs": "26912", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/UT_SALTLAKE_1X0M_2006", "lpc_pub_date": "2013-04-12", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/UT_SALTLAKE_1X0M_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "UT_SALTLAKE_1X0M_2006_Legacy_Data", "project_id": -16660, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "UT_SALTLAKE_1X0M_2006", "workunit_id": -1666}, "type": "Feature"}, {"bbox": [-94.11490071426114, 38.90869751726029, -92.68929807205923, 39.70659884592301], "geometry": {"coordinates": [[[-94.11490071426114, 38.90869796482139], [-92.68929891849035, 38.90869751726029], [-92.68929807205923, 39.70659884592301], [-94.11490027416626, 39.70659884032544], [-94.11490071426114, 38.90869796482139]]], "type": "Polygon"}, "id": "123", "properties": {"collect_end": "2006-11-24", "collect_start": "2006-11-19", "dem_gsd_meters": 3.0, "fid": 124, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MO_4COUNTIES_2006", "lpc_pub_date": "2012-06-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MO_4COUNTIES_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MO_4COUNTIES_2006_Legacy_Data", "project_id": -14310, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MO_4COUNTIES_2006", "workunit_id": -1431}, "type": "Feature"}, {"bbox": [-88.42819850694205, 43.171702217856115, -88.01109717886446, 43.55830324024766], "geometry": {"coordinates": [[[-88.42819776948406, 43.171702217856115], [-88.01109717886446, 43.17170287672233], [-88.0110987335513, 43.55830324024766], [-88.42819850694205, 43.55830237884687], [-88.42819776948406, 43.171702217856115]]], "type": "Polygon"}, "id": "124", "properties": {"collect_end": "2006-12-19", "collect_start": "2006-12-18", "dem_gsd_meters": null, "fid": 125, "geoid": "Unknown", "horiz_crs": "32054", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WI_WASHINGTONCO_2006", "lpc_pub_date": "2012-09-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WI_WASHINGTONCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WI_WASHINGTONCO_2006_Legacy_Data", "project_id": -17050, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5702", "workunit": "WI_WASHINGTONCO_2006", "workunit_id": -1705}, "type": "Feature"}, {"bbox": [-99.87520396005462, 30.687397649296006, -99.46860385231766, 31.000198085329295], "geometry": {"coordinates": [[[-99.87520367970997, 30.68739830660503], [-99.46860385231766, 30.687397649296006], [-99.46860389847632, 31.00019774501537], [-99.87520396005462, 31.000198085329295], [-99.87520367970997, 30.68739830660503]]], "type": "Polygon"}, "id": "125", "properties": {"collect_end": "2007-01-07", "collect_start": "2006-12-31", "dem_gsd_meters": null, "fid": 126, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_MENARDCO_2006", "lpc_pub_date": "2012-09-05", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_MENARDCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_MENARDCO_2006_Legacy_Data", "project_id": -16540, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_MENARDCO_2006", "workunit_id": -1654}, "type": "Feature"}, {"bbox": [-99.0000041748428, 31.21869676095342, -98.4998039147471, 31.7187974256221], "geometry": {"coordinates": [[[-99.00000413758777, 31.218697202912008], [-98.4998039147471, 31.21869676095342], [-98.49980484406508, 31.7187974256221], [-99.0000041748428, 31.71879726213285], [-99.00000413758777, 31.218697202912008]]], "type": "Polygon"}, "id": "126", "properties": {"collect_end": "2007-01-07", "collect_start": "2006-12-31", "dem_gsd_meters": 3.0, "fid": 127, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_MILLSCO_2006", "lpc_pub_date": "2012-09-05", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_MILLSCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_MILLSCO_2006_Legacy_Data", "project_id": -16550, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_MILLSCO_2006", "workunit_id": -1655}, "type": "Feature"}, {"bbox": [-98.46890410405915, 30.40609638052151, -98.06220386535372, 31.031397189414747], "geometry": {"coordinates": [[[-98.46890410405915, 30.40609693698742], [-98.06220401954887, 30.40609638052151], [-98.06220386535372, 31.031397189414747], [-98.46890388466974, 31.03139690207831], [-98.46890410405915, 30.40609693698742]]], "type": "Polygon"}, "id": "127", "properties": {"collect_end": "2007-01-07", "collect_start": "2006-12-31", "dem_gsd_meters": 3.0, "fid": 128, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/TX_BurnetCo_2006", "lpc_pub_date": "2012-08-31", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_BURNETCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_BURNETCO_2006_Legacy_Data", "project_id": -16390, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_BURNETCO_2006", "workunit_id": -1639}, "type": "Feature"}, {"bbox": [-99.6877038882662, 31.406197759151432, -99.18740412455686, 31.500097981940236], "geometry": {"coordinates": [[[-99.68770388641911, 31.406197981342558], [-99.18740412455686, 31.406197759151432], [-99.18740422124439, 31.500097841859805], [-99.6877038882662, 31.500097981940236], [-99.68770388641911, 31.406197981342558]]], "type": "Polygon"}, "id": "128", "properties": {"collect_end": "2007-01-07", "collect_start": "2006-12-31", "dem_gsd_meters": 3.0, "fid": 129, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_COLEMANCO_2006", "lpc_pub_date": "2012-09-04", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_COLEMANCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_COLEMANCO_2006_Legacy_Data", "project_id": -16410, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_COLEMANCO_2006", "workunit_id": -1641}, "type": "Feature"}, {"bbox": [-98.59380425926499, 30.12489675381617, -98.12470376090344, 30.531396955482265], "geometry": {"coordinates": [[[-98.59380425926499, 30.124897448045008], [-98.12470477930897, 30.12489675381617], [-98.12470376090344, 30.53139656756728], [-98.59380395990466, 30.531396955482265], [-98.59380425926499, 30.124897448045008]]], "type": "Polygon"}, "id": "129", "properties": {"collect_end": "2007-01-07", "collect_start": "2006-12-31", "dem_gsd_meters": 3.0, "fid": 130, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_BLANCOCO_2006", "lpc_pub_date": "2012-08-31", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_BLANCOCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_BLANCOCO_2006_Legacy_Data", "project_id": -16370, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_BLANCOCO_2006", "workunit_id": -1637}, "type": "Feature"}, {"bbox": [-98.59390406854634, 30.999896936254025, -98.37480389420993, 31.281396911943713], "geometry": {"coordinates": [[[-98.59390388704749, 30.999896936254025], [-98.37480389420993, 30.9998969426843], [-98.37480415237354, 31.281396911943713], [-98.59390406854634, 31.281396850593353], [-98.59390388704749, 30.999896936254025]]], "type": "Polygon"}, "id": "130", "properties": {"collect_end": "2007-01-07", "collect_start": "2006-12-31", "dem_gsd_meters": 3.0, "fid": 131, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_LAMPASSASCO_2006", "lpc_pub_date": "2012-09-04", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_LAMPASSASCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_LAMPASSASCO_2006_Legacy_Data", "project_id": -16480, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_LAMPASSASCO_2006", "workunit_id": -1648}, "type": "Feature"}, {"bbox": [-98.96870390481672, 30.46859660117187, -98.34350389851711, 30.937597102217854], "geometry": {"coordinates": [[[-98.96870343414666, 30.46859660117187], [-98.34350399750275, 30.468596781248635], [-98.34350389851711, 30.93759694769721], [-98.96870390481672, 30.937597102217854], [-98.96870343414666, 30.46859660117187]]], "type": "Polygon"}, "id": "131", "properties": {"collect_end": "2007-01-07", "collect_start": "2006-12-31", "dem_gsd_meters": 3.0, "fid": 132, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_LLANOCO_2006", "lpc_pub_date": "2012-09-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_LLANOCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_LLANOCO_2006_Legacy_Data", "project_id": -16500, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_LLANOCO_2006", "workunit_id": -1650}, "type": "Feature"}, {"bbox": [-99.62520389186372, 30.93739719850711, -99.06240389925041, 31.500197913947446], "geometry": {"coordinates": [[[-99.62520389186372, 30.9373979126516], [-99.06240389925041, 30.93739719850711], [-99.06240434530436, 31.50019761439011], [-99.62520388847396, 31.500197913947446], [-99.62520389186372, 30.9373979126516]]], "type": "Polygon"}, "id": "132", "properties": {"collect_end": "2007-01-07", "collect_start": "2006-12-31", "dem_gsd_meters": null, "fid": 133, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_MCCULLOCHCO_2006", "lpc_pub_date": "2012-09-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_MCCULLOCHCO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_MCCULLOCHCO_2006_Legacy_Data", "project_id": -16530, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_MCCULLOCHCO_2006", "workunit_id": -1653}, "type": "Feature"}, {"bbox": [-99.87520369726364, 30.37479785953602, -99.46860342366051, 30.718898281063037], "geometry": {"coordinates": [[[-99.87520328600618, 30.3747984793176], [-99.46860342366051, 30.37479785953602], [-99.46860390408627, 30.71889763776948], [-99.87520369726364, 30.718898281063037], [-99.87520328600618, 30.3747984793176]]], "type": "Polygon"}, "id": "133", "properties": {"collect_end": "2007-01-07", "collect_start": "2006-12-31", "dem_gsd_meters": 3.0, "fid": 134, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_KIMBLECO_2006", "lpc_pub_date": "2012-09-04", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_KIMBLECO_2006", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_KIMBLECO_2006_Legacy_Data", "project_id": -16470, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_KIMBLECO_2006", "workunit_id": -1647}, "type": "Feature"}, {"bbox": [-70.9868984794554, 43.22979907528696, -70.25189862066233, 44.70109867815862], "geometry": {"coordinates": [[[-70.98689816376225, 43.22979910884274], [-70.25189862066233, 43.22979907528696], [-70.25189928023966, 44.70109867815862], [-70.9868984794554, 44.70109847498621], [-70.98689816376225, 43.22979910884274]]], "type": "Polygon"}, "id": "134", "properties": {"collect_end": "2007-12-31", "collect_start": "2007-01-01", "dem_gsd_meters": null, "fid": 135, "geoid": "Unknown", "horiz_crs": "26919", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ME_VARIOUS_2007", "lpc_pub_date": "2013-03-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ME_VARIOUS_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ME_VARIOUS_2007_Legacy_Data", "project_id": -14110, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "ME_VARIOUS_2007", "workunit_id": -1411}, "type": "Feature"}, {"bbox": [-122.14050114557229, 37.601400752519076, -121.18260039020319, 38.59220257604266], "geometry": {"coordinates": [[[-122.14050114557229, 37.601400752519076], [-121.18260039020319, 37.6014009010928], [-121.18260153065603, 38.59220257604266], [-122.14049879102397, 38.592201224201105], [-122.14050114557229, 37.601400752519076]]], "type": "Polygon"}, "id": "135", "properties": {"collect_end": "2007-02-01", "collect_start": "2007-01-01", "dem_gsd_meters": null, "fid": 136, "geoid": "Unknown", "horiz_crs": "26910", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_DELTA_2007", "lpc_pub_date": "2012-06-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_DELTA_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_DELTA_2007_Legacy_Data", "project_id": -11500, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CA_DELTA_2007", "workunit_id": -1150}, "type": "Feature"}, {"bbox": [-84.68039843562505, 30.37309752361106, -84.26019861464103, 30.686198326429057], "geometry": {"coordinates": [[[-84.68039842815942, 30.37309865864277], [-84.26019861464103, 30.37309752361106], [-84.26019868089446, 30.686197648867207], [-84.68039843562505, 30.686198326429057], [-84.68039842815942, 30.37309865864277]]], "type": "Polygon"}, "id": "136", "properties": {"collect_end": "2007-02-01", "collect_start": "2007-02-01", "dem_gsd_meters": 3.0, "fid": 137, "geoid": "Unknown", "horiz_crs": "2883", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LEONCO_2007", "lpc_pub_date": "2014-06-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LEONCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_LEONCO_2007_Legacy_Data", "project_id": -12120, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "FL_LEONCO_2007", "workunit_id": -1212}, "type": "Feature"}, {"bbox": [-81.07289837860407, 34.9996957415016, -80.53989764403077, 35.52239680336474], "geometry": {"coordinates": [[[-81.07289834947181, 34.999696073512276], [-80.53989764403077, 34.9996957415016], [-80.53989799028304, 35.52239645376057], [-81.07289837860407, 35.52239680336474], [-81.07289834947181, 34.999696073512276]]], "type": "Polygon"}, "id": "137", "properties": {"collect_end": "2007-02-24", "collect_start": "2007-02-12", "dem_gsd_meters": 3.0, "fid": 138, "geoid": "Unknown", "horiz_crs": "2264", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NC_MECKLENBURGCO_2007", "lpc_pub_date": "2013-05-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NC_MECKLENBURGCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NC_MECKLENBURGCO_2007_Legacy_Data", "project_id": -14700, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "NC_MECKLENBURGCO_2007", "workunit_id": -1470}, "type": "Feature"}, {"bbox": [-85.89199828304716, 30.408696943838788, -85.41639750337946, 30.646698208562526], "geometry": {"coordinates": [[[-85.89199778129986, 30.408696943838788], [-85.41639750337946, 30.408698537065185], [-85.4163978870197, 30.646698208562526], [-85.89199828304716, 30.646697086902893], [-85.89199778129986, 30.408696943838788]]], "type": "Polygon"}, "id": "138", "properties": {"collect_end": "2007-03-13", "collect_start": "2007-02-22", "dem_gsd_meters": 3.0, "fid": 139, "geoid": "GEOID03", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_WASHINGTONCOUNTY_2007", "lpc_pub_date": "2014-04-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_WASHINGTONCOUNTY_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_WASHINGTONCOUNTY_2007_Legacy_Data", "project_id": -12400, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "FL_WASHINGTONCOUNTY_2007", "workunit_id": -1240}, "type": "Feature"}, {"bbox": [-84.09089880544981, 30.290197571571028, -83.58959798437346, 30.690399690083677], "geometry": {"coordinates": [[[-84.09089867192374, 30.290197747403322], [-83.58959859400647, 30.290197571571028], [-83.58959798437346, 30.690399690083677], [-84.09089880544981, 30.690398017260822], [-84.09089867192374, 30.290197747403322]]], "type": "Polygon"}, "id": "139", "properties": {"collect_end": "2007-07-20", "collect_start": "2007-02-22", "dem_gsd_meters": 3.0, "fid": 140, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_JEFFERSONCO_NORTH_2007", "lpc_pub_date": "2013-07-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_JEFFERSONCO-NORTH_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_JEFFERSONCO_NORTH_2007_Legacy_Data", "project_id": -12050, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_JEFFERSONCO_NORTH_2007", "workunit_id": -1205}, "type": "Feature"}, {"bbox": [-85.40089794900683, 30.179298167740118, -85.29599593568256, 30.578698369708725], "geometry": {"coordinates": [[[-85.40089633982029, 30.179298167740118], [-85.29599593568256, 30.179298753430725], [-85.29599788184136, 30.578698360866852], [-85.40089794900683, 30.578698369708725], [-85.40089633982029, 30.179298167740118]]], "type": "Polygon"}, "id": "140", "properties": {"collect_end": "2007-03-13", "collect_start": "2007-02-22", "dem_gsd_meters": 3.0, "fid": 141, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_CALHOUN_COUNTY_2007", "lpc_pub_date": "2014-09-23", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_CALHOUN_COUNTY_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_CALHOUN_COUNTY_2007_Legacy_Data", "project_id": -11840, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_CALHOUN_COUNTY_2007", "workunit_id": -1184}, "type": "Feature"}, {"bbox": [-85.21249953754375, 30.716597526977463, -85.00449845114984, 31.00599846463861], "geometry": {"coordinates": [[[-85.21249789296037, 30.716597526977463], [-85.00449845114984, 30.716597990117442], [-85.00449978850826, 31.00599841000201], [-85.21249953754375, 31.00599846463861], [-85.21249789296037, 30.716597526977463]]], "type": "Polygon"}, "id": "141", "properties": {"collect_end": "2007-03-13", "collect_start": "2007-02-22", "dem_gsd_meters": 3.0, "fid": 142, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_JACKSON_BLUE_2007", "lpc_pub_date": "2014-04-09", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_JACKSON_BLUE_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_JACKSON_BLUE_2007_Legacy_Data", "project_id": -12030, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "FL_JACKSON_BLUE_2007", "workunit_id": -1203}, "type": "Feature"}, {"bbox": [-99.50010390053951, 30.37499710184047, -98.87490372684604, 31.000097780113236], "geometry": {"coordinates": [[[-99.50010339868557, 30.374997905807508], [-98.87490372684604, 30.37499710184047], [-98.87490391733095, 31.000097078115925], [-99.50010390053951, 31.000097780113236], [-99.50010339868557, 30.374997905807508]]], "type": "Polygon"}, "id": "142", "properties": {"collect_end": "2007-06-21", "collect_start": "2007-02-22", "dem_gsd_meters": 3.0, "fid": 143, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_MASON_2007", "lpc_pub_date": "2012-09-05", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_MASON_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_MASON_2007_Legacy_Data", "project_id": -16510, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "TX_MASON_2007", "workunit_id": -1651}, "type": "Feature"}, {"bbox": [-87.07639996621029, 35.95059758752366, -86.50729997655041, 36.19289876030679], "geometry": {"coordinates": [[[-87.07639996621029, 35.95059758752366], [-86.50730031672967, 35.950598596654025], [-86.50729997655041, 36.19289876030679], [-87.07639995235755, 36.19289800692665], [-87.07639996621029, 35.95059758752366]]], "type": "Polygon"}, "id": "143", "properties": {"collect_end": "2007-02-27", "collect_start": "2007-02-27", "dem_gsd_meters": 3.0, "fid": 144, "geoid": "Unknown", "horiz_crs": "2274", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TN_DAVIDSONCO_2007", "lpc_pub_date": "2014-08-15", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TN_DAVIDSONCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TN_DAVIDSONCO_2007_Legacy_Data", "project_id": -16290, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "TN_DAVIDSONCO_2007", "workunit_id": -1629}, "type": "Feature"}, {"bbox": [-81.76209829784334, 38.25859752174754, -81.48169804181603, 38.467997816236895], "geometry": {"coordinates": [[[-81.76209829784334, 38.25859775452506], [-81.48169806308469, 38.25859752174754], [-81.48169804181603, 38.467997816236895], [-81.76209806902675, 38.467997798781184], [-81.76209829784334, 38.25859775452506]]], "type": "Polygon"}, "id": "144", "properties": {"collect_end": "2007-03-01", "collect_start": "2007-03-01", "dem_gsd_meters": 3.0, "fid": 145, "geoid": "Unknown", "horiz_crs": "26862", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WV_CHARLESTON_2007", "lpc_pub_date": "2012-10-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WV_CHARLESTON_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WV_CHARLESTON_2007_Legacy_Data", "project_id": -17070, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "WV_CHARLESTON_2007", "workunit_id": -1707}, "type": "Feature"}, {"bbox": [-84.8408974155973, 38.3979981269824, -80.68759658117312, 40.366598823316295], "geometry": {"coordinates": [[[-84.8408974155973, 38.39799879145072], [-80.68759658117312, 38.3979981269824], [-80.68759796317099, 40.366598209713636], [-84.84089669665467, 40.366598823316295], [-84.8408974155973, 38.39799879145072]]], "type": "Polygon"}, "id": "145", "properties": {"collect_end": "2007-05-01", "collect_start": "2007-03-01", "dem_gsd_meters": 3.0, "fid": 146, "geoid": "Unknown", "horiz_crs": "3735", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OH_SOUTH_2007", "lpc_pub_date": "2014-08-12", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OH_SOUTH_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OH_SOUTH_2007_Legacy_Data", "project_id": -15050, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OH_SOUTH_2007", "workunit_id": -1505}, "type": "Feature"}, {"bbox": [-82.99190028574003, 34.189296859137485, -82.29390004716272, 34.82089802201235], "geometry": {"coordinates": [[[-82.99190028574003, 34.18929784896495], [-82.29390044320708, 34.189296859137485], [-82.29390004716272, 34.820897170587685], [-82.9919001467177, 34.82089802201235], [-82.99190028574003, 34.18929784896495]]], "type": "Polygon"}, "id": "146", "properties": {"collect_end": "2007-03-09", "collect_start": "2007-03-07", "dem_gsd_meters": 3.0, "fid": 147, "geoid": "Unknown", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_ANDERSONCO_2007", "lpc_pub_date": "2014-08-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_ANDERSONCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_ANDERSONCO_2007_Legacy_Data", "project_id": -15720, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_ANDERSONCO_2007", "workunit_id": -1572}, "type": "Feature"}, {"bbox": [-82.0650983010691, 30.098597590966204, -81.36799728112422, 30.589997638838536], "geometry": {"coordinates": [[[-82.06509829997924, 30.098597590966204], [-81.36799728112422, 30.098598372465556], [-81.36799797504152, 30.589997638838536], [-82.0650983010691, 30.589996147447902], [-82.06509829997924, 30.098597590966204]]], "type": "Polygon"}, "id": "147", "properties": {"collect_end": "2007-03-17", "collect_start": "2007-03-08", "dem_gsd_meters": 3.0, "fid": 148, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_DUVALCO_2007", "lpc_pub_date": "2012-07-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_DUVALCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_DUVALCO_2007_Legacy_Data", "project_id": -11890, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_DUVALCO_2007", "workunit_id": -1189}, "type": "Feature"}, {"bbox": [-84.63539738033653, 38.78329841943756, -84.22859680596338, 39.12679908282139], "geometry": {"coordinates": [[[-84.63539695674736, 38.7832993226792], [-84.22859685569705, 38.78329841943756], [-84.22859680596338, 39.126798999149166], [-84.63539738033653, 39.12679908282139], [-84.63539695674736, 38.7832993226792]]], "type": "Polygon"}, "id": "148", "properties": {"collect_end": "2007-03-18", "collect_start": "2007-03-09", "dem_gsd_meters": 3.0, "fid": 149, "geoid": "Unknown", "horiz_crs": "2891", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KY_KENTON_CAMBELLCO_2007", "lpc_pub_date": "2014-05-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KY_KENTON-CAMBELLCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KY_KENTON_CAMBELLCO_2007_Legacy_Data", "project_id": -13890, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "KY_KENTON_CAMBELLCO_2007", "workunit_id": -1389}, "type": "Feature"}, {"bbox": [-124.13898561716958, 43.915398061902216, -124.0902856582541, 43.95299816465889], "geometry": {"coordinates": [[[-124.13898561716958, 43.91539825640473], [-124.0902861791065, 43.915398061902216], [-124.0902856582541, 43.95299797096206], [-124.13898514804426, 43.95299816465889], [-124.13898561716958, 43.91539825640473]]], "type": "Polygon"}, "id": "149", "properties": {"collect_end": "2007-03-13", "collect_start": "2007-03-13", "dem_gsd_meters": 3.0, "fid": 150, "geoid": "Unknown", "horiz_crs": "26910", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_HONEYMAN_OPRD_2007", "lpc_pub_date": "2013-03-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Not_Applicable_19_Arc_Second_Legacy_Data/OR_HONEYMAN_OPRD_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_HONEYMAN_OPRD_2007_Legacy_Data", "project_id": -15300, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "OR_HONEYMAN_OPRD_2007", "workunit_id": -1530}, "type": "Feature"}, {"bbox": [-122.69299563212726, 44.82029407572615, -122.57979512213204, 44.91479435564072], "geometry": {"coordinates": [[[-122.69299504385177, 44.82029407572615], [-122.57979512213204, 44.820294452920116], [-122.5797959532623, 44.91479435564072], [-122.69299563212726, 44.91479405404171], [-122.69299504385177, 44.82029407572615]]], "type": "Polygon"}, "id": "150", "properties": {"collect_end": "2007-03-14", "collect_start": "2007-03-14", "dem_gsd_meters": null, "fid": 151, "geoid": "GEOID03", "horiz_crs": "2992", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_SILVER_FALLS_OPRD_2007", "lpc_pub_date": "2013-02-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_SILVER_FALLS_OPRD_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_SILVER_FALLS_OPRD_2007_Legacy_Data", "project_id": -15590, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_SILVER_FALLS_OPRD_2007", "workunit_id": -1559}, "type": "Feature"}, {"bbox": [-123.89980355849943, 45.44349150533896, -123.24969921417517, 45.70039412046604], "geometry": {"coordinates": [[[-123.8998007495096, 45.44349150533896], [-123.24969921417517, 45.44349324869899], [-123.24970102431868, 45.70039412046604], [-123.89980355849943, 45.70039238100138], [-123.8998007495096, 45.44349150533896]]], "type": "Polygon"}, "id": "151", "properties": {"collect_end": "2007-05-09", "collect_start": "2007-03-15", "dem_gsd_meters": 3.0, "fid": 152, "geoid": "GEOID03", "horiz_crs": "2992", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_TILLAMOOK_ODF_2007", "lpc_pub_date": "2013-03-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_TILLAMOOK_ODF_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_TILLAMOOK_ODF_2007_Legacy_Data", "project_id": -15610, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_TILLAMOOK_ODF_2007", "workunit_id": -1561}, "type": "Feature"}, {"bbox": [-122.50019911246858, 45.29459457847699, -121.62479953762036, 45.62519621281643], "geometry": {"coordinates": [[[-122.50019754361713, 45.29459457847699], [-121.62479953972523, 45.294595572198105], [-121.62479953762036, 45.62519621281643], [-122.50019911246858, 45.625195446761985], [-122.50019754361713, 45.29459457847699]]], "type": "Polygon"}, "id": "152", "properties": {"collect_end": "2007-10-23", "collect_start": "2007-03-15", "dem_gsd_meters": 3.0, "fid": 153, "geoid": "Unknown", "horiz_crs": "2269", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_SANDY_RIVER_2007", "lpc_pub_date": "2013-02-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_SANDY_RIVER_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_SANDY_RIVER_2007_Legacy_Data", "project_id": -15570, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "OR_SANDY_RIVER_2007", "workunit_id": -1557}, "type": "Feature"}, {"bbox": [-85.16039803192801, 30.02969746558633, -84.81309794160398, 30.718298139260323], "geometry": {"coordinates": [[[-85.16039675762622, 30.02969746558633], [-84.81309794160398, 30.029697523807535], [-84.81309829815486, 30.718298139260323], [-85.16039803192801, 30.718297633319878], [-85.16039675762622, 30.02969746558633]]], "type": "Polygon"}, "id": "153", "properties": {"collect_end": "2007-03-18", "collect_start": "2007-03-18", "dem_gsd_meters": 3.0, "fid": 154, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_APALACHICOLA_RIVER_AREA_2007", "lpc_pub_date": "2018-06-02", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_APALACHICOLA_RIVER_AREA_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_APALACHICOLA_RIVER_AREA_2007_Legacy_Data", "project_id": -11810, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_APALACHICOLA_RIVER_AREA_2007", "workunit_id": -1181}, "type": "Feature"}, {"bbox": [-84.9087989604629, 30.374397674294336, -84.30399855757003, 30.718498598236103], "geometry": {"coordinates": [[[-84.90879831247034, 30.37439870725949], [-84.30399855757003, 30.374397674294336], [-84.30399859182896, 30.71849778820603], [-84.9087989604629, 30.718498598236103], [-84.90879831247034, 30.37439870725949]]], "type": "Polygon"}, "id": "154", "properties": {"collect_end": "2007-03-18", "collect_start": "2007-03-18", "dem_gsd_meters": 3.0, "fid": 155, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_GADSDEN_COUNTY_2007", "lpc_pub_date": "2014-04-08", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_GADSDEN_COUNTY_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_GADSDEN_COUNTY_2007_Legacy_Data", "project_id": -11950, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "FL_GADSDEN_COUNTY_2007", "workunit_id": -1195}, "type": "Feature"}, {"bbox": [-75.44849831959696, 39.51490220473204, -74.87719988190631, 39.88850162427653], "geometry": {"coordinates": [[[-75.44849797493775, 39.51490220473204], [-74.8772004286032, 39.5149033622226], [-74.87719988190631, 39.88850162427653], [-75.44849831959696, 39.88850110388903], [-75.44849797493775, 39.51490220473204]]], "type": "Polygon"}, "id": "155", "properties": {"collect_end": "2007-04-06", "collect_start": "2007-03-29", "dem_gsd_meters": 3.0, "fid": 156, "geoid": "GEOID03", "horiz_crs": "3424", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_GLOUCESTERCO_2007", "lpc_pub_date": "2012-06-21", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_GLOUCESTERCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NJ_GLOUCESTERCO_2007_Legacy_Data", "project_id": -14870, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "NJ_GLOUCESTERCO_2007", "workunit_id": -1487}, "type": "Feature"}, {"bbox": [-76.57509932871433, 39.38620133150343, -76.06489759154907, 39.73270160028968], "geometry": {"coordinates": [[[-76.57509778671336, 39.38620133150343], [-76.06489759154907, 39.386202039109364], [-76.06489839820576, 39.73270136242465], [-76.57509932871433, 39.73270160028968], [-76.57509778671336, 39.38620133150343]]], "type": "Polygon"}, "id": "156", "properties": {"collect_end": "2007-04-10", "collect_start": "2007-03-31", "dem_gsd_meters": 3.0, "fid": 157, "geoid": "Unknown", "horiz_crs": "2248", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MD_HARFORDCO_2007", "lpc_pub_date": "2012-08-16", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MD_HARFORDCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MD_HARFORDCO_2007_Legacy_Data", "project_id": -14000, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "MD_HARFORDCO_2007", "workunit_id": -1400}, "type": "Feature"}, {"bbox": [-122.43710127247782, 37.72190111311155, -121.53069902110614, 38.108102004472045], "geometry": {"coordinates": [[[-122.43710127247782, 37.72190111311155], [-121.53070047094177, 37.72190205118856], [-121.53069902110614, 38.108101189576686], [-122.43710011076661, 38.108102004472045], [-122.43710127247782, 37.72190111311155]]], "type": "Polygon"}, "id": "157", "properties": {"collect_end": "2007-05-01", "collect_start": "2007-04-01", "dem_gsd_meters": 3.0, "fid": 158, "geoid": "Unknown", "horiz_crs": "2227", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_CONTRACOSTACO_2007", "lpc_pub_date": "2013-02-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_CONTRACOSTACO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_CONTRACOSTACO_2007_Legacy_Data", "project_id": -11480, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "CA_CONTRACOSTACO_2007", "workunit_id": -1148}, "type": "Feature"}, {"bbox": [-81.9642978510461, 28.332997877922065, -81.34759555015023, 29.28379771473804], "geometry": {"coordinates": [[[-81.96429556356874, 28.3329980868436], [-81.34759555015023, 28.332997877922065], [-81.34759720130789, 29.28379771473804], [-81.9642978510461, 29.283797459211755], [-81.96429556356874, 28.3329980868436]]], "type": "Polygon"}, "id": "158", "properties": {"collect_end": "2007-04-05", "collect_start": "2007-04-05", "dem_gsd_meters": 3.0, "fid": 159, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LAKECO_2007", "lpc_pub_date": "2012-07-23", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LAKECO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_LAKECO_2007_Legacy_Data", "project_id": -12060, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_LAKECO_2007", "workunit_id": -1206}, "type": "Feature"}, {"bbox": [-96.6414054524012, 40.374597731810745, -90.13809890096842, 43.50930234159652], "geometry": {"coordinates": [[[-96.64140086656299, 40.374597731810745], [-90.13810156976098, 40.374597846339604], [-90.13809890096842, 43.50930234159652], [-96.6414054524012, 43.50929920636458], [-96.64140086656299, 40.374597731810745]]], "type": "Polygon"}, "id": "159", "properties": {"collect_end": "2010-05-27", "collect_start": "2007-04-07", "dem_gsd_meters": 3.0, "fid": 160, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IA_STATEWIDE_2008", "lpc_pub_date": "2014-06-23", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IA_STATEWIDE_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IA_STATEWIDE_2008_Legacy_Data", "project_id": -12640, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "IA_STATEWIDE_2008", "workunit_id": -1264}, "type": "Feature"}, {"bbox": [-89.40619999600086, 42.14620006886047, -88.93169853974572, 42.50050159361722], "geometry": {"coordinates": [[[-89.40619903126964, 42.14620006886047], [-88.93169853974572, 42.14620028475849], [-88.93169868210059, 42.50050045183079], [-89.40619999600086, 42.50050159361722], [-89.40619903126964, 42.14620006886047]]], "type": "Polygon"}, "id": "160", "properties": {"collect_end": "2007-04-13", "collect_start": "2007-04-13", "dem_gsd_meters": 3.0, "fid": 161, "geoid": "Unknown", "horiz_crs": "3436", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_WINNEBAGOCO_2007", "lpc_pub_date": "2012-06-08", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_WINNEBAGOCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IL_WINNEBAGOCO_2007_Legacy_Data", "project_id": -13010, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "IL_WINNEBAGOCO_2007", "workunit_id": -1301}, "type": "Feature"}, {"bbox": [-88.94789866503403, 42.15150023913262, -88.70469828615227, 42.49510089667598], "geometry": {"coordinates": [[[-88.94789855417056, 42.15150029887496], [-88.70469828615227, 42.15150023913262], [-88.70469862917467, 42.49510089667598], [-88.94789866503403, 42.49510041890717], [-88.94789855417056, 42.15150029887496]]], "type": "Polygon"}, "id": "161", "properties": {"collect_end": "2007-04-13", "collect_start": "2007-04-13", "dem_gsd_meters": 3.0, "fid": 162, "geoid": "Unknown", "horiz_crs": "3435", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_BOONECO_2007", "lpc_pub_date": "2012-06-08", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_BOONECO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IL_BOONECO_2007_Legacy_Data", "project_id": -12900, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "IL_BOONECO_2007", "workunit_id": -1290}, "type": "Feature"}, {"bbox": [-88.20229773018532, 42.15059918349202, -87.75009297232262, 42.49750197946912], "geometry": {"coordinates": [[[-88.20229688546515, 42.150599535337875], [-87.75009476750132, 42.15059918349202], [-87.75009297232262, 42.49750197946912], [-88.20229773018532, 42.497500680232946], [-88.20229688546515, 42.150599535337875]]], "type": "Polygon"}, "id": "162", "properties": {"collect_end": "2007-05-07", "collect_start": "2007-04-16", "dem_gsd_meters": 3.0, "fid": 163, "geoid": "Unknown", "horiz_crs": "3443", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_IL_LAKECO_2007", "lpc_pub_date": "2012-05-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-IL_LAKECO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_IL_LAKECO_2007_Legacy_Data", "project_id": -11020, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "ARRA_IL_LAKECO_2007", "workunit_id": -1102}, "type": "Feature"}, {"bbox": [-91.43840011601635, 43.72150058127893, -90.90219831433582, 44.09330180360414], "geometry": {"coordinates": [[[-91.43840011601635, 43.72150058127893], [-90.90219943494533, 43.72150124322396], [-90.90219831433582, 44.09330071582575], [-91.43839976571947, 44.09330180360414], [-91.43840011601635, 43.72150058127893]]], "type": "Polygon"}, "id": "163", "properties": {"collect_end": "2007-04-25", "collect_start": "2007-04-20", "dem_gsd_meters": 3.0, "fid": 164, "geoid": "GEOID03", "horiz_crs": "2289", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WI_LACROSSE_2007", "lpc_pub_date": "2014-05-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WI_LACROSSE_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WI_LACROSSE_2007_Legacy_Data", "project_id": -17030, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5702", "workunit": "WI_LACROSSE_2007", "workunit_id": -1703}, "type": "Feature"}, {"bbox": [-88.27460010313818, 33.52409869053131, -87.94630004535817, 34.05839796547693], "geometry": {"coordinates": [[[-88.27460010313818, 33.52409869053131], [-87.94630004535817, 33.52409885707191], [-87.94630024787764, 34.058397813935905], [-88.27459971532973, 34.05839796547693], [-88.27460010313818, 33.52409869053131]]], "type": "Polygon"}, "id": "164", "properties": {"collect_end": "2007-04-23", "collect_start": "2007-04-23", "dem_gsd_meters": 3.0, "fid": 165, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AL_LAMARCO_2007", "lpc_pub_date": "2012-05-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AL_LAMARCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "AL_LAMARCO_2007_Legacy_Data", "project_id": -10740, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AL_LAMARCO_2007", "workunit_id": -1074}, "type": "Feature"}, {"bbox": [-85.60520048183123, 34.58699920991178, -85.050400272213, 34.98520006557223], "geometry": {"coordinates": [[[-85.60520048183123, 34.58699920991178], [-85.050400272213, 34.58699972537494], [-85.05040028745206, 34.98520006557223], [-85.6052000153673, 34.98520000169652], [-85.60520048183123, 34.58699920991178]]], "type": "Polygon"}, "id": "165", "properties": {"collect_end": "2007-04-23", "collect_start": "2007-04-23", "dem_gsd_meters": 3.0, "fid": 166, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_DADE_WALKERCO_2007", "lpc_pub_date": "2012-08-02", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_DADE-WALKERCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_DADE_WALKERCO_2007_Legacy_Data", "project_id": -12480, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "GA_DADE_WALKERCO_2007", "workunit_id": -1248}, "type": "Feature"}, {"bbox": [-123.78640479023704, 45.757293223165725, -123.35590169145563, 45.9549948784278], "geometry": {"coordinates": [[[-123.78640347156215, 45.757293223165725], [-123.35590169145563, 45.757294229195196], [-123.35590225212884, 45.9549948784278], [-123.78640479023704, 45.95499451136479], [-123.78640347156215, 45.757293223165725]]], "type": "Polygon"}, "id": "166", "properties": {"collect_end": "2007-05-09", "collect_start": "2007-04-25", "dem_gsd_meters": 3.0, "fid": 167, "geoid": "GEOID03", "horiz_crs": "2992", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_CLATSOP_ODF_2007", "lpc_pub_date": "2012-11-14", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_CLATSOP_ODF_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_CLATSOP_ODF_2007_Legacy_Data", "project_id": -15200, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_CLATSOP_ODF_2007", "workunit_id": -1520}, "type": "Feature"}, {"bbox": [-123.34059730315208, 42.39380277686959, -122.84169637981958, 42.49290298104366], "geometry": {"coordinates": [[[-123.34059730315208, 42.39380277686959], [-122.84169662529861, 42.393802875446724], [-122.84169637981958, 42.49290283396971], [-123.34059675165662, 42.49290298104366], [-123.34059730315208, 42.39380277686959]]], "type": "Polygon"}, "id": "167", "properties": {"collect_end": "2007-05-31", "collect_start": "2007-05-30", "dem_gsd_meters": null, "fid": 168, "geoid": "GEOID03", "horiz_crs": "26910", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_ROGUE_VALLEY_2007", "lpc_pub_date": "2013-03-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_ROGUE_VALLEY_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_ROGUE_VALLEY_2007_Legacy_Data", "project_id": -15540, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OR_ROGUE_VALLEY_2007", "workunit_id": -1554}, "type": "Feature"}, {"bbox": [-81.8584967461926, 25.77730088883923, -81.24669635968324, 26.520600372464568], "geometry": {"coordinates": [[[-81.8584967461926, 25.77730088883923], [-81.24669752968913, 25.777301466322516], [-81.24669635968324, 26.52059992156997], [-81.85849623511861, 26.520600372464568], [-81.8584967461926, 25.77730088883923]]], "type": "Polygon"}, "id": "168", "properties": {"collect_end": "2008-03-08", "collect_start": "2007-06-12", "dem_gsd_meters": 3.0, "fid": 169, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_COLLIERCO_2007", "lpc_pub_date": "2014-09-23", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_COLLIERCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_COLLIERCO_2007_Legacy_Data", "project_id": -11880, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_COLLIERCO_2007", "workunit_id": -1188}, "type": "Feature"}, {"bbox": [-82.37189648683662, 26.76779975678751, -81.55919607339416, 26.933499934818464], "geometry": {"coordinates": [[[-82.3718961768055, 26.76779975678751], [-81.55919611200892, 26.767799962000865], [-81.55919607339416, 26.933499788733453], [-82.37189648683662, 26.933499934818464], [-82.3718961768055, 26.76779975678751]]], "type": "Polygon"}, "id": "169", "properties": {"collect_end": "2007-08-08", "collect_start": "2007-06-18", "dem_gsd_meters": 3.0, "fid": 170, "geoid": "Unknown", "horiz_crs": "2882", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_CHARLOTTECOUNTY_2007", "lpc_pub_date": "2012-07-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_CHARLOTTECOUNTY_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_CHARLOTTECOUNTY_2007_Legacy_Data", "project_id": -11850, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_CHARLOTTECOUNTY_2007", "workunit_id": -1185}, "type": "Feature"}, {"bbox": [-117.66570181685034, 47.51719755029954, -117.02750261893244, 47.853798166441614], "geometry": {"coordinates": [[[-117.66570181685034, 47.51719755029954], [-117.02750261893244, 47.51719834525099], [-117.02750324794607, 47.853798166441614], [-117.66570094598151, 47.85379773469669], [-117.66570181685034, 47.51719755029954]]], "type": "Polygon"}, "id": "170", "properties": {"collect_end": "2007-08-03", "collect_start": "2007-07-05", "dem_gsd_meters": 3.0, "fid": 171, "geoid": "Unknown", "horiz_crs": "2285", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_SPOKANE_2007", "lpc_pub_date": "2012-09-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_SPOKANE_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_SPOKANE_2007_Legacy_Data", "project_id": -17000, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "WA_SPOKANE_2007", "workunit_id": -1700}, "type": "Feature"}, {"bbox": [-85.21969618908062, 29.576297349888165, -84.32159763200758, 30.043997766788845], "geometry": {"coordinates": [[[-85.21969553294339, 29.576297349888165], [-84.32159763200758, 29.57629754755726], [-84.32159828015729, 30.043997766788845], [-85.21969618908062, 30.043997663217358], [-85.21969553294339, 29.576297349888165]]], "type": "Polygon"}, "id": "171", "properties": {"collect_end": "2007-07-24", "collect_start": "2007-07-05", "dem_gsd_meters": 3.0, "fid": 172, "geoid": "Unknown", "horiz_crs": "2883", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_FRANKLINCO_2007", "lpc_pub_date": "2012-07-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_FRANKLINCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_FRANKLINCO_2007_Legacy_Data", "project_id": -11940, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_FRANKLINCO_2007", "workunit_id": -1194}, "type": "Feature"}, {"bbox": [-82.63959729919931, 27.647598761264923, -82.20479480333158, 28.114898444002197], "geometry": {"coordinates": [[[-82.63959640870016, 27.647598761264923], [-82.20479480333158, 27.64759911905902], [-82.2047960992927, 28.11489839224333], [-82.63959729919931, 28.114898444002197], [-82.63959640870016, 27.647598761264923]]], "type": "Polygon"}, "id": "172", "properties": {"collect_end": "2007-08-10", "collect_start": "2007-07-06", "dem_gsd_meters": 3.0, "fid": 173, "geoid": "Unknown", "horiz_crs": "2882", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_HILLSBOROUGHCO_2007", "lpc_pub_date": "2012-07-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_HILLSBOROUGHCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_HILLSBOROUGHCO_2007_Legacy_Data", "project_id": -11990, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_HILLSBOROUGHCO_2007", "workunit_id": -1199}, "type": "Feature"}, {"bbox": [-82.85719729894203, 27.605498595238423, -82.57599635537964, 28.183598450080257], "geometry": {"coordinates": [[[-82.85719640508277, 27.605498595238423], [-82.57599635537964, 27.605498858618265], [-82.57599748531054, 28.183598450080257], [-82.85719729894203, 28.183598111997398], [-82.85719640508277, 27.605498595238423]]], "type": "Polygon"}, "id": "173", "properties": {"collect_end": "2007-08-10", "collect_start": "2007-07-06", "dem_gsd_meters": 3.0, "fid": 174, "geoid": "Unknown", "horiz_crs": "2882", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_PINELLASCO_2007", "lpc_pub_date": "2012-07-31", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_PINELLASCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_PINELLASCO_2007_Legacy_Data", "project_id": -12280, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_PINELLASCO_2007", "workunit_id": -1228}, "type": "Feature"}, {"bbox": [-85.42609654418305, 29.643397018620803, -85.01559620001136, 30.222198411442825], "geometry": {"coordinates": [[[-85.42609546775697, 29.643397018620803], [-85.01559620001136, 29.643397295185714], [-85.01559766814285, 30.222198411442825], [-85.42609654418305, 30.222198270521147], [-85.42609546775697, 29.643397018620803]]], "type": "Polygon"}, "id": "174", "properties": {"collect_end": "2007-07-22", "collect_start": "2007-07-09", "dem_gsd_meters": 3.0, "fid": 175, "geoid": "Unknown", "horiz_crs": "2883", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_GULF_2007", "lpc_pub_date": "2012-07-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_GULF_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_GULF_2007_Legacy_Data", "project_id": -11960, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_GULF_2007", "workunit_id": -1196}, "type": "Feature"}, {"bbox": [-85.98649827654886, 29.904396487588784, -85.36879582153368, 30.578198368803356], "geometry": {"coordinates": [[[-85.98649729239906, 29.904396487588784], [-85.36879582153368, 29.90439693764454], [-85.36879792889361, 30.578198368803356], [-85.98649827654886, 30.578196872357886], [-85.98649729239906, 29.904396487588784]]], "type": "Polygon"}, "id": "175", "properties": {"collect_end": "2007-07-23", "collect_start": "2007-07-12", "dem_gsd_meters": 3.0, "fid": 176, "geoid": "Unknown", "horiz_crs": "2883", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_BAYD5_2007", "lpc_pub_date": "2012-07-17", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_BAYD5_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_BAYD5_2007_Legacy_Data", "project_id": -11820, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_BAYD5_2007", "workunit_id": -1182}, "type": "Feature"}, {"bbox": [-80.4549985421711, 25.954098757240132, -80.0570981462806, 26.340299309892604], "geometry": {"coordinates": [[[-80.4549985421711, 25.95409973062104], [-80.0570989196167, 25.954098757240132], [-80.0570981462806, 26.340298608780593], [-80.45499794664404, 26.340299309892604], [-80.4549985421711, 25.95409973062104]]], "type": "Polygon"}, "id": "176", "properties": {"collect_end": "2007-12-22", "collect_start": "2007-07-12", "dem_gsd_meters": 3.0, "fid": 177, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_BROWARDCO_2007", "lpc_pub_date": "2012-07-17", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_BROWARDCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_BROWARDCO_2007_Legacy_Data", "project_id": -11830, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_BROWARDCO_2007", "workunit_id": -1183}, "type": "Feature"}, {"bbox": [-86.79629887825438, 30.3613943202806, -86.36609850655098, 30.552495566073432], "geometry": {"coordinates": [[[-86.79629887825438, 30.3613943202806], [-86.36609850655098, 30.361395441450515], [-86.3660989832886, 30.552495566073432], [-86.79629886428158, 30.55249429302735], [-86.79629887825438, 30.3613943202806]]], "type": "Polygon"}, "id": "177", "properties": {"collect_end": "2007-08-21", "collect_start": "2007-07-15", "dem_gsd_meters": 3.0, "fid": 178, "geoid": "Unknown", "horiz_crs": "2883", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_OKALOOSACO_2007", "lpc_pub_date": "2012-07-31", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_OKALOOSACO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_OKALOOSACO_2007_Legacy_Data", "project_id": -12210, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_OKALOOSACO_2007", "workunit_id": -1221}, "type": "Feature"}, {"bbox": [-82.71289691506591, 26.93299975789614, -82.06509593438655, 27.469199890422644], "geometry": {"coordinates": [[[-82.71289691506591, 26.93299975789614], [-82.06509609767186, 26.93300012293325], [-82.06509593438655, 27.469199890422644], [-82.71289641305653, 27.46919921051049], [-82.71289691506591, 26.93299975789614]]], "type": "Polygon"}, "id": "178", "properties": {"collect_end": "2007-07-29", "collect_start": "2007-07-17", "dem_gsd_meters": 3.0, "fid": 179, "geoid": "Unknown", "horiz_crs": "2882", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_SARASOTA_2007", "lpc_pub_date": "2012-08-01", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_SARASOTA_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_SARASOTA_2007_Legacy_Data", "project_id": -12310, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_SARASOTA_2007", "workunit_id": -1231}, "type": "Feature"}, {"bbox": [-82.77559647230747, 27.45579921930962, -82.26579491485195, 27.64769906213379], "geometry": {"coordinates": [[[-82.77559647230747, 27.45579921930962], [-82.26579637790343, 27.45579974726923], [-82.26579491485195, 27.64769906213379], [-82.77559639390671, 27.64769861869619], [-82.77559647230747, 27.45579921930962]]], "type": "Polygon"}, "id": "179", "properties": {"collect_end": "2007-07-29", "collect_start": "2007-07-17", "dem_gsd_meters": 3.0, "fid": 180, "geoid": "Unknown", "horiz_crs": "2882", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_MANATEECO_2007", "lpc_pub_date": "2012-08-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_MANATEECO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_MANATEECO_2007_Legacy_Data", "project_id": -12160, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_MANATEECO_2007", "workunit_id": -1216}, "type": "Feature"}, {"bbox": [-82.8575976712206, 28.168698081634297, -82.67249747766577, 28.430998866531638], "geometry": {"coordinates": [[[-82.85759725945171, 28.168698081634297], [-82.67249747766577, 28.1686985428625], [-82.67249794293697, 28.430998866531638], [-82.8575976712206, 28.430998355160884], [-82.85759725945171, 28.168698081634297]]], "type": "Polygon"}, "id": "180", "properties": {"collect_end": "2007-08-09", "collect_start": "2007-07-17", "dem_gsd_meters": 3.0, "fid": 181, "geoid": "Unknown", "horiz_crs": "2882", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_PASCOCO_2007", "lpc_pub_date": "2012-08-09", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_PASCOCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_PASCOCO_2007_Legacy_Data", "project_id": -12250, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_PASCOCO_2007", "workunit_id": -1225}, "type": "Feature"}, {"bbox": [-82.27949636774308, 26.31410005311541, -81.55919610874636, 26.781799947361492], "geometry": {"coordinates": [[[-82.27949636774308, 26.31410005311541], [-81.55919632092953, 26.314100410388285], [-81.55919610874636, 26.781799947361492], [-82.27949596993068, 26.781799761679398], [-82.27949636774308, 26.31410005311541]]], "type": "Polygon"}, "id": "181", "properties": {"collect_end": "2007-08-08", "collect_start": "2007-07-17", "dem_gsd_meters": 3.0, "fid": 182, "geoid": "Unknown", "horiz_crs": "2882", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LEECOUNTY_2007", "lpc_pub_date": "2012-07-25", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LEECOUNTY_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_LEECOUNTY_2007_Legacy_Data", "project_id": -12080, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_LEECOUNTY_2007", "workunit_id": -1208}, "type": "Feature"}, {"bbox": [-80.24029798204283, 26.33889852639037, -80.02239740299, 26.97249874867591], "geometry": {"coordinates": [[[-80.24029798204283, 26.338899042952022], [-80.02239818065178, 26.33889852639037], [-80.02239740299, 26.972498600186853], [-80.24029737187145, 26.97249874867591], [-80.24029798204283, 26.338899042952022]]], "type": "Polygon"}, "id": "182", "properties": {"collect_end": "2008-01-30", "collect_start": "2007-07-17", "dem_gsd_meters": 3.0, "fid": 183, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_PALMBEACHCOASTAL_2007", "lpc_pub_date": "2012-07-31", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_PALMBEACHCOASTAL_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_PALMBEACHCOASTAL_2007_Legacy_Data", "project_id": -12230, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_PALMBEACHCOASTAL_2007", "workunit_id": -1223}, "type": "Feature"}, {"bbox": [-80.6171957521555, 27.550798322124862, -80.30909555644496, 27.867898864825563], "geometry": {"coordinates": [[[-80.61719551803253, 27.550798322124862], [-80.30909555644496, 27.550798549234532], [-80.30909574560904, 27.867898864825563], [-80.6171957521555, 27.867898422072763], [-80.61719551803253, 27.550798322124862]]], "type": "Polygon"}, "id": "183", "properties": {"collect_end": "2007-08-09", "collect_start": "2007-07-17", "dem_gsd_meters": 3.0, "fid": 184, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_INDIANRIVER_2007", "lpc_pub_date": "2012-07-25", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_INDIANRIVER_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_INDIANRIVER_2007_Legacy_Data", "project_id": -12010, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_INDIANRIVER_2007", "workunit_id": -1201}, "type": "Feature"}, {"bbox": [-81.87659822431516, 30.437296964370105, -81.43239752062681, 30.53569768464051], "geometry": {"coordinates": [[[-81.87659808519467, 30.437296964370105], [-81.43239752062681, 30.43729782820371], [-81.43239773688478, 30.53569768464051], [-81.87659822431516, 30.53569667312942], [-81.87659808519467, 30.437296964370105]]], "type": "Polygon"}, "id": "184", "properties": {"collect_end": "2007-07-18", "collect_start": "2007-07-18", "dem_gsd_meters": 3.0, "fid": 185, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_NASSAUCO_2007", "lpc_pub_date": "2012-07-31", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_NASSAUCO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_NASSAUCO_2007_Legacy_Data", "project_id": -12190, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_NASSAUCO_2007", "workunit_id": -1219}, "type": "Feature"}, {"bbox": [-80.8826010014706, 25.1309998934056, -80.10579887328124, 25.955800187679753], "geometry": {"coordinates": [[[-80.8826010014706, 25.13100179477483], [-80.10580187504371, 25.1309998934056], [-80.10579887328124, 25.95579892999683], [-80.88259828682075, 25.955800187679753], [-80.8826010014706, 25.13100179477483]]], "type": "Polygon"}, "id": "185", "properties": {"collect_end": "2008-01-10", "collect_start": "2007-07-18", "dem_gsd_meters": 3.0, "fid": 186, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_MIAMIDADECO_2007", "lpc_pub_date": "2012-07-26", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_MIAMIDADECO_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_MIAMIDADECO_2007_Legacy_Data", "project_id": -12180, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_MIAMIDADECO_2007", "workunit_id": -1218}, "type": "Feature"}, {"bbox": [-80.44889763556739, 26.971698631403694, -80.06709585062764, 27.564898737639282], "geometry": {"coordinates": [[[-80.44889763556739, 26.97169883978609], [-80.06709739704678, 26.971698631403694], [-80.06709585062764, 27.564898737639282], [-80.44889549115061, 27.56489830901718], [-80.44889763556739, 26.97169883978609]]], "type": "Polygon"}, "id": "186", "properties": {"collect_end": "2007-10-11", "collect_start": "2007-08-31", "dem_gsd_meters": 3.0, "fid": 187, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_MARTINSTLUCIECOASTAL_2007", "lpc_pub_date": "2012-08-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_MARTINSTLUCIECOASTAL_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_MARTINSTLUCIECOASTAL_2007_Legacy_Data", "project_id": -12170, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_MARTINSTLUCIECOASTAL_2007", "workunit_id": -1217}, "type": "Feature"}, {"bbox": [-121.92950175183266, 46.70639661701562, -121.44239785583066, 47.004700890729474], "geometry": {"coordinates": [[[-121.92949455461884, 46.70639661701562], [-121.44239952156568, 46.706397075997025], [-121.44239785583066, 47.004700890729474], [-121.92950175183266, 47.00469821504896], [-121.92949455461884, 46.70639661701562]]], "type": "Polygon"}, "id": "187", "properties": {"collect_end": "2008-10-15", "collect_start": "2007-09-01", "dem_gsd_meters": 3.0, "fid": 188, "geoid": "GEOID03", "horiz_crs": "26910", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_MOUNTRANIER_2007_2008", "lpc_pub_date": "2012-09-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_MOUNTRANIER_2007-2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_MOUNTRANIER_2007_2008_Legacy_Data", "project_id": -16890, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "WA_MOUNTRANIER_2007_2008", "workunit_id": -1689}, "type": "Feature"}, {"bbox": [-122.7879987192959, 46.38039535590825, -121.59989684267579, 46.81890193905259], "geometry": {"coordinates": [[[-122.7879987192959, 46.38039535590825], [-121.59990215110138, 46.380395863099764], [-121.59989684267579, 46.81889791986702], [-122.78799665370033, 46.81890193905259], [-122.7879987192959, 46.38039535590825]]], "type": "Polygon"}, "id": "188", "properties": {"collect_end": "2009-07-26", "collect_start": "2007-09-02", "dem_gsd_meters": null, "fid": 189, "geoid": "GEOID03", "horiz_crs": "2927", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_LEWISCO_2007_2009", "lpc_pub_date": "2012-09-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_LEWISCO_2007-2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_LEWISCO_2007_2009_Legacy_Data", "project_id": -16880, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "WA_LEWISCO_2007_2009", "workunit_id": -1688}, "type": "Feature"}, {"bbox": [-123.40289834656099, 45.27439284449017, -123.31899765567485, 45.31929295964691], "geometry": {"coordinates": [[[-123.40289787720351, 45.27439285348016], [-123.31899765567485, 45.27439284449017], [-123.31899812119826, 45.31929295229771], [-123.40289834656099, 45.31929295964691], [-123.40289787720351, 45.27439285348016]]], "type": "Polygon"}, "id": "189", "properties": {"collect_end": "2007-09-03", "collect_start": "2007-09-03", "dem_gsd_meters": 3.0, "fid": 190, "geoid": "GEOID03", "horiz_crs": "26910", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_PANTHER_CREEK_LEAF_ON_BLM_2007", "lpc_pub_date": "2013-02-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_PANTHER_CREEK_LEAF_ON_BLM_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_PANTHER_CREEK_LEAF_ON_BLM_2007_Legacy_Data", "project_id": -15510, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OR_PANTHER_CREEK_LEAF_ON_BLM_2007", "workunit_id": -1551}, "type": "Feature"}, {"bbox": [-81.90509794999349, 29.33859741074903, -81.42759729136046, 30.204698127727283], "geometry": {"coordinates": [[[-81.90509786546468, 29.33859741074903], [-81.42759735585267, 29.338597613296233], [-81.42759729136046, 30.204698127727283], [-81.90509794999349, 30.20469774645], [-81.90509786546468, 29.33859741074903]]], "type": "Polygon"}, "id": "190", "properties": {"collect_end": "2007-09-06", "collect_start": "2007-09-06", "dem_gsd_meters": 3.0, "fid": 191, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_CLAYPUTNAM_2007", "lpc_pub_date": "2012-07-17", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_CLAYPUTNAM_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_CLAYPUTNAM_2007_Legacy_Data", "project_id": -11870, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_CLAYPUTNAM_2007", "workunit_id": -1187}, "type": "Feature"}, {"bbox": [-81.32589649198646, 26.31379878894716, -80.13029646955479, 27.263499598021927], "geometry": {"coordinates": [[[-81.32589649198646, 26.31380018774917], [-80.13029812524775, 26.31379878894716], [-80.13029646955479, 27.26349804800242], [-81.3258959778865, 27.263499598021927], [-81.32589649198646, 26.31380018774917]]], "type": "Polygon"}, "id": "191", "properties": {"collect_end": "2007-12-19", "collect_start": "2007-09-08", "dem_gsd_meters": 3.0, "fid": 192, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_HERBHOOVERDIKE_2007", "lpc_pub_date": "2012-07-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_HERBHOOVERDIKE_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_HERBHOOVERDIKE_2007_Legacy_Data", "project_id": -11980, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_HERBHOOVERDIKE_2007", "workunit_id": -1198}, "type": "Feature"}, {"bbox": [-119.1648012172035, 44.06689832455109, -118.93450126726228, 44.261298334377365], "geometry": {"coordinates": [[[-119.1648012172035, 44.06689832455109], [-118.93450147392551, 44.06689833197481], [-118.93450126726228, 44.26129833352534], [-119.16480112949732, 44.261298334377365], [-119.1648012172035, 44.06689832455109]]], "type": "Polygon"}, "id": "192", "properties": {"collect_end": "2007-09-16", "collect_start": "2007-09-15", "dem_gsd_meters": null, "fid": 193, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_DAMON_USFS_2007", "lpc_pub_date": "2012-12-14", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_DAMON_USFS_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_DAMON_USFS_2007_Legacy_Data", "project_id": -15240, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OR_DAMON_USFS_2007", "workunit_id": -1524}, "type": "Feature"}, {"bbox": [-118.20880284973617, 44.68349898742379, -118.085003182535, 44.74179910989261], "geometry": {"coordinates": [[[-118.20880276716754, 44.68349898742379], [-118.085003182535, 44.683499216209775], [-118.08500330844093, 44.74179910989261], [-118.20880284973617, 44.741799011375214], [-118.20880276716754, 44.68349898742379]]], "type": "Polygon"}, "id": "193", "properties": {"collect_end": "2007-09-17", "collect_start": "2007-09-17", "dem_gsd_meters": null, "fid": 194, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_POWDER_RIVER_2007", "lpc_pub_date": "2013-02-14", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_POWDER_RIVER_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_POWDER_RIVER_2007_Legacy_Data", "project_id": -15530, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OR_POWDER_RIVER_2007", "workunit_id": -1553}, "type": "Feature"}, {"bbox": [-106.57620038797717, 31.565199323162638, -106.29440007379314, 31.78419959889327], "geometry": {"coordinates": [[[-106.57620038797717, 31.565199323162638], [-106.29440027232819, 31.565199653067506], [-106.29440007379314, 31.78419959889327], [-106.57620001862644, 31.78419930524259], [-106.57620038797717, 31.565199323162638]]], "type": "Polygon"}, "id": "194", "properties": {"collect_end": "2008-01-31", "collect_start": "2007-10-03", "dem_gsd_meters": 3.0, "fid": 195, "geoid": "GEOID03", "horiz_crs": "32613", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/US_MEXICANBORDER_UTM13_2007", "lpc_pub_date": "2012-09-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/US_MEXICANBORDER_UTM13_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "US_MEXICANBORDER_UTM13_2007_Legacy_Data", "project_id": -16600, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "US_MEXICANBORDER_UTM13_2007", "workunit_id": -1660}, "type": "Feature"}, {"bbox": [-100.93260567520832, 28.106700612165277, -100.15600528156682, 29.33960315228391], "geometry": {"coordinates": [[[-100.93260258234628, 28.106700612165277], [-100.15600624667252, 28.106701054832104], [-100.15600528156682, 29.339601156312444], [-100.93260567520832, 29.33960315228391], [-100.93260258234628, 28.106700612165277]]], "type": "Polygon"}, "id": "195", "properties": {"collect_end": "2008-01-31", "collect_start": "2007-10-03", "dem_gsd_meters": 3.0, "fid": 196, "geoid": "GEOID03", "horiz_crs": "32614", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/US_MEXICANBORDER_UTM14_2007", "lpc_pub_date": "2012-09-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/US_MEXICANBORDER_UTM14_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "US_MEXICANBORDER_UTM14_2007_Legacy_Data", "project_id": -16610, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "US_MEXICANBORDER_UTM14_2007", "workunit_id": -1661}, "type": "Feature"}, {"bbox": [-111.90370004719469, 31.2815, -108.5403, 31.608302266511995], "geometry": {"coordinates": [[[-111.9037, 31.2815], [-108.5403, 31.2815], [-108.54030156497053, 31.608298904302348], [-111.90370004719469, 31.608302266511995], [-111.9037, 31.2815]]], "type": "Polygon"}, "id": "196", "properties": {"collect_end": "2007-10-15", "collect_start": "2007-10-05", "dem_gsd_meters": 3.0, "fid": 197, "geoid": "Unknown", "horiz_crs": "32612", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/US_MEXICANBORDER_UTM12_2007", "lpc_pub_date": "2012-09-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/US_MEXICANBORDER_UTM12_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "US_MEXICANBORDER_UTM12_2007_Legacy_Data", "project_id": -16590, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "US_MEXICANBORDER_UTM12_2007", "workunit_id": -1659}, "type": "Feature"}, {"bbox": [-146.6414, 61.0362, -145.9135, 61.1049], "geometry": {"coordinates": [[[-146.6414, 61.0362], [-145.9135, 61.0362], [-145.9135, 61.1049], [-146.6414, 61.1049], [-146.6414, 61.0362]]], "type": "Polygon"}, "id": "197", "properties": {"collect_end": "2007-10-16", "collect_start": "2007-10-16", "dem_gsd_meters": 3.0, "fid": 198, "geoid": "GEOID06", "horiz_crs": "26906", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AK_VALDEZ_2007", "lpc_pub_date": "2012-05-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_VALDEZ_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "AK_VALDEZ_2007_Legacy_Data", "project_id": -10670, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "AK_VALDEZ_2007", "workunit_id": -1067}, "type": "Feature"}, {"bbox": [-118.11290351965816, 45.1826993048331, -117.82580357001598, 45.51999955350785], "geometry": {"coordinates": [[[-118.11290351965816, 45.1826993048331], [-117.82580357001598, 45.182699920384486], [-117.82580420331841, 45.51999912909421], [-118.11290305286659, 45.51999955350785], [-118.11290351965816, 45.1826993048331]]], "type": "Polygon"}, "id": "198", "properties": {"collect_end": "2007-10-21", "collect_start": "2007-10-16", "dem_gsd_meters": 3.0, "fid": 199, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_GRANDERONDE_2007", "lpc_pub_date": "2012-08-21", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_GRANDERONDE_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_GRANDERONDE_2007_Legacy_Data", "project_id": -15280, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OR_GRANDERONDE_2007", "workunit_id": -1528}, "type": "Feature"}, {"bbox": [-146.6405, 61.0362, -145.9131, 61.1583], "geometry": {"coordinates": [[[-146.6405, 61.0362], [-145.9131, 61.0362], [-145.9131, 61.1583], [-146.6405, 61.1583], [-146.6405, 61.0362]]], "type": "Polygon"}, "id": "199", "properties": {"collect_end": "2008-10-31", "collect_start": "2007-10-16", "dem_gsd_meters": 3.0, "fid": 200, "geoid": "GEOID06", "horiz_crs": "26906", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AK_VALDEZB_2007", "lpc_pub_date": "2012-05-08", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_VALDEZB_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "AK_VALDEZB_2007_Legacy_Data", "project_id": -10680, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "AK_VALDEZB_2007", "workunit_id": -1068}, "type": "Feature"}, {"bbox": [-117.95510365587403, 45.18269934099814, -117.82580357001598, 45.30940000947554], "geometry": {"coordinates": [[[-117.95510365587403, 45.18269934099814], [-117.82580357001598, 45.182699920384486], [-117.82580375172532, 45.30940000947554], [-117.95510361239262, 45.30939987405776], [-117.95510365587403, 45.18269934099814]]], "type": "Polygon"}, "id": "200", "properties": {"collect_end": "2007-10-17", "collect_start": "2007-10-16", "dem_gsd_meters": 3.0, "fid": 201, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_CATHERINE_BOR_2007", "lpc_pub_date": "2012-12-26", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_CATHERINE_BOR_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_CATHERINE_BOR_2007_Legacy_Data", "project_id": -15170, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OR_CATHERINE_BOR_2007", "workunit_id": -1517}, "type": "Feature"}, {"bbox": [-118.11290333670895, 45.33729975351215, -117.91440367993606, 45.51999955350785], "geometry": {"coordinates": [[[-118.11290333670895, 45.33729975351215], [-117.91440367993606, 45.337299825930245], [-117.91440374341754, 45.51999926750711], [-118.11290305286659, 45.51999955350785], [-118.11290333670895, 45.33729975351215]]], "type": "Polygon"}, "id": "201", "properties": {"collect_end": "2007-10-21", "collect_start": "2007-10-19", "dem_gsd_meters": 3.0, "fid": 202, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_WILLOW_CREEK_BOR_2007", "lpc_pub_date": "2013-02-26", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_WILLOW_CREEK_BOR_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_WILLOW_CREEK_BOR_2007_Legacy_Data", "project_id": -15670, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OR_WILLOW_CREEK_BOR_2007", "workunit_id": -1567}, "type": "Feature"}, {"bbox": [-116.18750073758842, 43.683199835446, -116.08010081221667, 43.75439986260875], "geometry": {"coordinates": [[[-116.18750073758842, 43.683199835446], [-116.08010088019194, 43.68319984613254], [-116.08010081221667, 43.75439986260875], [-116.18750066176464, 43.754399804516325], [-116.18750073758842, 43.683199835446]]], "type": "Polygon"}, "id": "202", "properties": {"collect_end": "2007-11-18", "collect_start": "2007-11-10", "dem_gsd_meters": null, "fid": 203, "geoid": "Unknown", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_DRYCREEK_2007", "lpc_pub_date": "2013-05-17", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_DRYCREEK_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_DRYCREEK_2007_Legacy_Data", "project_id": -12710, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ID_DRYCREEK_2007", "workunit_id": -1271}, "type": "Feature"}, {"bbox": [-116.88179995509013, 42.313999061321134, -116.74920002827837, 42.522199417469785], "geometry": {"coordinates": [[[-116.88179995509013, 42.313999061321134], [-116.74920002827837, 42.31399924138108], [-116.74920020358459, 42.522199417469785], [-116.88179978429427, 42.522199265458525], [-116.88179995509013, 42.313999061321134]]], "type": "Polygon"}, "id": "203", "properties": {"collect_end": "2007-11-18", "collect_start": "2007-11-10", "dem_gsd_meters": null, "fid": 204, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_SMITHCREEK_2007", "lpc_pub_date": "2013-05-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_SMITHCREEK_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_SMITHCREEK_2007_Legacy_Data", "project_id": -12850, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ID_SMITHCREEK_2007", "workunit_id": -1285}, "type": "Feature"}, {"bbox": [-116.86410086459564, 43.05729974549684, -116.68330077603444, 43.31620003069793], "geometry": {"coordinates": [[[-116.86410060803134, 43.05729974549684], [-116.68330077603444, 43.057299832702476], [-116.68330097833638, 43.31620003069793], [-116.86410086459564, 43.31619985087048], [-116.86410060803134, 43.05729974549684]]], "type": "Polygon"}, "id": "204", "properties": {"collect_end": "2007-11-18", "collect_start": "2007-11-10", "dem_gsd_meters": null, "fid": 205, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_REYNOLDSCREEK_2007", "lpc_pub_date": "2013-05-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_REYNOLDSCREEK_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_REYNOLDSCREEK_2007_Legacy_Data", "project_id": -12800, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ID_REYNOLDSCREEK_2007", "workunit_id": -1280}, "type": "Feature"}, {"bbox": [-116.91570018093252, 42.646999355136614, -116.89430012118869, 42.67659940059613], "geometry": {"coordinates": [[[-116.91570008424297, 42.646999355136614], [-116.89430012118869, 42.646999371927436], [-116.89430021051345, 42.67659940059613], [-116.91570018093252, 42.67659938567185], [-116.91570008424297, 42.646999355136614]]], "type": "Polygon"}, "id": "205", "properties": {"collect_end": "2007-11-18", "collect_start": "2007-11-10", "dem_gsd_meters": null, "fid": 206, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_SOUTHMTN_2007", "lpc_pub_date": "2013-05-21", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_SOUTHMTN_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_SOUTHMTN_2007_Legacy_Data", "project_id": -12860, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ID_SOUTHMTN_2007", "workunit_id": -1286}, "type": "Feature"}, {"bbox": [-119.03410195847057, 34.421100266403805, -118.59030120475963, 34.757600009008875], "geometry": {"coordinates": [[[-119.03410195847057, 34.421100266403805], [-118.59030145513778, 34.4211003840339], [-118.59030120475963, 34.757600009008875], [-119.03410167290355, 34.75759903813672], [-119.03410195847057, 34.421100266403805]]], "type": "Polygon"}, "id": "206", "properties": {"collect_end": "2007-12-02", "collect_start": "2007-11-30", "dem_gsd_meters": 3.0, "fid": 207, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_DAYFIRE_2007", "lpc_pub_date": "2012-06-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_DAYFIRE_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_DAYFIRE_2007_Legacy_Data", "project_id": -11490, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CA_DAYFIRE_2007", "workunit_id": -1149}, "type": "Feature"}, {"bbox": [-118.77110215301475, 34.022799165715355, -118.58620245897914, 34.089400112961336], "geometry": {"coordinates": [[[-118.77110215301475, 34.022799165715355], [-118.58620284712896, 34.02279991444947], [-118.58620245897914, 34.089400112961336], [-118.77110195374382, 34.089399460473274], [-118.77110215301475, 34.022799165715355]]], "type": "Polygon"}, "id": "207", "properties": {"collect_end": "2007-12-02", "collect_start": "2007-12-02", "dem_gsd_meters": 3.0, "fid": 208, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_CANYONFIRE_2007", "lpc_pub_date": "2012-05-08", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA_CANYONFIRE_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_CANYONFIRE_2007_Legacy_Data", "project_id": -11460, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "CA_CANYONFIRE_2007", "workunit_id": -1146}, "type": "Feature"}, {"bbox": [-123.40289834551565, 45.27439284449017, -123.31899765567485, 45.319192959410465], "geometry": {"coordinates": [[[-123.40289787720351, 45.27439285348016], [-123.31899765567485, 45.27439284449017], [-123.31899812016145, 45.319192952057605], [-123.40289834551565, 45.319192959410465], [-123.40289787720351, 45.27439285348016]]], "type": "Polygon"}, "id": "208", "properties": {"collect_end": "2007-12-08", "collect_start": "2007-12-08", "dem_gsd_meters": 3.0, "fid": 209, "geoid": "GEOID03", "horiz_crs": "26910", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_PANTHER_CREEK_LEAF_OFF_BLM_2007", "lpc_pub_date": "2013-02-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_PANTHER_CREEK_LEAF_OFF_BLM_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_PANTHER_CREEK_LEAF_OFF_BLM_2007_Legacy_Data", "project_id": -15500, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OR_PANTHER_CREEK_LEAF_OFF_BLM_2007", "workunit_id": -1550}, "type": "Feature"}, {"bbox": [-81.3835014783199, 25.103801414791167, -80.88239856242265, 25.805301524402562], "geometry": {"coordinates": [[[-81.3835014783199, 25.103801414791167], [-80.88240111104157, 25.1038018072756], [-80.88239856242265, 25.805300457570542], [-81.38349691653296, 25.805301524402562], [-81.3835014783199, 25.103801414791167]]], "type": "Polygon"}, "id": "209", "properties": {"collect_end": "2008-01-31", "collect_start": "2007-12-12", "dem_gsd_meters": 3.0, "fid": 210, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_INLANDMONROE_2007", "lpc_pub_date": "2012-07-23", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_INLANDMONROE_2007", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_INLANDMONROE_2007_Legacy_Data", "project_id": -12020, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_INLANDMONROE_2007", "workunit_id": -1202}, "type": "Feature"}, {"bbox": [-81.81620268258106, 24.537498095163173, -80.1695001635094, 25.55560091347141], "geometry": {"coordinates": [[[-81.81620268258106, 24.537498095163173], [-80.16950258627801, 24.537501078970596], [-80.1695001635094, 25.555599202249855], [-81.81619789627985, 25.55560091347141], [-81.81620268258106, 24.537498095163173]]], "type": "Polygon"}, "id": "210", "properties": {"collect_end": "2008-02-08", "collect_start": "2008-01-12", "dem_gsd_meters": null, "fid": 211, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_FLORIDAKEYS_2008", "lpc_pub_date": "2012-07-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_FLORIDAKEYS_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_FLORIDAKEYS_2008_Legacy_Data", "project_id": -11930, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_FLORIDAKEYS_2008", "workunit_id": -1193}, "type": "Feature"}, {"bbox": [-82.31510045416368, 34.19339686742868, -81.63069882544978, 34.78599722593909], "geometry": {"coordinates": [[[-82.31510045416368, 34.19339686742868], [-81.6306998094474, 34.19339689368192], [-81.63069882544978, 34.785996928864854], [-82.31510010703782, 34.78599722593909], [-82.31510045416368, 34.19339686742868]]], "type": "Polygon"}, "id": "211", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 212, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_LAURENSCO_2008", "lpc_pub_date": "2012-07-05", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_LAURENSCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_LAURENSCO_2008_Legacy_Data", "project_id": -15860, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_LAURENSCO_2008", "workunit_id": -1586}, "type": "Feature"}, {"bbox": [-80.91669907699419, 34.44429515158731, -80.40159766115988, 35.07659621071616], "geometry": {"coordinates": [[[-80.91669907699419, 34.44429516116556], [-80.40159872054126, 34.44429515158731], [-80.40159766115988, 35.07659621071616], [-80.91669763801387, 35.07659577534528], [-80.91669907699419, 34.44429516116556]]], "type": "Polygon"}, "id": "212", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 213, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_LANCASTERCO_2008", "lpc_pub_date": "2012-07-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_LANCASTERCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_LANCASTERCO_2008_Legacy_Data", "project_id": -15850, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_LANCASTERCO_2008", "workunit_id": -1585}, "type": "Feature"}, {"bbox": [-79.57340013522573, 33.693297326499156, -79.11309874593103, 34.310797402541766], "geometry": {"coordinates": [[[-79.57339912685877, 33.693297456765926], [-79.11309874593103, 33.693297326499156], [-79.11309908476873, 34.310797402541766], [-79.57340013522573, 34.310797053422135], [-79.57339912685877, 33.693297456765926]]], "type": "Polygon"}, "id": "213", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 214, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_MARIONCO_2008", "lpc_pub_date": "2012-07-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_MARIONCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_MARIONCO_2008_Legacy_Data", "project_id": -15880, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_MARIONCO_2008", "workunit_id": -1588}, "type": "Feature"}, {"bbox": [-80.11420083656726, 33.30379696754607, -79.30439885470503, 33.88879754416719], "geometry": {"coordinates": [[[-80.11419949834375, 33.303797218228326], [-79.30439885470503, 33.30379696754607], [-79.30439907523267, 33.88879754416719], [-80.11420083656726, 33.88879717246691], [-80.11419949834375, 33.303797218228326]]], "type": "Polygon"}, "id": "214", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 215, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_WILLIAMSBURGCO_2008", "lpc_pub_date": "2012-07-05", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_WILLIAMSBURGCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_WILLIAMSBURGCO_2008_Legacy_Data", "project_id": -15990, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_WILLIAMSBURGCO_2008", "workunit_id": -1599}, "type": "Feature"}, {"bbox": [-81.85929922052283, 34.44309620688031, -81.41489891550722, 34.92349695229804], "geometry": {"coordinates": [[[-81.85929891776817, 34.443097445685446], [-81.41489891550722, 34.44309620688031], [-81.41489906458044, 34.9234966079307], [-81.85929922052283, 34.92349695229804], [-81.85929891776817, 34.443097445685446]]], "type": "Polygon"}, "id": "215", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 216, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_UNIONCO_2008", "lpc_pub_date": "2012-07-09", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_UNIONCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_UNIONCO_2008_Legacy_Data", "project_id": -15980, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_UNIONCO_2008", "workunit_id": -1598}, "type": "Feature"}, {"bbox": [-80.54190018799328, 33.42489695331185, -79.86299927498725, 33.9473973951294], "geometry": {"coordinates": [[[-80.54190006696936, 33.42489695331185], [-79.86299927498725, 33.424897376001915], [-79.86300071842454, 33.9473973951294], [-80.54190018799328, 33.94739682488514], [-80.54190006696936, 33.42489695331185]]], "type": "Polygon"}, "id": "216", "properties": {"collect_end": "2008-02-20", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 217, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_CLARENDONCO_2008", "lpc_pub_date": "2012-07-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_CLARENDONCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_CLARENDONCO_2008_Legacy_Data", "project_id": -15780, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_CLARENDONCO_2008", "workunit_id": -1578}, "type": "Feature"}, {"bbox": [-81.43189963464994, 34.17279554164884, -80.77059855004015, 34.58139635617591], "geometry": {"coordinates": [[[-81.43189963464994, 34.17279628969185], [-80.77059987195224, 34.17279554164884], [-80.77059855004015, 34.581395234948054], [-81.43189862733107, 34.58139635617591], [-81.43189963464994, 34.17279628969185]]], "type": "Polygon"}, "id": "217", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 218, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_FAIRFIELDCO_2008", "lpc_pub_date": "2012-07-05", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_FAIRFIELDCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_FAIRFIELDCO_2008_Legacy_Data", "project_id": -15810, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_FAIRFIELDCO_2008", "workunit_id": -1581}, "type": "Feature"}, {"bbox": [-79.95090033317311, 34.29619623046889, -79.43779875433155, 34.8087975330093], "geometry": {"coordinates": [[[-79.95090033317311, 34.29619623046889], [-79.43779983020322, 34.29619722151677], [-79.43779875433155, 34.80879620822512], [-79.95089796562661, 34.8087975330093], [-79.95090033317311, 34.29619623046889]]], "type": "Polygon"}, "id": "218", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 219, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_MARLBOROCO_2008", "lpc_pub_date": "2012-07-09", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_MARLBOROCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_MARLBOROCO_2008_Legacy_Data", "project_id": -15890, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_MARLBOROCO_2008", "workunit_id": -1589}, "type": "Feature"}, {"bbox": [-81.37290067945257, 33.17629721343972, -80.21329935770443, 33.70739694027687], "geometry": {"coordinates": [[[-81.37290063022323, 33.17629740132392], [-80.21329935770443, 33.17629721343972], [-80.21329973482455, 33.70739694027687], [-81.37290067945257, 33.70739667034788], [-81.37290063022323, 33.17629740132392]]], "type": "Polygon"}, "id": "219", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 220, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_ORANGEBURGCO_2008", "lpc_pub_date": "2012-07-05", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_ORANGEBURGCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_ORANGEBURGCO_2008_Legacy_Data", "project_id": -15920, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_ORANGEBURGCO_2008", "workunit_id": -1592}, "type": "Feature"}, {"bbox": [-81.49979877515433, 34.54049516323665, -80.8501977191089, 34.82909666635836], "geometry": {"coordinates": [[[-81.49979877515433, 34.54049660738746], [-80.85019867750324, 34.54049516323665], [-80.8501977191089, 34.82909536065308], [-81.49979869899757, 34.82909666635836], [-81.49979877515433, 34.54049660738746]]], "type": "Polygon"}, "id": "220", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 221, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_CHESTERCO_2008", "lpc_pub_date": "2012-07-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_CHESTERCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_CHESTERCO_2008_Legacy_Data", "project_id": -15760, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_CHESTERCO_2008", "workunit_id": -1576}, "type": "Feature"}, {"bbox": [-81.87469992923535, 34.82819646128933, -81.36749869252687, 35.183500207936504], "geometry": {"coordinates": [[[-81.87469926794688, 34.828196939257886], [-81.36749869252687, 34.82819646128933], [-81.36750001108605, 35.18349635828885], [-81.87469992923535, 35.183500207936504], [-81.87469926794688, 34.828196939257886]]], "type": "Polygon"}, "id": "221", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 222, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_CHEROKEECO_2008", "lpc_pub_date": "2012-07-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_CHEROKEECO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_CHEROKEECO_2008_Legacy_Data", "project_id": -15750, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_CHEROKEECO_2008", "workunit_id": -1575}, "type": "Feature"}, {"bbox": [-80.29019981151889, 34.085096591862175, -79.64199962313614, 34.54889688315278], "geometry": {"coordinates": [[[-80.29019981151889, 34.085096591862175], [-79.64199962313614, 34.08509736369596], [-79.64199965938391, 34.54889688315278], [-80.29019850170916, 34.548894902377484], [-80.29019981151889, 34.085096591862175]]], "type": "Polygon"}, "id": "222", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 223, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_DARLINGTONCO_2008", "lpc_pub_date": "2012-07-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_DARLINGTONCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_DARLINGTONCO_2008_Legacy_Data", "project_id": -15790, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_DARLINGTONCO_2008", "workunit_id": -1579}, "type": "Feature"}, {"bbox": [-81.95940005746783, 34.07069594162941, -81.31429850136196, 34.539097066917435], "geometry": {"coordinates": [[[-81.95940005746783, 34.070696875201094], [-81.31429962207275, 34.07069594162941], [-81.31429850136196, 34.539095814234905], [-81.9593987641884, 34.539097066917435], [-81.95940005746783, 34.070696875201094]]], "type": "Polygon"}, "id": "223", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 224, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_NEWBERRYCO_2008", "lpc_pub_date": "2012-07-05", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_NEWBERRYCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_NEWBERRYCO_2008_Legacy_Data", "project_id": -15900, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_NEWBERRYCO_2008", "workunit_id": -1590}, "type": "Feature"}, {"bbox": [-80.56699920560844, 34.35979524941315, -79.76999917501928, 34.821198374306235], "geometry": {"coordinates": [[[-80.56699920560844, 34.35979524941315], [-79.77000047945299, 34.35979682602753], [-79.76999917501928, 34.821198374306235], [-80.56699805184431, 34.82119557219375], [-80.56699920560844, 34.35979524941315]]], "type": "Polygon"}, "id": "224", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 225, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_CHESTERFIELDCO_2008", "lpc_pub_date": "2012-07-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_CHESTERFIELDCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_CHESTERFIELDCO_2008_Legacy_Data", "project_id": -15770, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_CHESTERFIELDCO_2008", "workunit_id": -1577}, "type": "Feature"}, {"bbox": [-82.33440082028984, 33.953397106545, -81.86569909056186, 34.410897355846394], "geometry": {"coordinates": [[[-82.33440082028984, 33.953397106545], [-81.8657003310316, 33.95339727851834], [-81.86569909056186, 34.410897355846394], [-82.33440019743631, 34.4108970918531], [-82.33440082028984, 33.953397106545]]], "type": "Polygon"}, "id": "225", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 226, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_GREENWOODCO_2008", "lpc_pub_date": "2012-07-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_GREENWOODCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_GREENWOODCO_2008_Legacy_Data", "project_id": -15830, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_GREENWOODCO_2008", "workunit_id": -1583}, "type": "Feature"}, {"bbox": [-79.64230039666762, 34.22979711444286, -79.07079876723947, 34.62469711293385], "geometry": {"coordinates": [[[-79.64230039666762, 34.22979711444286], [-79.07079876723947, 34.229797489086536], [-79.07079934043408, 34.62469698760449], [-79.64229940667883, 34.62469711293385], [-79.64230039666762, 34.22979711444286]]], "type": "Polygon"}, "id": "226", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-01-15", "dem_gsd_meters": 3.0, "fid": 227, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_DILLONCO_2008", "lpc_pub_date": "2012-07-05", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_DILLONCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_DILLONCO_2008_Legacy_Data", "project_id": -15800, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "SC_DILLONCO_2008", "workunit_id": -1580}, "type": "Feature"}, {"bbox": [-84.26269867897074, 30.37609752662739, -84.00749887443087, 30.684598212066593], "geometry": {"coordinates": [[[-84.26269861719824, 30.37609752662739], [-84.0074989652228, 30.37609792911159], [-84.00749887443087, 30.684598212066593], [-84.26269867897074, 30.68459765144288], [-84.26269861719824, 30.37609752662739]]], "type": "Polygon"}, "id": "227", "properties": {"collect_end": "2008-02-01", "collect_start": "2008-02-01", "dem_gsd_meters": 3.0, "fid": 228, "geoid": "Unknown", "horiz_crs": "2883", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LEONCO_2008", "lpc_pub_date": "2014-06-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LEONCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_LEONCO_2008_Legacy_Data", "project_id": -12130, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "FL_LEONCO_2008", "workunit_id": -1213}, "type": "Feature"}, {"bbox": [-74.79799946961998, 40.373199867201016, -74.49949945605945, 40.758400261084255], "geometry": {"coordinates": [[[-74.79799922120012, 40.37320016651147], [-74.49949945605945, 40.373199867201016], [-74.49949968996245, 40.758400261084255], [-74.79799946961998, 40.75840021971331], [-74.79799922120012, 40.37320016651147]]], "type": "Polygon"}, "id": "228", "properties": {"collect_end": "2008-02-01", "collect_start": "2008-02-01", "dem_gsd_meters": 3.0, "fid": 229, "geoid": "GEOID03", "horiz_crs": "26918", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_SOMERSETCO_2008", "lpc_pub_date": "2012-06-08", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_SOMERSETCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NJ_SOMERSETCO_2008_Legacy_Data", "project_id": -14940, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "NJ_SOMERSETCO_2008", "workunit_id": -1494}, "type": "Feature"}, {"bbox": [-86.80819893744396, 30.386094309863395, -86.37949865459272, 31.005997937215653], "geometry": {"coordinates": [[[-86.80819887712721, 30.386094309863395], [-86.37949865459272, 30.386095393010006], [-86.37949909451267, 31.005997937215653], [-86.80819893744396, 31.00599545084123], [-86.80819887712721, 30.386094309863395]]], "type": "Polygon"}, "id": "229", "properties": {"collect_end": "2008-02-10", "collect_start": "2008-02-10", "dem_gsd_meters": 3.0, "fid": 230, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_OKALOOSACO_2008", "lpc_pub_date": "2012-08-02", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_OKALOOSACO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_OKALOOSACO_2008_Legacy_Data", "project_id": -12220, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_OKALOOSACO_2008", "workunit_id": -1222}, "type": "Feature"}, {"bbox": [-81.66979749273789, 29.62189771911565, -81.21219694142957, 30.253498532559902], "geometry": {"coordinates": [[[-81.66979749273789, 29.62189771911565], [-81.21219694142957, 29.621898228224048], [-81.21219748984994, 30.253498532559902], [-81.66979738172789, 30.253497850018665], [-81.66979749273789, 29.62189771911565]]], "type": "Polygon"}, "id": "230", "properties": {"collect_end": "2008-02-25", "collect_start": "2008-02-14", "dem_gsd_meters": 3.0, "fid": 231, "geoid": "Unknown", "horiz_crs": "2881", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_STJOHNSCO_2008", "lpc_pub_date": "2012-08-01", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_STJOHNSCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_STJOHNSCO_2008_Legacy_Data", "project_id": -12320, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_STJOHNSCO_2008", "workunit_id": -1232}, "type": "Feature"}, {"bbox": [-97.80840105454813, 37.47559676915742, -97.09830138015587, 37.912797428025165], "geometry": {"coordinates": [[[-97.80840105454813, 37.47559761138176], [-97.09830182428888, 37.47559676915742], [-97.09830138015587, 37.91279695680271], [-97.80840030498385, 37.912797428025165], [-97.80840105454813, 37.47559761138176]]], "type": "Polygon"}, "id": "231", "properties": {"collect_end": "2008-03-20", "collect_start": "2008-03-09", "dem_gsd_meters": 3.0, "fid": 232, "geoid": "GEOID03", "horiz_crs": "3420", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_SEDGWICK_WICHITA_2008", "lpc_pub_date": "2012-08-15", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_SEDGWICK-WICHITA_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_SEDGWICK_WICHITA_2008_Legacy_Data", "project_id": -13850, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "KS_SEDGWICK_WICHITA_2008", "workunit_id": -1385}, "type": "Feature"}, {"bbox": [-105.321801543132, 39.52830101286762, -104.47999975761466, 40.01570332404441], "geometry": {"coordinates": [[[-105.32179956381276, 39.52830101286762], [-104.48000028505663, 39.52830193212297], [-104.47999975761466, 40.01570332404441], [-105.321801543132, 40.015701809122845], [-105.32179956381276, 39.52830101286762]]], "type": "Polygon"}, "id": "232", "properties": {"collect_end": "2008-04-19", "collect_start": "2008-03-25", "dem_gsd_meters": 3.0, "fid": 233, "geoid": "Unknown", "horiz_crs": "26913", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CO_DENVER_2008", "lpc_pub_date": "2012-05-14", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CO_DENVER_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CO_DENVER_2008_Legacy_Data", "project_id": -11770, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "CO_DENVER_2008", "workunit_id": -1177}, "type": "Feature"}, {"bbox": [-105.321801543132, 39.52830101286762, -104.47999975761466, 40.01570332404441], "geometry": {"coordinates": [[[-105.32179956381276, 39.52830101286762], [-104.48000028505663, 39.52830193212297], [-104.47999975761466, 40.01570332404441], [-105.321801543132, 40.015701809122845], [-105.32179956381276, 39.52830101286762]]], "type": "Polygon"}, "id": "233", "properties": {"collect_end": "2008-04-19", "collect_start": "2008-03-25", "dem_gsd_meters": 3.0, "fid": 234, "geoid": "Unknown", "horiz_crs": "26913", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CO_DENVERDNC_2008", "lpc_pub_date": "2012-05-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CO_DENVERDNC_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CO_DENVERDNC_2008_Legacy_Data", "project_id": -11780, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "CO_DENVERDNC_2008", "workunit_id": -1178}, "type": "Feature"}, {"bbox": [-90.00130085392802, 40.503696677148234, -89.43899883545913, 40.984298056879624], "geometry": {"coordinates": [[[-90.00130085392802, 40.503698093573], [-89.43899990513587, 40.503696677148234], [-89.43899883545913, 40.9842974912832], [-90.00129794507536, 40.984298056879624], [-90.00130085392802, 40.503698093573]]], "type": "Polygon"}, "id": "234", "properties": {"collect_end": "2008-03-29", "collect_start": "2008-03-25", "dem_gsd_meters": 3.0, "fid": 235, "geoid": "Unknown", "horiz_crs": "3436", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_PEORIA_2008", "lpc_pub_date": "2012-08-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_PEORIA_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IL_PEORIA_2008_Legacy_Data", "project_id": -12960, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "IL_PEORIA_2008", "workunit_id": -1296}, "type": "Feature"}, {"bbox": [-98.46490373670657, 34.93119818165853, -98.162503762245, 35.46679845803894], "geometry": {"coordinates": [[[-98.46490373670657, 34.93119844845865], [-98.16250441330278, 34.93119818165853], [-98.162503762245, 35.46679845803894], [-98.46490259637696, 35.466798305955365], [-98.46490373670657, 34.93119844845865]]], "type": "Polygon"}, "id": "235", "properties": {"collect_end": "2008-03-31", "collect_start": "2008-03-25", "dem_gsd_meters": 3.0, "fid": 236, "geoid": "GEOID03", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OK_SUGARCREEK_2008", "lpc_pub_date": "2012-10-25", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OK_SUGARCREEK_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OK_SUGARCREEK_2008_Legacy_Data", "project_id": -15110, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OK_SUGARCREEK_2008", "workunit_id": -1511}, "type": "Feature"}, {"bbox": [-75.13589981288683, 40.852500246795266, -74.54069968924156, 41.357599547198014], "geometry": {"coordinates": [[[-75.13589930903454, 40.85250038227304], [-74.54069968924156, 40.852500246795266], [-74.5406998822216, 41.357599222885554], [-75.13589981288683, 41.357599547198014], [-75.13589930903454, 40.85250038227304]]], "type": "Polygon"}, "id": "236", "properties": {"collect_end": "2008-04-01", "collect_start": "2008-04-01", "dem_gsd_meters": 3.0, "fid": 237, "geoid": "GEOID03", "horiz_crs": "3424", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_SUSSEXWARREN_2008", "lpc_pub_date": "2013-05-23", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_SUSSEXWARREN_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NJ_SUSSEXWARREN_2008_Legacy_Data", "project_id": -14950, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "NJ_SUSSEXWARREN_2008", "workunit_id": -1495}, "type": "Feature"}, {"bbox": [-94.60790135159569, 39.10959798893497, -94.19190057862588, 39.465198617294334], "geometry": {"coordinates": [[[-94.60790119716086, 39.10959798893497], [-94.19190094850585, 39.109598183444476], [-94.19190057862588, 39.4651985776962], [-94.60790135159569, 39.465198617294334], [-94.60790119716086, 39.10959798893497]]], "type": "Polygon"}, "id": "237", "properties": {"collect_end": "2008-04-07", "collect_start": "2008-04-02", "dem_gsd_meters": 3.0, "fid": 238, "geoid": "Unknown", "horiz_crs": "102698", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MO_CLAY_COUNTY_2008", "lpc_pub_date": "2013-06-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MO_CLAY_COUNTY_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MO_CLAY_COUNTY_2008_Legacy_Data", "project_id": -14350, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "MO_CLAY_COUNTY_2008", "workunit_id": -1435}, "type": "Feature"}, {"bbox": [-73.9883996559024, 41.31519950916976, -73.7487994438202, 41.50319969446094], "geometry": {"coordinates": [[[-73.9883996559024, 41.31519950916976], [-73.7487996492943, 41.315199510119655], [-73.7487994438202, 41.50319969446094], [-73.98839944812167, 41.503199456345364], [-73.9883996559024, 41.31519950916976]]], "type": "Polygon"}, "id": "238", "properties": {"collect_end": "2008-04-08", "collect_start": "2008-04-02", "dem_gsd_meters": null, "fid": 239, "geoid": "GEOID03", "horiz_crs": "26918", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NY_PUTNAM_2008", "lpc_pub_date": "2013-05-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NY_PUTNAM_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NY_PUTNAM_2008_Legacy_Data", "project_id": -15010, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "NY_PUTNAM_2008", "workunit_id": -1501}, "type": "Feature"}, {"bbox": [-95.10310226270673, 39.15309750336434, -94.6010012430346, 39.53539878603449], "geometry": {"coordinates": [[[-95.10310070003408, 39.15309750336434], [-94.6010012430346, 39.15309798101614], [-94.60100125608804, 39.53539878603449], [-95.10310226270673, 39.53539797179048], [-95.10310070003408, 39.15309750336434]]], "type": "Polygon"}, "id": "239", "properties": {"collect_end": "2008-04-07", "collect_start": "2008-04-02", "dem_gsd_meters": 3.0, "fid": 240, "geoid": "Unknown", "horiz_crs": "102698", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MO_PLATTE_COUNTY_2008", "lpc_pub_date": "2013-06-17", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MO_PLATTE_COUNTY_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MO_PLATTE_COUNTY_2008_Legacy_Data", "project_id": -14520, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "MO_PLATTE_COUNTY_2008", "workunit_id": -1452}, "type": "Feature"}, {"bbox": [-75.56109796331941, 39.35440246426807, -75.39159798203917, 39.69260170278321], "geometry": {"coordinates": [[[-75.56109758749585, 39.354402594800284], [-75.39159798203917, 39.35440246426807], [-75.39159826366976, 39.69260170278321], [-75.56109796331941, 39.69260151180861], [-75.56109758749585, 39.354402594800284]]], "type": "Polygon"}, "id": "240", "properties": {"collect_end": "2008-04-17", "collect_start": "2008-04-08", "dem_gsd_meters": 3.0, "fid": 241, "geoid": "GEOID03", "horiz_crs": "3424", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_SALEMCO_2008", "lpc_pub_date": "2014-08-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_SALEMCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NJ_SALEMCO_2008_Legacy_Data", "project_id": -14920, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "NJ_SALEMCO_2008", "workunit_id": -1492}, "type": "Feature"}, {"bbox": [-75.42839811451552, 39.16290240194905, -74.84349875633337, 39.573403004810416], "geometry": {"coordinates": [[[-75.42839778714516, 39.16290240194905], [-74.84349875633337, 39.162904826642915], [-74.84350049077092, 39.573403004810416], [-75.42839811451552, 39.57340205696303], [-75.42839778714516, 39.16290240194905]]], "type": "Polygon"}, "id": "241", "properties": {"collect_end": "2008-04-17", "collect_start": "2008-04-08", "dem_gsd_meters": 3.0, "fid": 242, "geoid": "GEOID03", "horiz_crs": "3424", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_CUMBERLANDCO_2008", "lpc_pub_date": "2012-09-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_CUMBERLANDCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NJ_CUMBERLANDCO_2008_Legacy_Data", "project_id": -14860, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "NJ_CUMBERLANDCO_2008", "workunit_id": -1486}, "type": "Feature"}, {"bbox": [-74.9822992467527, 38.91590413028736, -74.52930011917752, 39.32710449678635], "geometry": {"coordinates": [[[-74.98229801993018, 38.91590413028736], [-74.52930011917752, 38.91590704977742], [-74.52930127103022, 39.327103958023834], [-74.9822992467527, 39.32710449678635], [-74.98229801993018, 38.91590413028736]]], "type": "Polygon"}, "id": "242", "properties": {"collect_end": "2008-04-17", "collect_start": "2008-04-08", "dem_gsd_meters": 3.0, "fid": 243, "geoid": "GEOID03", "horiz_crs": "3424", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_CAPEMAYCO_2008", "lpc_pub_date": "2014-07-25", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_CAPEMAYCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NJ_CAPEMAYCO_2008_Legacy_Data", "project_id": -14850, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "NJ_CAPEMAYCO_2008", "workunit_id": -1485}, "type": "Feature"}, {"bbox": [-93.37529891625796, 39.687299027965935, -92.81219765679245, 40.43760037347252], "geometry": {"coordinates": [[[-93.3752987512328, 39.687299269836736], [-92.81219831935408, 39.687299027965935], [-92.81219765679245, 40.43759930109082], [-93.37529891625796, 40.43760037347252], [-93.3752987512328, 39.687299269836736]]], "type": "Polygon"}, "id": "243", "properties": {"collect_end": "2008-08-26", "collect_start": "2008-04-14", "dem_gsd_meters": 3.0, "fid": 244, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MO_LINN_SULLIVAN_2008", "lpc_pub_date": "2012-10-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MO_LINN-SULLIVAN_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MO_LINN_SULLIVAN_2008_Legacy_Data", "project_id": -14460, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MO_LINN_SULLIVAN_2008", "workunit_id": -1446}, "type": "Feature"}, {"bbox": [-76.71369775148705, 39.19580078807843, -76.52659737992508, 39.37270143615765], "geometry": {"coordinates": [[[-76.71369734426791, 39.19580078807843], [-76.52659737992508, 39.19580111528286], [-76.5265977591608, 39.37270143615765], [-76.71369775148705, 39.37270092644882], [-76.71369734426791, 39.19580078807843]]], "type": "Polygon"}, "id": "244", "properties": {"collect_end": "2008-04-15", "collect_start": "2008-04-15", "dem_gsd_meters": 3.0, "fid": 245, "geoid": "Unknown", "horiz_crs": "2248", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MD_BALTIMORE_2008", "lpc_pub_date": "2012-05-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MD_BALTIMORE_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MD_BALTIMORE_2008_Legacy_Data", "project_id": -13930, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "MD_BALTIMORE_2008", "workunit_id": -1393}, "type": "Feature"}, {"bbox": [-88.46350151562797, 39.87909721115184, -87.92899855477596, 40.40079764145827], "geometry": {"coordinates": [[[-88.46350151562797, 39.879097265571666], [-87.92899995320329, 39.87909721115184], [-87.92899855477596, 40.40079756314071], [-88.46349951742054, 40.40079764145827], [-88.46350151562797, 39.879097265571666]]], "type": "Polygon"}, "id": "245", "properties": {"collect_end": "2008-04-16", "collect_start": "2008-04-16", "dem_gsd_meters": 0.9750000238418579, "fid": 246, "geoid": "GEOID03", "horiz_crs": "3443", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12_County_ChampaignCo_2008", "lpc_pub_date": "2016-02-20", "lpc_reason": "Point density \\u003c 2 ppsm", "lpc_update": null, "metadata_link": "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", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs", "project_id": 6142, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": "2015-03-13", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "USGS Lidar Base Specification 1.0", "vert_crs": "6360", "workunit": "IL_12_County_ChampaignCo_2008", "workunit_id": 13468}, "type": "Feature"}, {"bbox": [-88.70979865632165, 42.146299522103945, -88.19669686976921, 42.49650088968224], "geometry": {"coordinates": [[[-88.70979829259133, 42.14630023129174], [-88.19669686976921, 42.146299522103945], [-88.19669769692607, 42.49650068765443], [-88.70979865632165, 42.49650088968224], [-88.70979829259133, 42.14630023129174]]], "type": "Polygon"}, "id": "246", "properties": {"collect_end": "2008-04-16", "collect_start": "2008-04-16", "dem_gsd_meters": 0.975000023841858, "fid": 247, "geoid": "GEOID03", "horiz_crs": "3443", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_Twelve_Counties_McHenry", "lpc_pub_date": "2016-01-06", "lpc_reason": "Point density \\u003c 2 ppsm", "lpc_update": null, "metadata_link": "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", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs", "project_id": 6142, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "USGS Lidar Base Specification 1.0", "vert_crs": "6360", "workunit": "IL_Twelve_Counties_McHenry", "workunit_id": 13515}, "type": "Feature"}, {"bbox": [-88.5960977579196, 41.10819757631232, -88.2407965841173, 41.46279940094827], "geometry": {"coordinates": [[[-88.5960977579196, 41.10819757631232], [-88.2407972408622, 41.10819837027477], [-88.2407965841173, 41.46279940094827], [-88.59609731392726, 41.4627987239552], [-88.5960977579196, 41.10819757631232]]], "type": "Polygon"}, "id": "247", "properties": {"collect_end": "2008-04-16", "collect_start": "2008-04-16", "dem_gsd_meters": 0.9750000238418579, "fid": 248, "geoid": "GEOID03", "horiz_crs": "3443", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12_County_GrundyCo_2008", "lpc_pub_date": "2016-01-26", "lpc_reason": "Point density \\u003c 2 ppsm", "lpc_update": null, "metadata_link": "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", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs", "project_id": 6142, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "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", "sourcedem_pub_date": "2015-05-29", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "USGS Lidar Base Specification 1.0", "vert_crs": "6360", "workunit": "IL_12_County_GrundyCo_2008", "workunit_id": 13475}, "type": "Feature"}, {"bbox": [-88.60239797425352, 41.71959911759363, -88.23809700221844, 42.15420014233088], "geometry": {"coordinates": [[[-88.60239761489603, 41.71959911759363], [-88.2380971926882, 41.719599396791274], [-88.23809700221844, 42.15419956379774], [-88.60239797425352, 42.15420014233088], [-88.60239761489603, 41.71959911759363]]], "type": "Polygon"}, "id": "248", "properties": {"collect_end": "2008-04-16", "collect_start": "2008-04-16", "dem_gsd_meters": 0.9750000238418579, "fid": 249, "geoid": "GEOID03", "horiz_crs": "3443", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12_County_KaneCo_2008", "lpc_pub_date": "2015-12-08", "lpc_reason": "Point density \\u003c 2 ppsm", "lpc_update": null, "metadata_link": "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", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs", "project_id": 6142, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "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", "sourcedem_pub_date": "2015-03-24", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "USGS Lidar Base Specification 1.0", "vert_crs": "6360", "workunit": "IL_12_County_KaneCo_2008", "workunit_id": 13498}, "type": "Feature"}, {"bbox": [-97.58960270386353, 47.23079988880675, -96.39360182904994, 48.13250102848732], "geometry": {"coordinates": [[[-97.58960270386353, 47.23080057761495], [-96.39360182904994, 47.23079988880675], [-96.39360257605631, 48.13250102848732], [-97.58960029066111, 48.13250045621542], [-97.58960270386353, 47.23080057761495]]], "type": "Polygon"}, "id": "249", "properties": {"collect_end": "2008-04-19", "collect_start": "2008-04-18", "dem_gsd_meters": 3.0, "fid": 250, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_B_2008", "lpc_pub_date": "2012-05-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-B_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_B_2008_Legacy_Data", "project_id": -13280, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_B_2008", "workunit_id": -1328}, "type": "Feature"}, {"bbox": [-97.72770028649444, 48.11230051574437, -96.37340246607192, 49.033702868287584], "geometry": {"coordinates": [[[-97.72770028649444, 48.11230051574437], [-96.37340246607192, 48.11230098505509], [-96.37340544116489, 49.033702868287584], [-97.7277, 49.0337], [-97.72770028649444, 48.11230051574437]]], "type": "Polygon"}, "id": "250", "properties": {"collect_end": "2008-05-02", "collect_start": "2008-04-19", "dem_gsd_meters": 3.0, "fid": 251, "geoid": "GEOID03", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_A_2008", "lpc_pub_date": "2012-05-08", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-A_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_A_2008_Legacy_Data", "project_id": -13270, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_A_2008", "workunit_id": -1327}, "type": "Feature"}, {"bbox": [-97.28000247875949, 46.35919994046214, -96.0825016351003, 47.248800342818896], "geometry": {"coordinates": [[[-97.28000224293886, 46.35919994046214], [-96.0825026729901, 46.359200136024015], [-96.0825016351003, 47.24879982170698], [-97.28000247875949, 47.248800342818896], [-97.28000224293886, 46.35919994046214]]], "type": "Polygon"}, "id": "251", "properties": {"collect_end": "2008-05-16", "collect_start": "2008-04-21", "dem_gsd_meters": 3.0, "fid": 252, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_C_2008", "lpc_pub_date": "2012-05-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-C_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_C_2008_Legacy_Data", "project_id": -13300, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_C_2008", "workunit_id": -1330}, "type": "Feature"}, {"bbox": [-98.65700260597113, 46.490698355663646, -97.25510233371295, 47.2770003195156], "geometry": {"coordinates": [[[-98.65700260597113, 46.490698355663646], [-97.25510233371295, 46.490699948111164], [-97.25510244232548, 47.2770003195156], [-98.65700133383112, 47.27699949963796], [-98.65700260597113, 46.490698355663646]]], "type": "Polygon"}, "id": "252", "properties": {"collect_end": "2008-05-17", "collect_start": "2008-04-29", "dem_gsd_meters": 3.0, "fid": 253, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_G_2008", "lpc_pub_date": "2012-06-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-G_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_G_2008_Legacy_Data", "project_id": -13340, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_G_2008", "workunit_id": -1334}, "type": "Feature"}, {"bbox": [-98.09310230607635, 45.581299142533176, -96.71160183726363, 46.49949986789722], "geometry": {"coordinates": [[[-98.09310182375364, 45.581299142533176], [-96.7116027892699, 45.581299946362385], [-96.71160183726363, 46.49949986789722], [-98.09310230607635, 46.49949878371597], [-98.09310182375364, 45.581299142533176]]], "type": "Polygon"}, "id": "253", "properties": {"collect_end": "2008-05-18", "collect_start": "2008-04-29", "dem_gsd_meters": 3.0, "fid": 254, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_H_2008", "lpc_pub_date": "2012-06-27", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-H_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_H_2008_Legacy_Data", "project_id": -13350, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_H_2008", "workunit_id": -1335}, "type": "Feature"}, {"bbox": [-75.75130048460221, 42.91989862441042, -75.06159999869928, 43.319099037531224], "geometry": {"coordinates": [[[-75.75130044157423, 42.91989862441042], [-75.06159999869928, 42.91989894568828], [-75.06160026538926, 43.319099037531224], [-75.75130048460221, 43.31909884329241], [-75.75130044157423, 42.91989862441042]]], "type": "Polygon"}, "id": "254", "properties": {"collect_end": "2008-05-09", "collect_start": "2008-04-30", "dem_gsd_meters": null, "fid": 255, "geoid": "GEOID03", "horiz_crs": "26918", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NY_ONEIDA_2008", "lpc_pub_date": "2013-05-23", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NY_ONEIDA_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NY_ONEIDA_2008_Legacy_Data", "project_id": -15000, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "NY_ONEIDA_2008", "workunit_id": -1500}, "type": "Feature"}, {"bbox": [-124.56919954093063, 41.99610170916748, -123.62249087271809, 43.625400992608114], "geometry": {"coordinates": [[[-124.56919954093063, 41.996102847293805], [-123.62249828686787, 41.99610170916748], [-123.62249087271809, 43.6253989836349], [-124.56918324721423, 43.625400992608114], [-124.56919954093063, 41.996102847293805]]], "type": "Polygon"}, "id": "255", "properties": {"collect_end": "2008-10-19", "collect_start": "2008-05-03", "dem_gsd_meters": 3.0, "fid": 256, "geoid": "GEOID03", "horiz_crs": "2992", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_SOUTHCOAST_2008", "lpc_pub_date": "2012-09-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_SOUTHCOAST_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_SOUTHCOAST_2008_Legacy_Data", "project_id": -15600, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "OR_SOUTHCOAST_2008", "workunit_id": -1560}, "type": "Feature"}, {"bbox": [-96.99310537163308, 43.06299847696521, -96.4303027334187, 43.50549945953592], "geometry": {"coordinates": [[[-96.9931031530663, 43.06299847696521], [-96.4303027334187, 43.062999112572435], [-96.43030452002387, 43.50549945953592], [-96.99310537163308, 43.50549856131851], [-96.9931031530663, 43.06299847696521]]], "type": "Polygon"}, "id": "256", "properties": {"collect_end": "2008-05-23", "collect_start": "2008-05-13", "dem_gsd_meters": 3.0, "fid": 257, "geoid": "GEOID03", "horiz_crs": "32164", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SD_LINCOLNCO_2008", "lpc_pub_date": "2012-09-14", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SD_LINCOLNCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SD_LINCOLNCO_2008_Legacy_Data", "project_id": -16170, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "SD_LINCOLNCO_2008", "workunit_id": -1617}, "type": "Feature"}, {"bbox": [-97.1297066372636, 43.49959838931785, -96.45270457396579, 43.849499608526024], "geometry": {"coordinates": [[[-97.12970535675949, 43.49959838931785], [-96.45270457396579, 43.49959940497166], [-96.45270583785708, 43.849499608526024], [-97.1297066372636, 43.84949869919104], [-97.12970535675949, 43.49959838931785]]], "type": "Polygon"}, "id": "257", "properties": {"collect_end": "2008-05-23", "collect_start": "2008-05-13", "dem_gsd_meters": 3.0, "fid": 258, "geoid": "GEOID03", "horiz_crs": "32164", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SD_MINNEHAHACO_2008", "lpc_pub_date": "2012-09-14", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SD_MINNEHAHACO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SD_MINNEHAHACO_2008_Legacy_Data", "project_id": -16200, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "SD_MINNEHAHACO_2008", "workunit_id": -1620}, "type": "Feature"}, {"bbox": [-98.81480159263403, 47.18699937967333, -97.27040137337059, 48.14110057355782], "geometry": {"coordinates": [[[-98.81480159263403, 47.18699937967333], [-97.27040255799388, 47.187000247723226], [-97.27040137337059, 48.14110057355782], [-98.81480057929643, 48.14110022242485], [-98.81480159263403, 47.18699937967333]]], "type": "Polygon"}, "id": "258", "properties": {"collect_end": "2008-11-25", "collect_start": "2008-05-15", "dem_gsd_meters": 3.0, "fid": 259, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_F_2008", "lpc_pub_date": "2012-05-08", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-F_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_F_2008_Legacy_Data", "project_id": -13330, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_F_2008", "workunit_id": -1333}, "type": "Feature"}, {"bbox": [-99.20610192468789, 47.049699246457486, -98.7413018399844, 47.12699948406168], "geometry": {"coordinates": [[[-99.20610192468789, 47.049699567838836], [-98.74130209927384, 47.049699246457486], [-98.7413018399844, 47.12699931658587], [-99.20610147205392, 47.12699948406168], [-99.20610192468789, 47.049699567838836]]], "type": "Polygon"}, "id": "259", "properties": {"collect_end": "2008-05-17", "collect_start": "2008-05-17", "dem_gsd_meters": null, "fid": 260, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ND_PRAIRIEPOTHOLES_2008", "lpc_pub_date": "2012-08-23", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ND_PRAIRIEPOTHOLES_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ND_PRAIRIEPOTHOLES_2008_Legacy_Data", "project_id": -14780, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5702", "workunit": "ND_PRAIRIEPOTHOLES_2008", "workunit_id": -1478}, "type": "Feature"}, {"bbox": [-151.8717, 59.5872, -148.8534, 61.04], "geometry": {"coordinates": [[[-151.8717, 59.5872], [-148.8534, 59.5872], [-148.8534, 61.04], [-151.8717, 61.04], [-151.8717, 59.5872]]], "type": "Polygon"}, "id": "260", "properties": {"collect_end": "2008-09-22", "collect_start": "2008-05-21", "dem_gsd_meters": 3.0, "fid": 261, "geoid": "GEOID06", "horiz_crs": "102634", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/AK_Kenai_2008", "lpc_pub_date": "2012-10-17", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_KENAI_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "AK_KENAI_2008_Legacy_Data", "project_id": -10630, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "AK_KENAI_2008", "workunit_id": -1063}, "type": "Feature"}, {"bbox": [-88.70989865676243, 42.15259953705872, -88.19679686589102, 42.49640088933708], "geometry": {"coordinates": [[[-88.70989830414598, 42.152600247129534], [-88.19679686589102, 42.15259953705872], [-88.1967976970906, 42.49640068708313], [-88.70989865676243, 42.49640088933708], [-88.70989830414598, 42.152600247129534]]], "type": "Polygon"}, "id": "261", "properties": {"collect_end": "2008-05-23", "collect_start": "2008-05-23", "dem_gsd_meters": 3.0, "fid": 262, "geoid": "GEOID03", "horiz_crs": "3435", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_MCHENRYCO_2008", "lpc_pub_date": "2012-08-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_MCHENRYCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IL_MCHENRYCO_2008_Legacy_Data", "project_id": -12950, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "IL_MCHENRYCO_2008", "workunit_id": -1295}, "type": "Feature"}, {"bbox": [-88.4632015146697, 39.879297210927106, -87.92899855477596, 40.40079764187903], "geometry": {"coordinates": [[[-88.4632015146697, 39.87929726558354], [-87.9289999524882, 39.879297210927106], [-87.92899855477596, 40.40079756314071], [-88.46319951893123, 40.40079764187903], [-88.4632015146697, 39.87929726558354]]], "type": "Polygon"}, "id": "262", "properties": {"collect_end": "2008-05-23", "collect_start": "2008-05-23", "dem_gsd_meters": 3.0, "fid": 263, "geoid": "GEOID03", "horiz_crs": "3435", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_CHAMPAIGNCO_2008", "lpc_pub_date": "2012-08-29", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_CHAMPAIGNCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IL_CHAMPAIGNCO_2008_Legacy_Data", "project_id": -12910, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "IL_CHAMPAIGNCO_2008", "workunit_id": -1291}, "type": "Feature"}, {"bbox": [-88.60469798330767, 41.7181991148098, -88.23629699540541, 42.1557001482534], "geometry": {"coordinates": [[[-88.60469761780934, 41.7181991148098], [-88.2362971921859, 41.718199395371435], [-88.23629699540541, 42.15569956648659], [-88.60469798330767, 42.1557001482534], [-88.60469761780934, 41.7181991148098]]], "type": "Polygon"}, "id": "263", "properties": {"collect_end": "2008-05-23", "collect_start": "2008-05-23", "dem_gsd_meters": 3.0, "fid": 264, "geoid": "GEOID03", "horiz_crs": "3435", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_KANECO_2008", "lpc_pub_date": "2012-08-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_KANECO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IL_KANECO_2008_Legacy_Data", "project_id": -12930, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "IL_KANECO_2008", "workunit_id": -1293}, "type": "Feature"}, {"bbox": [-90.06730117156543, 45.10279987573017, -89.40189903542654, 45.57110131609578], "geometry": {"coordinates": [[[-90.06729888875313, 45.1028004800501], [-89.40189903542654, 45.10279987573017], [-89.40190049516379, 45.571100585982876], [-90.06730117156543, 45.57110131609578], [-90.06729888875313, 45.1028004800501]]], "type": "Polygon"}, "id": "264", "properties": {"collect_end": "2008-08-10", "collect_start": "2008-05-26", "dem_gsd_meters": 3.0, "fid": 265, "geoid": "GEOID03", "horiz_crs": "8152", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WI_LINCOLNCO_2008", "lpc_pub_date": "2014-04-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WI_LINCOLNCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WI_LINCOLNCO_2008_Legacy_Data", "project_id": -17040, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "WI_LINCOLNCO_2008", "workunit_id": -1704}, "type": "Feature"}, {"bbox": [-117.52320327068091, 45.39970034811225, -117.38210163254392, 45.560799428437925], "geometry": {"coordinates": [[[-117.52320241076312, 45.39970059057847], [-117.38210163254392, 45.39970034811225], [-117.38210302752259, 45.560799428437925], [-117.52320327068091, 45.56079928122207], [-117.52320241076312, 45.39970059057847]]], "type": "Polygon"}, "id": "265", "properties": {"collect_end": "2008-08-18", "collect_start": "2008-08-18", "dem_gsd_meters": null, "fid": 266, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_LOSTINE_RRIVER_BOR_2008", "lpc_pub_date": "2013-02-12", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_LOSTINE_RRIVER_BOR_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_LOSTINE_RRIVER_BOR_2008_Legacy_Data", "project_id": -15330, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "OR_LOSTINE_RRIVER_BOR_2008", "workunit_id": -1533}, "type": "Feature"}, {"bbox": [-118.9139014324303, 44.441798268353836, -118.30520220815278, 44.758598923147765], "geometry": {"coordinates": [[[-118.91390141108717, 44.441798268353836], [-118.30520220815278, 44.4417987147943], [-118.30520262771917, 44.758598923147765], [-118.9139014324303, 44.758597999078425], [-118.91390141108717, 44.441798268353836]]], "type": "Polygon"}, "id": "266", "properties": {"collect_end": "2008-08-27", "collect_start": "2008-08-19", "dem_gsd_meters": 3.0, "fid": 267, "geoid": "GEOID03", "horiz_crs": "26910", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_CAMP_CREEK_OLC_2008", "lpc_pub_date": "2012-12-26", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_CAMP_CREEK_OLC_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_CAMP_CREEK_OLC_2008_Legacy_Data", "project_id": -15160, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_CAMP_CREEK_OLC_2008", "workunit_id": -1516}, "type": "Feature"}, {"bbox": [-98.31280488801613, 29.812296090026923, -97.78080394159237, 30.250496888033954], "geometry": {"coordinates": [[[-98.31280488801613, 29.81229783560791], [-97.78080394159237, 29.812296090026923], [-97.7808046991594, 30.250495385131227], [-98.31280428047299, 30.250496888033954], [-98.31280488801613, 29.81229783560791]]], "type": "Polygon"}, "id": "267", "properties": {"collect_end": "2008-09-10", "collect_start": "2008-08-22", "dem_gsd_meters": null, "fid": 268, "geoid": "Unknown", "horiz_crs": "2277", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_HAYSCO_2008", "lpc_pub_date": "2012-09-04", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_HAYSCO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_HAYSCO_2008_Legacy_Data", "project_id": -16440, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "TX_HAYSCO_2008", "workunit_id": -1644}, "type": "Feature"}, {"bbox": [-97.32840472863315, 29.624695960744052, -96.56240379797255, 30.17209545450114], "geometry": {"coordinates": [[[-97.32840290720837, 29.62469708298838], [-96.56240379797255, 29.624695960744052], [-96.5624044197092, 30.17209545450114], [-97.32840472863315, 30.17209502627553], [-97.32840290720837, 29.62469708298838]]], "type": "Polygon"}, "id": "268", "properties": {"collect_end": "2008-09-10", "collect_start": "2008-08-22", "dem_gsd_meters": 3.0, "fid": 269, "geoid": "Unknown", "horiz_crs": "2278", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/TX_FAYETTECO_2008", "lpc_pub_date": "2013-08-29", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/TX_FAYETTECO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "TX_FAYETTECO_2008_Legacy_Data", "project_id": -16420, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "TX_FAYETTECO_2008", "workunit_id": -1642}, "type": "Feature"}, {"bbox": [-123.50640238544733, 43.92169680849024, -121.96169685433975, 45.82529684250754], "geometry": {"coordinates": [[[-123.50639093170686, 43.92169680849024], [-121.96169685433975, 43.92169783917103], [-121.96169727544361, 45.82529684250754], [-123.50640238544733, 45.82529436931042], [-123.50639093170686, 43.92169680849024]]], "type": "Polygon"}, "id": "269", "properties": {"collect_end": "2009-07-01", "collect_start": "2008-08-31", "dem_gsd_meters": 3.0, "fid": 270, "geoid": "GEOID03", "horiz_crs": "2992", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_WILLAMETTE_VALLEY_OLC_2008", "lpc_pub_date": "2014-05-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_WILLAMETTE_VALLEY_OLC_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_WILLAMETTE_VALLEY_OLC_2008_Legacy_Data", "project_id": -15660, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_WILLAMETTE_VALLEY_OLC_2008", "workunit_id": -1566}, "type": "Feature"}, {"bbox": [-117.05079957488562, 42.42899896911759, -116.87169978614773, 42.47199922967377], "geometry": {"coordinates": [[[-117.05079957488562, 42.42899896911759], [-116.87169983363435, 42.42899918759447], [-116.87169978614773, 42.47199922967377], [-117.05079945639764, 42.471999022977144], [-117.05079957488562, 42.42899896911759]]], "type": "Polygon"}, "id": "270", "properties": {"collect_end": "2008-08-31", "collect_start": "2008-08-31", "dem_gsd_meters": null, "fid": 271, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_JUNIPERMTN_2008", "lpc_pub_date": "2013-05-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_JUNIPERMTN_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_JUNIPERMTN_2008_Legacy_Data", "project_id": -12730, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ID_JUNIPERMTN_2008", "workunit_id": -1273}, "type": "Feature"}, {"bbox": [-122.4272985722701, 45.36979502566278, -122.10459814287982, 45.575596295670124], "geometry": {"coordinates": [[[-122.42729779416464, 45.36979502566278], [-122.10459814287982, 45.36979525745537], [-122.1045984258345, 45.575596295670124], [-122.4272985722701, 45.57559567934048], [-122.42729779416464, 45.36979502566278]]], "type": "Polygon"}, "id": "271", "properties": {"collect_end": "2008-10-01", "collect_start": "2008-09-29", "dem_gsd_meters": 3.0, "fid": 272, "geoid": "GEOID03", "horiz_crs": "26910", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_SANDY_RIVER_2008", "lpc_pub_date": "2013-02-21", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_SANDY_RIVER_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_SANDY_RIVER_2008_Legacy_Data", "project_id": -15580, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OR_SANDY_RIVER_2008", "workunit_id": -1558}, "type": "Feature"}, {"bbox": [-124.15060878348015, 43.87459646262764, -122.81479356761295, 46.23939705667647], "geometry": {"coordinates": [[[-124.15058597900138, 43.87459840249611], [-122.81479356761295, 43.87459646262764], [-122.81479957045838, 46.2393942260898], [-124.15060878348015, 46.23939705667647], [-124.15058597900138, 43.87459840249611]]], "type": "Polygon"}, "id": "272", "properties": {"collect_end": "2009-08-09", "collect_start": "2008-10-23", "dem_gsd_meters": 3.0, "fid": 273, "geoid": "GEOID03", "horiz_crs": "2992", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_NORTHCOAST_2008_2009", "lpc_pub_date": "2012-08-23", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_NORTHCOAST_2008-2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_NORTHCOAST_2008_2009_Legacy_Data", "project_id": -15380, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "OR_NORTHCOAST_2008_2009", "workunit_id": -1538}, "type": "Feature"}, {"bbox": [-100.62660328426892, 47.378699332330186, -98.81130090442045, 48.285200321740646], "geometry": {"coordinates": [[[-100.62660328426892, 47.378699332330186], [-98.81130110146528, 47.37869943313728], [-98.81130090442045, 48.285200321740646], [-100.62659969609115, 48.28519958522533], [-100.62660328426892, 47.378699332330186]]], "type": "Polygon"}, "id": "273", "properties": {"collect_end": "2008-11-01", "collect_start": "2008-10-28", "dem_gsd_meters": 3.0, "fid": 274, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_O_2008", "lpc_pub_date": "2012-06-27", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-O_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_O_2008_Legacy_Data", "project_id": -13430, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_O_2008", "workunit_id": -1343}, "type": "Feature"}, {"bbox": [-100.06680027113815, 48.28329899082206, -98.8085, 49.0229], "geometry": {"coordinates": [[[-100.06680027113815, 48.28329899082206], [-98.80850089498765, 48.283300322034684], [-98.8085, 49.0229], [-100.0668, 49.0229], [-100.06680027113815, 48.28329899082206]]], "type": "Polygon"}, "id": "274", "properties": {"collect_end": "2009-05-29", "collect_start": "2008-11-02", "dem_gsd_meters": 3.0, "fid": 275, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_N_2008", "lpc_pub_date": "2012-06-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-N_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_N_2008_Legacy_Data", "project_id": -13420, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_N_2008", "workunit_id": -1342}, "type": "Feature"}, {"bbox": [-73.29030081875648, 44.733495428112704, -72.90979923363335, 45.01809842443732], "geometry": {"coordinates": [[[-73.29030081875648, 44.733495428112704], [-72.90979951668048, 44.73349802268699], [-72.90979923363335, 45.01809842443732], [-73.29029971416098, 45.01809774237803], [-73.29030081875648, 44.733495428112704]]], "type": "Polygon"}, "id": "275", "properties": {"collect_end": "2009-04-16", "collect_start": "2008-11-02", "dem_gsd_meters": 3.0, "fid": 276, "geoid": "GEOID03", "horiz_crs": "32154", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/VT_ROCKRIVER_2008", "lpc_pub_date": "2012-09-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/VT_ROCKRIVER_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "VT_ROCKRIVER_2008_Legacy_Data", "project_id": -16830, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "VT_ROCKRIVER_2008", "workunit_id": -1683}, "type": "Feature"}, {"bbox": [-117.09370301809005, 47.03129802243186, -116.49210186887768, 47.60159893068629], "geometry": {"coordinates": [[[-117.09370212089202, 47.03129802243186], [-116.49210186887768, 47.0312986525207], [-116.49210252014801, 47.60159893068629], [-117.09370301809005, 47.601598140948376], [-117.09370212089202, 47.03129802243186]]], "type": "Polygon"}, "id": "276", "properties": {"collect_end": "2008-12-04", "collect_start": "2008-11-16", "dem_gsd_meters": 3.0, "fid": 277, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_USGSTRIBUTARY_2008", "lpc_pub_date": "2012-09-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_USGSTRIBUTARY_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_USGSTRIBUTARY_2008_Legacy_Data", "project_id": -12880, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ID_USGSTRIBUTARY_2008", "workunit_id": -1288}, "type": "Feature"}, {"bbox": [-93.43790189721976, 43.496701684661645, -91.19309642910426, 44.484902379353144], "geometry": {"coordinates": [[[-93.43790189721976, 43.49670348011501], [-91.19309966448446, 43.496701684661645], [-91.19309642910426, 44.48490112649596], [-93.43789995623447, 44.484902379353144], [-93.43790189721976, 43.49670348011501]]], "type": "Polygon"}, "id": "277", "properties": {"collect_end": "2008-11-24", "collect_start": "2008-11-18", "dem_gsd_meters": 3.0, "fid": 278, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_SEMN_2008", "lpc_pub_date": "2012-08-17", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_SEMN_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MN_SEMN_2008_Legacy_Data", "project_id": -14270, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "MN_SEMN_2008", "workunit_id": -1427}, "type": "Feature"}, {"bbox": [-119.08010143448593, 43.90779843517203, -118.45690140003067, 44.2924986332466], "geometry": {"coordinates": [[[-119.08010143448593, 43.90779843517203], [-118.45690140003067, 43.907798655611], [-118.45690190659431, 44.2924986332466], [-119.08010119038298, 44.292498313559186], [-119.08010143448593, 43.90779843517203]]], "type": "Polygon"}, "id": "278", "properties": {"collect_end": "2009-07-05", "collect_start": "2008-11-19", "dem_gsd_meters": null, "fid": 279, "geoid": "GEOID03", "horiz_crs": "2994", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_MALHEUR_OLC_2008_2009", "lpc_pub_date": "2013-02-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_MALHEUR_OLC_2008-2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_MALHEUR_OLC_2008_2009_Legacy_Data", "project_id": -15350, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_MALHEUR_OLC_2008_2009", "workunit_id": -1535}, "type": "Feature"}, {"bbox": [-117.26260101252478, 43.56849948342423, -116.89219972637473, 44.25020004242386], "geometry": {"coordinates": [[[-117.26260101252478, 43.56849948342423], [-116.89220078065712, 43.56849986550425], [-116.89219972637473, 44.250199988173456], [-117.26259975425384, 44.25020004242386], [-117.26260101252478, 43.56849948342423]]], "type": "Polygon"}, "id": "279", "properties": {"collect_end": "2008-12-10", "collect_start": "2008-12-03", "dem_gsd_meters": 3.0, "fid": 280, "geoid": "GEOID03", "horiz_crs": "2992", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_ONTARIO_2008", "lpc_pub_date": "2012-08-27", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_ONTARIO_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_ONTARIO_2008_Legacy_Data", "project_id": -15490, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_ONTARIO_2008", "workunit_id": -1549}, "type": "Feature"}, {"bbox": [-83.45999980858535, 34.459297782919, -83.10299950751175, 34.685998352495034], "geometry": {"coordinates": [[[-83.45999980858535, 34.45929785337999], [-83.1030000312777, 34.459297782919], [-83.10299950751175, 34.68599813115078], [-83.45999615185663, 34.685998352495034], [-83.45999980858535, 34.45929785337999]]], "type": "Polygon"}, "id": "280", "properties": {"collect_end": "2009-01-01", "collect_start": "2009-01-01", "dem_gsd_meters": 3.0, "fid": 281, "geoid": "Unknown", "horiz_crs": "2884", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_STEPHENSCO_2009", "lpc_pub_date": "2014-05-16", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_STEPHENSCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_STEPHENSCO_2009_Legacy_Data", "project_id": -12590, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "GA_STEPHENSCO_2009", "workunit_id": -1259}, "type": "Feature"}, {"bbox": [-83.6698000299176, 34.19729797049852, -83.33759988167411, 34.49209781795994], "geometry": {"coordinates": [[[-83.6698000299176, 34.19729811471308], [-83.33760020922165, 34.19729797049852], [-83.33759988167411, 34.49209781141774], [-83.66979973846452, 34.49209781795994], [-83.6698000299176, 34.19729811471308]]], "type": "Polygon"}, "id": "281", "properties": {"collect_end": "2009-01-01", "collect_start": "2009-01-01", "dem_gsd_meters": 3.0, "fid": 282, "geoid": "Unknown", "horiz_crs": "2885", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_BANKSCO_2009", "lpc_pub_date": "2014-06-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_BANKSCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_BANKSCO_2009_Legacy_Data", "project_id": -12420, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "GA_BANKSCO_2009", "workunit_id": -1242}, "type": "Feature"}, {"bbox": [-83.39780014355799, 34.22499781465228, -83.05169994884889, 34.53499791739262], "geometry": {"coordinates": [[[-83.39780014355799, 34.22499807685817], [-83.05170028078193, 34.22499781465228], [-83.05169994884889, 34.534997801824346], [-83.39779927774497, 34.53499791739262], [-83.39780014355799, 34.22499807685817]]], "type": "Polygon"}, "id": "282", "properties": {"collect_end": "2009-01-01", "collect_start": "2009-01-01", "dem_gsd_meters": 3.0, "fid": 283, "geoid": "Unknown", "horiz_crs": "2884", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_FRANKLINCO_2009", "lpc_pub_date": "2014-06-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_FRANKLINCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_FRANKLINCO_2009_Legacy_Data", "project_id": -12520, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "GA_FRANKLINCO_2009", "workunit_id": -1252}, "type": "Feature"}, {"bbox": [-84.25949978491884, 34.04999820357528, -83.92469984890616, 34.3357982482222], "geometry": {"coordinates": [[[-84.25949972204012, 34.04999838831434], [-83.9247001527293, 34.04999820357528], [-83.92469984890616, 34.33579812165659], [-84.25949978491884, 34.3357982482222], [-84.25949972204012, 34.04999838831434]]], "type": "Polygon"}, "id": "283", "properties": {"collect_end": "2009-01-01", "collect_start": "2009-01-01", "dem_gsd_meters": 3.0, "fid": 284, "geoid": "Unknown", "horiz_crs": "2885", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_FORSYTHCO_2009", "lpc_pub_date": "2014-05-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_FORSYTHCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_FORSYTHCO_2009_Legacy_Data", "project_id": -12510, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "GA_FORSYTHCO_2009", "workunit_id": -1251}, "type": "Feature"}, {"bbox": [-101.63759939961521, 40.65119788917216, -98.03649905478213, 41.21759947578292], "geometry": {"coordinates": [[[-101.63759939961521, 40.651199886402246], [-98.03649992602973, 40.65119788917216], [-98.03649905478213, 41.217598099754035], [-101.63759882361259, 41.21759947578292], [-101.63759939961521, 40.651199886402246]]], "type": "Polygon"}, "id": "284", "properties": {"collect_end": "2009-03-21", "collect_start": "2009-01-20", "dem_gsd_meters": 3.0, "fid": 285, "geoid": "GEOID03", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NE_RAINWATER_1_2009", "lpc_pub_date": "2012-09-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NE_RAINWATER-1_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NE_RAINWATER_1_2009_Legacy_Data", "project_id": -14820, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "NE_RAINWATER_1_2009", "workunit_id": -1482}, "type": "Feature"}, {"bbox": [-97.94610008846618, 39.131497604412885, -96.8038005289948, 40.04709853985826], "geometry": {"coordinates": [[[-97.94610006190035, 39.131497604412885], [-96.8038005289948, 39.13149818287373], [-96.80380094747777, 40.04709848324842], [-97.94610008846618, 40.04709853985826], [-97.94610006190035, 39.131497604412885]]], "type": "Polygon"}, "id": "285", "properties": {"collect_end": "2009-03-15", "collect_start": "2009-01-20", "dem_gsd_meters": 3.0, "fid": 286, "geoid": "GEOID03", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_NORTHCENTRAL_2009", "lpc_pub_date": "2014-04-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_NORTHCENTRAL_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_NORTHCENTRAL_2009_Legacy_Data", "project_id": -13780, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_NORTHCENTRAL_2009", "workunit_id": -1378}, "type": "Feature"}, {"bbox": [-100.875898906224, 39.954998328623724, -96.83129972881973, 41.31349895390851], "geometry": {"coordinates": [[[-100.875898906224, 39.95499923608458], [-96.83130088808576, 39.954998328623724], [-96.83129972881973, 41.31349754613725], [-100.87589803891, 41.31349895390851], [-100.875898906224, 39.95499923608458]]], "type": "Polygon"}, "id": "286", "properties": {"collect_end": "2009-03-21", "collect_start": "2009-01-20", "dem_gsd_meters": 3.0, "fid": 287, "geoid": "GEOID03", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NE_RAINWATER_2_2009", "lpc_pub_date": "2012-09-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NE_RAINWATER-2_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NE_RAINWATER_2_2009_Legacy_Data", "project_id": -14830, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "NE_RAINWATER_2_2009", "workunit_id": -1483}, "type": "Feature"}, {"bbox": [-84.71599845462893, 30.27319778585805, -83.97659876634397, 30.685698354355754], "geometry": {"coordinates": [[[-84.71599818972078, 30.27319840246153], [-83.97659876634397, 30.27319778585805], [-83.9765988614645, 30.685698353386385], [-84.71599845462893, 30.685698354355754], [-84.71599818972078, 30.27319840246153]]], "type": "Polygon"}, "id": "287", "properties": {"collect_end": "2009-02-06", "collect_start": "2009-01-31", "dem_gsd_meters": 3.0, "fid": 288, "geoid": "Unknown", "horiz_crs": "2883", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/FL_LEONCO_2009", "lpc_pub_date": "2012-10-01", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/FL_LEONCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "FL_LEONCO_2009_Legacy_Data", "project_id": -12140, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "FL_LEONCO_2009", "workunit_id": -1214}, "type": "Feature"}, {"bbox": [-123.20350249318048, 48.41359930199793, -122.57789848618144, 49.00140045331915], "geometry": {"coordinates": [[[-123.20349945287202, 48.41359999205122], [-122.57789848618144, 48.41359930199793], [-122.57791731139613, 49.00140045331915], [-123.20350249318048, 49.001400080699774], [-123.20349945287202, 48.41359999205122]]], "type": "Polygon"}, "id": "288", "properties": {"collect_end": "2009-04-30", "collect_start": "2009-02-13", "dem_gsd_meters": 3.0, "fid": 289, "geoid": "Unknown", "horiz_crs": "26910", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_SANJUANCO_2009", "lpc_pub_date": "2012-09-24", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_SANJUANCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_SANJUANCO_2009_Legacy_Data", "project_id": -16980, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "WA_SANJUANCO_2009", "workunit_id": -1698}, "type": "Feature"}, {"bbox": [-91.24730096292791, 32.301396178559656, -89.72619952448223, 35.080198027432814], "geometry": {"coordinates": [[[-91.24730096292791, 32.30139667002908], [-89.72620075824145, 32.301396178559656], [-89.72619952448223, 35.080198027432814], [-91.24730046755333, 35.08019760143611], [-91.24730096292791, 32.30139667002908]]], "type": "Polygon"}, "id": "289", "properties": {"collect_end": "2010-08-02", "collect_start": "2009-02-19", "dem_gsd_meters": 3.0, "fid": 290, "geoid": "Unknown", "horiz_crs": "2255", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MS_MSDELTAYAZOO_PHASE1_2009", "lpc_pub_date": "2013-05-21", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": "2024-05-09", "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MS_MSDELTAYAZOO-PHASE1_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MS_MSDELTAYAZOO_PHASE1_2009_Legacy_Data", "project_id": -14660, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MS_MSDELTAYAZOO_PHASE1_2009", "workunit_id": -1466}, "type": "Feature"}, {"bbox": [-80.37840021593689, 32.80399638346002, -79.42989859333295, 33.520497254848756], "geometry": {"coordinates": [[[-80.37839901425454, 32.80399750849687], [-79.42989859333295, 32.80399638346002], [-79.42989886607005, 33.520497254848756], [-80.37840021593689, 33.520496947463656], [-80.37839901425454, 32.80399750849687]]], "type": "Polygon"}, "id": "290", "properties": {"collect_end": "2009-04-11", "collect_start": "2009-02-25", "dem_gsd_meters": 3.0, "fid": 291, "geoid": "GEOID03", "horiz_crs": "2273", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_BERKELEYCO_2009", "lpc_pub_date": "2012-09-25", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_BERKELEYCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_BERKELEYCO_2009_Legacy_Data", "project_id": -15740, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "SC_BERKELEYCO_2009", "workunit_id": -1574}, "type": "Feature"}, {"bbox": [-80.09159984790735, 33.76139720425721, -79.30359899307777, 34.32739724363584], "geometry": {"coordinates": [[[-80.09159983883943, 33.76139720425721], [-79.30359899307777, 33.761397375337545], [-79.30359963039234, 34.32739724363584], [-80.09159984790735, 34.32739584081747], [-80.09159983883943, 33.76139720425721]]], "type": "Polygon"}, "id": "291", "properties": {"collect_end": "2009-03-19", "collect_start": "2009-03-16", "dem_gsd_meters": 3.0, "fid": 292, "geoid": "GEOID03", "horiz_crs": "2273", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_FLORENCECO_2009", "lpc_pub_date": "2012-08-28", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_FLORENCECO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_FLORENCECO_2009_Legacy_Data", "project_id": -15820, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "SC_FLORENCECO_2009", "workunit_id": -1582}, "type": "Feature"}, {"bbox": [-90.31500055552915, 36.87349686131269, -89.93500008698183, 37.18919804133416], "geometry": {"coordinates": [[[-90.3149999634882, 36.873497032984545], [-89.93500027394654, 36.87349686131269], [-89.93500008698183, 37.18919734941944], [-90.31500055552915, 37.18919804133416], [-90.3149999634882, 36.873497032984545]]], "type": "Polygon"}, "id": "292", "properties": {"collect_end": "2009-03-20", "collect_start": "2009-03-17", "dem_gsd_meters": 3.0, "fid": 293, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MO_DUCKCREEK_2009", "lpc_pub_date": "2012-08-14", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MO_DUCKCREEK_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MO_DUCKCREEK_2009_Legacy_Data", "project_id": -14380, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MO_DUCKCREEK_2009", "workunit_id": -1438}, "type": "Feature"}, {"bbox": [-82.51719906704265, 38.21469785041372, -82.03809822824937, 38.61389806205827], "geometry": {"coordinates": [[[-82.51719906704265, 38.21469792440933], [-82.03809838356096, 38.21469785041372], [-82.03809822824937, 38.61389786353188], [-82.51719862681543, 38.61389806205827], [-82.51719906704265, 38.21469792440933]]], "type": "Polygon"}, "id": "293", "properties": {"collect_end": "2009-03-22", "collect_start": "2009-03-18", "dem_gsd_meters": 3.0, "fid": 294, "geoid": "Unknown", "horiz_crs": "26862", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WV_CABELLCO_2009", "lpc_pub_date": "2012-10-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WV_CABELLCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WV_CABELLCO_2009_Legacy_Data", "project_id": -17060, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "WV_CABELLCO_2009", "workunit_id": -1706}, "type": "Feature"}, {"bbox": [-116.84090080328039, 43.05729976340805, -116.71060072427163, 43.20850000352953], "geometry": {"coordinates": [[[-116.84090061647669, 43.05729976340805], [-116.71060072427163, 43.0572998330641], [-116.71060093036529, 43.20850000352953], [-116.84090080328039, 43.20849986534548], [-116.84090061647669, 43.05729976340805]]], "type": "Polygon"}, "id": "294", "properties": {"collect_end": "2009-03-19", "collect_start": "2009-03-18", "dem_gsd_meters": null, "fid": 295, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_REYNOLDSCREEK_2009", "lpc_pub_date": "2012-08-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_REYNOLDSCREEK_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_REYNOLDSCREEK_2009_Legacy_Data", "project_id": -12810, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ID_REYNOLDSCREEK_2009", "workunit_id": -1281}, "type": "Feature"}, {"bbox": [-92.63289917815392, 38.62269675954309, -91.99749787378923, 39.254798317307234], "geometry": {"coordinates": [[[-92.63289917815392, 38.62269696720011], [-91.99749877675147, 38.62269675954309], [-91.99749787378923, 39.25479728072357], [-92.63289874107035, 39.254798317307234], [-92.63289917815392, 38.62269696720011]]], "type": "Polygon"}, "id": "295", "properties": {"collect_end": "2009-03-19", "collect_start": "2009-03-18", "dem_gsd_meters": 3.0, "fid": 296, "geoid": "GEOID03", "horiz_crs": "102697", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MO_BOONECO_2009", "lpc_pub_date": "2012-10-26", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MO_BOONECO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MO_BOONECO_2009_Legacy_Data", "project_id": -14340, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "MO_BOONECO_2009", "workunit_id": -1434}, "type": "Feature"}, {"bbox": [-89.688099466658, 41.88589882220192, -88.93879843282643, 42.20430042724867], "geometry": {"coordinates": [[[-89.68809908465907, 41.88589882220192], [-88.93879843282643, 41.885899503719955], [-88.93879858473142, 42.20430042724867], [-89.688099466658, 42.20429984722663], [-89.68809908465907, 41.88589882220192]]], "type": "Polygon"}, "id": "296", "properties": {"collect_end": "2009-03-20", "collect_start": "2009-03-20", "dem_gsd_meters": 0.9750000238418579, "fid": 297, "geoid": "GEOID03", "horiz_crs": "3444", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12_County_OgleCo_2008", "lpc_pub_date": "2015-08-07", "lpc_reason": "Point density \\u003c 2 ppsm", "lpc_update": null, "metadata_link": "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", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs", "project_id": 6142, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "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", "sourcedem_pub_date": "2015-08-06", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "USGS Lidar Base Specification 1.0", "vert_crs": "6360", "workunit": "IL_12_County_OgleCo_2008", "workunit_id": 13522}, "type": "Feature"}, {"bbox": [-89.93920010289484, 42.1893988322632, -89.38629908203457, 42.50880258658932], "geometry": {"coordinates": [[[-89.93919925629304, 42.1893988322632], [-89.38629908203457, 42.18940024233673], [-89.38629992065897, 42.50880154625302], [-89.93920010289484, 42.50880258658932], [-89.93919925629304, 42.1893988322632]]], "type": "Polygon"}, "id": "297", "properties": {"collect_end": "2009-03-20", "collect_start": "2009-03-20", "dem_gsd_meters": 0.975000023841858, "fid": 298, "geoid": "GEOID03", "horiz_crs": "3444", "lpc_category": "Does not meet", "lpc_link": "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", "lpc_pub_date": "2016-02-19", "lpc_reason": "Point density \\u003c 2 ppsm", "lpc_update": null, "metadata_link": "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", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs", "project_id": 6142, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": "2015-03-13", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "USGS Lidar Base Specification 1.0", "vert_crs": "6360", "workunit": "IL_12_County_Stephenson_Co_2009", "workunit_id": 13543}, "type": "Feature"}, {"bbox": [-90.31689917149639, 41.92899772696647, -89.68469910934807, 42.19949983144687], "geometry": {"coordinates": [[[-90.31689880042876, 41.92899772696647], [-89.68469910934807, 41.9289988990954], [-89.68469945404752, 42.19949983144687], [-90.31689917149639, 42.19949837385503], [-90.31689880042876, 41.92899772696647]]], "type": "Polygon"}, "id": "298", "properties": {"collect_end": "2009-03-20", "collect_start": "2009-03-20", "dem_gsd_meters": 0.9750000238418579, "fid": 299, "geoid": "GEOID03", "horiz_crs": "3444", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12_County_CarollCo_2009", "lpc_pub_date": "2015-08-07", "lpc_reason": "Point density \\u003c 2 ppsm", "lpc_update": null, "metadata_link": "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", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs", "project_id": 6142, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "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", "sourcedem_pub_date": "2015-08-07", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "USGS Lidar Base Specification 1.0", "vert_crs": "6360", "workunit": "IL_12_County_CarollCo_2009", "workunit_id": 6140}, "type": "Feature"}, {"bbox": [-85.95579865320757, 37.798098079751995, -85.2731970497445, 38.527199206684536], "geometry": {"coordinates": [[[-85.95579792535467, 37.798098079751995], [-85.2731970497445, 37.7980981018242], [-85.27319805442778, 38.527199206684536], [-85.95579865320757, 38.52719893858618], [-85.95579792535467, 37.798098079751995]]], "type": "Polygon"}, "id": "299", "properties": {"collect_end": "2009-03-30", "collect_start": "2009-03-20", "dem_gsd_meters": 3.0, "fid": 300, "geoid": "Unknown", "horiz_crs": "2891", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KY_LOUISVILLEAREA_2009", "lpc_pub_date": "2012-08-15", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KY_LOUISVILLEAREA_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KY_LOUISVILLEAREA_2009_Legacy_Data", "project_id": -13900, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "KY_LOUISVILLEAREA_2009", "workunit_id": -1390}, "type": "Feature"}, {"bbox": [-89.63499901856805, 41.584898260183245, -88.93879797666055, 41.91249960264037], "geometry": {"coordinates": [[[-89.63499846911049, 41.584898260183245], [-88.93879797666055, 41.5848986198948], [-88.9387984353476, 41.91249960264037], [-89.63499901856805, 41.912498968587194], [-89.63499846911049, 41.584898260183245]]], "type": "Polygon"}, "id": "300", "properties": {"collect_end": "2009-03-20", "collect_start": "2009-03-20", "dem_gsd_meters": 0.975, "fid": 301, "geoid": "GEOID03", "horiz_crs": "3444", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_LeeCo_2008", "lpc_pub_date": "2015-08-14", "lpc_reason": "Point density \\u003c 2 ppsm", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_LeeCo_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs", "project_id": 6142, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "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", "sourcedem_pub_date": "2015-08-11", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "USGS Lidar Base Specification 1.0", "vert_crs": "5703", "workunit": "IL_LeeCo_2008", "workunit_id": 13505}, "type": "Feature"}, {"bbox": [-90.65670124237906, 42.19369869311069, -89.91979928664124, 42.50830264331538], "geometry": {"coordinates": [[[-90.65670022758628, 42.19369869311069], [-89.91979928664124, 42.19369893814558], [-89.91980007281617, 42.50830264331538], [-90.65670124237906, 42.508300883749385], [-90.65670022758628, 42.19369869311069]]], "type": "Polygon"}, "id": "301", "properties": {"collect_end": "2009-03-20", "collect_start": "2009-03-20", "dem_gsd_meters": 0.975, "fid": 302, "geoid": "GEOID03", "horiz_crs": "3444", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_JoDaviessCo_2008", "lpc_pub_date": "2015-08-02", "lpc_reason": "Point density \\u003c 2 ppsm", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_JoDaviessCo_2008", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs", "project_id": 6142, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "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", "sourcedem_pub_date": "2015-07-31", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "USGS Lidar Base Specification 1.0", "vert_crs": "5703", "workunit": "IL_JoDaviessCo_2008", "workunit_id": 9790}, "type": "Feature"}, {"bbox": [-90.24799885963809, 41.58359826062969, -89.62829846402256, 41.93139901722151], "geometry": {"coordinates": [[[-90.24799761329724, 41.58359866488829], [-89.62829846402256, 41.58359826062969], [-89.62829902273948, 41.93139901722151], [-90.24799885963809, 41.93139770629784], [-90.24799761329724, 41.58359866488829]]], "type": "Polygon"}, "id": "302", "properties": {"collect_end": "2009-03-20", "collect_start": "2009-03-20", "dem_gsd_meters": 0.9750000238418579, "fid": 303, "geoid": "GEOID03", "horiz_crs": "3444", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_WhitesideCO_2009", "lpc_pub_date": "2015-07-17", "lpc_reason": "Point density \\u003c 2 ppsm", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_WhitesideCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs", "project_id": 6142, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "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", "sourcedem_pub_date": "2015-07-31", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "USGS Lidar Base Specification 1.0", "vert_crs": "6360", "workunit": "IL_WhitesideCO_2009", "workunit_id": 13554}, "type": "Feature"}, {"bbox": [-75.57279805531503, 39.46130272302324, -75.05729919762184, 39.79090195748804], "geometry": {"coordinates": [[[-75.57279783702803, 39.46130272302324], [-75.05730001361938, 39.461303982729994], [-75.05729919762184, 39.79090195748804], [-75.57279805531503, 39.79090111751397], [-75.57279783702803, 39.46130272302324]]], "type": "Polygon"}, "id": "303", "properties": {"collect_end": "2009-03-31", "collect_start": "2009-03-25", "dem_gsd_meters": 3.0, "fid": 304, "geoid": "GEOID03", "horiz_crs": "3424", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_SALEMCO_2009", "lpc_pub_date": "2012-09-05", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_SALEMCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NJ_SALEMCO_2009_Legacy_Data", "project_id": -14930, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "NJ_SALEMCO_2009", "workunit_id": -1493}, "type": "Feature"}, {"bbox": [-85.3502963548473, 40.9085993427146, -84.78929542381364, 41.279099924191215], "geometry": {"coordinates": [[[-85.35029604007813, 40.9085993427146], [-84.78929562271135, 40.908599356618296], [-84.78929542381364, 41.27909964506159], [-85.3502963548473, 41.279099924191215], [-85.35029604007813, 40.9085993427146]]], "type": "Polygon"}, "id": "304", "properties": {"collect_end": "2009-03-28", "collect_start": "2009-03-26", "dem_gsd_meters": 3.0, "fid": 305, "geoid": "Unknown", "horiz_crs": "2965", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IN_ALLENCO_2009", "lpc_pub_date": "2012-08-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IN_ALLENCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IN_ALLENCO_2009_Legacy_Data", "project_id": -13020, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "IN_ALLENCO_2009", "workunit_id": -1302}, "type": "Feature"}, {"bbox": [-90.43759731936464, 41.148997920457084, -89.85659796588635, 41.58469878952405], "geometry": {"coordinates": [[[-90.43759728344152, 41.14899811806408], [-89.85659796588635, 41.148997920457084], [-89.85659826776029, 41.58469826603449], [-90.43759731936464, 41.58469878952405], [-90.43759728344152, 41.14899811806408]]], "type": "Polygon"}, "id": "305", "properties": {"collect_end": "2009-03-30", "collect_start": "2009-03-30", "dem_gsd_meters": 3.0, "fid": 306, "geoid": "GEOID03", "horiz_crs": "3436", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_HENRYCO_2009", "lpc_pub_date": "2012-08-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_HENRYCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IL_HENRYCO_2009_Legacy_Data", "project_id": -12920, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "IL_HENRYCO_2009", "workunit_id": -1292}, "type": "Feature"}, {"bbox": [-74.95609896128641, 40.126400504045044, -74.47179956739973, 40.42550025212847], "geometry": {"coordinates": [[[-74.95609887248536, 40.12640060208219], [-74.47179999525692, 40.126400504045044], [-74.47179956739973, 40.425499801198804], [-74.95609896128641, 40.42550025212847], [-74.95609887248536, 40.12640060208219]]], "type": "Polygon"}, "id": "306", "properties": {"collect_end": "2009-04-25", "collect_start": "2009-03-31", "dem_gsd_meters": 3.0, "fid": 307, "geoid": "GEOID03", "horiz_crs": "3424", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NJ_MERCERCO_2009", "lpc_pub_date": "2013-08-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/NJ_MERCERCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "NJ_MERCERCO_2009_Legacy_Data", "project_id": -14900, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "NJ_MERCERCO_2009", "workunit_id": -1490}, "type": "Feature"}, {"bbox": [-94.49360012435513, 47.703400779602575, -94.01449806743524, 48.30060249445043], "geometry": {"coordinates": [[[-94.49359979338847, 47.703400779602575], [-94.01449954778121, 47.70340093315102], [-94.01449806743524, 48.30060249445043], [-94.49360012435513, 48.300602318888416], [-94.49359979338847, 47.703400779602575]]], "type": "Polygon"}, "id": "307", "properties": {"collect_end": "2009-04-05", "collect_start": "2009-04-05", "dem_gsd_meters": 3.0, "fid": 308, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_M_2009", "lpc_pub_date": "2012-05-16", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-M_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_M_2009_Legacy_Data", "project_id": -13410, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_M_2009", "workunit_id": -1341}, "type": "Feature"}, {"bbox": [-93.25010008902007, 35.99999694361112, -92.99999967888891, 36.18759698865932], "geometry": {"coordinates": [[[-93.2500993855971, 35.99999713993582], [-92.99999967888891, 35.99999694361112], [-92.99999984293467, 36.187596960911975], [-93.25010008902007, 36.18759698865932], [-93.2500993855971, 35.99999713993582]]], "type": "Polygon"}, "id": "308", "properties": {"collect_end": "2009-04-15", "collect_start": "2009-04-15", "dem_gsd_meters": 3.0, "fid": 309, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AR_BUFFALORIVER_2009", "lpc_pub_date": "2012-05-08", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AR_BUFFALORIVER_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "AR_BUFFALORIVER_2009_Legacy_Data", "project_id": -10760, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AR_BUFFALORIVER_2009", "workunit_id": -1076}, "type": "Feature"}, {"bbox": [-84.15809525686046, 42.06209770497562, -83.50829186070935, 42.44999951086577], "geometry": {"coordinates": [[[-84.15809525686046, 42.0620989565283], [-83.50829242063058, 42.06209770497562], [-83.50829186070935, 42.44999872820203], [-84.15809404706269, 42.44999951086577], [-84.15809525686046, 42.0620989565283]]], "type": "Polygon"}, "id": "309", "properties": {"collect_end": "2009-05-03", "collect_start": "2009-04-16", "dem_gsd_meters": 3.0, "fid": 310, "geoid": "GEOID03", "horiz_crs": "2898", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MI_WASHTENAWCO_2009", "lpc_pub_date": "2014-02-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MI_WASHTENAWCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MI_WASHTENAWCO_2009_Legacy_Data", "project_id": -14160, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MI_WASHTENAWCO_2009", "workunit_id": -1416}, "type": "Feature"}, {"bbox": [-83.56879294187115, 42.01609708747165, -82.85958976969401, 42.46119895230676], "geometry": {"coordinates": [[[-83.56879294187115, 42.01609759814176], [-82.8595929163681, 42.01609708747165], [-82.85958976969401, 42.46119845286872], [-83.56879227493188, 42.46119895230676], [-83.56879294187115, 42.01609759814176]]], "type": "Polygon"}, "id": "310", "properties": {"collect_end": "2009-05-03", "collect_start": "2009-04-16", "dem_gsd_meters": 3.0, "fid": 311, "geoid": "GEOID03", "horiz_crs": "2898", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MI_WAYNECO_2009", "lpc_pub_date": "2014-02-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MI_WAYNECO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "MI_WAYNECO_2009_Legacy_Data", "project_id": -14170, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MI_WAYNECO_2009", "workunit_id": -1417}, "type": "Feature"}, {"bbox": [-96.74400308402979, 45.39469973498177, -95.21100220568262, 46.37270069029127], "geometry": {"coordinates": [[[-96.74400308402979, 45.39469973498177], [-95.21100220568262, 45.394701044726524], [-95.21100241936789, 46.37270069029127], [-96.74400213226514, 46.372700182577724], [-96.74400308402979, 45.39469973498177]]], "type": "Polygon"}, "id": "311", "properties": {"collect_end": "2009-05-15", "collect_start": "2009-04-21", "dem_gsd_meters": 3.0, "fid": 312, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_DL_2009", "lpc_pub_date": "2012-06-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-DL_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_DL_2009_Legacy_Data", "project_id": -13310, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_DL_2009", "workunit_id": -1331}, "type": "Feature"}, {"bbox": [-96.42110240114366, 46.09650020172047, -95.12820026126288, 47.19430059736045], "geometry": {"coordinates": [[[-96.42110240114366, 46.096500403026916], [-95.12820271308205, 46.09650020172047], [-95.12820026126288, 47.19430059736045], [-96.42110186973606, 47.19429992369943], [-96.42110240114366, 46.096500403026916]]], "type": "Polygon"}, "id": "312", "properties": {"collect_end": "2009-05-30", "collect_start": "2009-04-23", "dem_gsd_meters": 3.0, "fid": 313, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_K_2009", "lpc_pub_date": "2012-06-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-K_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_K_2009_Legacy_Data", "project_id": -13390, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_K_2009", "workunit_id": -1339}, "type": "Feature"}, {"bbox": [-96.43620270963994, 47.15909996399382, -94.39419969356221, 48.11170189171506], "geometry": {"coordinates": [[[-96.4362019022082, 47.15909996399382], [-94.39420023993526, 47.15910026031804], [-94.39419969356221, 48.11170189171506], [-96.43620270963994, 48.11170104088669], [-96.4362019022082, 47.15909996399382]]], "type": "Polygon"}, "id": "313", "properties": {"collect_end": "2009-05-17", "collect_start": "2009-04-25", "dem_gsd_meters": 3.0, "fid": 314, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_J_2009", "lpc_pub_date": "2012-06-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-J_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_J_2009_Legacy_Data", "project_id": -13380, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_J_2009", "workunit_id": -1338}, "type": "Feature"}, {"bbox": [-123.28649836311912, 42.00120106463031, -122.50709650389628, 42.49770294916006], "geometry": {"coordinates": [[[-123.28649836311912, 42.00120106463031], [-122.50709650389628, 42.001203411771876], [-122.50709684569375, 42.49770224638523], [-123.28649668415525, 42.49770294916006], [-123.28649836311912, 42.00120106463031]]], "type": "Polygon"}, "id": "314", "properties": {"collect_end": "2009-05-12", "collect_start": "2009-04-29", "dem_gsd_meters": null, "fid": 315, "geoid": "GEOID03", "horiz_crs": "2994", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_ROGUE_VALLEY_OLC_2009", "lpc_pub_date": "2013-02-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_ROGUE_VALLEY_OLC_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_ROGUE_VALLEY_OLC_2009_Legacy_Data", "project_id": -15550, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_ROGUE_VALLEY_OLC_2009", "workunit_id": -1555}, "type": "Feature"}, {"bbox": [-84.45400024566527, 32.781798574339085, -84.16040000934565, 33.25049834298225], "geometry": {"coordinates": [[[-84.45400024566527, 32.781798574339085], [-84.16040035570943, 32.78179859522761], [-84.16040000934565, 33.25049834298225], [-84.45400024408468, 33.2504983151419], [-84.45400024566527, 32.781798574339085]]], "type": "Polygon"}, "id": "315", "properties": {"collect_end": "2009-05-01", "collect_start": "2009-05-01", "dem_gsd_meters": 3.0, "fid": 316, "geoid": "GEOID03", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_POTATOCREEK_2009", "lpc_pub_date": "2012-09-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_POTATOCREEK_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_POTATOCREEK_2009_Legacy_Data", "project_id": -12570, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "GA_POTATOCREEK_2009", "workunit_id": -1257}, "type": "Feature"}, {"bbox": [-101.09260470962789, 46.6632020574561, -100.58250413829386, 46.98330197818174], "geometry": {"coordinates": [[[-101.09260423904547, 46.6632020574561], [-100.58250413829386, 46.66320246956036], [-100.58250564083416, 46.98330197818174], [-101.09260470962789, 46.98330121436359], [-101.09260423904547, 46.6632020574561]]], "type": "Polygon"}, "id": "316", "properties": {"collect_end": "2009-05-03", "collect_start": "2009-05-03", "dem_gsd_meters": 3.0, "fid": 317, "geoid": "Unknown", "horiz_crs": "2266", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ND_BISMARCK_MANDAN_2009", "lpc_pub_date": "2014-05-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ND_BISMARCK-MANDAN_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ND_BISMARCK_MANDAN_2009_Legacy_Data", "project_id": -14750, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "ND_BISMARCK_MANDAN_2009", "workunit_id": -1475}, "type": "Feature"}, {"bbox": [-91.07919862749878, 41.31759817218501, -90.14679704502042, 41.78999942800312], "geometry": {"coordinates": [[[-91.07919862749878, 41.31760039357422], [-90.14679704502042, 41.31759817218501], [-90.14679887519905, 41.78999827107879], [-91.07919756104673, 41.78999942800312], [-91.07919862749878, 41.31760039357422]]], "type": "Polygon"}, "id": "317", "properties": {"collect_end": "2009-05-12", "collect_start": "2009-05-12", "dem_gsd_meters": 0.975, "fid": 318, "geoid": "GEOID03", "horiz_crs": "3444", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/Il_12Counties_Rock_IslandCo", "lpc_pub_date": "2016-02-11", "lpc_reason": "Point density \\u003c 2 ppsm", "lpc_update": null, "metadata_link": "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", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs", "project_id": 6142, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "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", "sourcedem_pub_date": "2014-09-09", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "USGS Lidar Base Specification 1.0", "vert_crs": "6360", "workunit": "Il_12Counties_Rock_IslandCo", "workunit_id": 13532}, "type": "Feature"}, {"bbox": [-90.44609731806939, 41.148897920733525, -89.85439796617484, 41.59239877343546], "geometry": {"coordinates": [[[-90.44609730845414, 41.14889811323903], [-89.85439796617484, 41.148897920733525], [-89.85439831381402, 41.59239827530095], [-90.44609731806939, 41.59239877343546], [-90.44609730845414, 41.14889811323903]]], "type": "Polygon"}, "id": "318", "properties": {"collect_end": "2009-05-12", "collect_start": "2009-05-12", "dem_gsd_meters": 0.975, "fid": 319, "geoid": "GEOID03", "horiz_crs": "3444", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs/IL_12_County_HenryCo_2009", "lpc_pub_date": "2016-01-20", "lpc_reason": "Point density \\u003c 2 ppsm", "lpc_update": null, "metadata_link": "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", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Illinois_Twelve_Counties_LiDAR_Processing_and_Hydro_Flattened_DEMs", "project_id": 6142, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "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", "sourcedem_pub_date": "2015-03-20", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "USGS Lidar Base Specification 1.0", "vert_crs": "6360", "workunit": "IL_12_County_HenryCo_2009", "workunit_id": 13491}, "type": "Feature"}, {"bbox": [-95.4145028322529, 48.300102390169016, -94.40439976324642, 49.391], "geometry": {"coordinates": [[[-95.4145028322529, 48.30010262381402], [-94.40439976324642, 48.300102390169016], [-94.4044, 49.391], [-95.4145, 49.391], [-95.4145028322529, 48.30010262381402]]], "type": "Polygon"}, "id": "319", "properties": {"collect_end": "2009-05-30", "collect_start": "2009-05-16", "dem_gsd_meters": 3.0, "fid": 320, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_I_ADDS_2009", "lpc_pub_date": "2012-06-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-I-ADDS_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_I_ADDS_2009_Legacy_Data", "project_id": -13370, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_I_ADDS_2009", "workunit_id": -1337}, "type": "Feature"}, {"bbox": [-96.42040544528928, 48.05170094304085, -94.43999974274115, 49.03250871139439], "geometry": {"coordinates": [[[-96.42040254095848, 48.05170094304085], [-94.43999974274115, 48.051701689955024], [-94.44000748932626, 49.03250871139439], [-96.42040544528928, 49.03250311662967], [-96.42040254095848, 48.05170094304085]]], "type": "Polygon"}, "id": "320", "properties": {"collect_end": "2009-05-30", "collect_start": "2009-05-16", "dem_gsd_meters": 3.0, "fid": 321, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_I_2009", "lpc_pub_date": "2012-05-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-I_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_I_2009_Legacy_Data", "project_id": -13360, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_I_2009", "workunit_id": -1336}, "type": "Feature"}, {"bbox": [-118.48820298670604, 45.01719901528534, -118.27420331782314, 45.12119929241716], "geometry": {"coordinates": [[[-118.48820298670604, 45.01719901528534], [-118.27420339357896, 45.01719901534925], [-118.27420331782314, 45.12119929241716], [-118.48820291648947, 45.12119902023656], [-118.48820298670604, 45.01719901528534]]], "type": "Polygon"}, "id": "321", "properties": {"collect_end": "2009-05-20", "collect_start": "2009-05-18", "dem_gsd_meters": 3.0, "fid": 322, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_UPPERGRANDERONDE_2009", "lpc_pub_date": "2012-08-27", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_UPPERGRANDERONDE_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_UPPERGRANDERONDE_2009_Legacy_Data", "project_id": -15640, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OR_UPPERGRANDERONDE_2009", "workunit_id": -1564}, "type": "Feature"}, {"bbox": [-94.44320161381856, 48.01489940634965, -93.11409559758056, 48.731104749930616], "geometry": {"coordinates": [[[-94.44319971889708, 48.01490160197984], [-93.11409694265507, 48.01489940634965], [-93.11409559758056, 48.731103506156096], [-94.44320161381856, 48.731104749930616], [-94.44319971889708, 48.01490160197984]]], "type": "Polygon"}, "id": "322", "properties": {"collect_end": "2009-05-29", "collect_start": "2009-05-19", "dem_gsd_meters": 3.0, "fid": 323, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_KOOCHICHINGCO_2009", "lpc_pub_date": "2012-05-15", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-KOOCHICHINGCO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_KOOCHICHINGCO_2009_Legacy_Data", "project_id": -13400, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_KOOCHICHINGCO_2009", "workunit_id": -1340}, "type": "Feature"}, {"bbox": [-98.81180056616961, 48.13250021571945, -97.5653, 49.0228], "geometry": {"coordinates": [[[-98.81180056616961, 48.13250021571945], [-97.56530029132178, 48.13250044451551], [-97.5653, 49.0228], [-98.8118, 49.0228], [-98.81180056616961, 48.13250021571945]]], "type": "Polygon"}, "id": "323", "properties": {"collect_end": "2009-05-23", "collect_start": "2009-05-21", "dem_gsd_meters": 3.0, "fid": 324, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IWI_REDRIVER_E_2009", "lpc_pub_date": "2012-06-20", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IWI_REDRIVER-E_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IWI_REDRIVER_E_2009_Legacy_Data", "project_id": -13320, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "IWI_REDRIVER_E_2009", "workunit_id": -1332}, "type": "Feature"}, {"bbox": [-116.8186021746106, 47.40939899999992, -115.89570243538131, 47.677698988143035], "geometry": {"coordinates": [[[-116.818601919485, 47.40939899999992], [-115.89570243538131, 47.40939908384223], [-115.89570258846017, 47.677698988143035], [-116.8186021746106, 47.6776989403128], [-116.818601919485, 47.40939899999992]]], "type": "Polygon"}, "id": "324", "properties": {"collect_end": "2009-07-30", "collect_start": "2009-06-02", "dem_gsd_meters": 3.0, "fid": 325, "geoid": "GEOID03", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_COEURDALENE_2009", "lpc_pub_date": "2012-08-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_COEURDALENE_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_COEURDALENE_2009_Legacy_Data", "project_id": -12690, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ID_COEURDALENE_2009", "workunit_id": -1269}, "type": "Feature"}, {"bbox": [-146.7406, 65.7548, -145.0331, 66.5929], "geometry": {"coordinates": [[[-146.7406, 65.7548], [-145.0331, 65.7548], [-145.0331, 66.5929], [-146.7406, 66.5929], [-146.7406, 65.7548]]], "type": "Polygon"}, "id": "325", "properties": {"collect_end": "2009-09-03", "collect_start": "2009-07-14", "dem_gsd_meters": 3.0, "fid": 326, "geoid": "GEOID06", "horiz_crs": "26906", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AK_YUKONFLATS_2009", "lpc_pub_date": "2012-10-12", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_YUKONFLATS_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "AK_YUKONFLATS_2009_Legacy_Data", "project_id": -10690, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "AK_YUKONFLATS_2009", "workunit_id": -1069}, "type": "Feature"}, {"bbox": [-117.82940357336228, 45.12199957183393, -117.69650295152107, 45.194900614821634], "geometry": {"coordinates": [[[-117.82940356765093, 45.12199957183393], [-117.696503053509, 45.12200031023879], [-117.69650295152107, 45.194900614821634], [-117.82940357336228, 45.1948999710655], [-117.82940356765093, 45.12199957183393]]], "type": "Polygon"}, "id": "326", "properties": {"collect_end": "2009-08-15", "collect_start": "2009-08-12", "dem_gsd_meters": 3.0, "fid": 327, "geoid": "GEOID03", "horiz_crs": "2269", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_CATHERINE_UPPER_BOR_2009", "lpc_pub_date": "2012-12-26", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_CATHERINE_UPPER_BOR_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_CATHERINE_UPPER_BOR_2009_Legacy_Data", "project_id": -15190, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_CATHERINE_UPPER_BOR_2009", "workunit_id": -1519}, "type": "Feature"}, {"bbox": [-118.10030341001196, 45.30239979286775, -117.83140372596947, 45.41139967612886], "geometry": {"coordinates": [[[-118.10030341001196, 45.30239979286775], [-117.83140372596947, 45.302400034883455], [-117.83140403305859, 45.41139954791999], [-118.10030324881286, 45.41139967612886], [-118.10030341001196, 45.30239979286775]]], "type": "Polygon"}, "id": "327", "properties": {"collect_end": "2009-08-15", "collect_start": "2009-08-12", "dem_gsd_meters": 3.0, "fid": 328, "geoid": "GEOID03", "horiz_crs": "2269", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_CATHERINE_LOWER_BOR_2009", "lpc_pub_date": "2012-12-26", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_CATHERINE_LOWER_BOR_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_CATHERINE_LOWER_BOR_2009_Legacy_Data", "project_id": -15180, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_CATHERINE_LOWER_BOR_2009", "workunit_id": -1518}, "type": "Feature"}, {"bbox": [-117.60620374499285, 45.544199221731226, -117.48080288341971, 45.620099118327076], "geometry": {"coordinates": [[[-117.60620374499285, 45.544199221731226], [-117.48080321470763, 45.5441993870708], [-117.48080288341971, 45.620099118327076], [-117.60620331203438, 45.620099042409436], [-117.60620374499285, 45.544199221731226]]], "type": "Polygon"}, "id": "328", "properties": {"collect_end": "2009-08-15", "collect_start": "2009-08-12", "dem_gsd_meters": null, "fid": 329, "geoid": "GEOID03", "horiz_crs": "2269", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_WALLOWA_RIVER_BOR_2009", "lpc_pub_date": "2013-02-26", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_WALLOWA_RIVER_BOR_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_WALLOWA_RIVER_BOR_2009_Legacy_Data", "project_id": -15650, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "OR_WALLOWA_RIVER_BOR_2009", "workunit_id": -1565}, "type": "Feature"}, {"bbox": [-118.36220307832161, 45.226599347885305, -118.31190311683532, 45.269799543733114], "geometry": {"coordinates": [[[-118.36220307832161, 45.226599347885305], [-118.31190317133428, 45.22659947668161], [-118.31190311683532, 45.269799543733114], [-118.3622030244476, 45.26979940806181], [-118.36220307832161, 45.226599347885305]]], "type": "Polygon"}, "id": "329", "properties": {"collect_end": "2009-08-15", "collect_start": "2009-08-12", "dem_gsd_meters": 3.0, "fid": 330, "geoid": "GEOID03", "horiz_crs": "2269", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_BEAVERCREEK_BOR_2009", "lpc_pub_date": "2012-12-27", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_BEAVERCREEK_BOR_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_BEAVERCREEK_BOR_2009_Legacy_Data", "project_id": -15150, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_BEAVERCREEK_BOR_2009", "workunit_id": -1515}, "type": "Feature"}, {"bbox": [-118.36220315222353, 45.12199918176296, -117.696503053509, 45.411399736387516], "geometry": {"coordinates": [[[-118.36220315222353, 45.12199918176296], [-117.696503053509, 45.12200031023879], [-117.69650389973543, 45.411399736387516], [-118.3622027573995, 45.411399572642296], [-118.36220315222353, 45.12199918176296]]], "type": "Polygon"}, "id": "330", "properties": {"collect_end": "2009-08-15", "collect_start": "2009-08-12", "dem_gsd_meters": 3.0, "fid": 331, "geoid": "GEOID03", "horiz_crs": "2269", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_GRANDERONDEBASIN_2009", "lpc_pub_date": "2012-08-21", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_GRANDERONDEBASIN_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_GRANDERONDEBASIN_2009_Legacy_Data", "project_id": -15290, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_GRANDERONDEBASIN_2009", "workunit_id": -1529}, "type": "Feature"}, {"bbox": [-141.3096, 69.6042, -140.9623, 69.7019], "geometry": {"coordinates": [[[-141.3096, 69.6042], [-140.9623, 69.6042], [-140.9623, 69.7019], [-141.3096, 69.7019], [-141.3096, 69.6042]]], "type": "Polygon"}, "id": "331", "properties": {"collect_end": "2010-07-16", "collect_start": "2009-09-03", "dem_gsd_meters": null, "fid": 332, "geoid": "Unknown", "horiz_crs": "32607", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AK_COASTAL_2009", "lpc_pub_date": "2012-10-12", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_COASTAL_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "AK_COASTAL_2009_Legacy_Data", "project_id": -10020, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "AK_COASTAL_2009", "workunit_id": -1002}, "type": "Feature"}, {"bbox": [-122.5747981570309, 46.188695387375375, -122.09809704365337, 46.378295807346944], "geometry": {"coordinates": [[[-122.57479765193628, 46.188695730463095], [-122.09809756748912, 46.188695387375375], [-122.09809704365337, 46.378295291545584], [-122.5747981570309, 46.378295807346944], [-122.57479765193628, 46.188695730463095]]], "type": "Polygon"}, "id": "332", "properties": {"collect_end": "2009-09-20", "collect_start": "2009-09-16", "dem_gsd_meters": 3.0, "fid": 333, "geoid": "GEOID03", "horiz_crs": "2286", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_MT_ST_HELENS_2009", "lpc_pub_date": "2013-02-25", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_MT_ST_HELENS_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_MT_ST_HELENS_2009_Legacy_Data", "project_id": -16920, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "WA_MT_ST_HELENS_2009", "workunit_id": -1692}, "type": "Feature"}, {"bbox": [-123.6255, 42.9919971407288, -120.59989859382885, 55.2357], "geometry": {"coordinates": [[[-123.62549321444148, 42.99200214716132], [-120.59989859382885, 42.9919971407288], [-120.5999, 55.2357], [-123.6255, 55.2357], [-123.62549321444148, 42.99200214716132]]], "type": "Polygon"}, "id": "333", "properties": {"collect_end": "2011-05-05", "collect_start": "2009-10-01", "dem_gsd_meters": 3.0, "fid": 334, "geoid": "GEOID03", "horiz_crs": "2994", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_DESCHUTES_OLC_2009_2011", "lpc_pub_date": "2012-12-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_DESCHUTES_OLC_2009-2011", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_DESCHUTES_OLC_2009_2011_Legacy_Data", "project_id": -15270, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_DESCHUTES_OLC_2009_2011", "workunit_id": -1527}, "type": "Feature"}, {"bbox": [-115.85410164997327, 45.92979977820197, -115.63710172548254, 46.10969969376496], "geometry": {"coordinates": [[[-115.85410162873733, 45.92979988330438], [-115.63710175093432, 45.92979977820197], [-115.63710172548254, 46.10969965104791], [-115.85410164997327, 46.10969969376496], [-115.85410162873733, 45.92979988330438]]], "type": "Polygon"}, "id": "334", "properties": {"collect_end": "2009-10-25", "collect_start": "2009-10-16", "dem_gsd_meters": 3.0, "fid": 335, "geoid": "Unknown", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ID_CLEARCREEK_2009", "lpc_pub_date": "2013-10-25", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ID_CLEARCREEK_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ID_CLEARCREEK_2009_Legacy_Data", "project_id": -12680, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ID_CLEARCREEK_2009", "workunit_id": -1268}, "type": "Feature"}, {"bbox": [-70.50049919536096, 43.903298198967605, -69.98649884932966, 44.4930987765165], "geometry": {"coordinates": [[[-70.50049841561258, 43.903298198967605], [-69.98649884932966, 43.90329869194059], [-69.98649913384077, 44.4930987765165], [-70.50049919536096, 44.4930983329098], [-70.50049841561258, 43.903298198967605]]], "type": "Polygon"}, "id": "335", "properties": {"collect_end": "2009-12-02", "collect_start": "2009-11-17", "dem_gsd_meters": 3.0, "fid": 336, "geoid": "Unknown", "horiz_crs": "26848", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ME_ANDROSCOGGIN_2009", "lpc_pub_date": "2012-10-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ME_ANDROSCOGGIN_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ME_ANDROSCOGGIN_2009_Legacy_Data", "project_id": -14070, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "ME_ANDROSCOGGIN_2009", "workunit_id": -1407}, "type": "Feature"}, {"bbox": [-100.00330301556043, 34.14809841226822, -96.5975022255329, 36.42979805660223], "geometry": {"coordinates": [[[-100.00330222674758, 34.148098577161726], [-96.5975022255329, 34.14809841226822], [-96.59750355081056, 36.42979587646808], [-100.00330301556043, 36.42979805660223], [-100.00330222674758, 34.148098577161726]]], "type": "Polygon"}, "id": "336", "properties": {"collect_end": "2010-03-22", "collect_start": "2009-12-04", "dem_gsd_meters": 3.0, "fid": 337, "geoid": "GEOID09", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OK_WASHITARIVER_14NAD83_2009", "lpc_pub_date": "2012-10-02", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OK_WASHITARIVER_14NAD83_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OK_WASHITARIVER_14NAD83_2009_Legacy_Data", "project_id": -15120, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "OK_WASHITARIVER_14NAD83_2009", "workunit_id": -1512}, "type": "Feature"}, {"bbox": [-95.08300365684316, 34.665899394995165, -94.65580229476464, 35.56279930946947], "geometry": {"coordinates": [[[-95.08300315889724, 34.66589947979072], [-94.65580229476464, 34.665899394995165], [-94.65580274143252, 35.56279930946947], [-95.08300365684316, 35.56279656920432], [-95.08300315889724, 34.66589947979072]]], "type": "Polygon"}, "id": "337", "properties": {"collect_end": "2010-03-22", "collect_start": "2009-12-04", "dem_gsd_meters": null, "fid": 338, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OK_WASHITARIVER_UTM15_2009", "lpc_pub_date": "2012-10-01", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OK_WASHITARIVER_UTM15_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OK_WASHITARIVER_UTM15_2009_Legacy_Data", "project_id": -15140, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "OK_WASHITARIVER_UTM15_2009", "workunit_id": -1514}, "type": "Feature"}, {"bbox": [-97.0004037450986, 33.877898338964464, -95.94880113274333, 34.89549898822382], "geometry": {"coordinates": [[[-97.00040243683476, 33.87789858982124], [-95.9488022967039, 33.877898338964464], [-95.94880113274333, 34.89549898822382], [-97.0004037450986, 34.8954986148207], [-97.00040243683476, 33.87789858982124]]], "type": "Polygon"}, "id": "338", "properties": {"collect_end": "2010-03-22", "collect_start": "2009-12-04", "dem_gsd_meters": 3.0, "fid": 339, "geoid": "GEOID09", "horiz_crs": "32614", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OK_WASHITARIVER_14WGS84_2009", "lpc_pub_date": "2012-10-01", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OK_WASHITARIVER_14WGS84_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OK_WASHITARIVER_14WGS84_2009_Legacy_Data", "project_id": -15130, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "OK_WASHITARIVER_14WGS84_2009", "workunit_id": -1513}, "type": "Feature"}, {"bbox": [-95.12860013812393, 38.37899778833524, -94.58920056053138, 38.744198030585586], "geometry": {"coordinates": [[[-95.12860013812393, 38.37899805978189], [-94.58920059805888, 38.37899778833524], [-94.58920056053138, 38.744198030585586], [-95.12859931225276, 38.7441978070956], [-95.12860013812393, 38.37899805978189]]], "type": "Polygon"}, "id": "339", "properties": {"collect_end": "2010-04-13", "collect_start": "2009-12-09", "dem_gsd_meters": 3.0, "fid": 340, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_MIAMICO_2009", "lpc_pub_date": "2014-07-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_MIAMICO_2009", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_MIAMICO_2009_Legacy_Data", "project_id": -13750, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_MIAMICO_2009", "workunit_id": -1375}, "type": "Feature"}, {"bbox": [-145.0862, 62.9788, -143.9045, 64.0207], "geometry": {"coordinates": [[[-145.0862, 62.9788], [-143.9045, 62.9788], [-143.9045, 64.0207], [-145.0862, 64.0207], [-145.0862, 62.9788]]], "type": "Polygon"}, "id": "340", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 341, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell9_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell9_2010_Legacy_Data", "project_id": -10350, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell9_2010", "sourcedem_pub_date": "2014-03-22", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell9_2010", "workunit_id": -1035}, "type": "Feature"}, {"bbox": [-151.031, 60.9896, -149.9606, 62.0102], "geometry": {"coordinates": [[[-151.031, 60.9896], [-149.9606, 60.9896], [-149.9606, 62.0102], [-151.031, 62.0102], [-151.031, 60.9896]]], "type": "Polygon"}, "id": "341", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 342, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell23_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell23_2010_Legacy_Data", "project_id": -10210, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell23_2010", "sourcedem_pub_date": "2014-03-23", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell23_2010", "workunit_id": -1021}, "type": "Feature"}, {"bbox": [-147.0669, 61.9818, -145.9242, 63.0177], "geometry": {"coordinates": [[[-147.0669, 61.9818], [-145.9242, 61.9818], [-145.9242, 63.0177], [-147.0669, 63.0177], [-147.0669, 61.9818]]], "type": "Polygon"}, "id": "342", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 343, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell17_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell17_2010_Legacy_Data", "project_id": -10140, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell17_2010", "sourcedem_pub_date": "2014-03-23", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell17_2010", "workunit_id": -1014}, "type": "Feature"}, {"bbox": [-146.0777, 62.9805, -144.913, 64.019], "geometry": {"coordinates": [[[-146.0777, 62.9805], [-144.913, 62.9805], [-144.913, 64.019], [-146.0777, 64.019], [-146.0777, 62.9805]]], "type": "Polygon"}, "id": "343", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 344, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell10_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell10_2010_Legacy_Data", "project_id": -10060, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell10_2010", "sourcedem_pub_date": "2014-03-22", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell10_2010", "workunit_id": -1006}, "type": "Feature"}, {"bbox": [-150.0403, 61.988, -148.9509, 63.0117], "geometry": {"coordinates": [[[-150.0403, 61.988], [-148.9509, 61.988], [-148.9509, 63.0117], [-150.0403, 63.0117], [-150.0403, 61.988]]], "type": "Polygon"}, "id": "344", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 345, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell18_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell18_2010_Legacy_Data", "project_id": -10150, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell18_2010", "sourcedem_pub_date": "2014-03-24", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell18_2010", "workunit_id": -1015}, "type": "Feature"}, {"bbox": [-151.0331, 62.9901, -149.958, 64.0098], "geometry": {"coordinates": [[[-151.0331, 62.9901], [-149.958, 62.9901], [-149.958, 64.0098], [-151.0331, 64.0098], [-151.0331, 62.9901]]], "type": "Polygon"}, "id": "345", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 346, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-CellF_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_CellF_2010_Legacy_Data", "project_id": -10380, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-CellF_2010", "sourcedem_pub_date": "2014-03-24", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_CellF_2010", "workunit_id": -1038}, "type": "Feature"}, {"bbox": [-149.0503, 62.9866, -147.9407, 64.0131], "geometry": {"coordinates": [[[-149.0503, 62.9866], [-147.9407, 62.9866], [-147.9407, 64.0131], [-149.0503, 64.0131], [-149.0503, 62.9866]]], "type": "Polygon"}, "id": "346", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 347, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell13_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell13_2010_Legacy_Data", "project_id": -10100, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell13_2010", "sourcedem_pub_date": "2014-03-24", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell13_2010", "workunit_id": -1010}, "type": "Feature"}, {"bbox": [-149.0486, 61.9863, -147.9427, 63.0134], "geometry": {"coordinates": [[[-149.0486, 61.9863], [-147.9427, 61.9863], [-147.9427, 63.0134], [-149.0486, 63.0134], [-149.0486, 61.9863]]], "type": "Polygon"}, "id": "347", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 348, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell22_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell22_2010_Legacy_Data", "project_id": -10200, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell22_2010", "sourcedem_pub_date": "2014-03-24", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell22_2010", "workunit_id": -1020}, "type": "Feature"}, {"bbox": [-144.0916, 61.9764, -142.8995, 63.023], "geometry": {"coordinates": [[[-144.0916, 61.9764], [-142.8995, 61.9764], [-142.8995, 63.023], [-144.0916, 63.023], [-144.0916, 61.9764]]], "type": "Polygon"}, "id": "348", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 349, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell20_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell20_2010_Legacy_Data", "project_id": -10170, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell20_2010", "sourcedem_pub_date": "2014-03-23", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell20_2010", "workunit_id": -1017}, "type": "Feature"}, {"bbox": [-152.0237, 61.9916, -150.9677, 63.0082], "geometry": {"coordinates": [[[-152.0237, 61.9916], [-150.9677, 61.9916], [-150.9677, 63.0082], [-152.0237, 63.0082], [-152.0237, 61.9916]]], "type": "Polygon"}, "id": "349", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 350, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell30_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell30_2010_Legacy_Data", "project_id": -10240, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell30_2010", "sourcedem_pub_date": "2014-03-23", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell30_2010", "workunit_id": -1024}, "type": "Feature"}, {"bbox": [-142.1076, 61.973, -140.8835, 63.0263], "geometry": {"coordinates": [[[-142.1076, 61.973], [-140.8835, 61.973], [-140.8835, 63.0263], [-142.1076, 63.0263], [-142.1076, 61.973]]], "type": "Polygon"}, "id": "350", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 351, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell15_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell15_2010_Legacy_Data", "project_id": -10120, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell15_2010", "sourcedem_pub_date": "2014-03-22", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell15_2010", "workunit_id": -1012}, "type": "Feature"}, {"bbox": [-148.0587, 62.9849, -146.9322, 64.0148], "geometry": {"coordinates": [[[-148.0587, 62.9849], [-146.9322, 62.9849], [-146.9322, 64.0148], [-148.0587, 64.0148], [-148.0587, 62.9849]]], "type": "Polygon"}, "id": "351", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 352, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell12_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell12_2010_Legacy_Data", "project_id": -10090, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell12_2010", "sourcedem_pub_date": "2014-03-22", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell12_2010", "workunit_id": -1009}, "type": "Feature"}, {"bbox": [-148.0551, 60.9841, -146.9365, 62.0155], "geometry": {"coordinates": [[[-148.0551, 60.9841], [-146.9365, 60.9841], [-146.9365, 62.0155], [-148.0551, 62.0155], [-148.0551, 60.9841]]], "type": "Polygon"}, "id": "352", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 353, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell38_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell38_2010_Legacy_Data", "project_id": -10290, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell38_2010", "sourcedem_pub_date": "2014-03-24", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell38_2010", "workunit_id": -1029}, "type": "Feature"}, {"bbox": [-144.0946, 62.977, -142.8961, 64.0224], "geometry": {"coordinates": [[[-144.0946, 62.977], [-142.8961, 62.977], [-142.8961, 64.0224], [-144.0946, 64.0224], [-144.0946, 62.977]]], "type": "Polygon"}, "id": "353", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 354, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell8_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell8_2010_Legacy_Data", "project_id": -10340, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell8_2010", "sourcedem_pub_date": "2014-03-22", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell8_2010", "workunit_id": -1034}, "type": "Feature"}, {"bbox": [-84.52350032111809, 33.16849833047689, -84.07370009730185, 33.360898284810126], "geometry": {"coordinates": [[[-84.5235002314541, 33.16849833047689], [-84.07370009730185, 33.168498406804865], [-84.07370009990659, 33.360898284810126], [-84.52350032111809, 33.36089821304488], [-84.5235002314541, 33.16849833047689]]], "type": "Polygon"}, "id": "354", "properties": {"collect_end": "2010-01-01", "collect_start": "2010-01-01", "dem_gsd_meters": 3.0, "fid": 355, "geoid": "Unknown", "horiz_crs": "2885", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_SPALDING_2010", "lpc_pub_date": "2012-08-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_SPALDING_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_SPALDING_2010_Legacy_Data", "project_id": -12580, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_SPALDING_2010", "workunit_id": -1258}, "type": "Feature"}, {"bbox": [-142.1112, 62.9737, -140.8796, 64.0256], "geometry": {"coordinates": [[[-142.1112, 62.9737], [-140.8796, 62.9737], [-140.8796, 64.0256], [-142.1112, 64.0256], [-142.1112, 62.9737]]], "type": "Polygon"}, "id": "355", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 356, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell6_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell6_2010_Legacy_Data", "project_id": -10320, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell6_2010", "sourcedem_pub_date": "2014-03-22", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell6_2010", "workunit_id": -1032}, "type": "Feature"}, {"bbox": [-149.047, 60.9859, -147.9445, 62.0137], "geometry": {"coordinates": [[[-149.047, 60.9859], [-147.9445, 60.9859], [-147.9445, 62.0137], [-149.047, 62.0137], [-149.047, 60.9859]]], "type": "Polygon"}, "id": "356", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 357, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell37_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell37_2010_Legacy_Data", "project_id": -10280, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell37_2010", "sourcedem_pub_date": "2014-03-24", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell37_2010", "workunit_id": -1028}, "type": "Feature"}, {"bbox": [-150.043, 63.9886, -148.9475, 65.0111], "geometry": {"coordinates": [[[-150.043, 63.9886], [-148.9475, 63.9886], [-148.9475, 65.0111], [-150.043, 65.0111], [-150.043, 63.9886]]], "type": "Polygon"}, "id": "357", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 358, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell5_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell5_2010_Legacy_Data", "project_id": -10310, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell5_2010", "sourcedem_pub_date": "2014-03-24", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell5_2010", "workunit_id": -1031}, "type": "Feature"}, {"bbox": [-149.0519, 63.9869, -147.9387, 65.0128], "geometry": {"coordinates": [[[-149.0519, 63.9869], [-147.9387, 63.9869], [-147.9387, 65.0128], [-149.0519, 65.0128], [-149.0519, 63.9869]]], "type": "Polygon"}, "id": "358", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 359, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell4_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell4_2010_Legacy_Data", "project_id": -10300, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell4_2010", "sourcedem_pub_date": "2014-03-23", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell4_2010", "workunit_id": -1030}, "type": "Feature"}, {"bbox": [-153.0153, 61.9935, -151.9761, 63.0065], "geometry": {"coordinates": [[[-153.0153, 61.9935], [-151.9761, 61.9935], [-151.9761, 63.0065], [-153.0153, 63.0065], [-153.0153, 61.9935]]], "type": "Polygon"}, "id": "359", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 360, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell29_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell29_2010_Legacy_Data", "project_id": -10230, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell29_2010", "sourcedem_pub_date": "2014-03-23", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell29_2010", "workunit_id": -1023}, "type": "Feature"}, {"bbox": [-152.023, 60.9915, -150.9687, 62.0084], "geometry": {"coordinates": [[[-152.023, 60.9915], [-150.9687, 60.9915], [-150.9687, 62.0084], [-152.023, 62.0084], [-152.023, 60.9915]]], "type": "Polygon"}, "id": "360", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 361, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell24_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell24_2010_Legacy_Data", "project_id": -10220, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell24_2010", "sourcedem_pub_date": "2014-03-23", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell24_2010", "workunit_id": -1022}, "type": "Feature"}, {"bbox": [-146.0751, 61.98, -144.9158, 63.0195], "geometry": {"coordinates": [[[-146.0751, 61.98], [-144.9158, 61.98], [-144.9158, 63.0195], [-146.0751, 63.0195], [-146.0751, 61.98]]], "type": "Polygon"}, "id": "361", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 362, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell16_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell16_2010_Legacy_Data", "project_id": -10130, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell16_2010", "sourcedem_pub_date": "2014-03-22", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell16_2010", "workunit_id": -1013}, "type": "Feature"}, {"bbox": [-150.0416, 62.9883, -148.9493, 64.0114], "geometry": {"coordinates": [[[-150.0416, 62.9883], [-148.9493, 62.9883], [-148.9493, 64.0114], [-150.0416, 64.0114], [-150.0416, 62.9883]]], "type": "Polygon"}, "id": "362", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 363, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell14_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell14_2010_Legacy_Data", "project_id": -10110, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell14_2010", "sourcedem_pub_date": "2014-03-24", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell14_2010", "workunit_id": -1011}, "type": "Feature"}, {"bbox": [-106.95913346332526, 34.499533992155165, -106.30154432004736, 35.639685238260874], "geometry": {"coordinates": [[[-106.95913346332526, 34.499534415639864], [-106.30154546655251, 34.499533992155165], [-106.30154432004736, 35.63968467104065], [-106.95913255562438, 35.639685238260874], [-106.95913346332526, 34.499534415639864]]], "type": "Polygon"}, "id": "363", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 3.0, "fid": 364, "geoid": "Unknown", "horiz_crs": "26913", "lpc_category": null, "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/NM_Albuquerque_2010", "lpc_pub_date": "2018-06-02", "lpc_reason": null, "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Not_Applicable_19_Arc_Second_Legacy_Data/NM_Albuquerque_2010/", "onemeter_category": null, "onemeter_reason": null, "p_method": "linear-mode lidar", "project": "NM_Albuquerque_2010_Legacy_Data", "project_id": -19690, "ql": "Other", "seamless_category": null, "seamless_reason": null, "sourcedem_category": null, "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": null, "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "NM_Albuquerque_2010", "workunit_id": -1969}, "type": "Feature"}, {"bbox": [-146.0803480461, 63.9809686058, -144.9099982855, 65.01851945], "geometry": {"coordinates": [[[-146.0803480461, 63.9809686058], [-144.9099982855, 63.9809686058], [-144.9099982855, 65.01851945], [-146.0803480461, 65.01851945], [-146.0803480461, 63.9809686058]]], "type": "Polygon"}, "id": "364", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 365, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell1_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell1_2010_Legacy_Data", "project_id": -10080, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR_Cell1_2010", "sourcedem_pub_date": "2014-03-21", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell1_2010", "workunit_id": -1008}, "type": "Feature"}, {"bbox": [-147.0691, 62.9823, -145.9216, 64.0173], "geometry": {"coordinates": [[[-147.0691, 62.9823], [-145.9216, 62.9823], [-145.9216, 64.0173], [-147.0691, 64.0173], [-147.0691, 62.9823]]], "type": "Polygon"}, "id": "365", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 366, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell11_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell11_2010_Legacy_Data", "project_id": -10070, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell11_2010", "sourcedem_pub_date": "2014-03-22", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell11_2010", "workunit_id": -1007}, "type": "Feature"}, {"bbox": [-152.0253, 63.9921, -150.9654, 65.0077], "geometry": {"coordinates": [[[-152.0253, 63.9921], [-150.9654, 63.9921], [-150.9654, 65.0077], [-152.0253, 65.0077], [-152.0253, 63.9921]]], "type": "Polygon"}, "id": "366", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 367, "geoid": "GEOID09", "horiz_crs": "NAD_1983_CORS96_Alaska_Albers", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Alaska_Mid_Accuracy_DEM_Summer_2015/AK_IFSAR-Sum-L4-C169_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "Alaska_Mid_Accuracy_DEM_Summer_2015", "project_id": 33609, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "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", "sourcedem_pub_date": "2016-09-29", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Sum_L4_C169_2010", "workunit_id": 33613}, "type": "Feature"}, {"bbox": [-143.0996, 61.9747, -141.8914, 63.0247], "geometry": {"coordinates": [[[-143.0996, 61.9747], [-141.8914, 61.9747], [-141.8914, 63.0247], [-143.0996, 63.0247], [-143.0996, 61.9747]]], "type": "Polygon"}, "id": "367", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 368, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell31_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell31_2010_Legacy_Data", "project_id": -10250, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell31_2010", "sourcedem_pub_date": "2014-03-23", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell31_2010", "workunit_id": -1025}, "type": "Feature"}, {"bbox": [-148.0568, 61.9845, -146.9344, 63.0151], "geometry": {"coordinates": [[[-148.0568, 61.9845], [-146.9344, 61.9845], [-146.9344, 63.0151], [-148.0568, 63.0151], [-148.0568, 61.9845]]], "type": "Polygon"}, "id": "368", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 369, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell21_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell21_2010_Legacy_Data", "project_id": -10180, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell21_2010", "sourcedem_pub_date": "2014-03-24", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell21_2010", "workunit_id": -1018}, "type": "Feature"}, {"bbox": [-148.0606941653, 63.9852685729, -146.9297787245, 65.0144050111], "geometry": {"coordinates": [[[-148.0606941653, 63.9852685729], [-146.9297787245, 63.9852685729], [-146.9297787245, 65.0144050111], [-148.0606941653, 65.0144050111], [-148.0606941653, 63.9852685729]]], "type": "Polygon"}, "id": "369", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 370, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell3_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell3_2010_Legacy_Data", "project_id": -10260, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR_Cell3_2010", "sourcedem_pub_date": "2014-03-23", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell3_2010", "workunit_id": -1026}, "type": "Feature"}, {"bbox": [-143.103, 62.9753, -141.8878, 64.024], "geometry": {"coordinates": [[[-143.103, 62.9753], [-141.8878, 62.9753], [-141.8878, 64.024], [-143.103, 64.024], [-143.103, 62.9753]]], "type": "Polygon"}, "id": "370", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 371, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell7_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell7_2010_Legacy_Data", "project_id": -10330, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell7_2010", "sourcedem_pub_date": "2014-03-22", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell7_2010", "workunit_id": -1033}, "type": "Feature"}, {"bbox": [-152.0245, 62.9918, -150.9666, 64.0081], "geometry": {"coordinates": [[[-152.0245, 62.9918], [-150.9666, 62.9918], [-150.9666, 64.0081], [-152.0245, 64.0081], [-152.0245, 62.9918]]], "type": "Polygon"}, "id": "371", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 372, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-CellE_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_CellE_2010_Legacy_Data", "project_id": -10370, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-CellE_2010", "sourcedem_pub_date": "2014-03-24", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_CellE_2010", "workunit_id": -1037}, "type": "Feature"}, {"bbox": [-151.0342, 63.9903, -149.9564, 65.0096], "geometry": {"coordinates": [[[-151.0342, 63.9903], [-149.9564, 63.9903], [-149.9564, 65.0096], [-151.0342, 65.0096], [-151.0342, 63.9903]]], "type": "Polygon"}, "id": "372", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 373, "geoid": "GEOID09", "horiz_crs": "NAD_1983_CORS96_Alaska_Albers", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Alaska_Mid_Accuracy_DEM_Summer_2015/AK_IFSAR-Sum-L4-C170_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "Alaska_Mid_Accuracy_DEM_Summer_2015", "project_id": 33609, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "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", "sourcedem_pub_date": "2016-09-30", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Sum_L4_C170_2010", "workunit_id": 33613}, "type": "Feature"}, {"bbox": [-151.032, 61.9898, -149.9592, 63.01], "geometry": {"coordinates": [[[-151.032, 61.9898], [-149.9592, 61.9898], [-149.9592, 63.01], [-151.032, 63.01], [-151.032, 61.9898]]], "type": "Polygon"}, "id": "373", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 374, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell19_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell19_2010_Legacy_Data", "project_id": -10160, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell19_2010", "sourcedem_pub_date": "2014-03-23", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell19_2010", "workunit_id": -1016}, "type": "Feature"}, {"bbox": [-145.0834, 61.9782, -143.9077, 63.0212], "geometry": {"coordinates": [[[-145.0834, 61.9782], [-143.9077, 61.9782], [-143.9077, 63.0212], [-145.0834, 63.0212], [-145.0834, 61.9782]]], "type": "Polygon"}, "id": "374", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 375, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell32_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell32_2010_Legacy_Data", "project_id": -10270, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-Cell32_2010", "sourcedem_pub_date": "2014-03-23", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell32_2010", "workunit_id": -1027}, "type": "Feature"}, {"bbox": [-153.0158, 62.9935, -151.9753, 64.0064], "geometry": {"coordinates": [[[-153.0158, 62.9935], [-151.9753, 62.9935], [-151.9753, 64.0064], [-153.0158, 64.0064], [-153.0158, 62.9935]]], "type": "Polygon"}, "id": "375", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 376, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-CellD_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_CellD_2010_Legacy_Data", "project_id": -10360, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR-CellD_2010", "sourcedem_pub_date": "2014-03-24", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_CellD_2010", "workunit_id": -1036}, "type": "Feature"}, {"bbox": [-150.039, 60.9878, -148.9525, 62.0119], "geometry": {"coordinates": [[[-150.039, 60.9878], [-148.9525, 60.9878], [-148.9525, 62.0119], [-150.039, 62.0119], [-150.039, 60.9878]]], "type": "Polygon"}, "id": "376", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 377, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Add-On-Area-1-35-37-38_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Add_On_Area_1_35_37_38_2010_Legacy_Data", "project_id": -10040, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "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", "sourcedem_pub_date": "2014-03-24", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Add_On_Area_1_35_37_38_2010", "workunit_id": -1004}, "type": "Feature"}, {"bbox": [-147.0715250733, 63.9826960141, -145.9188426228, 65.0168925695], "geometry": {"coordinates": [[[-147.0715250733, 63.9826960141], [-145.9188426228, 63.9826960141], [-145.9188426228, 65.0168925695], [-147.0715250733, 65.0168925695], [-147.0715250733, 63.9826960141]]], "type": "Polygon"}, "id": "377", "properties": {"collect_end": "2010-12-31", "collect_start": "2010-01-01", "dem_gsd_meters": 5.0, "fid": 378, "geoid": "GEOID09", "horiz_crs": "3338", "lpc_category": "Not Applicable", "lpc_link": null, "lpc_pub_date": null, "lpc_reason": "Not Applicable", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AK_IFSAR-Cell2_2010", "onemeter_category": "Does not meet", "onemeter_reason": "Non-lidar source", "p_method": "Ifsar", "project": "AK_IFSAR_Cell2_2010_Legacy_Data", "project_id": -10190, "ql": "QL 5", "seamless_category": "Meets", "seamless_reason": "Meets 3DEP seamless DEM requirements", "sourcedem_category": "Meets", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/AK_IFSAR_2010/AK_IFSAR_Cell2_2010", "sourcedem_pub_date": "2014-03-22", "sourcedem_reason": "Meets 3DEP source DEM requirements - IfSAR AK", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AK_IFSAR_Cell2_2010", "workunit_id": -1019}, "type": "Feature"}, {"bbox": [-84.36329975298649, 33.60129819328033, -84.00740027380436, 33.98049838065217], "geometry": {"coordinates": [[[-84.36329975298649, 33.60129823472892], [-84.00740036004056, 33.60129819328033], [-84.00740027380436, 33.98049829119551], [-84.36329968185494, 33.98049838065217], [-84.36329975298649, 33.60129823472892]]], "type": "Polygon"}, "id": "378", "properties": {"collect_end": "2010-01-03", "collect_start": "2010-01-02", "dem_gsd_meters": 3.0, "fid": 379, "geoid": "Unknown", "horiz_crs": "2885", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_DEKALBCO_2010", "lpc_pub_date": "2012-08-03", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_DEKALBCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_DEKALBCO_2010_Legacy_Data", "project_id": -12490, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_DEKALBCO_2010", "workunit_id": -1249}, "type": "Feature"}, {"bbox": [-85.35510144664362, 33.41759839139793, -84.79520022227258, 33.8231992124175], "geometry": {"coordinates": [[[-85.35510144664362, 33.41759880617938], [-84.79520069936882, 33.41759839139793], [-84.79520022227258, 33.82319838270986], [-85.35510100978776, 33.8231992124175], [-85.35510144664362, 33.41759880617938]]], "type": "Polygon"}, "id": "379", "properties": {"collect_end": "2010-01-05", "collect_start": "2010-01-03", "dem_gsd_meters": 3.0, "fid": 380, "geoid": "Unknown", "horiz_crs": "2885", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_CARROLL_2010", "lpc_pub_date": "2012-08-02", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_CARROLL_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_CARROLL_2010_Legacy_Data", "project_id": -12460, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_CARROLL_2010", "workunit_id": -1246}, "type": "Feature"}, {"bbox": [-124.01730071391502, 44.745290272932266, -123.01309473004373, 45.42849363032557], "geometry": {"coordinates": [[[-124.01729095379267, 44.745290272932266], [-123.01309473004373, 44.745293359092656], [-123.01309859362989, 45.42849363032557], [-124.01730071391502, 45.42849093288793], [-124.01729095379267, 44.745290272932266]]], "type": "Polygon"}, "id": "380", "properties": {"collect_end": "2010-07-14", "collect_start": "2010-01-03", "dem_gsd_meters": 3.0, "fid": 381, "geoid": "GEOID03", "horiz_crs": "2994", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/OR_YAMBO_OLC_2010", "lpc_pub_date": "2013-03-01", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/OR_YAMBO_OLC_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "OR_YAMBO_OLC_2010_Legacy_Data", "project_id": -15680, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "OR_YAMBO_OLC_2010", "workunit_id": -1568}, "type": "Feature"}, {"bbox": [-84.1254003595484, 32.65649849702031, -83.35670055219187, 33.52919819909657], "geometry": {"coordinates": [[[-84.1254003595484, 32.65649862418845], [-83.3567007482986, 32.65649849702031], [-83.35670055219187, 33.52919806756987], [-84.1254001247728, 33.52919819909657], [-84.1254003595484, 32.65649862418845]]], "type": "Polygon"}, "id": "381", "properties": {"collect_end": "2010-03-19", "collect_start": "2010-01-28", "dem_gsd_meters": 3.0, "fid": 382, "geoid": "Unknown", "horiz_crs": "3521", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_BIBB_JASPER_JONES_MONROE_2010", "lpc_pub_date": "2013-09-12", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_BIBB_JASPER_JONES_MONROE_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_BIBB_JASPER_JONES_MONROE_2010_Legacy_Data", "project_id": -12430, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_BIBB_JASPER_JONES_MONROE_2010", "workunit_id": -1243}, "type": "Feature"}, {"bbox": [-81.80419850565018, 30.708596737791716, -81.3959984029524, 31.151596876377983], "geometry": {"coordinates": [[[-81.80419850565018, 30.708596737791716], [-81.3959984029524, 30.708597380553282], [-81.3959989620122, 31.151596876377983], [-81.80419838409631, 31.151596438804052], [-81.80419850565018, 30.708596737791716]]], "type": "Polygon"}, "id": "382", "properties": {"collect_end": "2010-03-19", "collect_start": "2010-01-28", "dem_gsd_meters": 3.0, "fid": 383, "geoid": "Unknown", "horiz_crs": "2239", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_CAMDEN_COUNTY_2010", "lpc_pub_date": "2013-09-05", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_CAMDEN_COUNTY_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_CAMDEN_COUNTY_2010_Legacy_Data", "project_id": -12450, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_CAMDEN_COUNTY_2010", "workunit_id": -1245}, "type": "Feature"}, {"bbox": [-85.18660087697678, 32.57999859999538, -84.67070016792046, 32.87659874889043], "geometry": {"coordinates": [[[-85.18660030822966, 32.57999896777651], [-84.67070016792046, 32.57999859999538], [-84.67070023826456, 32.87659855410563], [-85.18660087697678, 32.87659874889043], [-85.18660030822966, 32.57999896777651]]], "type": "Polygon"}, "id": "383", "properties": {"collect_end": "2010-03-19", "collect_start": "2010-01-28", "dem_gsd_meters": 3.0, "fid": 384, "geoid": "Unknown", "horiz_crs": "3521", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_HARRIS_COUNTY_2010", "lpc_pub_date": "2013-09-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_HARRIS_COUNTY_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_HARRIS_COUNTY_2010_Legacy_Data", "project_id": -12540, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_HARRIS_COUNTY_2010", "workunit_id": -1254}, "type": "Feature"}, {"bbox": [-81.40479801478702, 31.70599581290087, -81.13919549319178, 31.982397536972808], "geometry": {"coordinates": [[[-81.40479801478702, 31.705997418242067], [-81.13919659209787, 31.70599581290087], [-81.13919549319178, 31.982396229694746], [-81.40479735868944, 31.982397536972808], [-81.40479801478702, 31.705997418242067]]], "type": "Polygon"}, "id": "384", "properties": {"collect_end": "2010-03-19", "collect_start": "2010-01-28", "dem_gsd_meters": 3.0, "fid": 385, "geoid": "Unknown", "horiz_crs": "2239", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_BRYAN_COUNTY_2010", "lpc_pub_date": "2013-09-05", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_BRYAN_COUNTY_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_BRYAN_COUNTY_2010_Legacy_Data", "project_id": -12440, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_BRYAN_COUNTY_2010", "workunit_id": -1244}, "type": "Feature"}, {"bbox": [-83.980500365164, 33.59509819355107, -83.5128001637541, 33.930598230655605], "geometry": {"coordinates": [[[-83.980500365164, 33.59509819355107], [-83.5128001637541, 33.59509822093696], [-83.51280017510703, 33.930598059070384], [-83.98050031808395, 33.930598230655605], [-83.980500365164, 33.59509819355107]]], "type": "Polygon"}, "id": "385", "properties": {"collect_end": "2010-03-19", "collect_start": "2010-01-28", "dem_gsd_meters": 3.0, "fid": 386, "geoid": "Unknown", "horiz_crs": "3521", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_WALTON_COUNTY_2010", "lpc_pub_date": "2013-09-12", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_WALTON_COUNTY_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_WALTON_COUNTY_2010_Legacy_Data", "project_id": -12600, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_WALTON_COUNTY_2010", "workunit_id": -1260}, "type": "Feature"}, {"bbox": [-82.28459808248918, 30.370496177796838, -81.72199769208764, 31.3741969164635], "geometry": {"coordinates": [[[-82.28459808248918, 30.370496177796838], [-81.72199769208764, 30.37049734816031], [-81.72199843897289, 31.3741969164635], [-82.28459762374928, 31.374196531056086], [-82.28459808248918, 30.370496177796838]]], "type": "Polygon"}, "id": "386", "properties": {"collect_end": "2010-03-19", "collect_start": "2010-01-28", "dem_gsd_meters": 3.0, "fid": 387, "geoid": "Unknown", "horiz_crs": "2239", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_CHARLTON_BRANTLEY_CAMDEN_2010", "lpc_pub_date": "2013-09-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_CHARLTON_BRANTLEY_CAMDEN_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_CHARLTON_BRANTLEY_CAMDEN_2010_Legacy_Data", "project_id": -12470, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_CHARLTON_BRANTLEY_CAMDEN_2010", "workunit_id": -1247}, "type": "Feature"}, {"bbox": [-81.98089933065839, 31.33269622979167, -81.54319823502493, 31.92429926571712], "geometry": {"coordinates": [[[-81.98089705314531, 31.33269622979167], [-81.54319868682268, 31.332696829954628], [-81.54319823502493, 31.924298270703094], [-81.98089933065839, 31.92429926571712], [-81.98089705314531, 31.33269622979167]]], "type": "Polygon"}, "id": "387", "properties": {"collect_end": "2010-03-19", "collect_start": "2010-01-28", "dem_gsd_meters": 3.0, "fid": 388, "geoid": "Unknown", "horiz_crs": "2239", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_WAYNE_LONG_MCINTOSH_2010", "lpc_pub_date": "2013-09-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_WAYNE_LONG_MCINTOSH_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_WAYNE_LONG_MCINTOSH_2010_Legacy_Data", "project_id": -12620, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_WAYNE_LONG_MCINTOSH_2010", "workunit_id": -1262}, "type": "Feature"}, {"bbox": [-82.03020100367011, 32.0791962375967, -81.1195962853931, 33.04559837295268], "geometry": {"coordinates": [[[-82.0301998589118, 32.07919878320457], [-81.1195962853931, 32.0791962375967], [-81.11960052847199, 33.045597164297675], [-82.03020100367011, 33.04559837295268], [-82.0301998589118, 32.07919878320457]]], "type": "Polygon"}, "id": "388", "properties": {"collect_end": "2010-03-19", "collect_start": "2010-01-28", "dem_gsd_meters": 3.0, "fid": 389, "geoid": "Unknown", "horiz_crs": "2239", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_EFFINGHAM_SCREVEN_BULLOCH_2010", "lpc_pub_date": "2013-09-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_EFFINGHAM_SCREVEN_BULLOCH_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_EFFINGHAM_SCREVEN_BULLOCH_2010_Legacy_Data", "project_id": -12500, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_EFFINGHAM_SCREVEN_BULLOCH_2010", "workunit_id": -1250}, "type": "Feature"}, {"bbox": [-85.29980141511051, 33.12419870650239, -84.92350079345246, 33.43079936784457], "geometry": {"coordinates": [[[-85.29980118272368, 33.12419870650239], [-84.92350091658706, 33.124199297036974], [-84.92350079345246, 33.43079936784457], [-85.29980141511051, 33.43079881687496], [-85.29980118272368, 33.12419870650239]]], "type": "Polygon"}, "id": "389", "properties": {"collect_end": "2010-03-19", "collect_start": "2010-01-28", "dem_gsd_meters": 3.0, "fid": 390, "geoid": "Unknown", "horiz_crs": "3521", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_HEARD_COUNTY_2010", "lpc_pub_date": "2013-09-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_HEARD_COUNTY_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_HEARD_COUNTY_2010_Legacy_Data", "project_id": -12550, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_HEARD_COUNTY_2010", "workunit_id": -1255}, "type": "Feature"}, {"bbox": [-81.60929897450688, 31.290896350550042, -81.1671965553589, 31.71999845539206], "geometry": {"coordinates": [[[-81.60929866017189, 31.29089681442147], [-81.1671986457949, 31.290896350550042], [-81.1671965553589, 31.719995879659084], [-81.60929897450688, 31.71999845539206], [-81.60929866017189, 31.29089681442147]]], "type": "Polygon"}, "id": "390", "properties": {"collect_end": "2010-03-19", "collect_start": "2010-01-28", "dem_gsd_meters": 3.0, "fid": 391, "geoid": "Unknown", "horiz_crs": "2239", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_MCINTOSH_COUNTY_2010", "lpc_pub_date": "2013-09-12", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_MCINTOSH_COUNTY_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_MCINTOSH_COUNTY_2010_Legacy_Data", "project_id": -12560, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_MCINTOSH_COUNTY_2010", "workunit_id": -1256}, "type": "Feature"}, {"bbox": [-95.59410054897062, 38.64929794840671, -94.66750036543046, 39.673499049235694], "geometry": {"coordinates": [[[-95.5940996597861, 38.64929804683329], [-94.66750036543046, 38.64929794840671], [-94.66750105614524, 39.673499049235694], [-95.59410054897062, 39.67349782983964], [-95.5940996597861, 38.64929804683329]]], "type": "Polygon"}, "id": "391", "properties": {"collect_end": "2010-07-20", "collect_start": "2010-02-01", "dem_gsd_meters": 3.0, "fid": 392, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_ATCHINSONCO_2010", "lpc_pub_date": "2012-08-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_ATCHINSONCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_ATCHINSONCO_2010_Legacy_Data", "project_id": -13490, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_ATCHINSONCO_2010", "workunit_id": -1349}, "type": "Feature"}, {"bbox": [-95.53259987193367, 38.37239803495817, -95.00609951992311, 38.777597955899616], "geometry": {"coordinates": [[[-95.53259987193367, 38.37239847219408], [-95.00610035512301, 38.37239803495817], [-95.00609951992311, 38.77759782956383], [-95.53259960370178, 38.777597955899616], [-95.53259987193367, 38.37239847219408]]], "type": "Polygon"}, "id": "392", "properties": {"collect_end": "2010-07-20", "collect_start": "2010-02-01", "dem_gsd_meters": 3.0, "fid": 393, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_FRANKLIN_2010", "lpc_pub_date": "2012-08-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_FRANKLIN_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_FRANKLIN_2010_Legacy_Data", "project_id": -13570, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_FRANKLIN_2010", "workunit_id": -1357}, "type": "Feature"}, {"bbox": [-95.95680066888546, 38.45109818570629, -95.46429960287848, 38.89899815990044], "geometry": {"coordinates": [[[-95.95679966768152, 38.451098234019476], [-95.46429960287848, 38.45109818570629], [-95.46429972123109, 38.89899788115134], [-95.95680066888546, 38.89899815990044], [-95.95679966768152, 38.451098234019476]]], "type": "Polygon"}, "id": "393", "properties": {"collect_end": "2010-07-20", "collect_start": "2010-02-01", "dem_gsd_meters": 3.0, "fid": 394, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_OSAGE_2010", "lpc_pub_date": "2012-08-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_OSAGE_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_OSAGE_2010_Legacy_Data", "project_id": -13790, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_OSAGE_2010", "workunit_id": -1379}, "type": "Feature"}, {"bbox": [-96.97110072965464, 39.277498148720795, -96.7306006366891, 39.56829817136755], "geometry": {"coordinates": [[[-96.97110055573629, 39.277498240527834], [-96.7306006366891, 39.277498148720795], [-96.73060084922292, 39.56829813983273], [-96.97110072965464, 39.56829817136755], [-96.97110055573629, 39.277498240527834]]], "type": "Polygon"}, "id": "394", "properties": {"collect_end": "2010-07-30", "collect_start": "2010-02-01", "dem_gsd_meters": 3.0, "fid": 395, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_RILEY_2010", "lpc_pub_date": "2012-08-14", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_RILEY_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_RILEY_2010_Legacy_Data", "project_id": -13830, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_RILEY_2010", "workunit_id": -1383}, "type": "Feature"}, {"bbox": [-82.02260065714377, 33.81279666237435, -81.46259958727639, 34.19499688324001], "geometry": {"coordinates": [[[-82.02260065714377, 33.812797468890786], [-81.46260036850978, 33.81279666237435], [-81.46259958727639, 34.194996404888286], [-82.02259998900875, 34.19499688324001], [-82.02260065714377, 33.812797468890786]]], "type": "Polygon"}, "id": "395", "properties": {"collect_end": "2010-03-27", "collect_start": "2010-02-20", "dem_gsd_meters": 3.0, "fid": 396, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_SALUDACO_2010", "lpc_pub_date": "2012-08-29", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_SALUDACO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_SALUDACO_2010_Legacy_Data", "project_id": -15950, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "SC_SALUDACO_2010", "workunit_id": -1595}, "type": "Feature"}, {"bbox": [-87.91869895284515, 30.287093318652406, -87.50349870044278, 30.85649430209428], "geometry": {"coordinates": [[[-87.91869895284515, 30.287093318652406], [-87.50349870044278, 30.28709451699467], [-87.50349892620083, 30.85649430209428], [-87.9186986026971, 30.85649429638937], [-87.91869895284515, 30.287093318652406]]], "type": "Polygon"}, "id": "396", "properties": {"collect_end": "2010-04-28", "collect_start": "2010-02-20", "dem_gsd_meters": 3.0, "fid": 397, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_AL_MOBILEBAY_2010", "lpc_pub_date": "2012-04-30", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-AL_MOBILEBAY_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_AL_MOBILEBAY_2010_Legacy_Data", "project_id": -10850, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ARRA_AL_MOBILEBAY_2010", "workunit_id": -1085}, "type": "Feature"}, {"bbox": [-80.48760023636476, 33.94679696292723, -79.99270003390389, 34.37249630420094], "geometry": {"coordinates": [[[-80.48760023636476, 33.94679696292723], [-79.99270247849864, 33.94679727078894], [-79.99270003390389, 34.37249630420094], [-80.4875990463379, 34.37249526244021], [-80.48760023636476, 33.94679696292723]]], "type": "Polygon"}, "id": "397", "properties": {"collect_end": "2010-03-25", "collect_start": "2010-02-21", "dem_gsd_meters": 3.0, "fid": 398, "geoid": "Unknown", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_SC_LEECO_2010", "lpc_pub_date": "2012-05-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-SC_LEECO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_SC_LEECO_2010_Legacy_Data", "project_id": -11250, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "ARRA_SC_LEECO_2010", "workunit_id": -1125}, "type": "Feature"}, {"bbox": [-80.65330027445314, 33.63379661789895, -79.87799937537935, 34.18099668145234], "geometry": {"coordinates": [[[-80.65330027445314, 33.63379661789895], [-79.87799937537935, 33.63379745612569], [-79.87800079357325, 34.18099668145234], [-80.6532998878693, 34.18099552492895], [-80.65330027445314, 33.63379661789895]]], "type": "Polygon"}, "id": "398", "properties": {"collect_end": "2010-03-27", "collect_start": "2010-02-21", "dem_gsd_meters": 3.0, "fid": 399, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_SUMTERCO_2010", "lpc_pub_date": "2012-08-29", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_SUMTERCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_SUMTERCO_2010_Legacy_Data", "project_id": -15970, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "SC_SUMTERCO_2010", "workunit_id": -1597}, "type": "Feature"}, {"bbox": [-80.88099964203755, 34.05939572398091, -80.27059841395574, 34.621695293138664], "geometry": {"coordinates": [[[-80.88099964203755, 34.05939572398091], [-80.27059980888983, 34.05939677488301], [-80.27059841395574, 34.621695293138664], [-80.88099831571299, 34.62169519497365], [-80.88099964203755, 34.05939572398091]]], "type": "Polygon"}, "id": "399", "properties": {"collect_end": "2010-03-24", "collect_start": "2010-02-21", "dem_gsd_meters": 3.0, "fid": 400, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_KERSHAW_2010", "lpc_pub_date": "2012-08-28", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_KERSHAW_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "SC_KERSHAW_2010_Legacy_Data", "project_id": -15840, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "SC_KERSHAW_2010", "workunit_id": -1584}, "type": "Feature"}, {"bbox": [-86.96570056677375, 33.762697761896376, -86.29909933311815, 34.26239730238776], "geometry": {"coordinates": [[[-86.96570039323413, 33.7626978822444], [-86.29909965606545, 33.762697761896376], [-86.29909933311815, 34.262397146150555], [-86.96570056677375, 34.26239730238776], [-86.96570039323413, 33.7626978822444]]], "type": "Polygon"}, "id": "400", "properties": {"collect_end": "2010-05-19", "collect_start": "2010-02-25", "dem_gsd_meters": 3.0, "fid": 401, "geoid": "GEOID09", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AL_BLOUNTCO_2010", "lpc_pub_date": "2013-05-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AL_BLOUNTCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Blount_County_LiDAR_Legacy_Data", "project_id": 2579, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AL_BLOUNTCO_2010", "workunit_id": 2577}, "type": "Feature"}, {"bbox": [-123.40819866837766, 41.7592996287579, -121.7679983937255, 42.24920256045792], "geometry": {"coordinates": [[[-123.40819866837766, 41.75930177874989], [-121.76799959427194, 41.7592996287579], [-121.7679983937255, 42.249199663033465], [-123.40819825036424, 42.24920256045792], [-123.40819866837766, 41.75930177874989]]], "type": "Polygon"}, "id": "401", "properties": {"collect_end": "2010-03-15", "collect_start": "2010-02-27", "dem_gsd_meters": null, "fid": 402, "geoid": "GEOID09", "horiz_crs": "2870", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/CA_OR_KLAMATHRIVER_2010", "lpc_pub_date": "2012-08-27", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/CA-OR_KLAMATHRIVER_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "CA_OR_KLAMATHRIVER_2010_Legacy_Data", "project_id": -11530, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "CA_OR_KLAMATHRIVER_2010", "workunit_id": -1153}, "type": "Feature"}, {"bbox": [-120.2610029548862, 33.449498234986514, -119.01299962454532, 34.08229967217478], "geometry": {"coordinates": [[[-120.2610009357873, 33.449498234986514], [-119.01299962454532, 33.44949992813174], [-119.01300127555011, 34.08229967217478], [-120.2610029548862, 34.08229844446966], [-120.2610009357873, 33.449498234986514]]], "type": "Polygon"}, "id": "402", "properties": {"collect_end": "2010-04-08", "collect_start": "2010-03-11", "dem_gsd_meters": 3.0, "fid": 403, "geoid": "GEOID09", "horiz_crs": "26911", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_CA_CHANNELISLANDS_11_2010", "lpc_pub_date": "2012-05-01", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-CA_CHANNELISLANDS-11_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_CA_CHANNELISLANDS_11_2010_Legacy_Data", "project_id": -10900, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ARRA_CA_CHANNELISLANDS_11_2010", "workunit_id": -1090}, "type": "Feature"}, {"bbox": [-120.47620223818518, 33.88359472789799, -119.95810286683509, 34.08729998356676], "geometry": {"coordinates": [[[-120.4762019861148, 33.883600069502755], [-119.95810286683509, 33.88359472789799], [-119.95810346044632, 34.087294926684116], [-120.47620223818518, 34.08729998356676], [-120.4762019861148, 33.883600069502755]]], "type": "Polygon"}, "id": "403", "properties": {"collect_end": "2010-04-08", "collect_start": "2010-03-11", "dem_gsd_meters": 3.0, "fid": 404, "geoid": "GEOID09", "horiz_crs": "26910", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_CA_CHANNELISLANDS_10_2010", "lpc_pub_date": "2012-04-30", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-CA_CHANNELISLANDS-10_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_CA_CHANNELISLANDS_10_2010_Legacy_Data", "project_id": -10890, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ARRA_CA_CHANNELISLANDS_10_2010", "workunit_id": -1089}, "type": "Feature"}, {"bbox": [-82.70729868695186, 30.344497603391876, -81.88409732479955, 31.477698587314805], "geometry": {"coordinates": [[[-82.70729868695186, 30.34449779581144], [-81.8840979101309, 30.344497603391876], [-81.88409732479955, 31.477696953691765], [-82.7072984375003, 31.477698587314805], [-82.70729868695186, 30.34449779581144]]], "type": "Polygon"}, "id": "404", "properties": {"collect_end": "2010-04-11", "collect_start": "2010-03-12", "dem_gsd_meters": 3.0, "fid": 405, "geoid": "Unknown", "horiz_crs": "3747", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_GA_OKEFENOKEE_2010", "lpc_pub_date": "2012-06-28", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-GA_OKEFENOKEE_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_GA_OKEFENOKEE_2010_Legacy_Data", "project_id": -11010, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ARRA_GA_OKEFENOKEE_2010", "workunit_id": -1101}, "type": "Feature"}, {"bbox": [-81.2292007158351, 33.014797054099425, -80.78750037060973, 33.45359711682744], "geometry": {"coordinates": [[[-81.2292007158351, 33.014797054099425], [-80.78750049130468, 33.01479834033844], [-80.78750037060973, 33.45359652097458], [-81.22920035874795, 33.45359711682744], [-81.2292007158351, 33.014797054099425]]], "type": "Polygon"}, "id": "405", "properties": {"collect_end": "2010-03-20", "collect_start": "2010-03-14", "dem_gsd_meters": 3.0, "fid": 406, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_SC_BAMBERGCO_2010", "lpc_pub_date": "2012-05-22", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-SC_BAMBERGCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_SC_BAMBERGCO_2010_Legacy_Data", "project_id": -11230, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "ARRA_SC_BAMBERGCO_2010", "workunit_id": -1123}, "type": "Feature"}, {"bbox": [-81.5736009627205, 33.647196471518825, -80.9176997744288, 34.210296735197396], "geometry": {"coordinates": [[[-81.5736009627205, 33.64719731616103], [-80.91770055112627, 33.647196471518825], [-80.9176997744288, 34.21029549735774], [-81.57359967141109, 34.210296735197396], [-81.5736009627205, 33.64719731616103]]], "type": "Polygon"}, "id": "406", "properties": {"collect_end": "2010-03-27", "collect_start": "2010-03-14", "dem_gsd_meters": 3.0, "fid": 407, "geoid": "GEOID03", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_LEXINGTONCO_2010", "lpc_pub_date": "2013-12-02", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_LEXINGTONCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Lexington_and_Richland_Cos_SC_LiDAR_Legacy_Data", "project_id": 2885, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "SC_LEXINGTONCO_2010", "workunit_id": 2883}, "type": "Feature"}, {"bbox": [-122.21919779781676, 47.373902016586236, -121.96979731166964, 47.50160258509169], "geometry": {"coordinates": [[[-122.21919708358234, 47.373902016586236], [-121.96979731166964, 47.37390237535298], [-121.96979794409617, 47.50160258509169], [-122.21919779781676, 47.50160202013814], [-122.21919708358234, 47.373902016586236]]], "type": "Polygon"}, "id": "407", "properties": {"collect_end": "2010-03-20", "collect_start": "2010-03-18", "dem_gsd_meters": 3.0, "fid": 408, "geoid": "GEOID03", "horiz_crs": "2285", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/WA_CEDARRIVER_2010", "lpc_pub_date": "2012-09-11", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/WA_CEDARRIVER_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "WA_CEDARRIVER_2010_Legacy_Data", "project_id": -16840, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "WA_CEDARRIVER_2010", "workunit_id": -1684}, "type": "Feature"}, {"bbox": [-97.0156004764704, 38.86849796421538, -96.38750053740635, 39.22169831344942], "geometry": {"coordinates": [[[-97.01560023405021, 38.86849796421538], [-96.38750053740635, 38.86849802514874], [-96.38750096512605, 39.22169831344942], [-97.0156004764704, 39.2216982224203], [-97.01560023405021, 38.86849796421538]]], "type": "Polygon"}, "id": "408", "properties": {"collect_end": "2010-12-08", "collect_start": "2010-03-18", "dem_gsd_meters": 3.0, "fid": 409, "geoid": "Unknown", "horiz_crs": "26914", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_GEARY_2010", "lpc_pub_date": "2012-08-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_GEARY_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_GEARY_2010_Legacy_Data", "project_id": -13590, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_GEARY_2010", "workunit_id": -1359}, "type": "Feature"}, {"bbox": [-81.62030125504221, 32.7395984873541, -81.08160046177476, 33.16409836518504], "geometry": {"coordinates": [[[-81.62030099926847, 32.7396004262948], [-81.08160046177476, 32.7395984873541], [-81.08160069464351, 33.16409697915249], [-81.62030125504221, 33.16409836518504], [-81.62030099926847, 32.7396004262948]]], "type": "Polygon"}, "id": "409", "properties": {"collect_end": "2010-03-20", "collect_start": "2010-03-19", "dem_gsd_meters": 3.0, "fid": 410, "geoid": "Unknown", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_SC_ALLENDALECO_2010", "lpc_pub_date": "2012-06-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-SC_ALLENDALECO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_SC_ALLENDALECO_2010_Legacy_Data", "project_id": -11220, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "ARRA_SC_ALLENDALECO_2010", "workunit_id": -1122}, "type": "Feature"}, {"bbox": [-82.15439908143888, 31.333296274449214, -81.70649848837094, 31.84149841794622], "geometry": {"coordinates": [[[-82.15439739286644, 31.333296274449214], [-81.70649848837094, 31.33329684254966], [-81.70649913933605, 31.84149841794622], [-82.15439908143888, 31.841498184467763], [-82.15439739286644, 31.333296274449214]]], "type": "Polygon"}, "id": "410", "properties": {"collect_end": "2010-03-24", "collect_start": "2010-03-19", "dem_gsd_meters": 3.0, "fid": 411, "geoid": "GEOID09", "horiz_crs": "2239", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/GA_WAYNECO_2010", "lpc_pub_date": "2012-08-08", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/GA_WAYNECO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "GA_WAYNECO_2010_Legacy_Data", "project_id": -12610, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "GA_WAYNECO_2010", "workunit_id": -1261}, "type": "Feature"}, {"bbox": [-81.43860130436859, 32.5471975796413, -80.82109912460065, 33.02769835242222], "geometry": {"coordinates": [[[-81.43860040943746, 32.54720136686866], [-80.82109912460065, 32.5471975796413], [-80.82110045340708, 33.0276981138954], [-81.43860130436859, 33.02769835242222], [-81.43860040943746, 32.54720136686866]]], "type": "Polygon"}, "id": "411", "properties": {"collect_end": "2010-03-24", "collect_start": "2010-03-20", "dem_gsd_meters": 3.0, "fid": 412, "geoid": "Unknown", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_SC_HAMPTONCO_2010", "lpc_pub_date": "2012-05-28", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-SC_HAMPTONCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_SC_HAMPTONCO_2010_Legacy_Data", "project_id": -11240, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "ARRA_SC_HAMPTONCO_2010", "workunit_id": -1124}, "type": "Feature"}, {"bbox": [-84.1747956596566, 41.70629788045536, -82.37879156524251, 43.18800382301362], "geometry": {"coordinates": [[[-84.1747956596566, 41.70629788045536], [-82.37879650769356, 41.706298738289775], [-82.37879156524251, 43.18800382301362], [-84.17479453298732, 43.18800140730182], [-84.1747956596566, 41.70629788045536]]], "type": "Polygon"}, "id": "412", "properties": {"collect_end": "2010-04-01", "collect_start": "2010-03-22", "dem_gsd_meters": 3.0, "fid": 413, "geoid": "GEOID03", "horiz_crs": "2253", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_MI_4SECOUNTIES_2010", "lpc_pub_date": "2012-06-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-MI_4SECOUNTIES_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_MI_4SECOUNTIES_2010_Legacy_Data", "project_id": -11130, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ARRA_MI_4SECOUNTIES_2010", "workunit_id": -1113}, "type": "Feature"}, {"bbox": [-81.34720069842095, 33.742396494934916, -80.58719966027941, 34.27819594322495], "geometry": {"coordinates": [[[-81.34720069842095, 33.742396494934916], [-80.58720026570124, 33.742396752007004], [-80.58719966027941, 34.27819513900127], [-81.34719966130098, 34.27819594322495], [-81.34720069842095, 33.742396494934916]]], "type": "Polygon"}, "id": "413", "properties": {"collect_end": "2010-03-27", "collect_start": "2010-03-23", "dem_gsd_meters": 3.0, "fid": 414, "geoid": "Unknown", "horiz_crs": "3361", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/SC_RICHLANDCO_2010", "lpc_pub_date": "2014-02-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/SC_RICHLANDCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Lexington_and_Richland_Cos_SC_LiDAR_Legacy_Data", "project_id": 2885, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "SC_RICHLANDCO_2010", "workunit_id": 2889}, "type": "Feature"}, {"bbox": [-84.18509997014183, 34.092597948477106, -83.09529966186474, 35.00500011635945], "geometry": {"coordinates": [[[-84.18509983862752, 34.09259834145154], [-83.09530028024199, 34.092597948477106], [-83.09529966186474, 35.00500011635945], [-84.18509997014183, 35.005000034252305], [-84.18509983862752, 34.09259834145154]]], "type": "Polygon"}, "id": "414", "properties": {"collect_end": "2010-04-07", "collect_start": "2010-03-24", "dem_gsd_meters": 3.0, "fid": 415, "geoid": "Unknown", "horiz_crs": "26917", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_GA_LAKELANIER_2010", "lpc_pub_date": "2012-05-15", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-GA_LAKELANIER_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_GA_LAKELANIER_2010_Legacy_Data", "project_id": -11000, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ARRA_GA_LAKELANIER_2010", "workunit_id": -1100}, "type": "Feature"}, {"bbox": [-76.03789511142794, 37.07229906367598, -75.23969027451177, 38.04490174523086], "geometry": {"coordinates": [[[-76.0378896540701, 37.07229906367598], [-75.2397, 37.0723], [-75.23969027451177, 38.04490174523086], [-76.03789511142794, 38.04489978634652], [-76.0378896540701, 37.07229906367598]]], "type": "Polygon"}, "id": "415", "properties": {"collect_end": "2010-03-30", "collect_start": "2010-03-25", "dem_gsd_meters": 3.0, "fid": 416, "geoid": "GEOID09", "horiz_crs": "2925", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/VA_EASTERNSHORE_2010", "lpc_pub_date": "2012-09-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/VA_EASTERNSHORE_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "VA_EASTERNSHORE_2010_Legacy_Data", "project_id": -16690, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "VA_EASTERNSHORE_2010", "workunit_id": -1669}, "type": "Feature"}, {"bbox": [-86.41859889312026, 32.40149736487869, -85.84669980714861, 32.77359816351518], "geometry": {"coordinates": [[[-86.41859801197319, 32.40149736487869], [-85.84669980714861, 32.401497395901806], [-85.84669984222954, 32.77359816351518], [-86.41859889312026, 32.773597627401095], [-86.41859801197319, 32.40149736487869]]], "type": "Polygon"}, "id": "416", "properties": {"collect_end": "2010-04-04", "collect_start": "2010-03-27", "dem_gsd_meters": 3.0, "fid": 417, "geoid": "GEOID09", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AL_ELMORECO_2010", "lpc_pub_date": "2012-05-09", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AL_ELMORECO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "AL_ELMORECO_2010_Legacy_Data", "project_id": -10730, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AL_ELMORECO_2010", "workunit_id": -1073}, "type": "Feature"}, {"bbox": [-93.61860023542141, 36.63059695116469, -93.2987002301, 37.00029689897352], "geometry": {"coordinates": [[[-93.61860023542141, 36.63059695116469], [-93.29870125890066, 36.630597121173075], [-93.2987002301, 37.00029689897352], [-93.6186000182404, 37.00029669126939], [-93.61860023542141, 36.63059695116469]]], "type": "Polygon"}, "id": "417", "properties": {"collect_end": "2010-04-09", "collect_start": "2010-03-30", "dem_gsd_meters": 3.0, "fid": 418, "geoid": "GEOID09", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_MO_STONECO_2010", "lpc_pub_date": "2012-05-04", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-MO_STONECO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_MO_STONECO_2010_Legacy_Data", "project_id": -11160, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "ARRA_MO_STONECO_2010", "workunit_id": -1116}, "type": "Feature"}, {"bbox": [-85.37119791595103, 30.01639710787078, -84.63719791840816, 30.594498589715084], "geometry": {"coordinates": [[[-85.37119604055304, 30.01639710787078], [-84.63719791840816, 30.016397654557956], [-84.63719851755187, 30.594498589715084], [-85.37119791595103, 30.59449831128125], [-85.37119604055304, 30.01639710787078]]], "type": "Polygon"}, "id": "418", "properties": {"collect_end": "2010-04-01", "collect_start": "2010-03-30", "dem_gsd_meters": 3.0, "fid": 419, "geoid": "Unknown", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_FL_LIBERTYCO_2010", "lpc_pub_date": "2012-05-02", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-FL_LIBERTYCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_FL_LIBERTYCO_2010_Legacy_Data", "project_id": -10970, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "ARRA_FL_LIBERTYCO_2010", "workunit_id": -1097}, "type": "Feature"}, {"bbox": [-95.20850027142056, 38.9408979599105, -94.74460081855284, 39.463798652328016], "geometry": {"coordinates": [[[-95.20849958819892, 38.9408979599105], [-94.74460081855284, 38.940898021250625], [-94.74460145015532, 39.463798652328016], [-95.20850027142056, 39.463797204854764], [-95.20849958819892, 38.9408979599105]]], "type": "Polygon"}, "id": "419", "properties": {"collect_end": "2010-03-30", "collect_start": "2010-03-30", "dem_gsd_meters": 3.0, "fid": 420, "geoid": "Unknown", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/KS_LEAVENWORTH_2010", "lpc_pub_date": "2012-08-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/KS_LEAVENWORTH_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "KS_LEAVENWORTH_2010_Legacy_Data", "project_id": -13680, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "KS_LEAVENWORTH_2010", "workunit_id": -1368}, "type": "Feature"}, {"bbox": [-88.60599763154936, 41.454398695303475, -88.24869656536313, 41.727399405532715], "geometry": {"coordinates": [[[-88.60599732041634, 41.454398695303475], [-88.24869656536313, 41.45439939348957], [-88.24869719385782, 41.727399405532715], [-88.60599763154936, 41.72739912791069], [-88.60599732041634, 41.454398695303475]]], "type": "Polygon"}, "id": "420", "properties": {"collect_end": "2010-04-03", "collect_start": "2010-03-31", "dem_gsd_meters": 3.0, "fid": 421, "geoid": "Unknown", "horiz_crs": "3443", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/IL_KENDALLCO_2010", "lpc_pub_date": "2012-08-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/IL_KENDALLCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "IL_KENDALLCO_2010_Legacy_Data", "project_id": -12940, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "IL_KENDALLCO_2010", "workunit_id": -1294}, "type": "Feature"}, {"bbox": [-74.98619893826852, 39.28830418094557, -73.99000110642808, 40.25100033869026], "geometry": {"coordinates": [[[-74.98619893826852, 39.28830460381886], [-73.99000238313181, 39.28830418094557], [-73.99000110642808, 40.25100027059255], [-74.98619881771042, 40.25100033869026], [-74.98619893826852, 39.28830460381886]]], "type": "Polygon"}, "id": "421", "properties": {"collect_end": "2010-04-10", "collect_start": "2010-04-01", "dem_gsd_meters": 3.0, "fid": 422, "geoid": "GEOID09", "horiz_crs": "3616", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_NJ_3COUNTIES_2010", "lpc_pub_date": "2012-06-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-NJ_3COUNTIES_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_NJ_3COUNTIES_2010_Legacy_Data", "project_id": -11180, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "ARRA_NJ_3COUNTIES_2010", "workunit_id": -1118}, "type": "Feature"}, {"bbox": [-85.10319606503649, 42.40319938446219, -84.11899399669923, 43.13270114277431], "geometry": {"coordinates": [[[-85.10319559744518, 42.40320024855535], [-84.11899399669923, 42.40319938446219], [-84.11899430108684, 43.13270114277431], [-85.10319606503649, 43.132700475799986], [-85.10319559744518, 42.40320024855535]]], "type": "Polygon"}, "id": "422", "properties": {"collect_end": "2010-04-14", "collect_start": "2010-04-02", "dem_gsd_meters": 3.0, "fid": 423, "geoid": "GEOID03", "horiz_crs": "2898", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_MI_TRICOUNTY_2010", "lpc_pub_date": "2012-06-06", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-MI_TRICOUNTY_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_MI_TRICOUNTY_2010_Legacy_Data", "project_id": -11150, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "ARRA_MI_TRICOUNTY_2010", "workunit_id": -1115}, "type": "Feature"}, {"bbox": [-86.92419881841465, 32.30489721268166, -86.39829828026448, 32.7108976265682], "geometry": {"coordinates": [[[-86.92419863534803, 32.30489721268166], [-86.39829828026448, 32.30489729406904], [-86.39829869098531, 32.7108976265682], [-86.92419881841465, 32.71089758829536], [-86.92419863534803, 32.30489721268166]]], "type": "Polygon"}, "id": "423", "properties": {"collect_end": "2010-04-05", "collect_start": "2010-04-02", "dem_gsd_meters": 3.0, "fid": 424, "geoid": "GEOID09", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Alabama_Counties_LiDAR/AL_Autauga_2010", "lpc_pub_date": "2016-04-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Alabama_Counties_LiDAR/AL_Autauga_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Alabama_Counties_LiDAR_Legacy_Data", "project_id": 2641, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Alabama_Counties_LiDAR/AL_Autauga_2010", "sourcedem_pub_date": "2016-04-15", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AL_Autauga_2010", "workunit_id": 2639}, "type": "Feature"}, {"bbox": [-89.72960000121824, 35.63789845156866, -89.4334000805507, 35.81979830089456], "geometry": {"coordinates": [[[-89.72960000121824, 35.63789883517118], [-89.43340010034899, 35.63789845156866], [-89.4334000805507, 35.81979820767212], [-89.72959999302914, 35.81979830089456], [-89.72960000121824, 35.63789883517118]]], "type": "Polygon"}, "id": "424", "properties": {"collect_end": "2010-04-10", "collect_start": "2010-04-03", "dem_gsd_meters": 3.0, "fid": 425, "geoid": "GEOID03", "horiz_crs": "26916", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/AR_TN_NRCS_CANECREEK_2010", "lpc_pub_date": "2012-08-09", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/AR-TN_NRCS_CANECREEK_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "AR_TN_NRCS_CANECREEK_2010_Legacy_Data", "project_id": -11350, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "AR_TN_NRCS_CANECREEK_2010", "workunit_id": -1135}, "type": "Feature"}, {"bbox": [-95.47040348221671, 43.84300107553763, -94.8431023435592, 44.21930193147944], "geometry": {"coordinates": [[[-95.47040345312163, 43.84300107553763], [-94.84310276774211, 43.84300214880979], [-94.8431023435592, 44.21930193147944], [-95.47040348221671, 44.219301420706806], [-95.47040345312163, 43.84300107553763]]], "type": "Polygon"}, "id": "425", "properties": {"collect_end": "2011-11-19", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 426, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_COTTONWOODCO_2010", "lpc_pub_date": "2013-05-08", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_COTTONWOODCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Minnesota_River_Basin_LiDAR_Legacy_Data", "project_id": 2824, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "MN_COTTONWOODCO_2010", "workunit_id": 2827}, "type": "Feature"}, {"bbox": [-94.81530263371162, 44.12490166281183, -93.90420086373999, 44.47050179115273], "geometry": {"coordinates": [[[-94.81530263371162, 44.12490190716339], [-93.90420103398401, 44.12490166281183], [-93.90420086373999, 44.47050133040689], [-94.8153017810536, 44.47050179115273], [-94.81530263371162, 44.12490190716339]]], "type": "Polygon"}, "id": "426", "properties": {"collect_end": "2010-11-19", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 427, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1_NicolletCO_2010", "lpc_pub_date": "2016-02-19", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1-NicolletCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Minnesota_River_Basin_LiDAR_Legacy_Data", "project_id": 2824, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1-NicolletCO_2010", "sourcedem_pub_date": "2016-02-12", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MN_Phase1_NicolletCO_2010", "workunit_id": 2849}, "type": "Feature"}, {"bbox": [-95.28280225961949, 44.874400347944665, -94.74930180637143, 45.43800109825243], "geometry": {"coordinates": [[[-95.28280176927309, 44.874400347944665], [-94.74930180637143, 44.874401383701986], [-94.74930189806933, 45.43800090314736], [-95.28280225961949, 45.43800109825243], [-95.28280176927309, 44.874400347944665]]], "type": "Polygon"}, "id": "427", "properties": {"collect_end": "2011-11-19", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 428, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_KANDIYOHICO_2010", "lpc_pub_date": "2013-05-09", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_KANDIYOHICO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Minnesota_River_Basin_LiDAR_Legacy_Data", "project_id": 2824, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MN_KANDIYOHICO_2010", "workunit_id": 2835}, "type": "Feature"}, {"bbox": [-94.25240003139511, 43.46870296979258, -93.62330056482078, 43.87660351864369], "geometry": {"coordinates": [[[-94.25239953879367, 43.46870296979258], [-93.62330172137294, 43.4687037238259], [-93.62330056482078, 43.87660351864369], [-94.25240003139511, 43.87660240733329], [-94.25239953879367, 43.46870296979258]]], "type": "Polygon"}, "id": "428", "properties": {"collect_end": "2010-11-19", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 429, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/USGS_LPC_MN_Phase1_FairbaultCO_2010_LAS_2016", "lpc_pub_date": "2016-03-14", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1_FairbaultCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Minnesota_River_Basin_LiDAR_Legacy_Data", "project_id": 2824, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": "2016-02-29", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MN_Phase1_FairbaultCO_2010", "workunit_id": 2831}, "type": "Feature"}, {"bbox": [-96.06450457187192, 44.74930016274329, -95.21790137002063, 45.15680077000086], "geometry": {"coordinates": [[[-96.06450457187192, 44.74930016274329], [-95.21790137002063, 44.74930071674746], [-95.21790217119171, 45.15680077000086], [-96.0645034625573, 45.15680052601718], [-96.06450457187192, 44.74930016274329]]], "type": "Polygon"}, "id": "429", "properties": {"collect_end": "2011-11-19", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 430, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_CHIPPEWACO_2010", "lpc_pub_date": "2013-05-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_CHIPPEWACO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Minnesota_River_Basin_LiDAR_Legacy_Data", "project_id": 2824, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "MN_CHIPPEWACO_2010", "workunit_id": 2825}, "type": "Feature"}, {"bbox": [-96.09700495235518, 44.18550050234599, -95.5601014626781, 44.65810030173135], "geometry": {"coordinates": [[[-96.09700495235518, 44.18550050234599], [-95.56010375911909, 44.18550105944436], [-95.5601014626781, 44.65810002785457], [-96.09700446465135, 44.65810030173135], [-96.09700495235518, 44.18550050234599]]], "type": "Polygon"}, "id": "430", "properties": {"collect_end": "2010-11-10", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 431, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1_LyonCO_2010", "lpc_pub_date": "2016-02-27", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1-LyonCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Minnesota_River_Basin_LiDAR_Legacy_Data", "project_id": 2824, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1-LyonCO_2010", "sourcedem_pub_date": "2016-02-19", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MN_Phase1_LyonCO_2010", "workunit_id": 2843}, "type": "Feature"}, {"bbox": [-96.47210534930647, 44.18549968453614, -96.05990442144451, 44.65820075621693], "geometry": {"coordinates": [[[-96.47210534930647, 44.18549968453614], [-96.05990492274644, 44.18550062441735], [-96.05990442144451, 44.65820033481138], [-96.47210455130664, 44.65820075621693], [-96.47210534930647, 44.18549968453614]]], "type": "Polygon"}, "id": "431", "properties": {"collect_end": "2016-11-19", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 432, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1_LincolnCo_2010", "lpc_pub_date": "2016-02-18", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1-LincolnCo_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Minnesota_River_Basin_LiDAR_Legacy_Data", "project_id": 2824, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1-LincolnCo_2010", "sourcedem_pub_date": "2016-02-12", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MN_Phase1_LincolnCo_2010", "workunit_id": 2841}, "type": "Feature"}, {"bbox": [-95.12780286355218, 44.091901616136376, -94.34170142519027, 44.50170175689535], "geometry": {"coordinates": [[[-95.12780286355218, 44.09190179129984], [-94.34170169601394, 44.091901616136376], [-94.34170142519027, 44.50170135433742], [-95.12780168340461, 44.50170175689535], [-95.12780286355218, 44.09190179129984]]], "type": "Polygon"}, "id": "432", "properties": {"collect_end": "2010-11-19", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 433, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1_BrownCO_2010", "lpc_pub_date": "2016-02-26", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1-BrownCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Minnesota_River_Basin_LiDAR_Legacy_Data", "project_id": 2824, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1-BrownCO_2010", "sourcedem_pub_date": "2016-02-24", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MN_Phase1_BrownCO_2010", "workunit_id": 2822}, "type": "Feature"}, {"bbox": [-96.09570497690403, 43.84290038833063, -95.4365033365227, 44.219401526814366], "geometry": {"coordinates": [[[-96.09570484110698, 43.84290038833063], [-95.43650344561263, 43.84290113569962], [-95.4365033365227, 44.219401526814366], [-96.09570497690403, 44.219400510675605], [-96.09570484110698, 43.84290038833063]]], "type": "Polygon"}, "id": "433", "properties": {"collect_end": "2011-11-19", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 434, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_MURRAYCO_2010", "lpc_pub_date": "2013-05-10", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_MURRAYCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Minnesota_River_Basin_LiDAR_Legacy_Data", "project_id": 2824, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "MN_MURRAYCO_2010", "workunit_id": 2847}, "type": "Feature"}, {"bbox": [-93.78190072857706, 43.84350337371825, -93.40629999097976, 44.218803319487535], "geometry": {"coordinates": [[[-93.7819006781974, 43.84350337371825], [-93.40630060793464, 43.84350394272859], [-93.40629999097976, 44.218803319487535], [-93.78190072857706, 44.21880132207048], [-93.7819006781974, 43.84350337371825]]], "type": "Polygon"}, "id": "434", "properties": {"collect_end": "2011-11-19", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 435, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_WASECACO_2010", "lpc_pub_date": "2013-05-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_WASECACO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Minnesota_River_Basin_LiDAR_Legacy_Data", "project_id": 2824, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "Unknown", "workunit": "MN_WASECACO_2010", "workunit_id": 2869}, "type": "Feature"}, {"bbox": [-96.12710342010786, 45.12410037818858, -95.21780215177438, 45.4381010594813], "geometry": {"coordinates": [[[-96.12710342010786, 45.12410037818858], [-95.21780215177438, 45.12410068980853], [-95.21780221890131, 45.4381010594813], [-96.12710194710941, 45.43810067782151], [-96.12710342010786, 45.12410037818858]]], "type": "Polygon"}, "id": "435", "properties": {"collect_end": "2011-11-19", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 436, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/MN_SWIFTCO_2010", "lpc_pub_date": "2013-05-13", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/MN_SWIFTCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Minnesota_River_Basin_LiDAR_Legacy_Data", "project_id": 2824, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MN_SWIFTCO_2010", "workunit_id": 2865}, "type": "Feature"}, {"bbox": [-96.47180589196203, 43.84169955414429, -96.06000470126463, 44.22070062913366], "geometry": {"coordinates": [[[-96.47180589196203, 43.84169955414429], [-96.06000470126463, 43.84170047779002], [-96.0600049649426, 44.22070062913366], [-96.47180530442496, 44.2206996435837], [-96.47180589196203, 43.84169955414429]]], "type": "Polygon"}, "id": "436", "properties": {"collect_end": "2010-11-19", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 437, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1_PipestoneCO_2010", "lpc_pub_date": "2016-03-01", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1-PipestoneCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Minnesota_River_Basin_LiDAR_Legacy_Data", "project_id": 2824, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1-PipestoneCO_2010", "sourcedem_pub_date": "2016-02-25", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MN_Phase1_PipestoneCO_2010", "workunit_id": 2853}, "type": "Feature"}, {"bbox": [-77.18889943865487, 36.536996673548124, -76.23409194891117, 38.03620004291148], "geometry": {"coordinates": [[[-77.18889516512745, 36.536997785229524], [-76.23409194891117, 36.536996673548124], [-76.23409572105294, 38.03619964058882], [-77.18889943865487, 38.03620004291148], [-77.18889516512745, 36.536997785229524]]], "type": "Polygon"}, "id": "437", "properties": {"collect_end": "2010-05-10", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 438, "geoid": "Unknown", "horiz_crs": "2925", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/legacy/ARRA_VA_11COUNTY_2010", "lpc_pub_date": "2012-07-12", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/legacy/ARRA-VA_11COUNTY_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "ARRA_VA_11COUNTY_2010_Legacy_Data", "project_id": -11310, "ql": "Other", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": null, "sourcedem_pub_date": null, "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "6360", "workunit": "ARRA_VA_11COUNTY_2010", "workunit_id": -1131}, "type": "Feature"}, {"bbox": [-95.6280039304112, 44.18560083118672, -94.84150158647273, 44.72050133997412], "geometry": {"coordinates": [[[-95.6280039304112, 44.18560083118672], [-94.84150245184726, 44.18560191801461], [-94.84150158647273, 44.72050133997412], [-95.62800114671231, 44.72049914992878], [-95.6280039304112, 44.18560083118672]]], "type": "Polygon"}, "id": "438", "properties": {"collect_end": "2010-05-05", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 439, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1_RedwoodCO_2010", "lpc_pub_date": "2016-03-07", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1-RedwoodCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Minnesota_River_Basin_LiDAR_Legacy_Data", "project_id": 2824, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1-RedwoodCO_2010", "sourcedem_pub_date": "2016-03-07", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_crs": "5703", "workunit": "MN_Phase1_RedwoodCO_2010", "workunit_id": 2857}, "type": "Feature"}, {"bbox": [-95.7849030843929, 45.748100295053106, -95.12220144146684, 46.12690035230135], "geometry": {"coordinates": [[[-95.78489984519274, 45.748101438410266], [-95.12220144146684, 45.748100295053106], [-95.12220275121794, 46.12690025735047], [-95.7849030843929, 46.12690035230135], [-95.78489984519274, 45.748101438410266]]], "type": "Polygon"}, "id": "439", "properties": {"collect_end": "2010-05-05", "collect_start": "2010-04-08", "dem_gsd_meters": 3.0, "fid": 440, "geoid": "GEOID03", "horiz_crs": "26915", "lpc_category": "Does not meet", "lpc_link": "https://rockyweb.usgs.gov/vdelivery/Datasets/Staged/Elevation/LPC/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1_DouglasCO_2010", "lpc_pub_date": "2016-02-12", "lpc_reason": "LPC predates v.1.0 or draft LBS", "lpc_update": null, "metadata_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/metadata/Minnesota_River_Basin_LiDAR/MN_Phase1-DouglasCO_2010", "onemeter_category": "Does not meet", "onemeter_reason": "LPC does not meet", "p_method": "linear-mode lidar", "project": "Minnesota_River_Basin_LiDAR_Legacy_Data", "project_id": 2824, "ql": "QL 3", "seamless_category": "Does not meet", "seamless_reason": "LPC does not meet", "sourcedem_category": "Does not meet", "sourcedem_link": "http://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/OPR/Projects/Minnesota_River_Basin_LiDAR/MN_Phase1-DouglasCO_2010", "sourcedem_pub_date": "2016-02-16", "sourcedem_reason": "LPC does not meet", "sourcedem_update": null, "spec": "Other", "vert_c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment