OCO-2 GEOS Column CO₂ Concentrations

Daily, global 0.5 x 0.625 degree column CO₂ concentrations derived from OCO-2 satellite data, version 10r.
Author

Siddharth Chaudhary, Vishal Gaur

Published

August 22, 2023

Run this notebook

You can launch this notebook in the US GHG Center JupyterHub by clicking the link below.

Launch in the US GHG Center JupyterHub (requires access)

Approach

  1. Identify available dates and temporal frequency of observations for the given collection using the GHGC API /stac endpoint. The collection processed in this notebook is the OCO-2 GEOS Column CO₂ Concentrations data product.
  2. Pass the STAC item into the raster API /collections/{collection_id}/items/{item_id}/tilejson.json endpoint.
  3. Using folium.plugins.DualMap, visualize two tiles (side-by-side), allowing time point comparison.
  4. After the visualization, perform zonal statistics for a given polygon.

About the Data

In July 2014, NASA successfully launched the first dedicated Earth remote sensing satellite to study atmospheric carbon dioxide (CO₂) from space. The Orbiting Carbon Observatory-2 (OCO-2) is an exploratory science mission designed to collect space-based global measurements of atmospheric CO₂ with the precision, resolution, and coverage needed to characterize sources and sinks (fluxes) on regional scales (≥1000 km). This dataset provides global gridded, daily column-averaged carbon dioxide (XCO₂) concentrations from January 1, 2015 - February 28, 2022. The data are derived from OCO-2 observations that were input to the Goddard Earth Observing System (GEOS) Constituent Data Assimilation System (CoDAS), a modeling and data assimilation system maintained by NASA’s Global Modeling and Assimilation Office (GMAO). Concentrations are measured in moles of carbon dioxide per mole of dry air (mol CO₂/mol dry) at a spatial resolution of 0.5° x 0.625°. Data assimilation synthesizes simulations and observations, adjusting modeled atmospheric constituents like CO₂ to reflect observed values. With the support of NASA’s Carbon Monitoring System (CMS) Program and the OCO Science Team, this dataset was produced as part of the OCO-2 mission which provides the highest quality space-based XCO₂ retrievals to date.

For more information regarding this dataset, please visit the OCO-2 GEOS Column CO₂ Concentrations data overview page.

Install the Required Libraries

Required libraries are pre-installed on the GHG Center Hub. If you need to run this notebook elsewhere, please install them with this line in a code cell:

%pip install requests folium rasterstats pystac_client pandas matplotlib –quiet

# Import the following libraries
import requests
import folium
import folium.plugins
from folium import Map, TileLayer
from pystac_client import Client
import branca
import pandas as pd
import matplotlib.pyplot as plt
/Users/rrimal/Library/Python/3.9/lib/python/site-packages/urllib3/__init__.py:35: NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020
  warnings.warn(

Querying the STAC API

First, we are going to import the required libraries. Once imported, they allow better executing a query in the GHG Center Spatio Temporal Asset Catalog (STAC) Application Programming Interface (API) where the granules for this collection are stored.

# Provide STAC and RASTER API endpoints
STAC_API_URL = "https://earth.gov/ghgcenter/api/stac"
RASTER_API_URL = "https://earth.gov/ghgcenter/api/raster"

# Please use the collection name similar to the one used in STAC collection.
# Name of the collection for OCO-2 GEOS Column CO₂ Concentrations. 
collection_name = "oco2geos-co2-daygrid-v10r"
# Fetching the collection from STAC collections using appropriate endpoint.
collection = requests.get(f"{STAC_API_URL}/collections/{collection_name}").json()
collection
{'id': 'oco2geos-co2-daygrid-v10r',
 'type': 'Collection',
 'links': [{'rel': 'items',
   'type': 'application/geo+json',
   'href': 'https://earth.gov/ghgcenter/api/stac/collections/oco2geos-co2-daygrid-v10r/items'},
  {'rel': 'parent',
   'type': 'application/json',
   'href': 'https://earth.gov/ghgcenter/api/stac/'},
  {'rel': 'root',
   'type': 'application/json',
   'href': 'https://earth.gov/ghgcenter/api/stac/'},
  {'rel': 'self',
   'type': 'application/json',
   'href': 'https://earth.gov/ghgcenter/api/stac/collections/oco2geos-co2-daygrid-v10r'}],
 'title': 'OCO-2 GEOS Column CO₂ Concentrations v10r',
 'extent': {'spatial': {'bbox': [[-180.0, -90.0, 180.0, 90.0]]},
  'temporal': {'interval': [['2015-01-01T00:00:00+00:00',
     '2022-02-28T00:00:00+00:00']]}},
 'license': 'CC0-1.0',
 'renders': {'xco2': {'assets': ['xco2'],
   'nodata': 0,
   'rescale': [[412, 422]],
   'colormap_name': 'magma'},
  'dashboard': {'assets': ['xco2'],
   'nodata': 0,
   'rescale': [[412, 422]],
   'colormap_name': 'magma'}},
 'summaries': {'datetime': ['2015-01-01T00:00:00Z', '2022-02-28T00:00:00Z']},
 'description': 'This dataset provides global gridded, daily column-averaged carbon dioxide (XCO₂) concentrations from January 1, 2015 - February 28, 2022. The data are derived from Orbiting Carbon Observatory-2 (OCO-2) satellite observations that were input to the Goddard Earth Observing System (GEOS) Constituent Data Assimilation System (CoDAS), a modeling and data assimilation system maintained by NASA’s Global Modeling and Assimilation Office (GMAO). Concentrations are measured in moles of carbon dioxide per mole of dry air (mol CO₂/mol dry) at a spatial resolution of 0.5° x 0.625°. Data assimilation synthesizes simulations and observations, adjusting modeled atmospheric constituents like CO₂ to reflect observed values. With the support of NASA’s Carbon Monitoring System (CMS) Program and the OCO Science Team, this dataset was produced as part of the OCO-2 mission which provides the highest quality space-based XCO₂ retrievals to date. The source data can be found at https://doi.org/10.5067/Y9M4NM9MPCGH',
 'item_assets': {'xco2': {'type': 'image/tiff; application=geotiff; profile=cloud-optimized',
   'roles': ['data', 'layer'],
   'title': 'Average Dry-Air Column CO₂ (XCO₂)',
   'description': 'Daily dry air column-averaged mole fractions of carbon dioxide created from data assimilations of OCO-2 satellite retrievals.'},
  'xco2prec': {'type': 'image/tiff; application=geotiff; profile=cloud-optimized',
   'roles': ['data', 'layer'],
   'title': 'Average Dry-Air Column CO₂ Precision (XCO₂PREC)',
   'description': 'Random errors for daily dry air column-averaged mole fractions of carbon dioxide calculated using a posteriori diagnostics.'}},
 'stac_version': '1.0.0',
 'stac_extensions': ['https://stac-extensions.github.io/render/v1.0.0/schema.json',
  'https://stac-extensions.github.io/item-assets/v1.0.0/schema.json'],
 'dashboard:is_periodic': True,
 'dashboard:time_density': 'day'}

Examining the contents of our collection under the temporal variable, we see that the data is available from January 2015 to February 2022. By looking at the dashboard:time density, we can see that these observations are collected daily.

def get_item_count(collection_id):
    count = 0
    items_url = f"{STAC_API_URL}/collections/{collection_id}/items"

    while True:
        response = requests.get(items_url)

        if not response.ok:
            print("error getting items")
            exit()

        stac = response.json()
        count += int(stac["context"].get("returned", 0))
        next = [link for link in stac["links"] if link["rel"] == "next"]

        if not next:
            break
        items_url = next[0]["href"]

    return count
# Check total number of items available
number_of_items = get_item_count(collection_name)
items = requests.get(f"{STAC_API_URL}/collections/{collection_name}/items?limit={number_of_items}").json()["features"]
print(f"Found {len(items)} items")
Found 2615 items
# Examining the first item in the collection
items[0]
{'id': 'oco2geos-co2-daygrid-v10r-20220228',
 'bbox': [-180.3125, -90.25, 179.6875, 90.25],
 'type': 'Feature',
 'links': [{'rel': 'collection',
   'type': 'application/json',
   'href': 'https://earth.gov/ghgcenter/api/stac/collections/oco2geos-co2-daygrid-v10r'},
  {'rel': 'parent',
   'type': 'application/json',
   'href': 'https://earth.gov/ghgcenter/api/stac/collections/oco2geos-co2-daygrid-v10r'},
  {'rel': 'root',
   'type': 'application/json',
   'href': 'https://earth.gov/ghgcenter/api/stac/'},
  {'rel': 'self',
   'type': 'application/geo+json',
   'href': 'https://earth.gov/ghgcenter/api/stac/collections/oco2geos-co2-daygrid-v10r/items/oco2geos-co2-daygrid-v10r-20220228'},
  {'title': 'Map of Item',
   'href': 'https://earth.gov/ghgcenter/api/raster/collections/oco2geos-co2-daygrid-v10r/items/oco2geos-co2-daygrid-v10r-20220228/map?assets=xco2&nodata=0&rescale=412%2C422&colormap_name=magma',
   'rel': 'preview',
   'type': 'text/html'}],
 'assets': {'xco2': {'href': 's3://ghgc-data-store/oco2geos-co2-daygrid-v10r/oco2_GEOS_XCO2_L3CO2_day_B10206Ar_20220228.tif',
   'type': 'image/tiff; application=geotiff',
   'roles': ['data', 'layer'],
   'title': 'Average Dry-Air Column CO₂ (XCO₂)',
   'proj:bbox': [-180.3125, -90.25, 179.6875, 90.25],
   'proj:epsg': 4326.0,
   'proj:shape': [361.0, 576.0],
   'description': 'Daily dry air column-averaged mole fractions of carbon dioxide created from data assimilations of OCO-2 satellite retrievals.',
   'raster:bands': [{'scale': 1.0,
     'offset': 0.0,
     'sampling': 'area',
     'data_type': 'float64',
     'histogram': {'max': 423.60419320175424,
      'min': 411.7429234611336,
      'count': 11.0,
      'buckets': [37851.0,
       30550.0,
       19173.0,
       11220.0,
       15304.0,
       31151.0,
       45205.0,
       15819.0,
       1524.0,
       139.0]},
     'statistics': {'mean': 416.40504944204235,
      'stddev': 2.967704894550985,
      'maximum': 423.60419320175424,
      'minimum': 411.7429234611336,
      'valid_percent': 0.00048091720529393656}}],
   'proj:geometry': {'type': 'Polygon',
    'coordinates': [[[-180.3125, -90.25],
      [179.6875, -90.25],
      [179.6875, 90.25],
      [-180.3125, 90.25],
      [-180.3125, -90.25]]]},
   'proj:projjson': {'id': {'code': 4326.0, 'authority': 'EPSG'},
    'name': 'WGS 84',
    'type': 'GeographicCRS',
    'datum': {'name': 'World Geodetic System 1984',
     'type': 'GeodeticReferenceFrame',
     'ellipsoid': {'name': 'WGS 84',
      'semi_major_axis': 6378137.0,
      'inverse_flattening': 298.257223563}},
    '$schema': 'https://proj.org/schemas/v0.4/projjson.schema.json',
    'coordinate_system': {'axis': [{'name': 'Geodetic latitude',
       'unit': 'degree',
       'direction': 'north',
       'abbreviation': 'Lat'},
      {'name': 'Geodetic longitude',
       'unit': 'degree',
       'direction': 'east',
       'abbreviation': 'Lon'}],
     'subtype': 'ellipsoidal'}},
   'proj:transform': [0.625, 0.0, -180.3125, 0.0, -0.5, 90.25, 0.0, 0.0, 1.0]},
  'xco2prec': {'href': 's3://ghgc-data-store/oco2geos-co2-daygrid-v10r/oco2_GEOS_XCO2PREC_L3CO2_day_B10206Ar_20220228.tif',
   'type': 'image/tiff; application=geotiff',
   'roles': ['data', 'layer'],
   'title': 'Average Dry-Air Column CO₂ Precision (XCO₂PREC)',
   'proj:bbox': [-180.3125, -90.25, 179.6875, 90.25],
   'proj:epsg': 4326.0,
   'proj:shape': [361.0, 576.0],
   'description': 'Random errors for daily dry air column-averaged mole fractions of carbon dioxide calculated using a posteriori diagnostics.',
   'raster:bands': [{'scale': 1.0,
     'offset': 0.0,
     'sampling': 'area',
     'data_type': 'float64',
     'histogram': {'max': 1.0,
      'min': 0.09999999999999999,
      'count': 11.0,
      'buckets': [73789.0,
       19836.0,
       7943.0,
       4684.0,
       3634.0,
       3060.0,
       3094.0,
       3093.0,
       3814.0,
       84989.0]},
     'statistics': {'mean': 0.5499856972588942,
      'stddev': 0.4024318718400779,
      'maximum': 1.0,
      'minimum': 0.09999999999999999,
      'valid_percent': 0.00048091720529393656}}],
   'proj:geometry': {'type': 'Polygon',
    'coordinates': [[[-180.3125, -90.25],
      [179.6875, -90.25],
      [179.6875, 90.25],
      [-180.3125, 90.25],
      [-180.3125, -90.25]]]},
   'proj:projjson': {'id': {'code': 4326.0, 'authority': 'EPSG'},
    'name': 'WGS 84',
    'type': 'GeographicCRS',
    'datum': {'name': 'World Geodetic System 1984',
     'type': 'GeodeticReferenceFrame',
     'ellipsoid': {'name': 'WGS 84',
      'semi_major_axis': 6378137.0,
      'inverse_flattening': 298.257223563}},
    '$schema': 'https://proj.org/schemas/v0.4/projjson.schema.json',
    'coordinate_system': {'axis': [{'name': 'Geodetic latitude',
       'unit': 'degree',
       'direction': 'north',
       'abbreviation': 'Lat'},
      {'name': 'Geodetic longitude',
       'unit': 'degree',
       'direction': 'east',
       'abbreviation': 'Lon'}],
     'subtype': 'ellipsoidal'}},
   'proj:transform': [0.625, 0.0, -180.3125, 0.0, -0.5, 90.25, 0.0, 0.0, 1.0]},
  'rendered_preview': {'title': 'Rendered preview',
   'href': 'https://earth.gov/ghgcenter/api/raster/collections/oco2geos-co2-daygrid-v10r/items/oco2geos-co2-daygrid-v10r-20220228/preview.png?assets=xco2&nodata=0&rescale=412%2C422&colormap_name=magma',
   'rel': 'preview',
   'roles': ['overview'],
   'type': 'image/png'}},
 'geometry': {'type': 'Polygon',
  'coordinates': [[[-180.3125, -90.25],
    [179.6875, -90.25],
    [179.6875, 90.25],
    [-180.3125, 90.25],
    [-180.3125, -90.25]]]},
 'collection': 'oco2geos-co2-daygrid-v10r',
 'properties': {'datetime': '2022-02-28T00:00:00+00:00'},
 'stac_version': '1.0.0',
 'stac_extensions': ['https://stac-extensions.github.io/raster/v1.1.0/schema.json',
  'https://stac-extensions.github.io/projection/v1.1.0/schema.json']}

Below, we enter minimum and maximum values to provide our upper and lower bounds in rescale_values.

Exploring Changes in Column-Averaged XCO₂ Concentrations Levels Using the Raster API

In this notebook, we will explore the temporal impacts of CO₂ emissions. We will visualize the outputs on a map using folium.

# To access the year value from each item more easily, this will let us query more explicitly by year and month (e.g., 2020-02)
items = {item["properties"]["datetime"]: item for item in items} 
asset_name = "xco2" #fossil fuel
# Fetching the min and max values for a specific item
rescale_values = {"max":items[list(items.keys())[0]]["assets"][asset_name]["raster:bands"][0]["histogram"]["max"], "min":items[list(items.keys())[0]]["assets"][asset_name]["raster:bands"][0]["histogram"]["min"]}

Now, we will pass the item id, collection name, and rescaling_factor to the Raster API endpoint. We will do this twice, once for 2022-02-08 and again for 2022-01-27, so that we can visualize each event independently.

color_map = "magma"
oco2_1 = requests.get(
    f"{RASTER_API_URL}/collections/{items[list(items.keys())[0]]['collection']}/items/{items[list(items.keys())[0]]['id']}/tilejson.json?"
    f"&assets={asset_name}"
    f"&color_formula=gamma+r+1.05&colormap_name={color_map}"
    f"&rescale={rescale_values['min']},{rescale_values['max']}", 
).json()
oco2_1
{'tilejson': '2.2.0',
 'version': '1.0.0',
 'scheme': 'xyz',
 'tiles': ['https://earth.gov/ghgcenter/api/raster/collections/oco2geos-co2-daygrid-v10r/items/oco2geos-co2-daygrid-v10r-20220228/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?assets=xco2&color_formula=gamma+r+1.05&colormap_name=magma&rescale=411.7429234611336%2C423.60419320175424'],
 'minzoom': 0,
 'maxzoom': 24,
 'bounds': [-180.3125, -90.25, 179.6875, 90.25],
 'center': [-0.3125, 0.0, 0]}
oco2_2 = requests.get(
    f"{RASTER_API_URL}/collections/{items[list(items.keys())[1]]['collection']}/items/{items[list(items.keys())[1]]['id']}/tilejson.json?"
    f"&assets={asset_name}"
    f"&color_formula=gamma+r+1.05&colormap_name={color_map}"
    f"&rescale={rescale_values['min']},{rescale_values['max']}", 
).json()
oco2_2
{'tilejson': '2.2.0',
 'version': '1.0.0',
 'scheme': 'xyz',
 'tiles': ['https://earth.gov/ghgcenter/api/raster/collections/oco2geos-co2-daygrid-v10r/items/oco2geos-co2-daygrid-v10r-20220227/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?assets=xco2&color_formula=gamma+r+1.05&colormap_name=magma&rescale=411.7429234611336%2C423.60419320175424'],
 'minzoom': 0,
 'maxzoom': 24,
 'bounds': [-180.3125, -90.25, 179.6875, 90.25],
 'center': [-0.3125, 0.0, 0]}

Visualizing Daily Column-Averaged XCO₂ Concentrations

# Set initial zoom and center of map for XCO₂ Layer
# Centre of map [latitude,longitude]
map_ = folium.plugins.DualMap(location=(34, -118), zoom_start=6)


map_layer_2020 = TileLayer(
    tiles=oco2_1["tiles"][0],
    attr="GHG",
    opacity=0.5,
)
map_layer_2020.add_to(map_.m1)

map_layer_2019 = TileLayer(
    tiles=oco2_2["tiles"][0],
    attr="GHG",
    opacity=0.5,
)
map_layer_2019.add_to(map_.m2)

# visualising the map
map_
Make this Notebook Trusted to load map: File -> Trust Notebook

Calculating Zonal Statistics

To perform zonal statistics, first we need to create a polygon. In this use case we are creating a polygon in Texas (USA).

# Texas, USA
texas_aoi = {
    "type": "Feature",
    "properties": {},
    "geometry": {
        "coordinates": [
            [
                [-95, 29],
                [-95, 33],
                [-104, 33],
                [-104,29],
                [-95, 29]
            ]
        ],
        "type": "Polygon",
    },
}
# We will plug in the coordinates for a location inside the the polygon and a zoom level
aoi_map = Map(
    tiles="OpenStreetMap",
    location=[
        30,-100
    ],
    zoom_start=6,
)

folium.GeoJson(texas_aoi, name="Texas, USA").add_to(aoi_map)
aoi_map
Make this Notebook Trusted to load map: File -> Trust Notebook
# Check total number of items available
items = requests.get(
    f"{STAC_API_URL}/collections/{collection_name}/items?limit=600"
).json()["features"]
print(f"Found {len(items)} items")
Found 600 items
# Explore the first item
items[0]
{'id': 'oco2geos-co2-daygrid-v10r-20220228',
 'bbox': [-180.3125, -90.25, 179.6875, 90.25],
 'type': 'Feature',
 'links': [{'rel': 'collection',
   'type': 'application/json',
   'href': 'https://earth.gov/ghgcenter/api/stac/collections/oco2geos-co2-daygrid-v10r'},
  {'rel': 'parent',
   'type': 'application/json',
   'href': 'https://earth.gov/ghgcenter/api/stac/collections/oco2geos-co2-daygrid-v10r'},
  {'rel': 'root',
   'type': 'application/json',
   'href': 'https://earth.gov/ghgcenter/api/stac/'},
  {'rel': 'self',
   'type': 'application/geo+json',
   'href': 'https://earth.gov/ghgcenter/api/stac/collections/oco2geos-co2-daygrid-v10r/items/oco2geos-co2-daygrid-v10r-20220228'},
  {'title': 'Map of Item',
   'href': 'https://earth.gov/ghgcenter/api/raster/collections/oco2geos-co2-daygrid-v10r/items/oco2geos-co2-daygrid-v10r-20220228/map?assets=xco2&nodata=0&rescale=412%2C422&colormap_name=magma',
   'rel': 'preview',
   'type': 'text/html'}],
 'assets': {'xco2': {'href': 's3://ghgc-data-store/oco2geos-co2-daygrid-v10r/oco2_GEOS_XCO2_L3CO2_day_B10206Ar_20220228.tif',
   'type': 'image/tiff; application=geotiff',
   'roles': ['data', 'layer'],
   'title': 'Average Dry-Air Column CO₂ (XCO₂)',
   'proj:bbox': [-180.3125, -90.25, 179.6875, 90.25],
   'proj:epsg': 4326.0,
   'proj:shape': [361.0, 576.0],
   'description': 'Daily dry air column-averaged mole fractions of carbon dioxide created from data assimilations of OCO-2 satellite retrievals.',
   'raster:bands': [{'scale': 1.0,
     'offset': 0.0,
     'sampling': 'area',
     'data_type': 'float64',
     'histogram': {'max': 423.60419320175424,
      'min': 411.7429234611336,
      'count': 11.0,
      'buckets': [37851.0,
       30550.0,
       19173.0,
       11220.0,
       15304.0,
       31151.0,
       45205.0,
       15819.0,
       1524.0,
       139.0]},
     'statistics': {'mean': 416.40504944204235,
      'stddev': 2.967704894550985,
      'maximum': 423.60419320175424,
      'minimum': 411.7429234611336,
      'valid_percent': 0.00048091720529393656}}],
   'proj:geometry': {'type': 'Polygon',
    'coordinates': [[[-180.3125, -90.25],
      [179.6875, -90.25],
      [179.6875, 90.25],
      [-180.3125, 90.25],
      [-180.3125, -90.25]]]},
   'proj:projjson': {'id': {'code': 4326.0, 'authority': 'EPSG'},
    'name': 'WGS 84',
    'type': 'GeographicCRS',
    'datum': {'name': 'World Geodetic System 1984',
     'type': 'GeodeticReferenceFrame',
     'ellipsoid': {'name': 'WGS 84',
      'semi_major_axis': 6378137.0,
      'inverse_flattening': 298.257223563}},
    '$schema': 'https://proj.org/schemas/v0.4/projjson.schema.json',
    'coordinate_system': {'axis': [{'name': 'Geodetic latitude',
       'unit': 'degree',
       'direction': 'north',
       'abbreviation': 'Lat'},
      {'name': 'Geodetic longitude',
       'unit': 'degree',
       'direction': 'east',
       'abbreviation': 'Lon'}],
     'subtype': 'ellipsoidal'}},
   'proj:transform': [0.625, 0.0, -180.3125, 0.0, -0.5, 90.25, 0.0, 0.0, 1.0]},
  'xco2prec': {'href': 's3://ghgc-data-store/oco2geos-co2-daygrid-v10r/oco2_GEOS_XCO2PREC_L3CO2_day_B10206Ar_20220228.tif',
   'type': 'image/tiff; application=geotiff',
   'roles': ['data', 'layer'],
   'title': 'Average Dry-Air Column CO₂ Precision (XCO₂PREC)',
   'proj:bbox': [-180.3125, -90.25, 179.6875, 90.25],
   'proj:epsg': 4326.0,
   'proj:shape': [361.0, 576.0],
   'description': 'Random errors for daily dry air column-averaged mole fractions of carbon dioxide calculated using a posteriori diagnostics.',
   'raster:bands': [{'scale': 1.0,
     'offset': 0.0,
     'sampling': 'area',
     'data_type': 'float64',
     'histogram': {'max': 1.0,
      'min': 0.09999999999999999,
      'count': 11.0,
      'buckets': [73789.0,
       19836.0,
       7943.0,
       4684.0,
       3634.0,
       3060.0,
       3094.0,
       3093.0,
       3814.0,
       84989.0]},
     'statistics': {'mean': 0.5499856972588942,
      'stddev': 0.4024318718400779,
      'maximum': 1.0,
      'minimum': 0.09999999999999999,
      'valid_percent': 0.00048091720529393656}}],
   'proj:geometry': {'type': 'Polygon',
    'coordinates': [[[-180.3125, -90.25],
      [179.6875, -90.25],
      [179.6875, 90.25],
      [-180.3125, 90.25],
      [-180.3125, -90.25]]]},
   'proj:projjson': {'id': {'code': 4326.0, 'authority': 'EPSG'},
    'name': 'WGS 84',
    'type': 'GeographicCRS',
    'datum': {'name': 'World Geodetic System 1984',
     'type': 'GeodeticReferenceFrame',
     'ellipsoid': {'name': 'WGS 84',
      'semi_major_axis': 6378137.0,
      'inverse_flattening': 298.257223563}},
    '$schema': 'https://proj.org/schemas/v0.4/projjson.schema.json',
    'coordinate_system': {'axis': [{'name': 'Geodetic latitude',
       'unit': 'degree',
       'direction': 'north',
       'abbreviation': 'Lat'},
      {'name': 'Geodetic longitude',
       'unit': 'degree',
       'direction': 'east',
       'abbreviation': 'Lon'}],
     'subtype': 'ellipsoidal'}},
   'proj:transform': [0.625, 0.0, -180.3125, 0.0, -0.5, 90.25, 0.0, 0.0, 1.0]},
  'rendered_preview': {'title': 'Rendered preview',
   'href': 'https://earth.gov/ghgcenter/api/raster/collections/oco2geos-co2-daygrid-v10r/items/oco2geos-co2-daygrid-v10r-20220228/preview.png?assets=xco2&nodata=0&rescale=412%2C422&colormap_name=magma',
   'rel': 'preview',
   'roles': ['overview'],
   'type': 'image/png'}},
 'geometry': {'type': 'Polygon',
  'coordinates': [[[-180.3125, -90.25],
    [179.6875, -90.25],
    [179.6875, 90.25],
    [-180.3125, 90.25],
    [-180.3125, -90.25]]]},
 'collection': 'oco2geos-co2-daygrid-v10r',
 'properties': {'datetime': '2022-02-28T00:00:00+00:00'},
 'stac_version': '1.0.0',
 'stac_extensions': ['https://stac-extensions.github.io/raster/v1.1.0/schema.json',
  'https://stac-extensions.github.io/projection/v1.1.0/schema.json']}
# The bounding box should be passed to the geojson param as a geojson Feature or FeatureCollection
def generate_stats(item, geojson):
    result = requests.post(
        f"{RASTER_API_URL}/cog/statistics",
        params={"url": item["assets"][asset_name]["href"]},
        json=geojson,
    ).json()
    print(result)
    return {
        **result["properties"],
        "datetime": item["properties"]["datetime"],
    }
for item in items:
    print(item["properties"]["datetime"])
    break
2022-02-28T00:00:00+00:00

With the function above we can generate the statistics for the AOI.

%%time
stats = [generate_stats(item, texas_aoi) for item in items]
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 418.2305856375024, 'max': 419.41294693970116, 'mean': 418.84807499634246, 'count': 115.20000457763672, 'sum': 48251.30015691298, 'std': 0.25036812587510676, 'median': 418.7834456388373, 'majority': 418.2305856375024, 'minority': 418.2305856375024, 'unique': 135.0, 'histogram': [[3.0, 4.0, 6.0, 22.0, 41.0, 12.0, 10.0, 15.0, 9.0, 13.0], [418.2305856375024, 418.34882176772226, 418.46705789794214, 418.585294028162, 418.7035301583819, 418.8217662886018, 418.9400024188216, 419.0582385490415, 419.1764746792614, 419.2947108094813, 419.41294693970116]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.3893688605167, 'percentile_98': 419.3659042357467}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 418.6847545497585, 'max': 420.117827161448, 'mean': 419.50975926283064, 'count': 115.20000457763672, 'sum': 48327.52618744137, 'std': 0.33164544808095336, 'median': 419.4695684418548, 'majority': 418.6847545497585, 'minority': 418.6847545497585, 'unique': 135.0, 'histogram': [[4.0, 4.0, 9.0, 11.0, 29.0, 16.0, 23.0, 10.0, 17.0, 12.0], [418.6847545497585, 418.82806181092747, 418.9713690720964, 419.1146763332654, 419.25798359443434, 419.4012908556033, 419.5445981167722, 419.68790537794115, 419.8312126391101, 419.97451990027906, 420.117827161448]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.8113416603301, 'percentile_98': 420.09016033262014}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.77668957365677, 'max': 419.3491913611069, 'mean': 418.780854087903, 'count': 115.20000457763672, 'sum': 48243.55630795304, 'std': 0.2843476819639469, 'median': 418.7747799733188, 'majority': 417.77668957365677, 'minority': 417.77668957365677, 'unique': 135.0, 'histogram': [[1.0, 3.0, 4.0, 7.0, 7.0, 32.0, 32.0, 21.0, 17.0, 11.0], [417.77668957365677, 417.9339397524018, 418.0911899311468, 418.2484401098918, 418.40569028863683, 418.56294046738185, 418.7201906461268, 418.8774408248718, 419.03469100361684, 419.19194118236186, 419.3491913611069]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.04159627645276, 'percentile_98': 419.3299428152386}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.9413153906353, 'max': 419.45298289647326, 'mean': 418.7028609668949, 'count': 115.20000457763672, 'sum': 48234.571500055885, 'std': 0.3277881006588393, 'median': 418.68947664625006, 'majority': 417.9413153906353, 'minority': 417.9413153906353, 'unique': 135.0, 'histogram': [[6.0, 3.0, 13.0, 23.0, 21.0, 27.0, 13.0, 11.0, 10.0, 8.0], [417.9413153906353, 418.0924821412191, 418.2436488918029, 418.3948156423867, 418.5459823929705, 418.69714914355427, 418.84831589413807, 418.99948264472187, 419.15064939530566, 419.30181614588946, 419.45298289647326]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.07206434896216, 'percentile_98': 419.35966874007136}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.85604844335467, 'max': 419.5758046989794, 'mean': 418.7884695773465, 'count': 115.20000457763672, 'sum': 48244.433612371795, 'std': 0.30063415289532397, 'median': 418.76762770698406, 'majority': 417.85604844335467, 'minority': 417.85604844335467, 'unique': 135.0, 'histogram': [[3.0, 4.0, 5.0, 8.0, 30.0, 39.0, 22.0, 9.0, 9.0, 6.0], [417.85604844335467, 418.02802406891715, 418.19999969447963, 418.3719753200421, 418.5439509456046, 418.7159265711671, 418.8879021967295, 419.059877822292, 419.23185344785446, 419.40382907341694, 419.5758046989794]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.0337637080811, 'percentile_98': 419.41854578908533}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.67429502215236, 'max': 419.48383659473615, 'mean': 418.68559111570704, 'count': 115.20000457763672, 'sum': 48232.58201311999, 'std': 0.3763560584398085, 'median': 418.6174992355518, 'majority': 417.67429502215236, 'minority': 417.67429502215236, 'unique': 135.0, 'histogram': [[3.0, 7.0, 3.0, 17.0, 28.0, 24.0, 16.0, 12.0, 12.0, 13.0], [417.67429502215236, 417.85524917941075, 418.03620333666913, 418.2171574939275, 418.3981116511859, 418.5790658084443, 418.7600199657026, 418.940974122961, 419.1219282802194, 419.30288243747776, 419.48383659473615]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.89051465457305, 'percentile_98': 419.38557842513546}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.33726175152697, 'max': 418.41128768282937, 'mean': 417.85008901465176, 'count': 115.20000457763672, 'sum': 48136.33216725379, 'std': 0.24384000570863074, 'median': 417.8136914561037, 'majority': 417.33726175152697, 'minority': 417.33726175152697, 'unique': 135.0, 'histogram': [[10.0, 9.0, 15.0, 24.0, 18.0, 15.0, 16.0, 10.0, 12.0, 6.0], [417.33726175152697, 417.4446643446572, 417.55206693778746, 417.6594695309177, 417.76687212404795, 417.8742747171782, 417.9816773103084, 418.08907990343863, 418.1964824965689, 418.3038850896991, 418.41128768282937]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.3856541456189, 'percentile_98': 418.3290839137044}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.18078136909753, 'max': 418.87410043273115, 'mean': 417.96739473227973, 'count': 115.20000457763672, 'sum': 48149.84578646152, 'std': 0.37096477092214697, 'median': 417.9669485893101, 'majority': 417.18078136909753, 'minority': 417.18078136909753, 'unique': 135.0, 'histogram': [[11.0, 7.0, 9.0, 27.0, 21.0, 23.0, 16.0, 8.0, 9.0, 4.0], [417.18078136909753, 417.3501132754609, 417.51944518182427, 417.68877708818763, 417.858108994551, 418.02744090091437, 418.1967728072777, 418.36610471364105, 418.5354366200044, 418.7047685263678, 418.87410043273115]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.3019879090134, 'percentile_98': 418.68801781674847}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.9257921350654, 'max': 419.1924708720762, 'mean': 418.6990498763579, 'count': 115.20000457763672, 'sum': 48234.132462408576, 'std': 0.29165282986122426, 'median': 418.72919246088713, 'majority': 417.9257921350654, 'minority': 417.9257921350654, 'unique': 135.0, 'histogram': [[4.0, 5.0, 9.0, 7.0, 16.0, 17.0, 27.0, 17.0, 16.0, 17.0], [417.9257921350654, 418.0524600087665, 418.1791278824676, 418.30579575616866, 418.43246362986974, 418.5591315035708, 418.6857993772719, 418.812467250973, 418.93913512467407, 419.06580299837515, 419.1924708720762]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.01999395829625, 'percentile_98': 419.1418738628272}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.936455050949, 'max': 419.3355161987711, 'mean': 418.7195976359443, 'count': 115.20000457763672, 'sum': 48236.499564406986, 'std': 0.2840015536928068, 'median': 418.71234498103144, 'majority': 417.936455050949, 'minority': 417.936455050949, 'unique': 135.0, 'histogram': [[3.0, 4.0, 5.0, 16.0, 20.0, 18.0, 22.0, 30.0, 12.0, 5.0], [417.936455050949, 418.0763611657312, 418.2162672805134, 418.3561733952956, 418.49607951007783, 418.63598562486004, 418.77589173964225, 418.91579785442445, 419.05570396920666, 419.19561008398887, 419.3355161987711]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.0879004707094, 'percentile_98': 419.2052547296044}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 418.2181946816855, 'max': 419.3920976831578, 'mean': 418.8331630624568, 'count': 115.20000457763672, 'sum': 48249.582302061084, 'std': 0.26588725750350356, 'median': 418.7950507912319, 'majority': 418.2181946816855, 'minority': 418.2181946816855, 'unique': 135.0, 'histogram': [[3.0, 5.0, 19.0, 16.0, 24.0, 12.0, 15.0, 19.0, 18.0, 4.0], [418.2181946816855, 418.3355849818327, 418.45297528197995, 418.5703655821272, 418.6877558822744, 418.8051461824216, 418.92253648256883, 419.03992678271607, 419.1573170828633, 419.27470738301054, 419.3920976831578]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.37579919956625, 'percentile_98': 419.2733067611698}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.5934045633766, 'max': 418.85400787577964, 'mean': 418.2622949584963, 'count': 115.20000457763672, 'sum': 48183.81829387161, 'std': 0.26309325885448903, 'median': 418.2429147476796, 'majority': 417.5934045633766, 'minority': 417.5934045633766, 'unique': 135.0, 'histogram': [[5.0, 7.0, 4.0, 17.0, 23.0, 30.0, 18.0, 14.0, 9.0, 8.0], [417.5934045633766, 417.7194648946169, 417.8455252258572, 417.9715855570975, 418.0976458883378, 418.22370621957816, 418.34976655081846, 418.47582688205875, 418.60188721329905, 418.72794754453935, 418.85400787577964]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.6444635959342, 'percentile_98': 418.7770828139037}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.62231921893544, 'max': 418.5573889117222, 'mean': 418.10896264511047, 'count': 115.20000457763672, 'sum': 48166.15441066767, 'std': 0.20324802285199642, 'median': 418.1081385468133, 'majority': 417.62231921893544, 'minority': 417.62231921893544, 'unique': 135.0, 'histogram': [[6.0, 7.0, 8.0, 11.0, 26.0, 28.0, 15.0, 13.0, 15.0, 6.0], [417.62231921893544, 417.7158261882141, 417.8093331574928, 417.9028401267715, 417.99634709605016, 418.08985406532884, 418.1833610346075, 418.2768680038862, 418.37037497316487, 418.46388194244355, 418.5573889117222]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.67202128539793, 'percentile_98': 418.46690510283224}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.5560861767736, 'max': 418.9195315120742, 'mean': 418.3652775214227, 'count': 115.20000457763672, 'sum': 48195.68188559215, 'std': 0.37052140494330665, 'median': 418.4036661172286, 'majority': 417.5560861767736, 'minority': 417.5560861767736, 'unique': 135.0, 'histogram': [[6.0, 11.0, 10.0, 6.0, 16.0, 13.0, 14.0, 17.0, 21.0, 21.0], [417.5560861767736, 417.69243071030365, 417.8287752438337, 417.9651197773638, 418.10146431089385, 418.23780884442385, 418.3741533779539, 418.510497911484, 418.64684244501404, 418.7831869785441, 418.9195315120742]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.6400434516836, 'percentile_98': 418.8933708064724}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.7913288003765, 'max': 419.00600990629755, 'mean': 418.375245165685, 'count': 115.20000457763672, 'sum': 48196.830158256795, 'std': 0.2785801795589886, 'median': 418.3290402579587, 'majority': 417.7913288003765, 'minority': 417.7913288003765, 'unique': 135.0, 'histogram': [[5.0, 10.0, 18.0, 21.0, 18.0, 14.0, 11.0, 21.0, 13.0, 4.0], [417.7913288003765, 417.9127969109686, 418.0342650215607, 418.1557331321528, 418.2772012427449, 418.398669353337, 418.52013746392913, 418.64160557452124, 418.76307368511334, 418.88454179570545, 419.00600990629755]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.87197551457217, 'percentile_98': 418.8945422356482}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 418.09239701251505, 'max': 419.11455264198594, 'mean': 418.68147209174833, 'count': 115.20000457763672, 'sum': 48232.10750154109, 'std': 0.26184321236944064, 'median': 418.68646803777665, 'majority': 418.09239701251505, 'minority': 418.09239701251505, 'unique': 135.0, 'histogram': [[3.0, 9.0, 12.0, 15.0, 12.0, 17.0, 12.0, 11.0, 27.0, 17.0], [418.09239701251505, 418.19461257546214, 418.29682813840924, 418.39904370135633, 418.5012592643034, 418.60347482725047, 418.70569039019756, 418.80790595314465, 418.91012151609175, 419.01233707903884, 419.11455264198594]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.1957083346787, 'percentile_98': 419.0633808320854}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 418.1292424618733, 'max': 419.33653847081587, 'mean': 418.7633269115488, 'count': 115.20000457763672, 'sum': 48241.5371771568, 'std': 0.2749718221731183, 'median': 418.74792441376485, 'majority': 418.1292424618733, 'minority': 418.1292424618733, 'unique': 135.0, 'histogram': [[8.0, 3.0, 12.0, 23.0, 19.0, 15.0, 14.0, 16.0, 21.0, 4.0], [418.1292424618733, 418.24997206276754, 418.3707016636618, 418.49143126455607, 418.61216086545033, 418.73289046634454, 418.8536200672388, 418.9743496681331, 419.09507926902734, 419.2158088699216, 419.33653847081587]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.2062220934313, 'percentile_98': 419.1992884443607}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.7075534244068, 'max': 419.2384294583462, 'mean': 418.5453776613427, 'count': 115.20000457763672, 'sum': 48216.429422535366, 'std': 0.3022820123268763, 'median': 418.5197540209628, 'majority': 417.7075534244068, 'minority': 417.7075534244068, 'unique': 135.0, 'histogram': [[3.0, 6.0, 4.0, 12.0, 33.0, 30.0, 19.0, 8.0, 10.0, 10.0], [417.7075534244068, 417.86064102780074, 418.0137286311947, 418.1668162345886, 418.31990383798257, 418.4729914413765, 418.62607904477045, 418.7791666481644, 418.93225425155833, 419.0853418549523, 419.2384294583462]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.9145071248058, 'percentile_98': 419.14934990927577}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.9431707598269, 'max': 419.5737710688263, 'mean': 418.8381663160224, 'count': 115.20000457763672, 'sum': 48250.15867689475, 'std': 0.4018777493040291, 'median': 418.78711999743246, 'majority': 417.9431707598269, 'minority': 417.9431707598269, 'unique': 135.0, 'histogram': [[5.0, 7.0, 3.0, 29.0, 20.0, 12.0, 16.0, 12.0, 16.0, 15.0], [417.9431707598269, 418.10623079072684, 418.2692908216268, 418.4323508525267, 418.59541088342667, 418.7584709143266, 418.92153094522655, 419.0845909761265, 419.24765100702643, 419.4107110379264, 419.5737710688263]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.0571631877683, 'percentile_98': 419.54219705075957}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 418.0495598120615, 'max': 419.25796540454024, 'mean': 418.6849459270795, 'count': 115.20000457763672, 'sum': 48232.507687387144, 'std': 0.2771780282796865, 'median': 418.62102079903707, 'majority': 418.0495598120615, 'minority': 418.0495598120615, 'unique': 135.0, 'histogram': [[3.0, 5.0, 12.0, 27.0, 27.0, 9.0, 11.0, 14.0, 19.0, 8.0], [418.0495598120615, 418.17040037130937, 418.29124093055725, 418.41208148980513, 418.532922049053, 418.6537626083009, 418.7746031675487, 418.8954437267966, 419.0162842860445, 419.13712484529236, 419.25796540454024]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.18629688350484, 'percentile_98': 419.15533074643463}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.9585594101809, 'max': 419.2378910374827, 'mean': 418.68716399534156, 'count': 115.20000457763672, 'sum': 48232.763208861084, 'std': 0.3153348587902376, 'median': 418.66061656037346, 'majority': 417.9585594101809, 'minority': 417.9585594101809, 'unique': 135.0, 'histogram': [[5.0, 5.0, 12.0, 14.0, 19.0, 16.0, 12.0, 11.0, 26.0, 15.0], [417.9585594101809, 418.0864925729111, 418.21442573564127, 418.34235889837146, 418.47029206110165, 418.59822522383183, 418.72615838656196, 418.85409154929215, 418.98202471202234, 419.1099578747525, 419.2378910374827]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.0816322332248, 'percentile_98': 419.18420902220527}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 418.04763532127254, 'max': 419.6579466224648, 'mean': 418.8718009841269, 'count': 115.20000457763672, 'sum': 48254.03339081435, 'std': 0.44525000990839525, 'median': 418.78056799760094, 'majority': 418.04763532127254, 'minority': 418.04763532127254, 'unique': 135.0, 'histogram': [[6.0, 11.0, 22.0, 16.0, 16.0, 13.0, 8.0, 7.0, 19.0, 17.0], [418.04763532127254, 418.20866645139176, 418.369697581511, 418.5307287116302, 418.69175984174944, 418.85279097186867, 419.0138221019879, 419.1748532321071, 419.33588436222635, 419.4969154923456, 419.6579466224648]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.1762196822092, 'percentile_98': 419.597294239793}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.84515633480623, 'max': 419.393658376066, 'mean': 418.49952095619085, 'count': 115.20000457763672, 'sum': 48211.14672989196, 'std': 0.3516040806578677, 'median': 418.42566133709624, 'majority': 417.84515633480623, 'minority': 417.84515633480623, 'unique': 135.0, 'histogram': [[7.0, 17.0, 25.0, 20.0, 15.0, 11.0, 21.0, 10.0, 6.0, 3.0], [417.84515633480623, 418.0000065389322, 418.1548567430582, 418.30970694718417, 418.46455715131015, 418.6194073554361, 418.7742575595621, 418.9291077636881, 419.08395796781406, 419.23880817194004, 419.393658376066]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.9628485871944, 'percentile_98': 419.2983360553626}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.6925140200183, 'max': 419.59973532357253, 'mean': 418.64086676304873, 'count': 115.20000457763672, 'sum': 48227.42976748902, 'std': 0.374669657088528, 'median': 418.6440710327588, 'majority': 417.6925140200183, 'minority': 417.6925140200183, 'unique': 135.0, 'histogram': [[5.0, 6.0, 12.0, 22.0, 23.0, 28.0, 15.0, 11.0, 8.0, 5.0], [417.6925140200183, 417.8832361503737, 418.07395828072913, 418.26468041108456, 418.45540254144, 418.6461246717954, 418.83684680215083, 419.02756893250626, 419.2182910628617, 419.4090131932171, 419.59973532357253]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.81832987908274, 'percentile_98': 419.4446482870262}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 418.24124491540715, 'max': 420.17543091787957, 'mean': 419.2091626425719, 'count': 115.20000457763672, 'sum': 48292.89745541154, 'std': 0.44528536422545006, 'median': 419.24156539607793, 'majority': 418.24124491540715, 'minority': 418.24124491540715, 'unique': 135.0, 'histogram': [[6.0, 12.0, 14.0, 12.0, 18.0, 25.0, 21.0, 10.0, 11.0, 6.0], [418.24124491540715, 418.4346635156544, 418.62808211590163, 418.8215007161489, 419.0149193163961, 419.20833791664336, 419.4017565168906, 419.59517511713784, 419.7885937173851, 419.9820123176323, 420.17543091787957]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.3533528703265, 'percentile_98': 420.0476214464288}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.5690373813268, 'max': 420.3312382742297, 'mean': 418.9001404318275, 'count': 115.20000457763672, 'sum': 48257.29809531919, 'std': 0.5362804601762045, 'median': 418.7986924080178, 'majority': 417.5690373813268, 'minority': 417.5690373813268, 'unique': 135.0, 'histogram': [[3.0, 7.0, 8.0, 26.0, 43.0, 15.0, 11.0, 9.0, 8.0, 5.0], [417.5690373813268, 417.84525747061707, 418.12147755990736, 418.39769764919765, 418.67391773848794, 418.95013782777824, 419.2263579170685, 419.5025780063588, 419.7787980956491, 420.0550181849394, 420.3312382742297]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.9573952569626, 'percentile_98': 420.1532756269444}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.865626903018, 'max': 418.6631849734112, 'mean': 418.0291198315487, 'count': 115.20000457763672, 'sum': 48156.95651817986, 'std': 0.398664436887367, 'median': 418.07303205132484, 'majority': 416.865626903018, 'minority': 416.865626903018, 'unique': 135.0, 'histogram': [[4.0, 6.0, 4.0, 2.0, 11.0, 20.0, 24.0, 24.0, 27.0, 13.0], [416.865626903018, 417.0453827100573, 417.22513851709664, 417.40489432413597, 417.5846501311753, 417.7644059382146, 417.9441617452539, 418.1239175522932, 418.30367335933255, 418.4834291663719, 418.6631849734112]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.04836257849814, 'percentile_98': 418.55647214106284}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.7066144873388, 'max': 418.5004363534972, 'mean': 417.63424412302857, 'count': 115.20000457763672, 'sum': 48111.46683475074, 'std': 0.4898450162782603, 'median': 417.5915491941851, 'majority': 416.7066144873388, 'minority': 416.7066144873388, 'unique': 135.0, 'histogram': [[9.0, 16.0, 11.0, 13.0, 16.0, 12.0, 10.0, 16.0, 26.0, 6.0], [416.7066144873388, 416.88599667395465, 417.0653788605705, 417.24476104718633, 417.42414323380217, 417.603525420418, 417.78290760703385, 417.9622897936497, 418.1416719802655, 418.32105416688137, 418.5004363534972]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.7726292507723, 'percentile_98': 418.3900855423417}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.5583708274644, 'max': 418.9462342765182, 'mean': 418.5056688926252, 'count': 115.20000457763672, 'sum': 48211.85497219734, 'std': 0.29392356786480645, 'median': 418.5514771961607, 'majority': 418.5514771961607, 'minority': 417.5583708274644, 'unique': 134.0, 'histogram': [[4.0, 2.0, 7.0, 5.0, 4.0, 4.0, 30.0, 38.0, 30.0, 11.0], [417.5583708274644, 417.69715717236977, 417.83594351727515, 417.97472986218054, 418.1135162070859, 418.2523025519913, 418.3910888968967, 418.5298752418021, 418.66866158670746, 418.80744793161284, 418.9462342765182]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.67096990952274, 'percentile_98': 418.88684791047126}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.557548644254, 'max': 418.6829974059947, 'mean': 418.0951497767607, 'count': 115.20000457763672, 'sum': 48164.56316817054, 'std': 0.24240648384720126, 'median': 418.0707619525492, 'majority': 417.557548644254, 'minority': 417.557548644254, 'unique': 135.0, 'histogram': [[4.0, 10.0, 21.0, 19.0, 20.0, 10.0, 18.0, 18.0, 11.0, 4.0], [417.557548644254, 417.67009352042805, 417.7826383966021, 417.8951832727762, 418.00772814895026, 418.12027302512433, 418.2328179012984, 418.3453627774725, 418.45790765364654, 418.5704525298206, 418.6829974059947]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.6781512796879, 'percentile_98': 418.52692447719164}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.60175008676015, 'max': 418.8308885204606, 'mean': 418.2001830350899, 'count': 115.20000457763672, 'sum': 48176.66300001087, 'std': 0.26627438720002206, 'median': 418.1428666925058, 'majority': 417.60175008676015, 'minority': 417.60175008676015, 'unique': 135.0, 'histogram': [[5.0, 9.0, 11.0, 25.0, 27.0, 12.0, 10.0, 18.0, 15.0, 3.0], [417.60175008676015, 417.7246639301302, 417.84757777350023, 417.9704916168703, 418.0934054602403, 418.21631930361036, 418.3392331469804, 418.46214699035045, 418.5850608337205, 418.70797467709053, 418.8308885204606]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.7080227236729, 'percentile_98': 418.7030026514549}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.94839853537263, 'max': 419.45493649109267, 'mean': 418.89571609746406, 'count': 115.20000457763672, 'sum': 48256.78841198027, 'std': 0.39548883882708774, 'median': 418.95624599419534, 'majority': 417.94839853537263, 'minority': 417.94839853537263, 'unique': 135.0, 'histogram': [[4.0, 4.0, 13.0, 12.0, 9.0, 15.0, 13.0, 16.0, 20.0, 29.0], [417.94839853537263, 418.09905233094463, 418.2497061265166, 418.4003599220886, 418.5510137176606, 418.7016675132327, 418.8523213088047, 419.0029751043767, 419.15362889994867, 419.30428269552067, 419.45493649109267]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 418.08612149907276, 'percentile_98': 419.44127951865084}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.47714203665964, 'max': 419.50596641981974, 'mean': 418.7341692554219, 'count': 115.20000457763672, 'sum': 48238.17821503751, 'std': 0.41781461903869926, 'median': 418.8144848740194, 'majority': 418.7554441159591, 'minority': 417.47714203665964, 'unique': 134.0, 'histogram': [[5.0, 4.0, 3.0, 8.0, 12.0, 21.0, 27.0, 32.0, 17.0, 6.0], [417.47714203665964, 417.68002447497565, 417.88290691329166, 418.0857893516077, 418.2886717899237, 418.4915542282397, 418.6944366665557, 418.8973191048717, 419.1002015431877, 419.30308398150373, 419.50596641981974]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.5316571490839, 'percentile_98': 419.3483073322568}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.2773151367437, 'max': 419.11399603122845, 'mean': 418.517702520553, 'count': 115.20000457763672, 'sum': 48213.241246189704, 'std': 0.3456014876478893, 'median': 418.55298695736565, 'majority': 417.2773151367437, 'minority': 417.2773151367437, 'unique': 135.0, 'histogram': [[2.0, 4.0, 5.0, 1.0, 6.0, 16.0, 38.0, 33.0, 17.0, 13.0], [417.2773151367437, 417.4609832261922, 417.64465131564066, 417.82831940508913, 418.0119874945376, 418.1956555839861, 418.37932367343456, 418.56299176288303, 418.7466598523315, 418.93032794178, 419.11399603122845]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.50894524739124, 'percentile_98': 419.03489545802586}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.8771192780696, 'max': 418.5552206763532, 'mean': 417.66385688997985, 'count': 115.20000457763672, 'sum': 48114.878225639084, 'std': 0.4288596719326232, 'median': 417.6103429927025, 'majority': 416.8771192780696, 'minority': 416.8771192780696, 'unique': 135.0, 'histogram': [[7.0, 15.0, 22.0, 14.0, 12.0, 15.0, 15.0, 15.0, 15.0, 5.0], [416.8771192780696, 417.04492941789795, 417.2127395577263, 417.38054969755467, 417.54835983738303, 417.7161699772114, 417.88398011703975, 418.0517902568681, 418.2196003966965, 418.38741053652484, 418.5552206763532]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.9856983935461, 'percentile_98': 418.38099059532396}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.6225917288102, 'max': 418.7502490822226, 'mean': 417.77740670224546, 'count': 115.20000457763672, 'sum': 48127.95916453187, 'std': 0.4669901640217947, 'median': 417.80263200053014, 'majority': 416.6225917288102, 'minority': 416.6225917288102, 'unique': 135.0, 'histogram': [[5.0, 6.0, 8.0, 22.0, 13.0, 20.0, 21.0, 19.0, 16.0, 5.0], [416.6225917288102, 416.83535746415146, 417.0481231994927, 417.26088893483393, 417.47365467017516, 417.6864204055164, 417.89918614085764, 418.1119518761989, 418.3247176115401, 418.53748334688134, 418.7502490822226]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.76906039356254, 'percentile_98': 418.6204023426399}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.27815187186934, 'max': 418.858300690772, 'mean': 418.1650092718087, 'count': 115.20000457763672, 'sum': 48172.610982319864, 'std': 0.2664544584128738, 'median': 418.17413512035273, 'majority': 417.27815187186934, 'minority': 417.27815187186934, 'unique': 135.0, 'histogram': [[1.0, 4.0, 6.0, 9.0, 31.0, 25.0, 31.0, 16.0, 5.0, 7.0], [417.27815187186934, 417.4361667537596, 417.5941816356499, 417.75219651754014, 417.9102113994304, 418.0682262813207, 418.22624116321094, 418.3842560451012, 418.5422709269915, 418.70028580888174, 418.858300690772]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.5439207756426, 'percentile_98': 418.73110239976086}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.34439218998887, 'max': 418.5176476312335, 'mean': 418.09860196000363, 'count': 115.20000457763672, 'sum': 48164.96085969593, 'std': 0.2544720871001957, 'median': 418.115687352838, 'majority': 417.34439218998887, 'minority': 417.34439218998887, 'unique': 135.0, 'histogram': [[2.0, 4.0, 6.0, 2.0, 22.0, 21.0, 13.0, 17.0, 42.0, 6.0], [417.34439218998887, 417.46171773411334, 417.5790432782378, 417.6963688223623, 417.81369436648674, 417.9310199106112, 418.0483454547356, 418.1656709988601, 418.28299654298456, 418.40032208710903, 418.5176476312335]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.48140938580036, 'percentile_98': 418.46635940601124}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.95112304296345, 'max': 418.3693563390989, 'mean': 417.80005196637876, 'count': 115.20000457763672, 'sum': 48130.567899063695, 'std': 0.31306197560438725, 'median': 417.76847865548916, 'majority': 416.95112304296345, 'minority': 416.95112304296345, 'unique': 135.0, 'histogram': [[5.0, 5.0, 2.0, 4.0, 30.0, 23.0, 15.0, 11.0, 30.0, 10.0], [416.95112304296345, 417.092946372577, 417.23476970219053, 417.3765930318041, 417.5184163614176, 417.66023969103117, 417.8020630206447, 417.94388635025825, 418.0857096798718, 418.22753300948534, 418.3693563390989]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.07481068442576, 'percentile_98': 418.3398268651218}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.17781277839094, 'max': 419.02152588590974, 'mean': 418.2822703385185, 'count': 115.20000457763672, 'sum': 48186.11945774161, 'std': 0.42567458197331753, 'median': 418.20395199465565, 'majority': 417.17781277839094, 'minority': 417.17781277839094, 'unique': 135.0, 'histogram': [[3.0, 6.0, 3.0, 6.0, 30.0, 26.0, 15.0, 10.0, 17.0, 19.0], [417.17781277839094, 417.36218408914283, 417.5465553998947, 417.7309267106466, 417.9152980213985, 418.09966933215037, 418.2840406429022, 418.4684119536541, 418.65278326440597, 418.83715457515785, 419.02152588590974]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.3846209596377, 'percentile_98': 418.98980998666957}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.8966697761789, 'max': 418.2996854069642, 'mean': 417.6054872861934, 'count': 115.20000457763672, 'sum': 48108.15404701569, 'std': 0.4252293932549487, 'median': 417.5087524345145, 'majority': 416.8966697761789, 'minority': 416.8966697761789, 'unique': 135.0, 'histogram': [[8.0, 17.0, 15.0, 18.0, 11.0, 8.0, 9.0, 9.0, 16.0, 24.0], [416.8966697761789, 417.03697133925743, 417.177272902336, 417.3175744654145, 417.45787602849305, 417.5981775915716, 417.73847915465007, 417.8787807177286, 418.01908228080714, 418.1593838438857, 418.2996854069642]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.9570565863978, 'percentile_98': 418.27105087577365}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.6996368439868, 'max': 418.1800613878295, 'mean': 417.4065201245475, 'count': 115.20000457763672, 'sum': 48085.23302908328, 'std': 0.45993102588014323, 'median': 417.3114975856151, 'majority': 416.6996368439868, 'minority': 416.6996368439868, 'unique': 135.0, 'histogram': [[17.0, 18.0, 16.0, 11.0, 10.0, 7.0, 5.0, 11.0, 29.0, 11.0], [416.6996368439868, 416.8476792983711, 416.99572175275534, 417.1437642071396, 417.2918066615239, 417.43984911590815, 417.5878915702924, 417.7359340246767, 417.88397647906095, 418.0320189334452, 418.1800613878295]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.74655221868306, 'percentile_98': 418.12464405666105}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.3004999756813, 'max': 418.5918915027287, 'mean': 417.909911170414, 'count': 115.20000457763672, 'sum': 48143.223679871444, 'std': 0.2626926524779266, 'median': 417.88226008065976, 'majority': 417.3004999756813, 'minority': 417.3004999756813, 'unique': 135.0, 'histogram': [[7.0, 6.0, 6.0, 28.0, 32.0, 21.0, 14.0, 8.0, 9.0, 4.0], [417.3004999756813, 417.42963912838604, 417.5587782810908, 417.6879174337955, 417.81705658650026, 417.946195739205, 418.07533489190973, 418.20447404461447, 418.3336131973192, 418.46275235002395, 418.5918915027287]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.3394809185993, 'percentile_98': 418.4231183899101}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.36547063919716, 'max': 420.21235276479274, 'mean': 418.6666725604101, 'count': 115.20000457763672, 'sum': 48230.40259546318, 'std': 0.881401908982293, 'median': 418.45287341857335, 'majority': 417.36547063919716, 'minority': 417.36547063919716, 'unique': 135.0, 'histogram': [[13.0, 30.0, 16.0, 7.0, 6.0, 6.0, 13.0, 13.0, 18.0, 13.0], [417.36547063919716, 417.6501588517567, 417.9348470643163, 418.21953527687583, 418.5042234894354, 418.78891170199495, 419.0735999145545, 419.35828812711406, 419.6429763396736, 419.9276645522332, 420.21235276479274]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.39686275832355, 'percentile_98': 420.0151925033424}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.0330321358051, 'max': 419.69879384851083, 'mean': 418.3039251560713, 'count': 115.20000457763672, 'sum': 48188.61409282282, 'std': 0.7766084224296379, 'median': 418.0271862423979, 'majority': 417.0330321358051, 'minority': 417.0330321358051, 'unique': 135.0, 'histogram': [[11.0, 9.0, 35.0, 12.0, 7.0, 6.0, 13.0, 10.0, 18.0, 14.0], [417.0330321358051, 417.2996083070757, 417.56618447834626, 417.83276064961683, 418.0993368208874, 418.365912992158, 418.63248916342854, 418.8990653346991, 419.1656415059697, 419.43221767724026, 419.69879384851083]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.1289765508845, 'percentile_98': 419.55649794545025}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.7375227552839, 'max': 418.2059201411903, 'mean': 417.4287676018437, 'count': 115.20000457763672, 'sum': 48087.795938569645, 'std': 0.3404807934568941, 'median': 417.3930938122794, 'majority': 416.7375227552839, 'minority': 416.7375227552839, 'unique': 135.0, 'histogram': [[10.0, 12.0, 11.0, 23.0, 17.0, 12.0, 14.0, 27.0, 7.0, 2.0], [416.7375227552839, 416.88436249387456, 417.0312022324652, 417.17804197105585, 417.3248817096465, 417.4717214482371, 417.6185611868277, 417.76540092541836, 417.912240664009, 418.05908040259965, 418.2059201411903]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.813822084805, 'percentile_98': 417.971266870154}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.1953260083682, 'max': 418.8053862890229, 'mean': 417.7848623284861, 'count': 115.20000457763672, 'sum': 48128.81805270893, 'std': 0.3299289079429129, 'median': 417.6533402642235, 'majority': 417.1953260083682, 'minority': 417.1953260083682, 'unique': 135.0, 'histogram': [[5.0, 20.0, 43.0, 15.0, 15.0, 10.0, 12.0, 8.0, 4.0, 3.0], [417.1953260083682, 417.3563320364337, 417.51733806449914, 417.67834409256466, 417.8393501206301, 418.0003561486956, 418.16136217676103, 418.3223682048265, 418.483374232892, 418.64438026095746, 418.8053862890229]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.29565782588907, 'percentile_98': 418.6004043731373}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.2680819465313, 'max': 418.5014695394784, 'mean': 417.826996742018, 'count': 115.20000457763672, 'sum': 48133.67193734068, 'std': 0.3239806146424633, 'median': 417.7404989604838, 'majority': 417.2680819465313, 'minority': 417.2680819465313, 'unique': 135.0, 'histogram': [[8.0, 15.0, 19.0, 31.0, 11.0, 14.0, 7.0, 9.0, 8.0, 13.0], [417.2680819465313, 417.391420705826, 417.51475946512073, 417.63809822441544, 417.76143698371015, 417.88477574300487, 418.0081145022996, 418.1314532615943, 418.254792020889, 418.3781307801837, 418.5014695394784]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.3668894509319, 'percentile_98': 418.4919562248979}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.0806932961568, 'max': 418.22780985967256, 'mean': 417.7471591384758, 'count': 115.20000457763672, 'sum': 48124.47464504715, 'std': 0.21239143220938658, 'median': 417.7670125500299, 'majority': 417.0806932961568, 'minority': 417.0806932961568, 'unique': 135.0, 'histogram': [[3.0, 4.0, 7.0, 6.0, 16.0, 29.0, 32.0, 24.0, 7.0, 7.0], [417.0806932961568, 417.1954049525084, 417.31011660885997, 417.42482826521154, 417.5395399215631, 417.6542515779147, 417.76896323426627, 417.88367489061784, 417.9983865469694, 418.113098203321, 418.22780985967256]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.2065455350094, 'percentile_98': 418.1246949883644}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.89947829581797, 'max': 418.69568303809496, 'mean': 417.8190787780824, 'count': 115.20000457763672, 'sum': 48132.75978785905, 'std': 0.47628676069992615, 'median': 417.7070914010983, 'majority': 416.89947829581797, 'minority': 416.89947829581797, 'unique': 135.0, 'histogram': [[5.0, 5.0, 24.0, 19.0, 17.0, 11.0, 8.0, 13.0, 18.0, 15.0], [416.89947829581797, 417.0790987700457, 417.2587192442734, 417.4383397185011, 417.6179601927288, 417.7975806669565, 417.97720114118414, 418.15682161541184, 418.33644208963955, 418.51606256386725, 418.69568303809496]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.0099928160198, 'percentile_98': 418.63675505737774}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.43583608674817, 'max': 418.1569202046376, 'mean': 417.3044864002735, 'count': 115.20000457763672, 'sum': 48073.47874357985, 'std': 0.46245213590302814, 'median': 417.2444314463064, 'majority': 416.43583608674817, 'minority': 416.43583608674817, 'unique': 135.0, 'histogram': [[8.0, 7.0, 26.0, 12.0, 19.0, 9.0, 12.0, 15.0, 17.0, 10.0], [416.43583608674817, 416.6079444985371, 416.78005291032605, 416.952161322115, 417.12426973390393, 417.29637814569287, 417.4684865574818, 417.64059496927075, 417.8127033810597, 417.98481179284863, 418.1569202046376]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.52542131487274, 'percentile_98': 418.05942964856513}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.44506563898176, 'max': 418.78695265040733, 'mean': 417.7154366435115, 'count': 115.20000457763672, 'sum': 48120.820213482046, 'std': 0.6152107124821723, 'median': 417.87124428083183, 'majority': 416.44506563898176, 'minority': 416.44506563898176, 'unique': 135.0, 'histogram': [[13.0, 9.0, 10.0, 7.0, 11.0, 17.0, 24.0, 22.0, 13.0, 9.0], [416.44506563898176, 416.6792543401243, 416.9134430412669, 417.14763174240943, 417.381820443552, 417.61600914469454, 417.8501978458371, 418.08438654697966, 418.3185752481222, 418.5527639492648, 418.78695265040733]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.51663195807487, 'percentile_98': 418.62831494654523}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.5832287981175, 'max': 418.7957201793324, 'mean': 417.74488604559815, 'count': 115.20000457763672, 'sum': 48124.21278473724, 'std': 0.5692864822714606, 'median': 417.73480188567197, 'majority': 416.5832287981175, 'minority': 416.5832287981175, 'unique': 135.0, 'histogram': [[5.0, 13.0, 17.0, 12.0, 15.0, 13.0, 11.0, 22.0, 16.0, 11.0], [416.5832287981175, 416.804477936239, 417.0257270743605, 417.24697621248197, 417.46822535060346, 417.68947448872495, 417.91072362684645, 418.13197276496794, 418.35322190308943, 418.5744710412109, 418.7957201793324]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.7401675658766, 'percentile_98': 418.7275662843604}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.3379089732189, 'max': 418.59642806230113, 'mean': 417.3833562290572, 'count': 115.20000457763672, 'sum': 48082.56454821677, 'std': 0.624546440829082, 'median': 417.23956019268365, 'majority': 416.3379089732189, 'minority': 416.3379089732189, 'unique': 135.0, 'histogram': [[14.0, 13.0, 17.0, 21.0, 12.0, 10.0, 9.0, 11.0, 19.0, 9.0], [416.3379089732189, 416.5637608821271, 416.7896127910353, 417.01546469994355, 417.2413166088518, 417.46716851776, 417.6930204266682, 417.91887233557645, 418.1447242444847, 418.3705761533929, 418.59642806230113]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.43243093858473, 'percentile_98': 418.4783210803289}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.3350458838977, 'max': 418.0690048087854, 'mean': 417.1502863343757, 'count': 115.20000457763672, 'sum': 48055.71489528255, 'std': 0.47624531071243714, 'median': 417.0405190961901, 'majority': 416.3350458838977, 'minority': 416.3350458838977, 'unique': 135.0, 'histogram': [[9.0, 13.0, 24.0, 16.0, 14.0, 11.0, 10.0, 13.0, 11.0, 14.0], [416.3350458838977, 416.50844177638646, 416.68183766887523, 416.855233561364, 417.0286294538528, 417.20202534634154, 417.3754212388303, 417.5488171313191, 417.72221302380785, 417.8956089162966, 418.0690048087854]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.3978337601293, 'percentile_98': 417.9874376859516}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.5810823906213, 'max': 418.1882686680183, 'mean': 417.5307723867952, 'count': 115.20000457763672, 'sum': 48099.546890263, 'std': 0.44185257686448154, 'median': 417.58748193387873, 'majority': 416.5810823906213, 'minority': 416.5810823906213, 'unique': 135.0, 'histogram': [[7.0, 12.0, 9.0, 8.0, 8.0, 19.0, 13.0, 17.0, 23.0, 19.0], [416.5810823906213, 416.741801018361, 416.9025196461007, 417.0632382738404, 417.2239569015801, 417.3846755293198, 417.5453941570595, 417.7061127847992, 417.8668314125389, 418.0275500402786, 418.1882686680183]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.67922778287897, 'percentile_98': 418.15602889982983}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.07459968165495, 'max': 418.32210263237357, 'mean': 417.84657011750363, 'count': 115.20000457763672, 'sum': 48135.92679028622, 'std': 0.25723518118149713, 'median': 417.92432966758497, 'majority': 417.07459968165495, 'minority': 417.07459968165495, 'unique': 135.0, 'histogram': [[5.0, 6.0, 5.0, 9.0, 7.0, 8.0, 38.0, 36.0, 18.0, 3.0], [417.07459968165495, 417.1993499767268, 417.32410027179867, 417.44885056687053, 417.5736008619424, 417.69835115701426, 417.8231014520861, 417.947851747158, 418.07260204222985, 418.1973523373017, 418.32210263237357]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.1638975094538, 'percentile_98': 418.2046941423323}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.84776442707516, 'max': 418.7556041870266, 'mean': 417.9220553057146, 'count': 115.20000457763672, 'sum': 48144.62268431367, 'std': 0.3853806727062073, 'median': 417.9320312687196, 'majority': 416.84776442707516, 'minority': 416.84776442707516, 'unique': 135.0, 'histogram': [[5.0, 5.0, 2.0, 9.0, 29.0, 22.0, 26.0, 15.0, 14.0, 8.0], [416.84776442707516, 417.0385484030703, 417.22933237906545, 417.4201163550606, 417.61090033105575, 417.8016843070509, 417.99246828304604, 418.1832522590412, 418.37403623503633, 418.5648202110315, 418.7556041870266]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.933649830753, 'percentile_98': 418.5964171483647}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.07364983065054, 'max': 417.2745502728504, 'mean': 416.4823211415749, 'count': 115.20000457763672, 'sum': 47978.765302014195, 'std': 0.21950802767306785, 'median': 416.402290284168, 'majority': 416.07364983065054, 'minority': 416.07364983065054, 'unique': 135.0, 'histogram': [[3.0, 36.0, 38.0, 14.0, 14.0, 15.0, 8.0, 4.0, 1.0, 2.0], [416.07364983065054, 416.1937398748705, 416.3138299190905, 416.4339199633105, 416.55401000753045, 416.67410005175043, 416.79419009597046, 416.91428014019044, 417.0343701844104, 417.1544602286304, 417.2745502728504]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.2330551480409, 'percentile_98': 416.9604544586036}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.94115100451745, 'max': 417.3544148216024, 'mean': 416.60838892126804, 'count': 115.20000457763672, 'sum': 47993.288310811935, 'std': 0.4388747456079821, 'median': 416.5710779489018, 'majority': 415.94115100451745, 'minority': 415.94115100451745, 'unique': 135.0, 'histogram': [[12.0, 30.0, 12.0, 10.0, 10.0, 9.0, 8.0, 12.0, 19.0, 13.0], [415.94115100451745, 416.08247738622595, 416.22380376793444, 416.36513014964294, 416.50645653135143, 416.6477829130599, 416.7891092947684, 416.9304356764769, 417.0717620581854, 417.2130884398939, 417.3544148216024]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.99521500756964, 'percentile_98': 417.3159395577386}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.0390053584706, 'max': 417.4307323410175, 'mean': 416.601265067242, 'count': 115.20000457763672, 'sum': 47992.46764279553, 'std': 0.28528390391266306, 'median': 416.5418467891868, 'majority': 416.0390053584706, 'minority': 416.0390053584706, 'unique': 135.0, 'histogram': [[4.0, 16.0, 22.0, 33.0, 17.0, 11.0, 17.0, 9.0, 3.0, 3.0], [416.0390053584706, 416.1781780567253, 416.31735075498, 416.4565234532347, 416.5956961514894, 416.7348688497441, 416.87404154799873, 417.0132142462534, 417.1523869445081, 417.2915596427628, 417.4307323410175]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.1168399150483, 'percentile_98': 417.37746869330294}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.93997957534157, 'max': 417.12287929840386, 'mean': 416.4712605622659, 'count': 115.20000457763672, 'sum': 47977.49112322717, 'std': 0.22216116298137112, 'median': 416.4216043136548, 'majority': 415.93997957534157, 'minority': 415.93997957534157, 'unique': 135.0, 'histogram': [[3.0, 8.0, 12.0, 40.0, 33.0, 13.0, 8.0, 9.0, 5.0, 4.0], [415.93997957534157, 416.0582695476478, 416.176559519954, 416.29484949226025, 416.4131394645665, 416.5314294368727, 416.64971940917894, 416.7680093814852, 416.8862993537914, 417.00458932609763, 417.12287929840386]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.1150427535176, 'percentile_98': 417.0167194388342}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.7705006946344, 'max': 416.66887409519404, 'mean': 416.20443327824427, 'count': 115.20000457763672, 'sum': 47946.752618886436, 'std': 0.19690915659075275, 'median': 416.18362229201006, 'majority': 415.7705006946344, 'minority': 415.7705006946344, 'unique': 135.0, 'histogram': [[9.0, 9.0, 9.0, 25.0, 24.0, 15.0, 16.0, 16.0, 10.0, 2.0], [415.7705006946344, 415.86033803469036, 415.9501753747463, 416.0400127148023, 416.12985005485825, 416.2196873949142, 416.3095247349702, 416.39936207502615, 416.4891994150821, 416.5790367551381, 416.66887409519404]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.81752884667367, 'percentile_98': 416.54909364297055}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.5428796366323, 'max': 416.50057028164156, 'mean': 416.02974108021175, 'count': 115.20000457763672, 'sum': 47926.628076873414, 'std': 0.2333447667957331, 'median': 416.0569878877141, 'majority': 415.5428796366323, 'minority': 415.5428796366323, 'unique': 135.0, 'histogram': [[8.0, 8.0, 16.0, 19.0, 13.0, 15.0, 20.0, 17.0, 15.0, 4.0], [415.5428796366323, 415.6386487011332, 415.73441776563413, 415.83018683013506, 415.925955894636, 416.0217249591369, 416.11749402363785, 416.2132630881388, 416.3090321526397, 416.40480121714063, 416.50057028164156]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.60253157513216, 'percentile_98': 416.40356357675046}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.4380767431576, 'max': 416.388389567146, 'mean': 415.8370450513351, 'count': 115.20000457763672, 'sum': 47904.42949346473, 'std': 0.1857540512649139, 'median': 415.82577978260815, 'majority': 415.4380767431576, 'minority': 415.4380767431576, 'unique': 135.0, 'histogram': [[7.0, 10.0, 14.0, 31.0, 24.0, 22.0, 14.0, 5.0, 4.0, 4.0], [415.4380767431576, 415.53310802555643, 415.6281393079553, 415.72317059035413, 415.818201872753, 415.91323315515183, 416.0082644375506, 416.1032957199495, 416.1983270023483, 416.29335828474717, 416.388389567146]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.49090019543655, 'percentile_98': 416.2461082160007}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.342154155951, 'max': 416.1629512964282, 'mean': 415.741367733227, 'count': 115.20000457763672, 'sum': 47893.4074659807, 'std': 0.19096580337205804, 'median': 415.761267504422, 'majority': 415.342154155951, 'minority': 415.342154155951, 'unique': 135.0, 'histogram': [[9.0, 14.0, 8.0, 8.0, 23.0, 15.0, 28.0, 20.0, 8.0, 2.0], [415.342154155951, 415.4242338699987, 415.50631358404644, 415.58839329809416, 415.6704730121419, 415.7525527261896, 415.8346324402373, 415.91671215428505, 415.9987918683328, 416.0808715823805, 416.1629512964282]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.37347715348005, 'percentile_98': 416.06872036936693}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.19314981997013, 'max': 416.18911564000877, 'mean': 415.69404846622047, 'count': 115.20000457763672, 'sum': 47887.956286204935, 'std': 0.28666899764889336, 'median': 415.7246985414531, 'majority': 415.19314981997013, 'minority': 415.19314981997013, 'unique': 135.0, 'histogram': [[11.0, 22.0, 9.0, 8.0, 11.0, 20.0, 10.0, 15.0, 17.0, 12.0], [415.19314981997013, 415.292746401974, 415.39234298397787, 415.49193956598174, 415.5915361479856, 415.6911327299895, 415.7907293119933, 415.89032589399716, 415.989922476001, 416.0895190580049, 416.18911564000877]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.2248257014435, 'percentile_98': 416.148170188535}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.4750640736893, 'max': 417.179999203654, 'mean': 416.32386049023916, 'count': 115.20000457763672, 'sum': 47960.51063425494, 'std': 0.5148508161018077, 'median': 416.20030606281944, 'majority': 415.4750640736893, 'minority': 415.4750640736893, 'unique': 135.0, 'histogram': [[12.0, 14.0, 17.0, 16.0, 12.0, 10.0, 5.0, 16.0, 13.0, 20.0], [415.4750640736893, 415.64555758668575, 415.8160510996822, 415.9865446126787, 416.1570381256752, 416.32753163867164, 416.4980251516681, 416.6685186646646, 416.83901217766106, 417.00950569065753, 417.179999203654]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.5240021646023, 'percentile_98': 417.15740371728316}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.61025864211837, 'max': 417.49966840143315, 'mean': 416.5072188177301, 'count': 115.20000457763672, 'sum': 47981.63351442125, 'std': 0.523219913564708, 'median': 416.3355151831638, 'majority': 415.61025864211837, 'minority': 415.61025864211837, 'unique': 135.0, 'histogram': [[12.0, 5.0, 28.0, 22.0, 11.0, 7.0, 8.0, 15.0, 18.0, 9.0], [415.61025864211837, 415.79919961804984, 415.9881405939813, 416.1770815699128, 416.36602254584426, 416.5549635217758, 416.74390449770726, 416.93284547363874, 417.1217864495702, 417.3107274255017, 417.49966840143315]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.6221039011143, 'percentile_98': 417.3844608885702}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.58134762453847, 'max': 417.36751882126555, 'mean': 416.46802716748294, 'count': 115.20000457763672, 'sum': 47977.11863613337, 'std': 0.4590980780021557, 'median': 416.56297617009847, 'majority': 415.58134762453847, 'minority': 415.58134762453847, 'unique': 135.0, 'histogram': [[11.0, 13.0, 14.0, 11.0, 11.0, 8.0, 30.0, 22.0, 10.0, 5.0], [415.58134762453847, 415.7599647442112, 415.9385818638839, 416.1171989835566, 416.2958161032293, 416.474433222902, 416.6530503425747, 416.8316674622474, 417.01028458192013, 417.18890170159284, 417.36751882126555]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.67542211851105, 'percentile_98': 417.27174539119}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.9845884714741, 'max': 417.23773392732255, 'mean': 416.7322079052999, 'count': 115.20000457763672, 'sum': 48007.55225833921, 'std': 0.27892602006321426, 'median': 416.7390688962769, 'majority': 415.9845884714741, 'minority': 415.9845884714741, 'unique': 135.0, 'histogram': [[3.0, 3.0, 7.0, 12.0, 29.0, 10.0, 11.0, 27.0, 22.0, 11.0], [415.9845884714741, 416.10990301705897, 416.2352175626438, 416.36053210822865, 416.4858466538135, 416.61116119939834, 416.7364757449832, 416.861790290568, 416.98710483615287, 417.1124193817377, 417.23773392732255]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.1085234954953, 'percentile_98': 417.17791100381874}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.88421663618647, 'max': 417.7238697593566, 'mean': 416.7920846331188, 'count': 115.20000457763672, 'sum': 48014.45005765804, 'std': 0.35236259571556855, 'median': 416.7409279034473, 'majority': 415.88421663618647, 'minority': 415.88421663618647, 'unique': 135.0, 'histogram': [[1.0, 6.0, 12.0, 24.0, 33.0, 21.0, 15.0, 9.0, 6.0, 8.0], [415.88421663618647, 416.0681819485035, 416.2521472608205, 416.4361125731375, 416.6200778854545, 416.80404319777153, 416.98800851008855, 417.17197382240556, 417.3559391347226, 417.5399044470396, 417.7238697593566]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.1532888247166, 'percentile_98': 417.58285442483617}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.1548564550467, 'max': 416.5746067883446, 'mean': 415.8170378293875, 'count': 115.20000457763672, 'sum': 47902.124661404785, 'std': 0.3257031568695829, 'median': 415.76534567866474, 'majority': 415.1548564550467, 'minority': 415.1548564550467, 'unique': 135.0, 'histogram': [[7.0, 11.0, 21.0, 23.0, 19.0, 12.0, 13.0, 9.0, 12.0, 8.0], [415.1548564550467, 415.2968314883765, 415.4388065217063, 415.5807815550361, 415.7227565883659, 415.8647316216957, 416.0067066550254, 416.1486816883552, 416.290656721685, 416.4326317550148, 416.5746067883446]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.27887151460163, 'percentile_98': 416.4846286585089}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.04684486426413, 'max': 416.0551143286284, 'mean': 415.45220022054195, 'count': 115.20000457763672, 'sum': 47860.09536719568, 'std': 0.20747776507468135, 'median': 415.42389226378873, 'majority': 415.04684486426413, 'minority': 415.04684486426413, 'unique': 135.0, 'histogram': [[9.0, 19.0, 22.0, 22.0, 23.0, 16.0, 7.0, 8.0, 3.0, 6.0], [415.04684486426413, 415.14767181070056, 415.248498757137, 415.3493257035734, 415.45015265000984, 415.55097959644627, 415.6518065428827, 415.7526334893191, 415.85346043575555, 415.954287382192, 416.0551143286284]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.117377997376, 'percentile_98': 415.97383096814156}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.9338128627278, 'max': 416.1172728345264, 'mean': 415.55902982826376, 'count': 115.20000457763672, 'sum': 47872.40213849426, 'std': 0.27547165148107716, 'median': 415.5705209996085, 'majority': 414.9338128627278, 'minority': 414.9338128627278, 'unique': 135.0, 'histogram': [[7.0, 8.0, 13.0, 16.0, 19.0, 15.0, 19.0, 20.0, 9.0, 9.0], [414.9338128627278, 415.05215885990765, 415.1705048570875, 415.28885085426737, 415.4071968514472, 415.5255428486271, 415.64388884580694, 415.7622348429868, 415.88058084016666, 415.9989268373465, 416.1172728345264]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.03024840494624, 'percentile_98': 416.0275566391647}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.89985960652115, 'max': 415.50171954440884, 'mean': 415.1968720814576, 'count': 115.20000457763672, 'sum': 47830.68156440437, 'std': 0.16952867847503553, 'median': 415.19453588989563, 'majority': 414.89985960652115, 'minority': 414.89985960652115, 'unique': 135.0, 'histogram': [[15.0, 13.0, 13.0, 15.0, 13.0, 10.0, 14.0, 18.0, 15.0, 9.0], [414.89985960652115, 414.9600456003099, 415.0202315940987, 415.08041758788744, 415.1406035816762, 415.200789575465, 415.2609755692538, 415.32116156304255, 415.3813475568313, 415.4415335506201, 415.50171954440884]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.9043561483267, 'percentile_98': 415.48160515958443}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.9529595451895, 'max': 416.7005681665614, 'mean': 415.68548009166426, 'count': 115.20000457763672, 'sum': 47886.96920941684, 'std': 0.34275994953414324, 'median': 415.66925574443303, 'majority': 414.9529595451895, 'minority': 414.9529595451895, 'unique': 135.0, 'histogram': [[11.0, 10.0, 12.0, 35.0, 26.0, 19.0, 9.0, 8.0, 2.0, 3.0], [414.9529595451895, 415.1277204073267, 415.3024812694639, 415.4772421316011, 415.6520029937383, 415.82676385587547, 416.00152471801266, 416.17628558014985, 416.35104644228704, 416.52580730442423, 416.7005681665614]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.08572394377546, 'percentile_98': 416.52318031992763}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.1379944232758, 'max': 416.3534686085768, 'mean': 415.79473122468005, 'count': 115.20000457763672, 'sum': 47899.55494044037, 'std': 0.33079328973726, 'median': 415.77312003937556, 'majority': 415.1379944232758, 'minority': 415.1379944232758, 'unique': 135.0, 'histogram': [[6.0, 15.0, 9.0, 14.0, 18.0, 14.0, 9.0, 16.0, 19.0, 15.0], [415.1379944232758, 415.2595418418059, 415.381089260336, 415.5026366788661, 415.6241840973962, 415.7457315159263, 415.8672789344564, 415.9888263529865, 416.1103737715166, 416.2319211900467, 416.3534686085768]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.2171386522241, 'percentile_98': 416.3310877629556}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.46503780409694, 'max': 416.60044735181145, 'mean': 416.1748738400101, 'count': 115.20000457763672, 'sum': 47943.347371466545, 'std': 0.27711138829751913, 'median': 416.2290060776286, 'majority': 415.46503780409694, 'minority': 415.46503780409694, 'unique': 135.0, 'histogram': [[3.0, 5.0, 13.0, 8.0, 9.0, 12.0, 18.0, 20.0, 38.0, 9.0], [415.46503780409694, 415.5785787588684, 415.69211971363984, 415.8056606684113, 415.91920162318274, 416.0327425779542, 416.14628353272565, 416.2598244874971, 416.37336544226855, 416.48690639704, 416.60044735181145]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.54824565537274, 'percentile_98': 416.52031723060645}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.559876273619, 'max': 416.61578507046215, 'mean': 416.174163304553, 'count': 115.20000457763672, 'sum': 47943.26551777864, 'std': 0.19697345779889908, 'median': 416.160579334246, 'majority': 415.559876273619, 'minority': 415.559876273619, 'unique': 135.0, 'histogram': [[3.0, 2.0, 7.0, 15.0, 22.0, 28.0, 17.0, 18.0, 15.0, 8.0], [415.559876273619, 415.6654671533033, 415.77105803298764, 415.87664891267195, 415.98223979235627, 416.0878306720406, 416.1934215517249, 416.2990124314092, 416.4046033110935, 416.51019419077784, 416.61578507046215]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.8065712545067, 'percentile_98': 416.5539357927628}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.83790846541524, 'max': 415.78956006560475, 'mean': 415.2654013678389, 'count': 115.20000457763672, 'sum': 47838.57613850919, 'std': 0.2006777676306368, 'median': 415.2345427428372, 'majority': 414.83790846541524, 'minority': 414.83790846541524, 'unique': 135.0, 'histogram': [[5.0, 12.0, 18.0, 20.0, 36.0, 15.0, 8.0, 10.0, 6.0, 5.0], [414.83790846541524, 414.9330736254342, 415.02823878545314, 415.1234039454721, 415.21856910549104, 415.31373426551, 415.40889942552894, 415.5040645855479, 415.59922974556684, 415.6943949055858, 415.78956006560475]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.9383858020883, 'percentile_98': 415.7378352829255}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.8138541495428, 'max': 416.63738375063986, 'mean': 415.6266779869676, 'count': 115.20000457763672, 'sum': 47880.19520668661, 'std': 0.43701969797550355, 'median': 415.5140559305437, 'majority': 414.8138541495428, 'minority': 414.8138541495428, 'unique': 135.0, 'histogram': [[5.0, 12.0, 31.0, 20.0, 14.0, 15.0, 12.0, 6.0, 13.0, 7.0], [414.8138541495428, 414.9962071096525, 415.1785600697622, 415.36091302987194, 415.54326598998165, 415.7256189500913, 415.907971910201, 416.0903248703107, 416.27267783042043, 416.45503079053015, 416.63738375063986]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.9740998400375, 'percentile_98': 416.4838283031713}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.0631539232564, 'max': 417.1821274212561, 'mean': 415.9063180536398, 'count': 115.20000457763672, 'sum': 47912.40974364734, 'std': 0.5527618707501413, 'median': 415.7631228736136, 'majority': 415.0631539232564, 'minority': 415.0631539232564, 'unique': 135.0, 'histogram': [[15.0, 16.0, 29.0, 16.0, 9.0, 8.0, 11.0, 16.0, 9.0, 6.0], [415.0631539232564, 415.27505127305636, 415.48694862285635, 415.6988459726563, 415.91074332245626, 416.12264067225624, 416.3345380220562, 416.5464353718562, 416.75833272165613, 416.9702300714561, 417.1821274212561]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.09851871524006, 'percentile_98': 417.04386603669263}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.17145655234344, 'max': 416.8785744695924, 'mean': 416.01601880806976, 'count': 115.20000457763672, 'sum': 47925.04727105984, 'std': 0.3691290547769075, 'median': 415.9811069257557, 'majority': 415.17145655234344, 'minority': 415.17145655234344, 'unique': 135.0, 'histogram': [[3.0, 9.0, 11.0, 25.0, 22.0, 17.0, 17.0, 15.0, 9.0, 7.0], [415.17145655234344, 415.34216834406834, 415.51288013579324, 415.68359192751814, 415.85430371924303, 416.02501551096793, 416.19572730269283, 416.36643909441773, 416.5371508861426, 416.7078626778675, 416.8785744695924]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.3787667746656, 'percentile_98': 416.75250031403266}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.03875763737597, 'max': 416.3583507761359, 'mean': 415.66916899934597, 'count': 115.20000457763672, 'sum': 47885.09017150711, 'std': 0.29034204687902776, 'median': 415.6478535151109, 'majority': 415.03875763737597, 'minority': 415.03875763737597, 'unique': 135.0, 'histogram': [[8.0, 6.0, 13.0, 22.0, 30.0, 15.0, 13.0, 10.0, 10.0, 8.0], [415.03875763737597, 415.17071695125196, 415.30267626512796, 415.43463557900395, 415.56659489287995, 415.69855420675594, 415.83051352063194, 415.96247283450793, 416.09443214838393, 416.2263914622599, 416.3583507761359]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.10114169796, 'percentile_98': 416.31276326370426}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.84017128823325, 'max': 416.52529398561455, 'mean': 415.50872352244954, 'count': 115.20000457763672, 'sum': 47866.60685183418, 'std': 0.3117309168526707, 'median': 415.50316382199526, 'majority': 414.84017128823325, 'minority': 414.84017128823325, 'unique': 135.0, 'histogram': [[6.0, 16.0, 16.0, 35.0, 29.0, 15.0, 5.0, 7.0, 2.0, 4.0], [414.84017128823325, 415.0086835579714, 415.1771958277095, 415.34570809744764, 415.51422036718577, 415.6827326369239, 415.85124490666203, 416.01975717640016, 416.1882694461383, 416.3567817158764, 416.52529398561455]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.9219603277743, 'percentile_98': 416.29521365393884}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.8291045567021, 'max': 416.00984332035296, 'mean': 415.44052573419066, 'count': 115.20000457763672, 'sum': 47858.75046631457, 'std': 0.2378410057584308, 'median': 415.48356966814026, 'majority': 414.8291045567021, 'minority': 414.8291045567021, 'unique': 135.0, 'histogram': [[6.0, 7.0, 6.0, 10.0, 23.0, 34.0, 22.0, 16.0, 7.0, 4.0], [414.8291045567021, 414.94717843306717, 415.06525230943225, 415.18332618579734, 415.30140006216243, 415.4194739385275, 415.5375478148926, 415.6556216912577, 415.7736955676228, 415.89176944398787, 416.00984332035296]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.8970838286914, 'percentile_98': 415.8775554969907}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.8281695961486, 'max': 416.35693560237996, 'mean': 415.47441703478614, 'count': 115.20000457763672, 'sum': 47862.654744298314, 'std': 0.3624891262579028, 'median': 415.48917215550324, 'majority': 414.8281695961486, 'minority': 414.8281695961486, 'unique': 135.0, 'histogram': [[16.0, 16.0, 12.0, 12.0, 32.0, 16.0, 9.0, 8.0, 7.0, 7.0], [414.8281695961486, 414.98104619677173, 415.13392279739486, 415.286799398018, 415.4396759986411, 415.5925525992643, 415.74542919988744, 415.89830580051057, 416.0511824011337, 416.20405900175683, 416.35693560237996]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.8957486904692, 'percentile_98': 416.24184086686006}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.93046228424646, 'max': 417.030110838823, 'mean': 415.8510989317493, 'count': 115.20000457763672, 'sum': 47906.04850055277, 'std': 0.5898710101069733, 'median': 415.70764733478427, 'majority': 414.93046228424646, 'minority': 414.93046228424646, 'unique': 135.0, 'histogram': [[19.0, 13.0, 21.0, 15.0, 12.0, 10.0, 11.0, 8.0, 19.0, 7.0], [414.93046228424646, 415.1404271397041, 415.3503919951618, 415.5603568506194, 415.7703217060771, 415.98028656153474, 416.1902514169924, 416.40021627245005, 416.6101811279077, 416.82014598336536, 417.030110838823]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.0097556703259, 'percentile_98': 416.9824860582594}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.7706058574841, 'max': 416.52073559816927, 'mean': 415.6372111196625, 'count': 115.20000457763672, 'sum': 47881.408623621275, 'std': 0.4363095967753124, 'median': 415.68681626813486, 'majority': 414.7706058574841, 'minority': 414.7706058574841, 'unique': 135.0, 'histogram': [[12.0, 5.0, 14.0, 14.0, 18.0, 20.0, 17.0, 15.0, 13.0, 7.0], [414.7706058574841, 414.9456188315526, 415.12063180562114, 415.29564477968967, 415.4706577537582, 415.64567072782665, 415.8206837018952, 415.9956966759637, 416.1707096500322, 416.34572262410074, 416.52073559816927]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.8326115682721, 'percentile_98': 416.37662070570514}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.8172120039817, 'max': 416.4843958278652, 'mean': 415.4036547828873, 'count': 115.20000457763672, 'sum': 47854.50293255564, 'std': 0.4422681372266791, 'median': 415.25141932652326, 'majority': 414.8172120039817, 'minority': 414.8172120039817, 'unique': 135.0, 'histogram': [[29.0, 21.0, 20.0, 9.0, 9.0, 11.0, 12.0, 16.0, 4.0, 4.0], [414.8172120039817, 414.98393038637005, 415.1506487687584, 415.31736715114675, 415.4840855335351, 415.65080391592346, 415.8175222983118, 415.98424068070017, 416.1509590630885, 416.3176774454769, 416.4843958278652]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.8536536376923, 'percentile_98': 416.322593082441}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.76323167444207, 'max': 416.38709444669075, 'mean': 415.44813972377716, 'count': 115.20000457763672, 'sum': 47859.62759794979, 'std': 0.33915314622982934, 'median': 415.3800109634176, 'majority': 414.76323167444207, 'minority': 414.76323167444207, 'unique': 135.0, 'histogram': [[8.0, 12.0, 21.0, 33.0, 12.0, 7.0, 26.0, 7.0, 4.0, 5.0], [414.76323167444207, 414.92561795166694, 415.0880042288918, 415.2503905061167, 415.41277678334154, 415.5751630605664, 415.7375493377913, 415.89993561501615, 416.062321892241, 416.2247081694659, 416.38709444669075]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.8579137108755, 'percentile_98': 416.2532204645686}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.19496517139487, 'max': 416.7907936789561, 'mean': 415.9405104500632, 'count': 115.20000457763672, 'sum': 47916.34870787183, 'std': 0.3369451330139992, 'median': 415.89238389860833, 'majority': 415.19496517139487, 'minority': 415.19496517139487, 'unique': 135.0, 'histogram': [[7.0, 8.0, 13.0, 27.0, 22.0, 13.0, 14.0, 26.0, 2.0, 3.0], [415.19496517139487, 415.354548022151, 415.5141308729071, 415.67371372366324, 415.83329657441936, 415.9928794251755, 416.1524622759316, 416.31204512668774, 416.47162797744386, 416.6312108282, 416.7907936789561]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.32059185556136, 'percentile_98': 416.5690224908758}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.1630746491719, 'max': 416.3498379057273, 'mean': 415.79960675999035, 'count': 115.20000457763672, 'sum': 47900.11660213044, 'std': 0.215166411934025, 'median': 415.7838884566445, 'majority': 415.1630746491719, 'minority': 415.1630746491719, 'unique': 135.0, 'histogram': [[5.0, 3.0, 7.0, 11.0, 35.0, 21.0, 20.0, 25.0, 6.0, 2.0], [415.1630746491719, 415.28175097482745, 415.400427300483, 415.51910362613853, 415.6377799517941, 415.7564562774496, 415.87513260310516, 415.9938089287607, 416.11248525441624, 416.2311615800718, 416.3498379057273]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.2536785113625, 'percentile_98': 416.16544694988994}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.29037844156846, 'max': 416.6144899500068, 'mean': 415.83628952348414, 'count': 115.20000457763672, 'sum': 47904.34245665284, 'std': 0.21754562342330305, 'median': 415.8201663813088, 'majority': 415.29037844156846, 'minority': 415.29037844156846, 'unique': 135.0, 'histogram': [[3.0, 5.0, 29.0, 24.0, 29.0, 24.0, 14.0, 2.0, 3.0, 2.0], [415.29037844156846, 415.4227895924123, 415.55520074325614, 415.6876118941, 415.8200230449438, 415.95243419578765, 416.0848453466315, 416.2172564974753, 416.34966764831915, 416.482078799163, 416.6144899500068]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.42027975083323, 'percentile_98': 416.37632239144295}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.0645654590335, 'max': 416.51853098301217, 'mean': 415.8591278017429, 'count': 115.20000457763672, 'sum': 47906.97342641279, 'std': 0.36755108174130635, 'median': 415.8356969128363, 'majority': 415.0645654590335, 'minority': 415.0645654590335, 'unique': 135.0, 'histogram': [[7.0, 6.0, 8.0, 25.0, 12.0, 15.0, 14.0, 13.0, 28.0, 7.0], [415.0645654590335, 415.20996201143134, 415.3553585638292, 415.5007551162271, 415.64615166862495, 415.7915482210228, 415.9369447734207, 416.08234132581856, 416.22773787821643, 416.3731344306143, 416.51853098301217]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.14453914714977, 'percentile_98': 416.4342608419247}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.6383362240158, 'max': 415.9686723141931, 'mean': 415.36809530222297, 'count': 115.20000457763672, 'sum': 47850.40648022033, 'std': 0.3025401933637358, 'median': 415.4389243922197, 'majority': 414.6383362240158, 'minority': 414.6383362240158, 'unique': 135.0, 'histogram': [[8.0, 8.0, 10.0, 6.0, 14.0, 21.0, 27.0, 25.0, 12.0, 4.0], [414.6383362240158, 414.77136983303353, 414.90440344205126, 415.037437051069, 415.1704706600867, 415.30350426910445, 415.4365378781222, 415.5695714871399, 415.70260509615764, 415.83563870517537, 415.9686723141931]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.7054751229007, 'percentile_98': 415.85338112781756}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.70822543487884, 'max': 416.05578371672885, 'mean': 415.3925599790783, 'count': 115.20000457763672, 'sum': 47853.22481110606, 'std': 0.3330010286263323, 'median': 415.29689406161197, 'majority': 414.70822543487884, 'minority': 414.70822543487884, 'unique': 135.0, 'histogram': [[5.0, 9.0, 13.0, 25.0, 23.0, 9.0, 10.0, 11.0, 19.0, 11.0], [414.70822543487884, 414.84298126306385, 414.97773709124885, 415.11249291943386, 415.24724874761887, 415.3820045758039, 415.5167604039888, 415.65151623217383, 415.78627206035884, 415.92102788854385, 416.05578371672885]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.8174848523922, 'percentile_98': 416.00393160479143}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.84842586214654, 'max': 416.451039200183, 'mean': 415.6793791322116, 'count': 115.20000457763672, 'sum': 47886.26637885996, 'std': 0.4005482379079397, 'median': 415.54384006303735, 'majority': 414.84842586214654, 'minority': 414.84842586214654, 'unique': 135.0, 'histogram': [[4.0, 4.0, 13.0, 35.0, 19.0, 10.0, 6.0, 14.0, 19.0, 11.0], [414.84842586214654, 415.0086871959502, 415.16894852975383, 415.3292098635575, 415.4894711973611, 415.6497325311648, 415.8099938649684, 415.97025519877207, 416.1305165325757, 416.29077786637936, 416.451039200183]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.9769520154222, 'percentile_98': 416.37363028712576}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.80445725028403, 'max': 416.08011815696955, 'mean': 415.3715415209359, 'count': 115.20000457763672, 'sum': 47850.80348463184, 'std': 0.28072195397990335, 'median': 415.335118304938, 'majority': 414.80445725028403, 'minority': 414.80445725028403, 'unique': 135.0, 'histogram': [[4.0, 17.0, 12.0, 28.0, 27.0, 15.0, 11.0, 7.0, 6.0, 8.0], [414.80445725028403, 414.9320233409526, 415.05958943162113, 415.1871555222897, 415.31472161295824, 415.4422877036268, 415.56985379429534, 415.6974198849639, 415.82498597563244, 415.952552066301, 416.08011815696955]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.9145315750502, 'percentile_98': 416.0043681622483}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.71494478173554, 'max': 415.8202245889697, 'mean': 415.301595013366, 'count': 115.20000457763672, 'sum': 47842.745646639596, 'std': 0.30251939932148963, 'median': 415.3539048274979, 'majority': 414.71494478173554, 'minority': 414.71494478173554, 'unique': 135.0, 'histogram': [[10.0, 13.0, 12.0, 12.0, 9.0, 10.0, 15.0, 25.0, 24.0, 5.0], [414.71494478173554, 414.82547276245896, 414.9360007431824, 415.0465287239058, 415.1570567046292, 415.26758468535263, 415.37811266607605, 415.48864064679947, 415.5991686275229, 415.7096966082463, 415.8202245889697]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.73003511782736, 'percentile_98': 415.7514595135581}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.9794731347356, 'max': 415.98091047490016, 'mean': 415.5485847185729, 'count': 115.20000457763672, 'sum': 47871.19886181006, 'std': 0.24760880063958104, 'median': 415.5438218731433, 'majority': 414.9794731347356, 'minority': 414.9794731347356, 'unique': 135.0, 'histogram': [[4.0, 4.0, 13.0, 17.0, 14.0, 17.0, 18.0, 22.0, 8.0, 18.0], [414.9794731347356, 415.07961686875205, 415.1797606027685, 415.27990433678497, 415.3800480708014, 415.4801918048179, 415.58033553883433, 415.6804792728508, 415.78062300686724, 415.8807667408837, 415.98091047490016]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.0738022872247, 'percentile_98': 415.96961091272533}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.7683648625389, 'max': 415.90950786485337, 'mean': 415.44665906791136, 'count': 115.20000457763672, 'sum': 47859.45702638727, 'std': 0.27395415233795667, 'median': 415.4001908318605, 'majority': 414.7683648625389, 'minority': 414.7683648625389, 'unique': 135.0, 'histogram': [[6.0, 5.0, 3.0, 6.0, 33.0, 17.0, 17.0, 14.0, 16.0, 18.0], [414.7683648625389, 414.8824791627703, 414.9965934630018, 415.1107077632332, 415.22482206346467, 415.3389363636961, 415.45305066392757, 415.567164964159, 415.68127926439047, 415.7953935646219, 415.90950786485337]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.8236730543431, 'percentile_98': 415.8895208092872}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.631354942685, 'max': 415.4043235757854, 'mean': 415.11459625792844, 'count': 115.20000457763672, 'sum': 47821.20338915718, 'std': 0.20055298356740991, 'median': 415.15551492921077, 'majority': 414.631354942685, 'minority': 414.631354942685, 'unique': 135.0, 'histogram': [[3.0, 5.0, 13.0, 14.0, 6.0, 10.0, 17.0, 18.0, 33.0, 16.0], [414.631354942685, 414.70865180599503, 414.78594866930507, 414.8632455326151, 414.94054239592515, 415.0178392592352, 415.0951361225452, 415.17243298585527, 415.2497298491653, 415.32702671247534, 415.4043235757854]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.7076251683757, 'percentile_98': 415.3698755544611}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.7226791246794, 'max': 415.65870560589246, 'mean': 415.1974695081102, 'count': 115.20000457763672, 'sum': 47830.75038795748, 'std': 0.2628205960218414, 'median': 415.2651636104565, 'majority': 414.7226791246794, 'minority': 414.7226791246794, 'unique': 135.0, 'histogram': [[16.0, 13.0, 13.0, 6.0, 10.0, 9.0, 14.0, 33.0, 18.0, 3.0], [414.7226791246794, 414.8162817728007, 414.909884420922, 415.00348706904333, 415.09708971716464, 415.19069236528594, 415.28429501340725, 415.37789766152855, 415.47150030964985, 415.56510295777116, 415.65870560589246]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.7475519857835, 'percentile_98': 415.5295646341983}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.847341744462, 'max': 416.50610728538595, 'mean': 415.4984841583957, 'count': 115.20000457763672, 'sum': 47865.4272770483, 'std': 0.3785701500136939, 'median': 415.51054528099485, 'majority': 414.847341744462, 'minority': 414.847341744462, 'unique': 135.0, 'histogram': [[15.0, 17.0, 18.0, 15.0, 29.0, 17.0, 10.0, 4.0, 4.0, 6.0], [414.847341744462, 415.0132182985544, 415.1790948526468, 415.3449714067392, 415.5108479608316, 415.676724514924, 415.8426010690164, 416.0084776231088, 416.17435417720117, 416.34023073129356, 416.50610728538595]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.8832013015635, 'percentile_98': 416.42716678325087}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.1174034632277, 'max': 416.4081510680262, 'mean': 415.7900483993676, 'count': 115.20000457763672, 'sum': 47899.01547894294, 'std': 0.37808661773416813, 'median': 415.7588118687272, 'majority': 415.1174034632277, 'minority': 415.1174034632277, 'unique': 135.0, 'histogram': [[8.0, 21.0, 11.0, 8.0, 18.0, 10.0, 11.0, 12.0, 17.0, 19.0], [415.1174034632277, 415.2464782237075, 415.3755529841874, 415.50462774466723, 415.6337025051471, 415.76277726562694, 415.8918520261068, 416.02092678658664, 416.1500015470665, 416.27907630754635, 416.4081510680262]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.18695070408285, 'percentile_98': 416.3579178566579}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.4180569457821, 'max': 416.31952626630664, 'mean': 415.9401378429104, 'count': 115.20000457763672, 'sum': 47916.30578352613, 'std': 0.20744667382328005, 'median': 415.99035102990456, 'majority': 415.4180569457821, 'minority': 415.4180569457821, 'unique': 135.0, 'histogram': [[5.0, 9.0, 7.0, 11.0, 9.0, 16.0, 24.0, 26.0, 24.0, 4.0], [415.4180569457821, 415.50820387783455, 415.598350809887, 415.68849774193944, 415.7786446739919, 415.8687916060444, 415.95893853809685, 416.0490854701493, 416.13923240220174, 416.2293793342542, 416.31952626630664]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.4974012635649, 'percentile_98': 416.2315381108783}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.8469633946661, 'max': 416.54268716229126, 'mean': 416.0436903745534, 'count': 115.20000457763672, 'sum': 47928.235035645426, 'std': 0.3157614036511594, 'median': 416.0679236520082, 'majority': 414.8469633946661, 'minority': 414.8469633946661, 'unique': 135.0, 'histogram': [[2.0, 2.0, 3.0, 3.0, 7.0, 11.0, 31.0, 24.0, 35.0, 17.0], [414.8469633946661, 415.0165357714286, 415.1861081481911, 415.35568052495364, 415.52525290171616, 415.6948252784787, 415.8643976552412, 416.0339700320037, 416.2035424087662, 416.37311478552874, 416.54268716229126]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.11779636493884, 'percentile_98': 416.44915472716093}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.47727198828943, 'max': 416.00026088417513, 'mean': 415.3827618412635, 'count': 115.20000457763672, 'sum': 47852.09606558494, 'std': 0.3299651347423058, 'median': 415.3944319114089, 'majority': 414.47727198828943, 'minority': 414.47727198828943, 'unique': 135.0, 'histogram': [[5.0, 4.0, 6.0, 12.0, 18.0, 20.0, 23.0, 19.0, 14.0, 14.0], [414.47727198828943, 414.629570877878, 414.78186976746656, 414.9341686570551, 415.0864675466437, 415.23876643623225, 415.3910653258209, 415.54336421540944, 415.695663104998, 415.84796199458657, 416.00026088417513]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.60035572526976, 'percentile_98': 415.9701311436947}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.3174628552515, 'max': 415.2021610934753, 'mean': 414.7985472505604, 'count': 115.20000457763672, 'sum': 47784.794542061616, 'std': 0.1953810503633629, 'median': 414.80845902697183, 'majority': 414.3174628552515, 'minority': 414.3174628552515, 'unique': 135.0, 'histogram': [[7.0, 6.0, 10.0, 5.0, 24.0, 24.0, 18.0, 23.0, 14.0, 4.0], [414.3174628552515, 414.4059326790739, 414.49440250289626, 414.58287232671864, 414.671342150541, 414.7598119743634, 414.8482817981858, 414.93675162200816, 415.02522144583054, 415.1136912696529, 415.2021610934753]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.36451647314243, 'percentile_98': 415.1199282205198}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.0021701459773, 'max': 415.22934770910075, 'mean': 414.57669330155755, 'count': 115.20000457763672, 'sum': 47759.23696612092, 'std': 0.32368099231461445, 'median': 414.5223465457093, 'majority': 414.0021701459773, 'minority': 414.0021701459773, 'unique': 135.0, 'histogram': [[12.0, 12.0, 15.0, 22.0, 15.0, 11.0, 19.0, 7.0, 8.0, 14.0], [414.0021701459773, 414.12488790228963, 414.24760565860197, 414.3703234149143, 414.49304117122665, 414.615758927539, 414.7384766838514, 414.86119444016373, 414.98391219647607, 415.1066299527884, 415.22934770910075]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.0728742640931, 'percentile_98': 415.17747013131157}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.6711540922988, 'max': 415.4372545599472, 'mean': 414.51021932063355, 'count': 115.20000457763672, 'sum': 47751.579163214185, 'std': 0.49566332069518754, 'median': 414.4371923757717, 'majority': 413.6711540922988, 'minority': 413.6711540922988, 'unique': 135.0, 'histogram': [[11.0, 16.0, 18.0, 16.0, 11.0, 12.0, 16.0, 6.0, 18.0, 11.0], [413.6711540922988, 413.84776413906366, 414.0243741858285, 414.2009842325933, 414.37759427935816, 414.554204326123, 414.73081437288783, 414.90742441965267, 415.0840344664175, 415.26064451318234, 415.4372545599472]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.75873843207955, 'percentile_98': 415.3770023549442}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.7209107284434, 'max': 415.4862035647966, 'mean': 414.72964457832825, 'count': 115.20000457763672, 'sum': 47776.856953905066, 'std': 0.4955025336675441, 'median': 414.74859972367994, 'majority': 413.7209107284434, 'minority': 413.7209107284434, 'unique': 135.0, 'histogram': [[7.0, 13.0, 9.0, 9.0, 17.0, 13.0, 8.0, 15.0, 26.0, 18.0], [413.7209107284434, 413.89744001207873, 414.07396929571405, 414.25049857934937, 414.4270278629847, 414.60355714662, 414.7800864302553, 414.95661571389064, 415.13314499752596, 415.3096742811613, 415.4862035647966]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.77843808731996, 'percentile_98': 415.38594086887315}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.1884892305825, 'max': 415.75574869057164, 'mean': 415.06357936486216, 'count': 115.20000457763672, 'sum': 47815.326242842406, 'std': 0.37846240800084213, 'median': 415.11671952321194, 'majority': 414.1884892305825, 'minority': 414.1884892305825, 'unique': 135.0, 'histogram': [[7.0, 10.0, 7.0, 6.0, 21.0, 13.0, 15.0, 34.0, 18.0, 4.0], [414.1884892305825, 414.3452151765814, 414.5019411225803, 414.65866706857923, 414.81539301457815, 414.97211896057706, 415.128844906576, 415.2855708525749, 415.4422967985738, 415.5990227445727, 415.75574869057164]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.2795951338485, 'percentile_98': 415.6362629146315}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.3499427300413, 'max': 415.4246526013594, 'mean': 415.00294210937517, 'count': 115.20000457763672, 'sum': 47808.340830732726, 'std': 0.26966932877870947, 'median': 415.023368987022, 'majority': 414.3499427300413, 'minority': 414.3499427300413, 'unique': 135.0, 'histogram': [[4.0, 6.0, 10.0, 11.0, 15.0, 14.0, 14.0, 12.0, 28.0, 21.0], [414.3499427300413, 414.4574137171731, 414.5648847043049, 414.67235569143674, 414.77982667856855, 414.8872976657003, 414.99476865283214, 415.10223963996395, 415.2097106270958, 415.3171816142276, 415.4246526013594]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.43998270551674, 'percentile_98': 415.37658034940256}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.3652768107131, 'max': 416.10440530348563, 'mean': 415.1428311063124, 'count': 115.20000457763672, 'sum': 47824.45604382026, 'std': 0.42041325056941925, 'median': 415.15214979881415, 'majority': 414.3652768107131, 'minority': 414.3652768107131, 'unique': 135.0, 'histogram': [[5.0, 21.0, 20.0, 12.0, 15.0, 22.0, 14.0, 13.0, 9.0, 4.0], [414.3652768107131, 414.53918965999037, 414.7131025092676, 414.8870153585449, 415.06092820782214, 415.2348410570994, 415.4087539063766, 415.58266675565386, 415.7565796049311, 415.9304924542084, 416.10440530348563]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.4795675529167, 'percentile_98': 415.94177309889346}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.9489392400719, 'max': 416.4129240962211, 'mean': 415.06782078065254, 'count': 115.20000457763672, 'sum': 47815.81485396087, 'std': 0.6673821269931223, 'median': 414.90199510008097, 'majority': 413.9489392400719, 'minority': 413.9489392400719, 'unique': 135.0, 'histogram': [[11.0, 20.0, 20.0, 20.0, 9.0, 11.0, 11.0, 10.0, 16.0, 7.0], [413.9489392400719, 414.19533772568684, 414.44173621130176, 414.6881346969167, 414.9345331825316, 415.1809316681465, 415.42733015376143, 415.67372863937635, 415.92012712499127, 416.1665256106062, 416.4129240962211]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.0224809816573, 'percentile_98': 416.28002873039804}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.58139787917025, 'max': 415.8156043558847, 'mean': 414.4829923629155, 'count': 115.20000457763672, 'sum': 47748.44261756043, 'std': 0.47780098108560864, 'median': 414.44304224569345, 'majority': 413.58139787917025, 'minority': 413.58139787917025, 'unique': 135.0, 'histogram': [[9.0, 12.0, 29.0, 19.0, 20.0, 21.0, 12.0, 6.0, 5.0, 2.0], [413.58139787917025, 413.8048185268417, 414.02823917451315, 414.2516598221846, 414.47508046985604, 414.6985011175275, 414.92192176519893, 415.1453424128704, 415.3687630605418, 415.59218370821327, 415.8156043558847]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.68625534232706, 'percentile_98': 415.533701016102}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.49151433678344, 'max': 415.180762502132, 'mean': 414.2768496540495, 'count': 115.20000457763672, 'sum': 47724.69497655542, 'std': 0.3154628714690246, 'median': 414.31210775044747, 'majority': 413.49151433678344, 'minority': 413.49151433678344, 'unique': 135.0, 'histogram': [[6.0, 4.0, 17.0, 21.0, 21.0, 30.0, 22.0, 9.0, 3.0, 2.0], [413.49151433678344, 413.6604391533183, 413.82936396985315, 413.998288786388, 414.16721360292286, 414.3361384194577, 414.50506323599257, 414.6739880525274, 414.8429128690623, 415.01183768559713, 415.180762502132]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.60457544215024, 'percentile_98': 414.95381447020924}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.18100556964055, 'max': 414.80352592770936, 'mean': 414.07763055612975, 'count': 115.20000457763672, 'sum': 47701.74493556311, 'std': 0.3986989072010035, 'median': 414.0699929848779, 'majority': 413.18100556964055, 'minority': 413.18100556964055, 'unique': 135.0, 'histogram': [[9.0, 5.0, 7.0, 14.0, 17.0, 19.0, 16.0, 16.0, 22.0, 10.0], [413.18100556964055, 413.34325760544743, 413.5055096412543, 413.6677616770612, 413.8300137128681, 413.992265748675, 414.1545177844818, 414.3167698202887, 414.4790218560956, 414.6412738919025, 414.80352592770936]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.27273720526136, 'percentile_98': 414.7240542806685}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.8505755690858, 'max': 415.01696614432143, 'mean': 414.4159964433542, 'count': 115.20000457763672, 'sum': 47740.72468732028, 'std': 0.20512582773156646, 'median': 414.41366192884743, 'majority': 413.8505755690858, 'minority': 413.8505755690858, 'unique': 135.0, 'histogram': [[4.0, 7.0, 6.0, 12.0, 48.0, 30.0, 7.0, 8.0, 8.0, 5.0], [413.8505755690858, 413.96721462660935, 414.0838536841329, 414.2004927416565, 414.31713179918006, 414.43377085670363, 414.55040991422715, 414.6670489717507, 414.7836880292743, 414.90032708679786, 415.01696614432143]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.95597145310603, 'percentile_98': 414.8540901951492}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.24853043281473, 'max': 415.3703739575576, 'mean': 414.4646094664206, 'count': 115.20000457763672, 'sum': 47746.324907800066, 'std': 0.15742126361981681, 'median': 414.4198792346288, 'majority': 414.24853043281473, 'minority': 414.24853043281473, 'unique': 135.0, 'histogram': [[30.0, 57.0, 24.0, 8.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0], [414.24853043281473, 414.360714785289, 414.4728991377633, 414.5850834902376, 414.6972678427119, 414.80945219518617, 414.92163654766046, 415.03382090013474, 415.14600525260903, 415.2581896050833, 415.3703739575576]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.2754878557753, 'percentile_98': 414.9191481701564}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.0827077208087, 'max': 414.9010419496335, 'mean': 414.4182882970796, 'count': 115.20000457763672, 'sum': 47740.988708879944, 'std': 0.13260894170725626, 'median': 414.40109271206893, 'majority': 414.0827077208087, 'minority': 414.0827077208087, 'unique': 135.0, 'histogram': [[8.0, 5.0, 11.0, 44.0, 30.0, 16.0, 13.0, 6.0, 1.0, 1.0], [414.0827077208087, 414.16454114369117, 414.24637456657365, 414.32820798945613, 414.4100414123386, 414.4918748352211, 414.5737082581036, 414.65554168098606, 414.73737510386854, 414.819208526751, 414.9010419496335]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.1248391533736, 'percentile_98': 414.7017498326022}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.6270654271357, 'max': 414.27713222219614, 'mean': 413.910991272278, 'count': 115.20000457763672, 'sum': 47682.54808930058, 'std': 0.14981678305497703, 'median': 413.8748518016655, 'majority': 413.77791785635054, 'minority': 413.6270654271357, 'unique': 134.0, 'histogram': [[9.0, 13.0, 23.0, 31.0, 18.0, 11.0, 8.0, 7.0, 6.0, 9.0], [413.6270654271357, 413.6920721066417, 413.75707878614776, 413.8220854656538, 413.88709214515984, 413.9520988246659, 414.017105504172, 414.082112183678, 414.14711886318406, 414.2121255426901, 414.27713222219614]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.6819115956314, 'percentile_98': 414.25264134886675}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.46321086166427, 'max': 414.9921587668359, 'mean': 413.9509350217955, 'count': 115.20000457763672, 'sum': 47687.14960942784, 'std': 0.3183393707964238, 'median': 413.86072189197876, 'majority': 413.46321086166427, 'minority': 413.46321086166427, 'unique': 135.0, 'histogram': [[16.0, 21.0, 46.0, 13.0, 10.0, 9.0, 7.0, 5.0, 5.0, 3.0], [413.46321086166427, 413.61610565218143, 413.7690004426986, 413.92189523321576, 414.07479002373293, 414.2276848142501, 414.38057960476726, 414.53347439528443, 414.6863691858016, 414.83926397631876, 414.9921587668359]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.5104791203048, 'percentile_98': 414.7907056903932}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.84098585695034, 'max': 415.44463238096796, 'mean': 414.3328483817809, 'count': 115.20000457763672, 'sum': 47731.14603024642, 'std': 0.3554301826479446, 'median': 414.2491343372967, 'majority': 413.84098585695034, 'minority': 413.84098585695034, 'unique': 135.0, 'histogram': [[25.0, 29.0, 22.0, 22.0, 12.0, 5.0, 7.0, 4.0, 5.0, 4.0], [413.84098585695034, 414.0013505093521, 414.1617151617539, 414.32207981415564, 414.4824444665574, 414.6428091189591, 414.8031737713609, 414.96353842376266, 415.1239030761644, 415.2842677285662, 415.44463238096796]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.88053068658337, 'percentile_98': 415.24687912897207}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.30222302349284, 'max': 414.03282011742704, 'mean': 413.5212387530963, 'count': 115.20000457763672, 'sum': 47637.6485973067, 'std': 0.14055888290597576, 'median': 413.5045819566585, 'majority': 413.30222302349284, 'minority': 413.30222302349284, 'unique': 135.0, 'histogram': [[16.0, 30.0, 24.0, 26.0, 18.0, 7.0, 8.0, 3.0, 1.0, 2.0], [413.30222302349284, 413.37528273288626, 413.4483424422797, 413.5214021516731, 413.5944618610665, 413.66752157045994, 413.74058127985336, 413.8136409892468, 413.8867006986402, 413.9597604080336, 414.03282011742704]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.3210204599891, 'percentile_98': 413.8768999837339}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.2350950385444, 'max': 414.19606714043766, 'mean': 413.6213371255928, 'count': 115.20000457763672, 'sum': 47649.17993027651, 'std': 0.21990744073510582, 'median': 413.64400749444036, 'majority': 413.2350950385444, 'minority': 413.2350950385444, 'unique': 135.0, 'histogram': [[16.0, 16.0, 13.0, 19.0, 17.0, 26.0, 14.0, 8.0, 4.0, 2.0], [413.2350950385444, 413.3311922487337, 413.42728945892304, 413.52338666911237, 413.6194838793017, 413.715581089491, 413.81167829968035, 413.9077755098697, 414.003872720059, 414.09996993024834, 414.19606714043766]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.26129576191306, 'percentile_98': 414.0408018429298}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.3960210310761, 'max': 414.62301669525914, 'mean': 413.83516977722616, 'count': 115.20000457763672, 'sum': 47673.81345272352, 'std': 0.3680060704839333, 'median': 413.73227213625796, 'majority': 413.3960210310761, 'minority': 413.3960210310761, 'unique': 135.0, 'histogram': [[41.0, 16.0, 10.0, 9.0, 11.0, 11.0, 9.0, 10.0, 14.0, 4.0], [413.3960210310761, 413.5187205974944, 413.6414201639127, 413.764119730331, 413.8868192967493, 414.0095188631676, 414.1322184295859, 414.2549179960042, 414.37761756242253, 414.50031712884083, 414.62301669525914]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.4098162467126, 'percentile_98': 414.5256934862118}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.4200426051393, 'max': 414.5084567426239, 'mean': 413.91132039484694, 'count': 115.20000457763672, 'sum': 47682.58600422202, 'std': 0.2910637637241562, 'median': 413.8538788538426, 'majority': 413.4200426051393, 'minority': 413.4200426051393, 'unique': 135.0, 'histogram': [[9.0, 16.0, 22.0, 18.0, 15.0, 15.0, 7.0, 9.0, 16.0, 8.0], [413.4200426051393, 413.52888401888777, 413.6377254326362, 413.74656684638467, 413.8554082601331, 413.96424967388157, 414.0730910876301, 414.1819325013785, 414.290773915127, 414.3996153288754, 414.5084567426239]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.44460260006605, 'percentile_98': 414.4400190853048}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.33767876494676, 'max': 414.0507153351791, 'mean': 413.7601211793355, 'count': 115.20000457763672, 'sum': 47665.167853902974, 'std': 0.14760520589573603, 'median': 413.765010307543, 'majority': 413.33767876494676, 'minority': 413.33767876494676, 'unique': 135.0, 'histogram': [[1.0, 6.0, 5.0, 12.0, 23.0, 19.0, 21.0, 23.0, 14.0, 11.0], [413.33767876494676, 413.40898242197, 413.48028607899323, 413.55158973601647, 413.6228933930397, 413.69419705006294, 413.7655007070862, 413.8368043641094, 413.90810802113265, 413.9794116781559, 414.0507153351791]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.43210978084244, 'percentile_98': 414.00326881557703}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.20556556456717, 'max': 414.2738362133968, 'mean': 413.79712237690137, 'count': 115.20000457763672, 'sum': 47669.430392031936, 'std': 0.25058410620037025, 'median': 413.8261610933114, 'majority': 413.20556556456717, 'minority': 413.20556556456717, 'unique': 135.0, 'histogram': [[6.0, 10.0, 3.0, 11.0, 25.0, 11.0, 27.0, 19.0, 18.0, 5.0], [413.20556556456717, 413.31239262945013, 413.4192196943331, 413.52604675921606, 413.632873824099, 413.739700888982, 413.84652795386495, 413.9533550187479, 414.0601820836309, 414.16700914851384, 414.2738362133968]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.2728099648375, 'percentile_98': 414.2079742450733}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.3766669838224, 'max': 414.4425656704698, 'mean': 413.9528360190427, 'count': 115.20000457763672, 'sum': 47687.368604319425, 'std': 0.2523246877457086, 'median': 413.99768451810814, 'majority': 413.3766669838224, 'minority': 413.3766669838224, 'unique': 135.0, 'histogram': [[4.0, 13.0, 11.0, 9.0, 11.0, 24.0, 17.0, 28.0, 13.0, 5.0], [413.3766669838224, 413.48325685248716, 413.5898467211519, 413.69643658981664, 413.8030264584814, 413.90961632714607, 414.0162061958108, 414.12279606447555, 414.2293859331403, 414.33597580180503, 414.4425656704698]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.4230330237187, 'percentile_98': 414.3500955251511}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.605484936852, 'max': 414.3466358073056, 'mean': 414.02991502983963, 'count': 115.20000457763672, 'sum': 47696.24810671607, 'std': 0.14792922291481, 'median': 414.01604539714754, 'majority': 413.605484936852, 'minority': 413.605484936852, 'unique': 135.0, 'histogram': [[4.0, 5.0, 2.0, 4.0, 26.0, 36.0, 16.0, 25.0, 10.0, 7.0], [413.605484936852, 413.67960002389736, 413.7537151109427, 413.8278301979881, 413.90194528503343, 413.9760603720788, 414.05017545912415, 414.1242905461695, 414.19840563321486, 414.2725207202602, 414.3466358073056]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.63343552802684, 'percentile_98': 414.3301703152247}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.8976146350615, 'max': 414.37744584982283, 'mean': 414.1335003548788, 'count': 115.20000457763672, 'sum': 47708.181136634754, 'std': 0.12985807405214272, 'median': 414.1127719776705, 'majority': 413.8976146350615, 'minority': 413.8976146350615, 'unique': 135.0, 'histogram': [[5.0, 15.0, 26.0, 11.0, 13.0, 11.0, 13.0, 14.0, 16.0, 11.0], [413.8976146350615, 413.9455977565376, 413.99358087801374, 414.0415639994899, 414.089547120966, 414.13753024244215, 414.1855133639183, 414.2334964853944, 414.28147960687056, 414.3294627283467, 414.37744584982283]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.93906212761067, 'percentile_98': 414.3666665186174}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.7251671636477, 'max': 414.20643174205907, 'mean': 413.9641769368465, 'count': 115.20000457763672, 'sum': 47688.67507810234, 'std': 0.08792046316162783, 'median': 413.96755113964906, 'majority': 413.7251671636477, 'minority': 413.7251671636477, 'unique': 135.0, 'histogram': [[5.0, 7.0, 9.0, 19.0, 28.0, 35.0, 14.0, 10.0, 3.0, 5.0], [413.7251671636477, 413.77329362148885, 413.82142007933, 413.8695465371711, 413.91767299501225, 413.9657994528534, 414.0139259106945, 414.06205236853566, 414.1101788263768, 414.15830528421793, 414.20643174205907]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.76771696377546, 'percentile_98': 414.1583303862717}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.4248520131223, 'max': 413.8777621847112, 'mean': 413.6258509232458, 'count': 115.20000457763672, 'sum': 47649.6999197868, 'std': 0.08750719735175899, 'median': 413.63675336469896, 'majority': 413.4248520131223, 'minority': 413.4248520131223, 'unique': 135.0, 'histogram': [[8.0, 8.0, 18.0, 18.0, 25.0, 28.0, 18.0, 6.0, 2.0, 4.0], [413.4248520131223, 413.4701430302812, 413.51543404744007, 413.56072506459896, 413.60601608175784, 413.65130709891673, 413.6965981160756, 413.7418891332345, 413.7871801503934, 413.8324711675523, 413.8777621847112]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.43601697008125, 'percentile_98': 413.79884714842774}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.25470738229336, 'max': 413.79167669219896, 'mean': 413.5012970043996, 'count': 115.20000457763672, 'sum': 47635.35130776555, 'std': 0.11787481820072149, 'median': 413.49152161274105, 'majority': 413.25470738229336, 'minority': 413.25470738229336, 'unique': 135.0, 'histogram': [[4.0, 9.0, 18.0, 20.0, 30.0, 17.0, 12.0, 11.0, 7.0, 7.0], [413.25470738229336, 413.3084043132839, 413.36210124427447, 413.415798175265, 413.4694951062556, 413.5231920372462, 413.57688896823674, 413.6305858992273, 413.68428283021785, 413.7379797612084, 413.79167669219896]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.27128565171733, 'percentile_98': 413.76948138349695}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.66774496762076, 'max': 413.3047186769545, 'mean': 412.9152561972099, 'count': 115.20000457763672, 'sum': 47567.839404094615, 'std': 0.14102625558453155, 'median': 412.91383604402654, 'majority': 412.66774496762076, 'minority': 412.66774496762076, 'unique': 135.0, 'histogram': [[17.0, 11.0, 19.0, 19.0, 20.0, 20.0, 13.0, 8.0, 6.0, 2.0], [412.66774496762076, 412.73144233855413, 412.7951397094875, 412.85883708042087, 412.92253445135424, 412.98623182228766, 413.04992919322103, 413.1136265641544, 413.17732393508777, 413.24102130602114, 413.3047186769545]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.6892308704555, 'percentile_98': 413.2234025746584}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.2468347961549, 'max': 413.84819633094594, 'mean': 413.5320108288052, 'count': 115.20000457763672, 'sum': 47638.88954047768, 'std': 0.1288590924230824, 'median': 413.5133349336684, 'majority': 413.2468347961549, 'minority': 413.2468347961549, 'unique': 135.0, 'histogram': [[5.0, 14.0, 13.0, 22.0, 26.0, 12.0, 16.0, 13.0, 9.0, 5.0], [413.2468347961549, 413.306970949634, 413.3671071031131, 413.4272432565922, 413.4873794100713, 413.5475155635504, 413.6076517170295, 413.6677878705086, 413.7279240239877, 413.78806017746683, 413.84819633094594]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.30505700898357, 'percentile_98': 413.7924261158332}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.47561966883956, 'max': 413.48699960508384, 'mean': 413.01593545241195, 'count': 115.20000457763672, 'sum': 47579.437654754765, 'std': 0.24927660974133792, 'median': 412.9820918024052, 'majority': 412.47561966883956, 'minority': 412.47561966883956, 'unique': 135.0, 'histogram': [[6.0, 6.0, 13.0, 22.0, 16.0, 12.0, 17.0, 16.0, 12.0, 15.0], [412.47561966883956, 412.576757662464, 412.6778956560884, 412.77903364971286, 412.8801716433373, 412.98130963696167, 413.0824476305861, 413.18358562421054, 413.28472361783497, 413.3858616114594, 413.48699960508384]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.5584273424465, 'percentile_98': 413.43607517774217}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.2784997636918, 'max': 414.4066770095378, 'mean': 413.8903745812631, 'count': 115.20000457763672, 'sum': 47680.17304640128, 'std': 0.27630270089326475, 'median': 413.90402111574076, 'majority': 414.0904238738585, 'minority': 413.2784997636918, 'unique': 134.0, 'histogram': [[5.0, 7.0, 13.0, 21.0, 11.0, 11.0, 14.0, 31.0, 18.0, 4.0], [413.2784997636918, 413.3913174882764, 413.504135212861, 413.6169529374456, 413.7297706620302, 413.8425883866148, 413.9554061111994, 414.068223835784, 414.1810415603686, 414.2938592849532, 414.4066770095378]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.3440233999863, 'percentile_98': 414.31547651882283}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.18453804706223, 'max': 414.4817830820102, 'mean': 413.7539195204484, 'count': 115.20000457763672, 'sum': 47664.45342277079, 'std': 0.31692998094982305, 'median': 413.69122482137755, 'majority': 413.18453804706223, 'minority': 413.18453804706223, 'unique': 135.0, 'histogram': [[12.0, 9.0, 27.0, 19.0, 12.0, 12.0, 15.0, 19.0, 6.0, 4.0], [413.18453804706223, 413.31426255055703, 413.44398705405183, 413.57371155754663, 413.70343606104143, 413.83316056453623, 413.962885068031, 414.0926095715258, 414.2223340750206, 414.3520585785154, 414.4817830820102]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.2303329242859, 'percentile_98': 414.41859866608866}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.3635957259685, 'max': 414.80151776340784, 'mean': 413.9527335399241, 'count': 115.20000457763672, 'sum': 47687.35679872449, 'std': 0.36520865240432193, 'median': 413.90047772438265, 'majority': 413.3635957259685, 'minority': 413.3635957259685, 'unique': 135.0, 'histogram': [[16.0, 21.0, 12.0, 19.0, 17.0, 11.0, 12.0, 15.0, 9.0, 3.0], [413.3635957259685, 413.5073879297124, 413.65118013345636, 413.7949723372003, 413.93876454094425, 414.0825567446882, 414.2263489484321, 414.370141152176, 414.51393335591996, 414.6577255596639, 414.80151776340784]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.3744114369619, 'percentile_98': 414.6124447288458}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.10764572699554, 'max': 414.41468783887103, 'mean': 413.6513046387339, 'count': 115.20000457763672, 'sum': 47652.63218792755, 'std': 0.37502592446275373, 'median': 413.5884992138017, 'majority': 413.10764572699554, 'minority': 413.10764572699554, 'unique': 135.0, 'histogram': [[21.0, 15.0, 18.0, 16.0, 12.0, 8.0, 8.0, 18.0, 11.0, 8.0], [413.10764572699554, 413.2383499381831, 413.36905414937064, 413.4997583605582, 413.63046257174574, 413.7611667829333, 413.89187099412084, 414.0225752053084, 414.15327941649593, 414.2839836276835, 414.41468783887103]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.11119275633246, 'percentile_98': 414.30415149079636}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.96432391391136, 'max': 413.88990575796925, 'mean': 413.32278663412603, 'count': 115.20000457763672, 'sum': 47614.78691229288, 'std': 0.2506765293571635, 'median': 413.2560898142401, 'majority': 412.96432391391136, 'minority': 412.96432391391136, 'unique': 135.0, 'histogram': [[16.0, 23.0, 20.0, 22.0, 6.0, 8.0, 8.0, 15.0, 10.0, 7.0], [412.96432391391136, 413.05688209831715, 413.14944028272294, 413.2419984671287, 413.3345566515345, 413.4271148359403, 413.5196730203461, 413.6122312047519, 413.70478938915767, 413.79734757356346, 413.88990575796925]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.9806038690731, 'percentile_98': 413.8218391744885}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.93515096185735, 'max': 413.61971670994535, 'mean': 413.21468485316115, 'count': 115.20000457763672, 'sum': 47602.33358663088, 'std': 0.1926546240563244, 'median': 413.1210152991116, 'majority': 412.93515096185735, 'minority': 412.93515096185735, 'unique': 135.0, 'histogram': [[5.0, 30.0, 39.0, 13.0, 2.0, 6.0, 9.0, 10.0, 11.0, 10.0], [412.93515096185735, 413.00360753666615, 413.07206411147496, 413.14052068628376, 413.20897726109257, 413.2774338359013, 413.3458904107101, 413.41434698551893, 413.48280356032774, 413.55126013513654, 413.61971670994535]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.996691011358, 'percentile_98': 413.6169736739248}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.59563295170665, 'max': 413.1507776037324, 'mean': 412.8695528053744, 'count': 115.20000457763672, 'sum': 47562.57437314595, 'std': 0.1356802772046486, 'median': 412.8262989979703, 'majority': 412.59563295170665, 'minority': 412.59563295170665, 'unique': 135.0, 'histogram': [[6.0, 5.0, 12.0, 40.0, 18.0, 8.0, 11.0, 11.0, 14.0, 10.0], [412.59563295170665, 412.6511474169092, 412.7066618821118, 412.7621763473144, 412.81769081251696, 412.87320527771953, 412.9287197429221, 412.9842342081247, 413.03974867332727, 413.09526313852984, 413.1507776037324]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.60917350882664, 'percentile_98': 413.13319525215775}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.7697720832657, 'max': 413.14172267448157, 'mean': 412.92710788244324, 'count': 115.20000457763672, 'sum': 47569.20471828775, 'std': 0.07782106347037569, 'median': 412.9129301873036, 'majority': 412.7697720832657, 'minority': 412.7697720832657, 'unique': 135.0, 'histogram': [[3.0, 17.0, 28.0, 24.0, 15.0, 19.0, 13.0, 9.0, 5.0, 2.0], [412.7697720832657, 412.8069671423873, 412.8441622015089, 412.88135726063047, 412.91855231975205, 412.95574737887364, 412.9929424379952, 413.0301374971168, 413.0673325562384, 413.10452761536, 413.14172267448157]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.812256399775, 'percentile_98': 413.0978777538985}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.4702682020142, 'max': 413.31637839903124, 'mean': 412.8694826813974, 'count': 115.20000457763672, 'sum': 47562.566294863485, 'std': 0.23424935935816835, 'median': 412.8694272367284, 'majority': 412.4702682020142, 'minority': 412.4702682020142, 'unique': 135.0, 'histogram': [[7.0, 28.0, 11.0, 10.0, 14.0, 12.0, 18.0, 16.0, 11.0, 8.0], [412.4702682020142, 412.5548792217159, 412.6394902414176, 412.7241012611193, 412.808712280821, 412.89332330052275, 412.97793432022445, 413.06254533992615, 413.14715635962784, 413.23176737932954, 413.31637839903124]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.5068153371103, 'percentile_98': 413.2850444875658}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.7088759560138, 'max': 413.3356087550055, 'mean': 412.9943713369421, 'count': 115.20000457763672, 'sum': 47576.953468553926, 'std': 0.15910122156920675, 'median': 412.99835356767295, 'majority': 412.7088759560138, 'minority': 412.7088759560138, 'unique': 135.0, 'histogram': [[10.0, 22.0, 15.0, 13.0, 14.0, 12.0, 24.0, 14.0, 8.0, 3.0], [412.7088759560138, 412.77154923591297, 412.83422251581214, 412.8968957957113, 412.9595690756105, 413.02224235550966, 413.08491563540883, 413.147588915308, 413.2102621952072, 413.27293547510635, 413.3356087550055]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.7408574277069, 'percentile_98': 413.2602516619954}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.368492106907, 'max': 412.99684380646795, 'mean': 412.7346814462519, 'count': 115.20000457763672, 'sum': 47547.03719195765, 'std': 0.1463363580050615, 'median': 412.752491683932, 'majority': 412.368492106907, 'minority': 412.368492106907, 'unique': 135.0, 'histogram': [[7.0, 9.0, 4.0, 13.0, 15.0, 18.0, 20.0, 23.0, 15.0, 11.0], [412.368492106907, 412.4313272768631, 412.4941624468192, 412.5569976167753, 412.61983278673137, 412.6826679566875, 412.7455031266436, 412.8083382965997, 412.8711734665558, 412.93400863651186, 412.99684380646795]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.4047045479528, 'percentile_98': 412.972854974214}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.9250224903226, 'max': 412.8555774514097, 'mean': 412.371451360441, 'count': 115.20000457763672, 'sum': 47505.1930844095, 'std': 0.23297904952616172, 'median': 412.3237813473679, 'majority': 411.9250224903226, 'minority': 411.9250224903226, 'unique': 135.0, 'histogram': [[5.0, 15.0, 26.0, 20.0, 16.0, 11.0, 10.0, 10.0, 11.0, 11.0], [411.9250224903226, 412.0180779864313, 412.11113348254, 412.20418897864874, 412.29724447475746, 412.3902999708662, 412.48335546697484, 412.57641096308356, 412.6694664591923, 412.762521955301, 412.8555774514097]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.02231295756064, 'percentile_98': 412.8249165660236}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.090819736477, 'max': 412.59369390900247, 'mean': 412.3709381104363, 'count': 115.20000457763672, 'sum': 47505.13395800661, 'std': 0.10227660408318984, 'median': 412.3812723264564, 'majority': 412.090819736477, 'minority': 412.090819736477, 'unique': 135.0, 'histogram': [[4.0, 6.0, 8.0, 9.0, 27.0, 22.0, 30.0, 14.0, 8.0, 7.0], [412.090819736477, 412.14110715372954, 412.1913945709821, 412.24168198823463, 412.2919694054872, 412.3422568227397, 412.3925442399923, 412.4428316572448, 412.4931190744974, 412.5434064917499, 412.59369390900247]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.13801887352025, 'percentile_98': 412.5584600842558}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.09103437722655, 'max': 413.04977639811113, 'mean': 412.49285084192184, 'count': 115.20000457763672, 'sum': 47519.17830523181, 'std': 0.20733454568767115, 'median': 412.48939669458196, 'majority': 412.09103437722655, 'minority': 412.09103437722655, 'unique': 135.0, 'histogram': [[11.0, 14.0, 22.0, 22.0, 19.0, 18.0, 14.0, 8.0, 3.0, 4.0], [412.09103437722655, 412.186908579315, 412.28278278140345, 412.3786569834919, 412.47453118558036, 412.57040538766887, 412.6662795897573, 412.7621537918458, 412.85802799393423, 412.9539021960227, 413.04977639811113]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.108358432306, 'percentile_98': 412.9586814087816}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.25261884392245, 'max': 413.1351743126288, 'mean': 412.63868126576284, 'count': 115.20000457763672, 'sum': 47535.97797072586, 'std': 0.22700942745151345, 'median': 412.5990599277429, 'majority': 412.25261884392245, 'minority': 412.25261884392245, 'unique': 135.0, 'histogram': [[7.0, 20.0, 32.0, 11.0, 16.0, 14.0, 9.0, 10.0, 10.0, 6.0], [412.25261884392245, 412.3408743907931, 412.42912993766373, 412.5173854845344, 412.605641031405, 412.6938965782756, 412.78215212514624, 412.8704076720169, 412.9586632188875, 413.04691876575816, 413.1351743126288]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.314388086088, 'percentile_98': 413.1143214181065}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.9011282455176, 'max': 412.37910772906616, 'mean': 412.1462633466588, 'count': 115.20000457763672, 'sum': 47479.25142419097, 'std': 0.1211627045224387, 'median': 412.12726864614524, 'majority': 411.9011282455176, 'minority': 411.9011282455176, 'unique': 135.0, 'histogram': [[6.0, 13.0, 18.0, 24.0, 12.0, 21.0, 7.0, 12.0, 10.0, 12.0], [411.9011282455176, 411.94892619387247, 411.9967241422273, 412.0445220905822, 412.09232003893703, 412.1401179872919, 412.18791593564674, 412.2357138840016, 412.28351183235645, 412.3313097807113, 412.37910772906616]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.9409422855824, 'percentile_98': 412.3704566154629}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.8831820960622, 'max': 412.26109169656416, 'mean': 412.0241880815729, 'count': 115.20000457763672, 'sum': 47465.18835309425, 'std': 0.0918272930459607, 'median': 412.00117993867025, 'majority': 411.8831820960622, 'minority': 411.8831820960622, 'unique': 135.0, 'histogram': [[11.0, 34.0, 21.0, 16.0, 13.0, 15.0, 9.0, 7.0, 4.0, 5.0], [411.8831820960622, 411.9209730561124, 411.9587640161626, 411.9965549762128, 412.034345936263, 412.07213689631317, 412.1099278563634, 412.1477188164136, 412.1855097764638, 412.223300736514, 412.26109169656416]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.90411866409704, 'percentile_98': 412.2303107578773}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.59022293868475, 'max': 412.2957579966169, 'mean': 411.7882971842978, 'count': 115.20000457763672, 'sum': 47438.013720648334, 'std': 0.16526820188053268, 'median': 411.7215758014936, 'majority': 411.59022293868475, 'minority': 411.59022293868475, 'unique': 135.0, 'histogram': [[25.0, 45.0, 20.0, 8.0, 11.0, 3.0, 4.0, 12.0, 3.0, 4.0], [411.59022293868475, 411.66077644447796, 411.7313299502712, 411.8018834560644, 411.8724369618576, 411.9429904676508, 412.01354397344403, 412.08409747923724, 412.15465098503046, 412.22520449082367, 412.2957579966169]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.6105046705343, 'percentile_98': 412.1916863368824}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.9445002288557, 'max': 413.1941714149434, 'mean': 412.47289751243653, 'count': 115.20000457763672, 'sum': 47516.87968158377, 'std': 0.20770002502280968, 'median': 412.4477636651136, 'majority': 411.9445002288557, 'minority': 411.9445002288557, 'unique': 135.0, 'histogram': [[3.0, 6.0, 26.0, 32.0, 28.0, 17.0, 12.0, 7.0, 2.0, 2.0], [411.9445002288557, 412.06946734746447, 412.19443446607323, 412.319401584682, 412.44436870329076, 412.5693358218996, 412.69430294050835, 412.8192700591171, 412.9442371777259, 413.06920429633465, 413.1941714149434]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.09850314771757, 'percentile_98': 412.9304834350478}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.831359426491, 'max': 413.999572629109, 'mean': 413.11003049907794, 'count': 115.20000457763672, 'sum': 47590.27740456142, 'std': 0.23383704597493396, 'median': 413.0179950152524, 'majority': 412.831359426491, 'minority': 412.831359426491, 'unique': 135.0, 'histogram': [[32.0, 38.0, 23.0, 17.0, 9.0, 6.0, 3.0, 1.0, 3.0, 3.0], [412.831359426491, 412.9481807467528, 413.06500206701463, 413.18182338727644, 413.29864470753824, 413.4154660278, 413.5322873480618, 413.6491086683236, 413.7659299885854, 413.8827513088472, 413.999572629109]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.8552682232111, 'percentile_98': 413.824225688586}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.64293759013526, 'max': 414.2998695897404, 'mean': 413.12672263907723, 'count': 115.20000457763672, 'sum': 47592.20033916575, 'std': 0.3512790984869774, 'median': 413.0902198085096, 'majority': 412.64293759013526, 'minority': 412.64293759013526, 'unique': 135.0, 'histogram': [[27.0, 20.0, 31.0, 23.0, 14.0, 6.0, 4.0, 4.0, 3.0, 3.0], [412.64293759013526, 412.8086307900958, 412.9743239900563, 413.1400171900168, 413.3057103899773, 413.47140358993784, 413.63709678989835, 413.80278998985887, 413.9684831898194, 414.1341763897799, 414.2998695897404]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.66464177169837, 'percentile_98': 414.1457029618323}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.0914276174735, 'max': 414.15199302718975, 'mean': 413.56665727187266, 'count': 115.20000457763672, 'sum': 47642.88081087764, 'std': 0.21254220252900122, 'median': 413.5806011618115, 'majority': 413.0914276174735, 'minority': 413.0914276174735, 'unique': 135.0, 'histogram': [[8.0, 9.0, 18.0, 21.0, 23.0, 20.0, 22.0, 9.0, 3.0, 2.0], [413.0914276174735, 413.19748415844515, 413.30354069941677, 413.4095972403884, 413.51565378136, 413.62171032233164, 413.72776686330326, 413.8338234042749, 413.9398799452465, 414.0459364862181, 414.15199302718975]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.1805180804804, 'percentile_98': 413.95605148863984}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.39847302879207, 'max': 414.12630162085406, 'mean': 413.7905118945991, 'count': 115.20000457763672, 'sum': 47668.66886444046, 'std': 0.12294940058019446, 'median': 413.77668458153494, 'majority': 413.39847302879207, 'minority': 413.39847302879207, 'unique': 135.0, 'histogram': [[2.0, 1.0, 8.0, 15.0, 32.0, 33.0, 24.0, 9.0, 6.0, 5.0], [413.39847302879207, 413.47125588799827, 413.54403874720447, 413.61682160641067, 413.68960446561687, 413.76238732482307, 413.83517018402927, 413.90795304323547, 413.98073590244167, 414.05351876164787, 414.12630162085406]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.54764834977686, 'percentile_98': 414.0726196055766}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.4620394324884, 'max': 413.8302756473422, 'mean': 413.6750805921205, 'count': 115.20000457763672, 'sum': 47655.37117786652, 'std': 0.06857188307107888, 'median': 413.6775678489357, 'majority': 413.4620394324884, 'minority': 413.4620394324884, 'unique': 135.0, 'histogram': [[4.0, 1.0, 7.0, 9.0, 14.0, 39.0, 24.0, 22.0, 10.0, 5.0], [413.4620394324884, 413.49886305397376, 413.53568667545915, 413.57251029694453, 413.6093339184299, 413.6461575399153, 413.6829811614007, 413.71980478288606, 413.75662840437144, 413.7934520258568, 413.8302756473422]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.4956434427295, 'percentile_98': 413.8141703151632}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.1647328904364, 'max': 413.7608193559572, 'mean': 413.42074629917727, 'count': 115.20000457763672, 'sum': 47626.07186615521, 'std': 0.10743441803300395, 'median': 413.4307455387898, 'majority': 413.1647328904364, 'minority': 413.1647328904364, 'unique': 135.0, 'histogram': [[4.0, 7.0, 25.0, 17.0, 27.0, 29.0, 13.0, 8.0, 2.0, 3.0], [413.1647328904364, 413.2243415369885, 413.2839501835406, 413.34355883009266, 413.40316747664474, 413.4627761231968, 413.5223847697489, 413.581993416301, 413.64160206285305, 413.70121070940513, 413.7608193559572]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.19748197565787, 'percentile_98': 413.6164716328494}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.73054011981003, 'max': 413.911333453143, 'mean': 413.2319234848895, 'count': 115.20000457763672, 'sum': 47604.31947708489, 'std': 0.24674079262977425, 'median': 413.23546247440385, 'majority': 412.73054011981003, 'minority': 412.73054011981003, 'unique': 135.0, 'histogram': [[5.0, 18.0, 20.0, 14.0, 27.0, 21.0, 13.0, 8.0, 3.0, 6.0], [412.73054011981003, 412.84861945314333, 412.9666987864766, 413.0847781198099, 413.2028574531432, 413.3209367864765, 413.4390161198098, 413.5570954531431, 413.6751747864764, 413.7932541198097, 413.911333453143]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.7812644583173, 'percentile_98': 413.81040136911906}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.11578718503006, 'max': 413.49510138388723, 'mean': 412.7631905693031, 'count': 115.20000457763672, 'sum': 47550.32144306366, 'std': 0.4035024718794957, 'median': 412.7168358536437, 'majority': 412.11578718503006, 'minority': 412.11578718503006, 'unique': 135.0, 'histogram': [[6.0, 30.0, 16.0, 8.0, 15.0, 9.0, 12.0, 9.0, 16.0, 14.0], [412.11578718503006, 412.2537186049158, 412.3916500248015, 412.5295814446872, 412.6675128645729, 412.80544428445864, 412.94337570434436, 413.0813071242301, 413.2192385441158, 413.3571699640015, 413.49510138388723]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.18889964511624, 'percentile_98': 413.4685004828498}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.48080345010385, 'max': 412.26251414627774, 'mean': 411.71964173231805, 'count': 115.20000457763672, 'sum': 47430.10461226599, 'std': 0.16293210862609697, 'median': 411.6946511203423, 'majority': 411.48080345010385, 'minority': 411.48080345010385, 'unique': 135.0, 'histogram': [[20.0, 25.0, 24.0, 20.0, 16.0, 12.0, 7.0, 6.0, 3.0, 2.0], [411.48080345010385, 411.55897451972123, 411.6371455893386, 411.715316658956, 411.7934877285734, 411.87165879819077, 411.9498298678082, 412.0280009374256, 412.10617200704297, 412.18434307666035, 412.26251414627774]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.4828807360027, 'percentile_98': 412.112582125701}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.4364492124878, 'max': 412.8341388422996, 'mean': 412.0834252331315, 'count': 115.20000457763672, 'sum': 47472.01247322497, 'std': 0.4252092922889148, 'median': 411.9616060052067, 'majority': 411.4364492124878, 'minority': 411.4364492124878, 'unique': 135.0, 'histogram': [[13.0, 24.0, 21.0, 11.0, 10.0, 6.0, 10.0, 12.0, 12.0, 16.0], [411.4364492124878, 411.57621817546897, 411.71598713845015, 411.8557561014313, 411.9955250644125, 412.1352940273937, 412.27506299037486, 412.41483195335604, 412.5546009163372, 412.6943698793184, 412.8341388422996]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.4888979529496, 'percentile_98': 412.7713000343647}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.7057360417675, 'max': 413.28262523165904, 'mean': 412.5715699215111, 'count': 115.20000457763672, 'sum': 47528.24674356085, 'std': 0.4375274388208129, 'median': 412.5504055991769, 'majority': 411.7057360417675, 'minority': 411.7057360417675, 'unique': 135.0, 'histogram': [[7.0, 14.0, 11.0, 13.0, 15.0, 12.0, 12.0, 15.0, 22.0, 14.0], [411.7057360417675, 411.8634249607567, 412.0211138797458, 412.178802798735, 412.33649171772413, 412.4941806367133, 412.65186955570243, 412.8095584746916, 412.96724739368074, 413.1249363126699, 413.28262523165904]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.784480093047, 'percentile_98': 413.24481571791694}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.08552283933386, 'max': 413.4943737881258, 'mean': 412.8208739767721, 'count': 115.20000457763672, 'sum': 47556.966571868135, 'std': 0.36753044898619985, 'median': 412.7799729758408, 'majority': 412.08552283933386, 'minority': 412.08552283933386, 'unique': 135.0, 'histogram': [[7.0, 10.0, 18.0, 23.0, 15.0, 11.0, 10.0, 14.0, 17.0, 10.0], [412.08552283933386, 412.22640793421306, 412.36729302909225, 412.50817812397145, 412.64906321885064, 412.78994831372984, 412.93083340860903, 413.0717185034882, 413.2126035983674, 413.3534886932466, 413.4943737881258]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.1641322853975, 'percentile_98': 413.47439037053846}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.65552829625085, 'max': 413.5587441851385, 'mean': 412.9614412688816, 'count': 115.20000457763672, 'sum': 47573.15992456261, 'std': 0.5660889767260355, 'median': 413.2845278945751, 'majority': 411.65552829625085, 'minority': 411.65552829625085, 'unique': 135.0, 'histogram': [[7.0, 7.0, 12.0, 10.0, 7.0, 2.0, 3.0, 10.0, 39.0, 38.0], [411.65552829625085, 411.8458498851396, 412.0361714740284, 412.22649306291714, 412.4168146518059, 412.6071362406947, 412.79745782958344, 412.9877794184722, 413.17810100736097, 413.36842259624973, 413.5587441851385]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.71888005919755, 'percentile_98': 413.4854134463239}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.45443901768886, 'max': 413.69189420947805, 'mean': 412.920838131795, 'count': 115.20000457763672, 'sum': 47568.48244298437, 'std': 0.6531063649664334, 'median': 413.1660134589765, 'majority': 411.45443901768886, 'minority': 411.45443901768886, 'unique': 135.0, 'histogram': [[15.0, 8.0, 2.0, 4.0, 7.0, 8.0, 13.0, 22.0, 29.0, 27.0], [411.45443901768886, 411.6781845368678, 411.9019300560467, 412.1256755752256, 412.34942109440453, 412.57316661358345, 412.7969121327624, 413.0206576519413, 413.2444031711202, 413.46814869029913, 413.69189420947805]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.49193202727474, 'percentile_98': 413.6622046644334}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.8195465707686, 'max': 413.8766853429843, 'mean': 413.08786418103034, 'count': 115.20000457763672, 'sum': 47587.72384462087, 'std': 0.4535910170719901, 'median': 413.1695386604406, 'majority': 411.8195465707686, 'minority': 411.8195465707686, 'unique': 135.0, 'histogram': [[6.0, 6.0, 10.0, 5.0, 8.0, 13.0, 47.0, 12.0, 14.0, 14.0], [411.8195465707686, 412.02526044799015, 412.2309743252117, 412.4366882024333, 412.64240207965486, 412.8481159568764, 413.053829834098, 413.25954371131957, 413.46525758854114, 413.6709714657627, 413.8766853429843]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.00323539669625, 'percentile_98': 413.7832256674301}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.8429063712247, 'max': 413.6549869144801, 'mean': 413.2316276522792, 'count': 115.20000457763672, 'sum': 47604.28539716684, 'std': 0.14167046391039054, 'median': 413.2102403673343, 'majority': 412.8429063712247, 'minority': 412.8429063712247, 'unique': 135.0, 'histogram': [[4.0, 0.0, 16.0, 27.0, 40.0, 18.0, 10.0, 9.0, 4.0, 7.0], [412.8429063712247, 412.9241144255502, 413.00532247987576, 413.0865305342013, 413.16773858852684, 413.2489466428524, 413.33015469717793, 413.4113627515035, 413.492570805829, 413.57377886015456, 413.6549869144801]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.01152305095457, 'percentile_98': 413.58066664543003}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.82180609414354, 'max': 413.481451687403, 'mean': 413.24480183736136, 'count': 115.20000457763672, 'sum': 47605.803063348605, 'std': 0.13053965007381518, 'median': 413.2597059651744, 'majority': 412.82180609414354, 'minority': 412.82180609414354, 'unique': 135.0, 'histogram': [[3.0, 3.0, 9.0, 8.0, 10.0, 22.0, 26.0, 25.0, 22.0, 7.0], [412.82180609414354, 412.8877706534695, 412.95373521279544, 413.0196997721214, 413.08566433144733, 413.1516288907733, 413.21759345009923, 413.2835580094252, 413.3495225687511, 413.4154871280771, 413.481451687403]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.94343827757984, 'percentile_98': 413.45713907503523}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.6589592488017, 'max': 413.6661082156934, 'mean': 413.0710909651032, 'count': 115.20000457763672, 'sum': 47585.79157006928, 'std': 0.23803815586095894, 'median': 413.03961916128173, 'majority': 412.6589592488017, 'minority': 412.6589592488017, 'unique': 135.0, 'histogram': [[9.0, 21.0, 23.0, 20.0, 18.0, 13.0, 11.0, 11.0, 7.0, 2.0], [412.6589592488017, 412.75967414549086, 412.86038904218003, 412.9611039388692, 413.06181883555837, 413.16253373224754, 413.2632486289367, 413.3639635256259, 413.46467842231505, 413.5653933190042, 413.6661082156934]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.6860476389993, 'percentile_98': 413.5466806474142}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.7616775804199, 'max': 413.859303080244, 'mean': 413.1497456993583, 'count': 115.20000457763672, 'sum': 47594.85259581552, 'std': 0.23922366504650483, 'median': 413.06487401016057, 'majority': 412.7616775804199, 'minority': 412.7616775804199, 'unique': 135.0, 'histogram': [[11.0, 25.0, 35.0, 12.0, 14.0, 12.0, 13.0, 8.0, 4.0, 1.0], [412.7616775804199, 412.87144013040233, 412.98120268038474, 413.09096523036715, 413.20072778034955, 413.31049033033196, 413.42025288031437, 413.53001543029677, 413.6397779802792, 413.7495405302616, 413.859303080244]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.7841166337021, 'percentile_98': 413.68091115145944}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.67668348154984, 'max': 413.79679532838054, 'mean': 413.08075078060364, 'count': 115.20000457763672, 'sum': 47586.90438085915, 'std': 0.26021084687315804, 'median': 413.0492452532053, 'majority': 412.67668348154984, 'minority': 412.67668348154984, 'unique': 135.0, 'histogram': [[16.0, 24.0, 24.0, 26.0, 13.0, 4.0, 7.0, 9.0, 8.0, 4.0], [412.67668348154984, 412.7886946662329, 412.900705850916, 413.01271703559905, 413.1247282202821, 413.2367394049652, 413.34875058964826, 413.46076177433133, 413.5727729590144, 413.68478414369747, 413.79679532838054]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.743855122244, 'percentile_98': 413.6612806178164}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.03679608972743, 'max': 414.0344062761869, 'mean': 413.4281678483172, 'count': 115.20000457763672, 'sum': 47626.9268286501, 'std': 0.21242423040027927, 'median': 413.4267182962503, 'majority': 413.03679608972743, 'minority': 413.03679608972743, 'unique': 135.0, 'histogram': [[11.0, 22.0, 14.0, 21.0, 25.0, 19.0, 13.0, 4.0, 2.0, 4.0], [413.03679608972743, 413.1365571083734, 413.23631812701933, 413.3360791456653, 413.43584016431123, 413.5356011829572, 413.63536220160313, 413.7351232202491, 413.83488423889503, 413.934645257541, 414.0344062761869]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.08554136776365, 'percentile_98': 413.96655069547705}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.8469263378065, 'max': 414.3785226915498, 'mean': 413.56138704749344, 'count': 115.20000457763672, 'sum': 47642.273681005034, 'std': 0.2941103829777096, 'median': 413.54682980454527, 'majority': 412.8469263378065, 'minority': 412.8469263378065, 'unique': 135.0, 'histogram': [[4.0, 7.0, 14.0, 22.0, 34.0, 23.0, 12.0, 12.0, 6.0, 1.0], [412.8469263378065, 413.00008597318083, 413.15324560855515, 413.3064052439295, 413.4595648793038, 413.6127245146781, 413.7658841500525, 413.9190437854268, 414.07220342080115, 414.22536305617547, 414.3785226915498]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.9986373300199, 'percentile_98': 414.16715976083646}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.5178456888534, 'max': 414.15825035073794, 'mean': 413.4606719804766, 'count': 115.20000457763672, 'sum': 47630.671304823656, 'std': 0.41330764164569683, 'median': 413.52066182298586, 'majority': 412.5178456888534, 'minority': 412.5178456888534, 'unique': 135.0, 'histogram': [[9.0, 6.0, 6.0, 10.0, 15.0, 17.0, 21.0, 27.0, 14.0, 10.0], [412.5178456888534, 412.68188615504187, 412.8459266212303, 413.0099670874188, 413.1740075536072, 413.3380480197957, 413.50208848598413, 413.6661289521726, 413.83016941836104, 413.9942098845495, 414.15825035073794]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.5792438571807, 'percentile_98': 414.136600738857}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.14881639461964, 'max': 414.16734165977687, 'mean': 413.12822791856973, 'count': 115.20000457763672, 'sum': 47592.37374737018, 'std': 0.506063805159598, 'median': 413.11868699267507, 'majority': 412.14881639461964, 'minority': 412.14881639461964, 'unique': 135.0, 'histogram': [[9.0, 14.0, 11.0, 19.0, 16.0, 13.0, 19.0, 19.0, 9.0, 6.0], [412.14881639461964, 412.35066892113537, 412.5525214476511, 412.7543739741668, 412.95622650068253, 413.15807902719826, 413.359931553714, 413.5617840802297, 413.7636366067454, 413.96548913326114, 414.16734165977687]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.2200552956201, 'percentile_98': 414.1197678109165}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.1798374399077, 'max': 413.511494116392, 'mean': 412.8926840326288, 'count': 115.20000457763672, 'sum': 47565.23909063155, 'std': 0.2979461410736321, 'median': 412.9022818233352, 'majority': 412.1798374399077, 'minority': 412.1798374399077, 'unique': 135.0, 'histogram': [[5.0, 7.0, 9.0, 15.0, 15.0, 28.0, 21.0, 15.0, 10.0, 10.0], [412.1798374399077, 412.31300310755614, 412.44616877520457, 412.579334442853, 412.7125001105014, 412.84566577814985, 412.9788314457983, 413.1119971134467, 413.24516278109513, 413.37832844874356, 413.511494116392]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.2887330595404, 'percentile_98': 413.4547016292345}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.3851977055893, 'max': 413.4669179620687, 'mean': 412.8760146657589, 'count': 115.20000457763672, 'sum': 47563.31877949183, 'std': 0.28006052365019457, 'median': 412.8445543756243, 'majority': 412.3851977055893, 'minority': 412.3851977055893, 'unique': 135.0, 'histogram': [[13.0, 12.0, 19.0, 16.0, 15.0, 18.0, 18.0, 8.0, 11.0, 5.0], [412.3851977055893, 412.49336973123724, 412.6015417568852, 412.70971378253313, 412.8178858081811, 412.92605783382896, 413.0342298594769, 413.14240188512485, 413.2505739107728, 413.35874593642075, 413.4669179620687]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.4292026972398, 'percentile_98': 413.4520640945993}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.3105463804677, 'max': 413.6406350880861, 'mean': 412.7136031340876, 'count': 115.20000457763672, 'sum': 47544.608970299836, 'std': 0.3654839344749758, 'median': 412.6098319829907, 'majority': 412.3105463804677, 'minority': 412.3105463804677, 'unique': 135.0, 'histogram': [[40.0, 20.0, 19.0, 18.0, 7.0, 3.0, 7.0, 7.0, 7.0, 7.0], [412.3105463804677, 412.44355525122955, 412.5765641219914, 412.70957299275324, 412.8425818635151, 412.9755907342769, 413.10859960503876, 413.2416084758006, 413.37461734656245, 413.5076262173243, 413.6406350880861]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.3165344935842, 'percentile_98': 413.59364695381373}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.7335450903047, 'max': 413.8410404266324, 'mean': 413.09036952014776, 'count': 115.20000457763672, 'sum': 47588.012459698664, 'std': 0.23641946450547427, 'median': 413.0477682338096, 'majority': 412.7335450903047, 'minority': 412.7335450903047, 'unique': 135.0, 'histogram': [[18.0, 26.0, 30.0, 19.0, 16.0, 6.0, 8.0, 6.0, 4.0, 2.0], [412.7335450903047, 412.84429462393746, 412.9550441575702, 413.065793691203, 413.17654322483577, 413.28729275846854, 413.3980422921013, 413.5087918257341, 413.61954135936685, 413.7302908929996, 413.8410404266324]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.7872707613278, 'percentile_98': 413.68435995536856}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.762525229482, 'max': 413.919744460145, 'mean': 413.23229184891716, 'count': 115.20000457763672, 'sum': 47604.36191262257, 'std': 0.22156506819067284, 'median': 413.24522317154333, 'majority': 412.762525229482, 'minority': 412.762525229482, 'unique': 135.0, 'histogram': [[11.0, 14.0, 16.0, 18.0, 30.0, 29.0, 8.0, 4.0, 3.0, 2.0], [412.762525229482, 412.8782471525483, 412.9939690756146, 413.1096909986809, 413.2254129217472, 413.3411348448135, 413.4568567678798, 413.5725786909461, 413.6883006140124, 413.8040225370787, 413.919744460145]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.8074615437071, 'percentile_98': 413.80271068192087}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.94957190984866, 'max': 413.78367313882336, 'mean': 413.3110031599376, 'count': 115.20000457763672, 'sum': 47613.42945601244, 'std': 0.21151705613767674, 'median': 413.30835665576154, 'majority': 412.94957190984866, 'minority': 412.94957190984866, 'unique': 135.0, 'histogram': [[3.0, 36.0, 12.0, 10.0, 13.0, 17.0, 20.0, 11.0, 11.0, 2.0], [412.94957190984866, 413.03298203274613, 413.1163921556436, 413.1998022785411, 413.28321240143856, 413.366622524336, 413.45003264723346, 413.53344277013093, 413.6168528930284, 413.7002630159259, 413.78367313882336]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.02398312836885, 'percentile_98': 413.6663119425066}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.82986785518005, 'max': 413.678619224811, 'mean': 413.1086196486155, 'count': 115.20000457763672, 'sum': 47590.11487458169, 'std': 0.23252244350325335, 'median': 413.00370503449807, 'majority': 412.82986785518005, 'minority': 412.82986785518005, 'unique': 135.0, 'histogram': [[26.0, 37.0, 15.0, 9.0, 8.0, 5.0, 12.0, 14.0, 4.0, 5.0], [412.82986785518005, 412.91474299214315, 412.99961812910624, 413.08449326606933, 413.1693684030324, 413.2542435399955, 413.3391186769586, 413.4239938139217, 413.5088689508848, 413.5937440878479, 413.678619224811]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.83472455688747, 'percentile_98': 413.6758616368752}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.87079147878103, 'max': 413.6615098104812, 'mean': 413.12819520421397, 'count': 115.20000457763672, 'sum': 47592.369978676245, 'std': 0.20357011529372585, 'median': 413.06374623673037, 'majority': 412.87079147878103, 'minority': 412.87079147878103, 'unique': 135.0, 'histogram': [[25.0, 28.0, 21.0, 19.0, 11.0, 4.0, 8.0, 5.0, 7.0, 7.0], [412.87079147878103, 412.94986331195105, 413.02893514512107, 413.1080069782911, 413.1870788114611, 413.2661506446311, 413.34522247780114, 413.42429431097116, 413.5033661441412, 413.5824379773112, 413.6615098104812]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.8958680666983, 'percentile_98': 413.6386814934667}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.3278962399345, 'max': 414.24501978326595, 'mean': 413.7355135997914, 'count': 115.20000457763672, 'sum': 47662.33306062684, 'std': 0.2565847375207014, 'median': 413.70616600033827, 'majority': 413.3278962399345, 'minority': 413.3278962399345, 'unique': 135.0, 'histogram': [[9.0, 25.0, 19.0, 11.0, 18.0, 12.0, 10.0, 8.0, 12.0, 11.0], [413.3278962399345, 413.41960859426763, 413.51132094860077, 413.6030333029339, 413.69474565726705, 413.7864580116002, 413.8781703659334, 413.9698827202665, 414.06159507459967, 414.1533074289328, 414.24501978326595]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.35172136314213, 'percentile_98': 414.22334106755443}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.41877658851445, 'max': 414.31563658989035, 'mean': 413.89714177566316, 'count': 115.20000457763672, 'sum': 47680.95262722715, 'std': 0.19892544790539826, 'median': 413.93299761693925, 'majority': 413.41877658851445, 'minority': 413.41877658851445, 'unique': 135.0, 'histogram': [[5.0, 11.0, 9.0, 10.0, 13.0, 33.0, 30.0, 10.0, 9.0, 5.0], [413.41877658851445, 413.50846258865204, 413.5981485887896, 413.6878345889272, 413.7775205890648, 413.8672065892024, 413.95689258934, 414.0465785894776, 414.13626458961517, 414.22595058975276, 414.31563658989035]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.5001654503867, 'percentile_98': 414.2733887420036}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.263278460363, 'max': 414.35042658122256, 'mean': 413.69524527322795, 'count': 115.20000457763672, 'sum': 47657.69414922241, 'std': 0.2603143707225771, 'median': 413.62371848663315, 'majority': 413.263278460363, 'minority': 413.263278460363, 'unique': 135.0, 'histogram': [[16.0, 15.0, 23.0, 27.0, 9.0, 12.0, 14.0, 12.0, 5.0, 2.0], [413.263278460363, 413.37199327244895, 413.4807080845349, 413.5894228966209, 413.69813770870684, 413.80685252079275, 413.9155673328787, 414.0242821449647, 414.13299695705064, 414.2417117691366, 414.35042658122256]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.2884860155172, 'percentile_98': 414.19984700041823}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.9669177928008, 'max': 414.0661549172364, 'mean': 413.4729174202019, 'count': 115.20000457763672, 'sum': 47632.081979536066, 'std': 0.23044127074858314, 'median': 413.48110244143754, 'majority': 412.9669177928008, 'minority': 412.9669177928008, 'unique': 135.0, 'histogram': [[4.0, 15.0, 15.0, 17.0, 23.0, 36.0, 5.0, 7.0, 7.0, 6.0], [412.9669177928008, 413.0768415052444, 413.18676521768793, 413.2966889301315, 413.40661264257506, 413.5165363550186, 413.6264600674622, 413.73638377990574, 413.8463074923493, 413.95623120479286, 414.0661549172364]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.09478910989134, 'percentile_98': 413.9968987146858}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.09553489554673, 'max': 414.0034470765386, 'mean': 413.52286600185494, 'count': 115.20000457763672, 'sum': 47637.83605637115, 'std': 0.1620909027903663, 'median': 413.5323397349566, 'majority': 413.09553489554673, 'minority': 413.09553489554673, 'unique': 135.0, 'histogram': [[7.0, 9.0, 10.0, 23.0, 24.0, 29.0, 22.0, 7.0, 1.0, 3.0], [413.09553489554673, 413.1863261136459, 413.2771173317451, 413.3679085498443, 413.4586997679435, 413.54949098604266, 413.64028220414184, 413.731073422241, 413.8218646403402, 413.9126558584394, 414.0034470765386]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.1496971240267, 'percentile_98': 413.81454866495915}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.23719051433727, 'max': 413.9949414820876, 'mean': 413.58279294337507, 'count': 115.20000457763672, 'sum': 47644.73964030859, 'std': 0.1583465922087962, 'median': 413.55908251716755, 'majority': 413.23719051433727, 'minority': 413.23719051433727, 'unique': 135.0, 'histogram': [[7.0, 6.0, 23.0, 25.0, 24.0, 14.0, 15.0, 10.0, 7.0, 4.0], [413.23719051433727, 413.3129656111123, 413.38874070788734, 413.46451580466237, 413.5402909014374, 413.61606599821243, 413.69184109498747, 413.7676161917625, 413.84339128853753, 413.91916638531256, 413.9949414820876]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.2570211368147, 'percentile_98': 413.9306474826298}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.02334284409886, 'max': 413.89314719708636, 'mean': 413.4102300411874, 'count': 115.20000457763672, 'sum': 47624.86039318664, 'std': 0.18653397953310685, 'median': 413.37742732139304, 'majority': 413.02334284409886, 'minority': 413.02334284409886, 'unique': 135.0, 'histogram': [[5.0, 10.0, 23.0, 29.0, 14.0, 21.0, 14.0, 6.0, 10.0, 3.0], [413.02334284409886, 413.1103232793976, 413.1973037146964, 413.28428414999513, 413.3712645852939, 413.4582450205926, 413.54522545589134, 413.6322058911901, 413.71918632648885, 413.8061667617876, 413.89314719708636]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.06815546704456, 'percentile_98': 413.78044625162147}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.30705062136985, 'max': 413.9144584769383, 'mean': 413.5550384597806, 'count': 115.20000457763672, 'sum': 47641.54232367145, 'std': 0.1483097092909491, 'median': 413.53290725965053, 'majority': 413.30705062136985, 'minority': 413.30705062136985, 'unique': 135.0, 'histogram': [[17.0, 14.0, 20.0, 20.0, 21.0, 10.0, 12.0, 11.0, 6.0, 4.0], [413.30705062136985, 413.3677914069267, 413.42853219248354, 413.4892729780404, 413.55001376359724, 413.6107545491541, 413.6714953347109, 413.73223612026777, 413.7929769058246, 413.85371769138146, 413.9144584769383]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.3337388338987, 'percentile_98': 413.8653166592121}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.94497350463644, 'max': 413.76982335350476, 'mean': 413.17568234117965, 'count': 115.20000457763672, 'sum': 47597.84049707207, 'std': 0.20117509068760775, 'median': 413.0994566367008, 'majority': 412.94497350463644, 'minority': 412.94497350463644, 'unique': 135.0, 'histogram': [[38.0, 28.0, 19.0, 12.0, 7.0, 7.0, 6.0, 12.0, 4.0, 2.0], [412.94497350463644, 413.02745848952327, 413.1099434744101, 413.19242845929693, 413.27491344418377, 413.3573984290706, 413.43988341395743, 413.52236839884426, 413.6048533837311, 413.68733836861793, 413.76982335350476]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.95492701465264, 'percentile_98': 413.6734169151168}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.36652429890825, 'max': 414.3183905398473, 'mean': 413.7912565342132, 'count': 115.20000457763672, 'sum': 47668.75464692741, 'std': 0.2397602981692608, 'median': 413.82967538083903, 'majority': 413.36652429890825, 'minority': 413.36652429890825, 'unique': 135.0, 'histogram': [[16.0, 19.0, 9.0, 11.0, 11.0, 11.0, 39.0, 10.0, 5.0, 4.0], [413.36652429890825, 413.46171092300216, 413.55689754709607, 413.65208417119, 413.7472707952839, 413.84245741937775, 413.93764404347166, 414.0328306675656, 414.1280172916595, 414.2232039157534, 414.3183905398473]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.38749360875227, 'percentile_98': 414.2506695643533}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.4266382607166, 'max': 414.1429999435786, 'mean': 413.7873812515593, 'count': 115.20000457763672, 'sum': 47668.30821434794, 'std': 0.21499770454041273, 'median': 413.8013828196563, 'majority': 413.4266382607166, 'minority': 413.4266382607166, 'unique': 135.0, 'histogram': [[14.0, 17.0, 16.0, 6.0, 10.0, 8.0, 13.0, 20.0, 21.0, 10.0], [413.4266382607166, 413.4982744290028, 413.569910597289, 413.6415467655752, 413.7131829338614, 413.7848191021476, 413.8564552704338, 413.92809143872, 413.9997276070062, 414.0713637752924, 414.1429999435786]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.4298287681304, 'percentile_98': 414.1288627579343}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.22595279780217, 'max': 414.15343366679735, 'mean': 413.69376254464373, 'count': 115.20000457763672, 'sum': 47657.52333888272, 'std': 0.21903552969607143, 'median': 413.70507460669614, 'majority': 413.22595279780217, 'minority': 413.22595279780217, 'unique': 135.0, 'histogram': [[7.0, 8.0, 15.0, 16.0, 16.0, 9.0, 25.0, 29.0, 5.0, 5.0], [413.22595279780217, 413.3187008847017, 413.4114489716012, 413.5041970585007, 413.59694514540024, 413.68969323229976, 413.7824413191993, 413.8751894060988, 413.9679374929983, 414.06068557989784, 414.15343366679735]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.2422182010487, 'percentile_98': 414.0950404689647}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.083332776092, 'max': 414.0501914662309, 'mean': 413.48329135999495, 'count': 115.20000457763672, 'sum': 47633.27705744772, 'std': 0.34751895167431646, 'median': 413.4926202823408, 'majority': 412.083332776092, 'minority': 412.083332776092, 'unique': 135.0, 'histogram': [[2.0, 1.0, 2.0, 2.0, 15.0, 21.0, 19.0, 21.0, 27.0, 25.0], [412.083332776092, 412.2800186451059, 412.4767045141198, 412.67339038313366, 412.87007625214756, 413.06676212116145, 413.26344799017534, 413.4601338591892, 413.6568197282031, 413.853505597217, 414.0501914662309]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.722205510363, 'percentile_98': 414.0307901252526}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.4790605197195, 'max': 414.30973942624405, 'mean': 412.9521511043624, 'count': 115.20000457763672, 'sum': 47572.08969756748, 'std': 0.9103303819504429, 'median': 413.0873094254639, 'majority': 410.4790605197195, 'minority': 410.4790605197195, 'unique': 135.0, 'histogram': [[5.0, 4.0, 6.0, 11.0, 10.0, 15.0, 20.0, 24.0, 14.0, 26.0], [410.4790605197195, 410.86212841037195, 411.2451963010244, 411.62826419167686, 412.0113320823293, 412.3943999729818, 412.77746786363423, 413.1605357542867, 413.54360364493914, 413.9266715355916, 414.30973942624405]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.86023702519014, 'percentile_98': 414.2332218179945}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.0935911992565, 'max': 414.0237142564729, 'mean': 411.982513998917, 'count': 115.20000457763672, 'sum': 47460.38749858152, 'std': 1.1014735805972653, 'median': 412.0568155485671, 'majority': 410.0935911992565, 'minority': 410.0935911992565, 'unique': 135.0, 'histogram': [[23.0, 7.0, 12.0, 12.0, 13.0, 14.0, 21.0, 9.0, 11.0, 13.0], [410.0935911992565, 410.4866035049781, 410.87961581069976, 411.2726281164214, 411.66564042214304, 412.0586527278647, 412.4516650335863, 412.84467733930796, 413.2376896450296, 413.63070195075125, 414.0237142564729]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.1775666640606, 'percentile_98': 413.8871481700334}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.37872836366296, 'max': 413.57779991813, 'mean': 411.616354387189, 'count': 115.20000457763672, 'sum': 47418.205909634315, 'std': 0.8805498547647832, 'median': 411.37585503747687, 'majority': 409.37872836366296, 'minority': 409.37872836366296, 'unique': 135.0, 'histogram': [[5.0, 3.0, 7.0, 15.0, 47.0, 14.0, 10.0, 10.0, 8.0, 16.0], [409.37872836366296, 409.79863551910967, 410.2185426745564, 410.6384498300031, 411.0583569854498, 411.4782641408965, 411.89817129634315, 412.31807845178986, 412.73798560723657, 413.1578927626833, 413.57779991813]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.77788739837706, 'percentile_98': 413.4687114856206}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.76712295762263, 'max': 414.3035657762084, 'mean': 412.0773160098362, 'count': 115.20000457763672, 'sum': 47471.30869067338, 'std': 1.0554050109162554, 'median': 411.72728742822073, 'majority': 410.76712295762263, 'minority': 410.76712295762263, 'unique': 135.0, 'histogram': [[36.0, 18.0, 17.0, 11.0, 7.0, 9.0, 7.0, 7.0, 15.0, 8.0], [410.76712295762263, 411.1207672394812, 411.4744115213398, 411.82805580319837, 412.18170008505695, 412.5353443669155, 412.8889886487741, 413.2426329306327, 413.59627721249126, 413.94992149434984, 414.3035657762084]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.8335961063858, 'percentile_98': 414.0586133871693}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.99879308603704, 'max': 414.381931477692, 'mean': 413.39015235970083, 'count': 115.20000457763672, 'sum': 47622.547444187476, 'std': 0.7877299199431682, 'median': 413.6971074331086, 'majority': 410.99879308603704, 'minority': 410.99879308603704, 'unique': 135.0, 'histogram': [[3.0, 4.0, 5.0, 8.0, 8.0, 11.0, 11.0, 17.0, 39.0, 29.0], [410.99879308603704, 411.33710692520253, 411.675420764368, 412.0137346035335, 412.352048442699, 412.6903622818645, 413.02867612103, 413.3669899601955, 413.705303799361, 414.0436176385265, 414.381931477692]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.45695649902336, 'percentile_98': 414.2508369113784}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.7836331210565, 'max': 414.26970710745087, 'mean': 414.0083365643894, 'count': 115.20000457763672, 'sum': 47693.762267397426, 'std': 0.10398039035144828, 'median': 414.0175478823948, 'majority': 413.7836331210565, 'minority': 413.7836331210565, 'unique': 135.0, 'histogram': [[8.0, 9.0, 14.0, 21.0, 22.0, 27.0, 13.0, 12.0, 4.0, 5.0], [413.7836331210565, 413.8322405196959, 413.88084791833535, 413.9294553169748, 413.9780627156142, 414.02667011425365, 414.07527751289314, 414.12388491153257, 414.172492310172, 414.22109970881144, 414.26970710745087]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.80238326382823, 'percentile_98': 414.2347752349452}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.34381967317313, 'max': 414.3362493778113, 'mean': 413.86010193398175, 'count': 115.20000457763672, 'sum': 47676.685637295894, 'std': 0.1973343109090206, 'median': 413.8207768846769, 'majority': 413.34381967317313, 'minority': 413.34381967317313, 'unique': 135.0, 'histogram': [[5.0, 3.0, 5.0, 28.0, 32.0, 25.0, 12.0, 9.0, 6.0, 10.0], [413.34381967317313, 413.44306264363695, 413.54230561410077, 413.6415485845646, 413.7407915550284, 413.84003452549223, 413.93927749595605, 414.03852046641987, 414.1377634368837, 414.2370064073475, 414.3362493778113]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.44719284097664, 'percentile_98': 414.30204146308824}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.94191032648087, 'max': 414.3988626310602, 'mean': 413.78524223646673, 'count': 115.20000457763672, 'sum': 47668.061799799485, 'std': 0.23358441644244804, 'median': 413.7827054364607, 'majority': 412.94191032648087, 'minority': 412.94191032648087, 'unique': 135.0, 'histogram': [[4.0, 3.0, 4.0, 6.0, 9.0, 59.0, 27.0, 13.0, 6.0, 4.0], [412.94191032648087, 413.0876055569388, 413.23330078739673, 413.37899601785466, 413.5246912483126, 413.6703864787705, 413.81608170922846, 413.9617769396864, 414.1074721701443, 414.25316740060225, 414.3988626310602]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.1354362471029, 'percentile_98': 414.3201585975475}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.8247746848501, 'max': 414.3172664043959, 'mean': 413.8073790747885, 'count': 115.20000457763672, 'sum': 47670.61196367549, 'std': 0.2285849269196789, 'median': 413.7881660426501, 'majority': 412.8247746848501, 'minority': 412.8247746848501, 'unique': 135.0, 'histogram': [[3.0, 2.0, 1.0, 2.0, 4.0, 37.0, 46.0, 22.0, 10.0, 8.0], [412.8247746848501, 412.9740238568047, 413.1232730287593, 413.27252220071387, 413.42177137266845, 413.571020544623, 413.7202697165776, 413.8695188885322, 414.01876806048676, 414.16801723244134, 414.3172664043959]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.1036694161594, 'percentile_98': 414.2367251915857}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.3342154091224, 'max': 414.7222498431802, 'mean': 413.84686411326857, 'count': 115.20000457763672, 'sum': 47675.16064028914, 'std': 0.36155673724242005, 'median': 413.83500865777023, 'majority': 413.3342154091224, 'minority': 413.3342154091224, 'unique': 135.0, 'histogram': [[23.0, 22.0, 16.0, 19.0, 18.0, 10.0, 7.0, 8.0, 8.0, 4.0], [413.3342154091224, 413.4730188525282, 413.61182229593396, 413.75062573933974, 413.8894291827455, 414.0282326261513, 414.16703606955707, 414.30583951296285, 414.4446429563686, 414.5834463997744, 414.7222498431802]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.36763388244435, 'percentile_98': 414.63029992883094}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.4373775741551, 'max': 414.66478796792217, 'mean': 413.82533486455065, 'count': 115.20000457763672, 'sum': 47672.68047073828, 'std': 0.2665133506071327, 'median': 413.72022315044893, 'majority': 413.4373775741551, 'minority': 413.4373775741551, 'unique': 135.0, 'histogram': [[13.0, 35.0, 30.0, 10.0, 9.0, 15.0, 12.0, 5.0, 4.0, 2.0], [413.4373775741551, 413.5601186135318, 413.6828596529085, 413.8056006922852, 413.92834173166193, 414.05108277103864, 414.17382381041534, 414.29656484979205, 414.41930588916875, 414.54204692854546, 414.66478796792217]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.472305808682, 'percentile_98': 414.4807935517747}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.92119601368904, 'max': 414.6455285081174, 'mean': 414.26427183801076, 'count': 115.20000457763672, 'sum': 47723.24601209018, 'std': 0.12584213868996416, 'median': 414.2935540585313, 'majority': 413.92119601368904, 'minority': 413.92119601368904, 'unique': 135.0, 'histogram': [[5.0, 8.0, 6.0, 14.0, 25.0, 44.0, 28.0, 2.0, 1.0, 2.0], [413.92119601368904, 413.9936292631319, 414.0660625125747, 414.13849576201756, 414.2109290114604, 414.28336226090323, 414.35579551034607, 414.4282287597889, 414.50066200923175, 414.5730952586746, 414.6455285081174]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.96751839783974, 'percentile_98': 414.44752787356265}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.3574478803203, 'max': 415.2888468524907, 'mean': 414.89659745743637, 'count': 115.20000457763672, 'sum': 47796.08992634257, 'std': 0.24002460902267606, 'median': 414.9600827076938, 'majority': 414.3574478803203, 'minority': 414.3574478803203, 'unique': 135.0, 'histogram': [[5.0, 16.0, 10.0, 8.0, 13.0, 10.0, 17.0, 25.0, 23.0, 8.0], [414.3574478803203, 414.45058777753735, 414.5437276747544, 414.63686757197144, 414.7300074691885, 414.82314736640546, 414.9162872636225, 415.00942716083955, 415.1025670580566, 415.19570695527364, 415.2888468524907]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.42966539761983, 'percentile_98': 415.24198968545534}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.87880264664994, 'max': 415.59446981409565, 'mean': 414.6682427186035, 'count': 115.20000457763672, 'sum': 47769.783459383696, 'std': 0.5022875651594048, 'median': 414.6265491726808, 'majority': 413.87880264664994, 'minority': 413.87880264664994, 'unique': 135.0, 'histogram': [[20.0, 16.0, 14.0, 12.0, 11.0, 8.0, 9.0, 17.0, 21.0, 7.0], [413.87880264664994, 414.0503693633945, 414.2219360801391, 414.39350279688364, 414.5650695136282, 414.7366362303728, 414.9082029471174, 415.07976966386195, 415.2513363806065, 415.4229030973511, 415.59446981409565]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.91231934539974, 'percentile_98': 415.4714260948822}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.45830288971774, 'max': 415.5094611633104, 'mean': 413.96308796248167, 'count': 115.20000457763672, 'sum': 47688.54962825052, 'std': 0.9360887934905285, 'median': 413.7733776587993, 'majority': 412.45830288971774, 'minority': 412.45830288971774, 'unique': 135.0, 'histogram': [[12.0, 13.0, 24.0, 12.0, 10.0, 8.0, 9.0, 10.0, 14.0, 23.0], [412.45830288971774, 412.763418717077, 413.06853454443626, 413.3736503717955, 413.6787661991548, 413.98388202651404, 414.28899785387335, 414.5941136812326, 414.8992295085919, 415.20434533595113, 415.5094611633104]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.48766865464864, 'percentile_98': 415.3763802605681}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.5952360734809, 'max': 414.96034100418916, 'mean': 412.98542035295895, 'count': 115.20000457763672, 'sum': 47575.922315158095, 'std': 0.80004655579043, 'median': 412.64677929575555, 'majority': 411.5952360734809, 'minority': 411.5952360734809, 'unique': 135.0, 'histogram': [[7.0, 11.0, 42.0, 21.0, 9.0, 10.0, 9.0, 11.0, 6.0, 9.0], [411.5952360734809, 411.93174656655174, 412.26825705962256, 412.6047675526934, 412.9412780457642, 413.277788538835, 413.6142990319059, 413.9508095249767, 414.2873200180475, 414.62383051111834, 414.96034100418916]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.8284377909731, 'percentile_98': 414.85936526441947}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.8755128982011, 'max': 414.5625644014217, 'mean': 412.3665740938941, 'count': 115.20000457763672, 'sum': 47504.63122328097, 'std': 0.7440476743664272, 'median': 412.1237980143633, 'majority': 410.8755128982011, 'minority': 410.8755128982011, 'unique': 135.0, 'histogram': [[4.0, 8.0, 37.0, 32.0, 15.0, 12.0, 8.0, 9.0, 6.0, 4.0], [410.8755128982011, 411.2442180485232, 411.61292319884524, 411.9816283491673, 412.35033349948935, 412.7190386498114, 413.08774380013347, 413.4564489504555, 413.8251541007776, 414.19385925109964, 414.5625644014217]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.2960559723433, 'percentile_98': 414.1892568441108}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.5792180527933, 'max': 415.42600592947565, 'mean': 413.7404439483312, 'count': 115.20000457763672, 'sum': 47662.9010368012, 'std': 0.9219239729253149, 'median': 413.8213553233072, 'majority': 411.5792180527933, 'minority': 411.5792180527933, 'unique': 135.0, 'histogram': [[7.0, 8.0, 8.0, 12.0, 15.0, 20.0, 16.0, 19.0, 21.0, 9.0], [411.5792180527933, 411.96389684046153, 412.34857562812977, 412.733254415798, 413.11793320346624, 413.5026119911345, 413.8872907788027, 414.27196956647094, 414.6566483541392, 415.0413271418074, 415.42600592947565]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.87867100234143, 'percentile_98': 415.20997547195293}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.00345469103195, 'max': 416.11856431700284, 'mean': 415.537042482356, 'count': 115.20000457763672, 'sum': 47869.86919614504, 'std': 0.1927317347541693, 'median': 415.50208698026836, 'majority': 415.00345469103195, 'minority': 415.00345469103195, 'unique': 135.0, 'histogram': [[3.0, 6.0, 10.0, 25.0, 41.0, 21.0, 14.0, 7.0, 2.0, 6.0], [415.00345469103195, 415.11496565362904, 415.22647661622614, 415.33798757882323, 415.4494985414203, 415.5610095040174, 415.67252046661446, 415.78403142921155, 415.89554239180865, 416.00705335440574, 416.11856431700284]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.1405410084408, 'percentile_98': 416.02386409067543}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.0819549977314, 'max': 416.0494136158377, 'mean': 415.5440681771181, 'count': 115.20000457763672, 'sum': 47870.67855621379, 'std': 0.22351193241862866, 'median': 415.5664355494082, 'majority': 415.0819549977314, 'minority': 415.0819549977314, 'unique': 135.0, 'histogram': [[8.0, 10.0, 17.0, 13.0, 20.0, 28.0, 16.0, 6.0, 14.0, 3.0], [415.0819549977314, 415.178700859542, 415.27544672135264, 415.37219258316327, 415.4689384449739, 415.56568430678453, 415.66243016859517, 415.7591760304058, 415.85592189221643, 415.95266775402706, 416.0494136158377]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.12456300552003, 'percentile_98': 415.9566306043416}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.9186934228055, 'max': 415.5704882577993, 'mean': 415.24168412640984, 'count': 115.20000457763672, 'sum': 47835.84391218799, 'std': 0.1309986094127083, 'median': 415.2310975769069, 'majority': 414.9186934228055, 'minority': 414.9186934228055, 'unique': 135.0, 'histogram': [[4.0, 10.0, 13.0, 16.0, 34.0, 20.0, 16.0, 10.0, 5.0, 7.0], [414.9186934228055, 414.9838729063049, 415.0490523898043, 415.11423187330365, 415.17941135680303, 415.2445908403024, 415.3097703238018, 415.37494980730116, 415.44012929080054, 415.5053087742999, 415.5704882577993]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.0203567405697, 'percentile_98': 415.5487113166601}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.006546973018, 'max': 415.9692070970777, 'mean': 415.48516511971235, 'count': 115.20000457763672, 'sum': 47863.89292373101, 'std': 0.23834654986108644, 'median': 415.50352034391835, 'majority': 415.006546973018, 'minority': 415.006546973018, 'unique': 135.0, 'histogram': [[6.0, 13.0, 10.0, 15.0, 13.0, 15.0, 21.0, 30.0, 6.0, 6.0], [415.006546973018, 415.10281298542395, 415.19907899782993, 415.2953450102359, 415.3916110226419, 415.48787703504786, 415.5841430474538, 415.68040905985976, 415.77667507226573, 415.8729410846717, 415.9692070970777]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.0402528466657, 'percentile_98': 415.89387910789816}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.7952604398597, 'max': 416.19189141783863, 'mean': 415.5198047876915, 'count': 115.20000457763672, 'sum': 47867.883413640775, 'std': 0.3962468166759029, 'median': 415.56291762390174, 'majority': 414.7952604398597, 'minority': 414.7952604398597, 'unique': 135.0, 'histogram': [[15.0, 8.0, 10.0, 7.0, 15.0, 18.0, 15.0, 23.0, 16.0, 8.0], [414.7952604398597, 414.9349235376576, 415.0745866354555, 415.2142497332534, 415.3539128310513, 415.49357592884917, 415.63323902664706, 415.77290212444495, 415.91256522224285, 416.05222832004074, 416.19189141783863]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.81349398964085, 'percentile_98': 416.1611395829823}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.259746321477, 'max': 416.0681382927578, 'mean': 415.2669707118961, 'count': 115.20000457763672, 'sum': 47838.75692695176, 'std': 0.41869722267574944, 'median': 415.2952606091276, 'majority': 414.259746321477, 'minority': 414.259746321477, 'unique': 135.0, 'histogram': [[4.0, 8.0, 12.0, 11.0, 16.0, 21.0, 22.0, 19.0, 12.0, 10.0], [414.259746321477, 414.4405855186051, 414.62142471573316, 414.80226391286124, 414.9831031099893, 415.1639423071174, 415.3447815042455, 415.52562070137355, 415.70645989850163, 415.8872990956297, 416.0681382927578]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.43604641244747, 'percentile_98': 416.0293501627166}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.41752114729024, 'max': 416.00240001571365, 'mean': 415.08005544663985, 'count': 115.20000457763672, 'sum': 47817.224287538615, 'std': 0.6561268091719769, 'median': 415.2594265178777, 'majority': 412.41752114729024, 'minority': 412.41752114729024, 'unique': 135.0, 'histogram': [[3.0, 3.0, 4.0, 2.0, 4.0, 13.0, 10.0, 30.0, 50.0, 16.0], [412.41752114729024, 412.7760090341326, 413.1344969209749, 413.49298480781727, 413.8514726946596, 414.20996058150195, 414.5684484683443, 414.9269363551866, 415.28542424202897, 415.6439121288713, 416.00240001571365]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.12477696919814, 'percentile_98': 415.96425944590004}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.7158674742095, 'max': 416.06898957979865, 'mean': 414.8399220336856, 'count': 115.20000457763672, 'sum': 47789.56091726704, 'std': 1.252811256220647, 'median': 415.34397314535454, 'majority': 410.7158674742095, 'minority': 410.7158674742095, 'unique': 135.0, 'histogram': [[7.0, 3.0, 6.0, 3.0, 2.0, 5.0, 8.0, 9.0, 47.0, 45.0], [410.7158674742095, 411.25117968476843, 411.78649189532734, 412.32180410588626, 412.8571163164452, 413.3924285270041, 413.927740737563, 414.4630529481219, 414.9983651586808, 415.53367736923974, 416.06898957979865]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.92565152212046, 'percentile_98': 415.8962838118896}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.51181459706277, 'max': 416.419243265409, 'mean': 415.8072346864727, 'count': 115.20000457763672, 'sum': 47900.995339296125, 'std': 0.3568093136554501, 'median': 415.89165266486816, 'majority': 414.51181459706277, 'minority': 414.51181459706277, 'unique': 135.0, 'histogram': [[4.0, 2.0, 4.0, 4.0, 9.0, 16.0, 22.0, 34.0, 32.0, 8.0], [414.51181459706277, 414.7025574638974, 414.893300330732, 415.08404319756664, 415.27478606440127, 415.4655289312359, 415.6562717980705, 415.84701466490515, 416.03775753173977, 416.2285003985744, 416.419243265409]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.7195286350324, 'percentile_98': 416.31726708146743}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.35156560712494, 'max': 416.1769975326024, 'mean': 415.8185090355023, 'count': 115.20000457763672, 'sum': 47902.29414435594, 'std': 0.19913985557284877, 'median': 415.886224800488, 'majority': 415.9446070843842, 'minority': 415.35156560712494, 'unique': 134.0, 'histogram': [[5.0, 9.0, 13.0, 9.0, 11.0, 12.0, 22.0, 33.0, 17.0, 4.0], [415.35156560712494, 415.4341087996727, 415.51665199222043, 415.5991951847682, 415.6817383773159, 415.76428156986367, 415.8468247624114, 415.92936795495916, 416.0119111475069, 416.09445434005465, 416.1769975326024]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.4203452344518, 'percentile_98': 416.11578126321547}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.7032053626608, 'max': 416.3870908087119, 'mean': 416.1323779397001, 'count': 115.20000457763672, 'sum': 47938.45184355631, 'std': 0.1573566085731957, 'median': 416.17383249104023, 'majority': 415.7032053626608, 'minority': 415.7032053626608, 'unique': 135.0, 'histogram': [[6.0, 5.0, 5.0, 9.0, 12.0, 13.0, 20.0, 31.0, 26.0, 8.0], [415.7032053626608, 415.7715939072659, 415.83998245187104, 415.90837099647615, 415.97675954108126, 416.0451480856864, 416.11353663029143, 416.18192517489655, 416.25031371950166, 416.3187022641068, 416.3870908087119]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.7530602242332, 'percentile_98': 416.3434023212176}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.94659705879167, 'max': 416.7343067820184, 'mean': 416.3423007761471, 'count': 115.20000457763672, 'sum': 47962.63495527595, 'std': 0.17563195812123744, 'median': 416.3257508480456, 'majority': 415.94659705879167, 'minority': 415.94659705879167, 'unique': 135.0, 'histogram': [[4.0, 8.0, 15.0, 20.0, 29.0, 19.0, 15.0, 13.0, 5.0, 7.0], [415.94659705879167, 416.02536803111434, 416.104139003437, 416.1829099757597, 416.26168094808236, 416.34045192040503, 416.4192228927277, 416.4979938650504, 416.57676483737305, 416.6555358096957, 416.7343067820184]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.02175042498857, 'percentile_98': 416.71991493785754}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.6233844696544, 'max': 416.58853660919704, 'mean': 416.1303220815991, 'count': 115.20000457763672, 'sum': 47938.21500869366, 'std': 0.22791518315892162, 'median': 416.1318938713521, 'majority': 415.6233844696544, 'minority': 415.6233844696544, 'unique': 135.0, 'histogram': [[5.0, 8.0, 14.0, 20.0, 18.0, 10.0, 23.0, 16.0, 14.0, 7.0], [415.6233844696544, 415.7198996836087, 415.81641489756294, 415.9129301115172, 416.00944532547146, 416.1059605394257, 416.20247575338, 416.29899096733425, 416.3955061812885, 416.4920213952428, 416.58853660919704]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.6816903559957, 'percentile_98': 416.51635910966434}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.44341365806764, 'max': 416.88053170219064, 'mean': 416.4505324614847, 'count': 115.20000457763672, 'sum': 47975.10324592229, 'std': 0.27269250352796726, 'median': 416.4965866948478, 'majority': 415.44341365806764, 'minority': 415.44341365806764, 'unique': 135.0, 'histogram': [[3.0, 5.0, 2.0, 2.0, 5.0, 19.0, 23.0, 33.0, 34.0, 9.0], [415.44341365806764, 415.58712546247995, 415.73083726689225, 415.87454907130456, 416.01826087571686, 416.1619726801291, 416.3056844845414, 416.4493962889537, 416.593108093366, 416.73681989777833, 416.88053170219064]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.64738785382366, 'percentile_98': 416.8169762124307}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.9564992985688, 'max': 417.4052119196858, 'mean': 416.474925400353, 'count': 115.20000457763672, 'sum': 47977.913312591576, 'std': 0.4576764934337406, 'median': 416.56452594907023, 'majority': 414.9564992985688, 'minority': 414.9564992985688, 'unique': 135.0, 'histogram': [[5.0, 5.0, 1.0, 7.0, 14.0, 23.0, 25.0, 42.0, 9.0, 4.0], [414.9564992985688, 415.2013705606805, 415.4462418227922, 415.6911130849039, 415.9359843470156, 416.1808556091273, 416.425726871239, 416.6705981333507, 416.9154693954624, 417.1603406575741, 417.4052119196858]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.1219654886517, 'percentile_98': 417.23765025381}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.31912177358754, 'max': 417.8530471108388, 'mean': 416.7249864926277, 'count': 115.20000457763672, 'sum': 48006.72035156631, 'std': 0.5980496887787696, 'median': 416.8771265540272, 'majority': 414.31912177358754, 'minority': 414.31912177358754, 'unique': 135.0, 'histogram': [[3.0, 3.0, 4.0, 4.0, 6.0, 9.0, 29.0, 51.0, 22.0, 4.0], [414.31912177358754, 414.67251430731267, 415.0259068410378, 415.3792993747629, 415.73269190848805, 416.0860844422132, 416.4394769759383, 416.79286950966343, 417.14626204338856, 417.4996545771137, 417.8530471108388]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.9281230638735, 'percentile_98': 417.71933683776297}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.92347372695804, 'max': 418.03333078860305, 'mean': 417.1565490189739, 'count': 115.20000457763672, 'sum': 48056.43635657693, 'std': 0.31614599917159486, 'median': 417.1411746938247, 'majority': 414.92347372695804, 'minority': 414.92347372695804, 'unique': 135.0, 'histogram': [[1.0, 1.0, 1.0, 2.0, 1.0, 3.0, 46.0, 58.0, 17.0, 5.0], [414.92347372695804, 415.23445943312254, 415.54544513928704, 415.85643084545154, 416.16741655161604, 416.47840225778054, 416.78938796394505, 417.10037367010955, 417.41135937627405, 417.72234508243855, 418.03333078860305]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.13187568145804, 'percentile_98': 417.82244079513475}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.9513085798826, 'max': 417.80227911658585, 'mean': 417.2506888996638, 'count': 115.20000457763672, 'sum': 48067.281271263346, 'std': 0.2388951651439731, 'median': 417.1426517132204, 'majority': 416.9513085798826, 'minority': 416.9513085798826, 'unique': 135.0, 'histogram': [[22.0, 33.0, 21.0, 12.0, 8.0, 5.0, 10.0, 6.0, 14.0, 4.0], [416.9513085798826, 417.03640563355293, 417.12150268722326, 417.2065997408936, 417.2916967945639, 417.37679384823423, 417.46189090190455, 417.5469879555749, 417.6320850092452, 417.7171820629155, 417.80227911658585]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.95979234646074, 'percentile_98': 417.73478005779907}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.8784071225673, 'max': 417.56183782126755, 'mean': 417.132044433267, 'count': 115.20000457763672, 'sum': 48053.613428191326, 'std': 0.17651180656443757, 'median': 417.0676656940486, 'majority': 416.8784071225673, 'minority': 416.8784071225673, 'unique': 135.0, 'histogram': [[13.0, 35.0, 27.0, 10.0, 9.0, 8.0, 16.0, 7.0, 7.0, 3.0], [416.8784071225673, 416.9467501924373, 417.01509326230735, 417.08343633217737, 417.1517794020474, 417.2201224719174, 417.28846554178745, 417.35680861165747, 417.4251516815275, 417.4934947513975, 417.56183782126755]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.90988291520625, 'percentile_98': 417.4956848146394}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.92204831633717, 'max': 417.47474824660463, 'mean': 417.1181746001079, 'count': 115.20000457763672, 'sum': 48052.01562334791, 'std': 0.09672247655387836, 'median': 417.09403376444243, 'majority': 417.0829306531232, 'minority': 416.92204831633717, 'unique': 134.0, 'histogram': [[4.0, 20.0, 41.0, 34.0, 10.0, 10.0, 8.0, 6.0, 1.0, 1.0], [416.92204831633717, 416.9773183093639, 417.03258830239065, 417.0878582954174, 417.14312828844413, 417.1983982814709, 417.25366827449767, 417.3089382675244, 417.36420826055115, 417.4194782535779, 417.47474824660463]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.98488712427206, 'percentile_98': 417.3539455223363}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.6978360444773, 'max': 417.34346814337187, 'mean': 417.0595020730529, 'count': 115.20000457763672, 'sum': 48045.256547962585, 'std': 0.131660249396247, 'median': 417.06475531100295, 'majority': 416.6978360444773, 'minority': 416.6978360444773, 'unique': 135.0, 'histogram': [[8.0, 4.0, 3.0, 4.0, 21.0, 43.0, 27.0, 13.0, 9.0, 3.0], [416.6978360444773, 416.76239925436676, 416.8269624642562, 416.89152567414567, 416.9560888840351, 417.0206520939246, 417.08521530381404, 417.1497785137035, 417.21434172359295, 417.2789049334824, 417.34346814337187]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.7148181295488, 'percentile_98': 417.3002926108893}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.65189928608015, 'max': 417.32234603841795, 'mean': 417.0390646621515, 'count': 115.20000457763672, 'sum': 48042.90215813318, 'std': 0.1473945273943175, 'median': 417.06469346536323, 'majority': 416.65189928608015, 'minority': 416.65189928608015, 'unique': 135.0, 'histogram': [[7.0, 4.0, 6.0, 10.0, 15.0, 24.0, 29.0, 21.0, 13.0, 6.0], [416.65189928608015, 416.7189439613139, 416.7859886365477, 416.8530333117815, 416.92007798701525, 416.987122662249, 417.05416733748285, 417.1212120127166, 417.1882566879504, 417.2553013631842, 417.32234603841795]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.68713311082684, 'percentile_98': 417.28010182850994}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.8978121015243, 'max': 417.58421139093116, 'mean': 417.20988976099204, 'count': 115.20000457763672, 'sum': 48062.58121030159, 'std': 0.1413309664008373, 'median': 417.18381180544384, 'majority': 417.09429206093773, 'minority': 416.8978121015243, 'unique': 134.0, 'histogram': [[3.0, 3.0, 35.0, 26.0, 21.0, 16.0, 17.0, 2.0, 8.0, 4.0], [416.8978121015243, 416.966452030465, 417.0350919594057, 417.1037318883464, 417.17237181728706, 417.24101174622774, 417.3096516751684, 417.3782916041091, 417.4469315330498, 417.5155714619905, 417.58421139093116]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.0329339103773, 'percentile_98': 417.5621725153178}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.02711678226484, 'max': 417.6176225882955, 'mean': 417.335680638608, 'count': 115.20000457763672, 'sum': 48077.072319978775, 'std': 0.13806621900883254, 'median': 417.3232227913104, 'majority': 417.29266740730964, 'minority': 417.02711678226484, 'unique': 134.0, 'histogram': [[6.0, 8.0, 14.0, 11.0, 27.0, 17.0, 19.0, 11.0, 11.0, 11.0], [417.02711678226484, 417.0861673628679, 417.145217943471, 417.20426852407405, 417.2633191046771, 417.32236968528014, 417.3814202658832, 417.4404708464863, 417.49952142708935, 417.5585720076924, 417.6176225882955]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.08069693413563, 'percentile_98': 417.60632302612066}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.99370194692165, 'max': 417.66877984628087, 'mean': 417.4337047055708, 'count': 115.20000457763672, 'sum': 48088.364692941606, 'std': 0.12174269172558635, 'median': 417.41706809261814, 'majority': 416.99370194692165, 'minority': 416.99370194692165, 'unique': 135.0, 'histogram': [[1.0, 3.0, 1.0, 5.0, 17.0, 33.0, 30.0, 11.0, 14.0, 20.0], [416.99370194692165, 417.06120973685756, 417.1287175267935, 417.1962253167294, 417.2637331066653, 417.33124089660123, 417.3987486865372, 417.4662564764731, 417.53376426640904, 417.60127205634495, 417.66877984628087]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.19312503119, 'percentile_98': 417.66316644498147}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.8462073721457, 'max': 417.65399146243004, 'mean': 417.19219238471726, 'count': 115.20000457763672, 'sum': 48060.542472473724, 'std': 0.16092261174385655, 'median': 417.1962136751972, 'majority': 416.8462073721457, 'minority': 416.8462073721457, 'unique': 135.0, 'histogram': [[9.0, 9.0, 20.0, 20.0, 37.0, 21.0, 7.0, 7.0, 2.0, 3.0], [416.8462073721457, 416.92698578117415, 417.0077641902026, 417.088542599231, 417.16932100825943, 417.25009941728786, 417.33087782631634, 417.41165623534476, 417.4924346443732, 417.5732130534016, 417.65399146243004]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.87642078613857, 'percentile_98': 417.58748557185754}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.8823285251856, 'max': 417.1694890828803, 'mean': 416.6387717875746, 'count': 115.20000457763672, 'sum': 47996.78841714954, 'std': 0.24915436438101668, 'median': 416.6431499470491, 'majority': 415.8823285251856, 'minority': 415.8823285251856, 'unique': 135.0, 'histogram': [[2.0, 1.0, 5.0, 22.0, 15.0, 21.0, 25.0, 23.0, 10.0, 11.0], [415.8823285251856, 416.01104458095506, 416.13976063672453, 416.268476692494, 416.3971927482635, 416.52590880403295, 416.6546248598024, 416.7833409155719, 416.91205697134137, 417.04077302711084, 417.1694890828803]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.16491944296286, 'percentile_98': 417.10846926434897}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.4050075158011, 'max': 417.36804269021377, 'mean': 416.3920014045797, 'count': 115.20000457763672, 'sum': 47968.36046789889, 'std': 0.45932436454122844, 'median': 416.35868183220737, 'majority': 415.4050075158011, 'minority': 415.4050075158011, 'unique': 135.0, 'histogram': [[7.0, 11.0, 14.0, 20.0, 18.0, 18.0, 9.0, 15.0, 11.0, 12.0], [415.4050075158011, 415.6013110332424, 415.79761455068365, 415.9939180681249, 416.1902215855662, 416.38652510300744, 416.5828286204487, 416.77913213789, 416.97543565533124, 417.1717391727725, 417.36804269021377]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.56205906090327, 'percentile_98': 417.2546505287755}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.31731801317073, 'max': 417.223582189763, 'mean': 416.71907229200485, 'count': 115.20000457763672, 'sum': 48006.03903562749, 'std': 0.1745793849232408, 'median': 416.68027552077547, 'majority': 416.31731801317073, 'minority': 416.31731801317073, 'unique': 135.0, 'histogram': [[4.0, 7.0, 25.0, 30.0, 23.0, 13.0, 19.0, 9.0, 3.0, 2.0], [416.31731801317073, 416.40794443082996, 416.4985708484892, 416.5891972661484, 416.6798236838076, 416.77045010146685, 416.86107651912613, 416.95170293678535, 417.0423293544446, 417.1329557721038, 417.223582189763]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.39735354692675, 'percentile_98': 417.1118052909151}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.9801537753083, 'max': 417.0882857579272, 'mean': 416.4646406672488, 'count': 115.20000457763672, 'sum': 47976.72851129089, 'std': 0.2528455986774999, 'median': 416.4826386841014, 'majority': 415.9801537753083, 'minority': 415.9801537753083, 'unique': 135.0, 'histogram': [[11.0, 14.0, 9.0, 19.0, 20.0, 22.0, 21.0, 9.0, 3.0, 7.0], [415.9801537753083, 416.0909669735702, 416.20178017183207, 416.31259337009396, 416.42340656835586, 416.53421976661775, 416.64503296487965, 416.75584616314154, 416.86665936140344, 416.97747255966533, 417.0882857579272]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.00337499403395, 'percentile_98': 416.9804888078943}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.6097711529583, 'max': 417.0200882072095, 'mean': 416.214626973655, 'count': 115.20000457763672, 'sum': 47947.92693264442, 'std': 0.379596316646825, 'median': 416.1589713476132, 'majority': 415.6097711529583, 'minority': 415.6097711529583, 'unique': 135.0, 'histogram': [[13.0, 14.0, 22.0, 17.0, 14.0, 11.0, 16.0, 9.0, 13.0, 6.0], [415.6097711529583, 415.7508028583834, 415.8918345638085, 416.03286626923364, 416.17389797465876, 416.3149296800839, 416.455961385509, 416.5969930909341, 416.73802479635924, 416.87905650178436, 417.0200882072095]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.6261675234418, 'percentile_98': 416.9206731603481}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.80951404082583, 'max': 416.92946979310364, 'mean': 416.05356040102214, 'count': 115.20000457763672, 'sum': 47929.37206273981, 'std': 0.6052043021896407, 'median': 416.09897743910557, 'majority': 414.80951404082583, 'minority': 414.80951404082583, 'unique': 135.0, 'histogram': [[7.0, 10.0, 12.0, 10.0, 12.0, 16.0, 15.0, 12.0, 17.0, 24.0], [414.80951404082583, 415.0215096160536, 415.2335051912814, 415.44550076650916, 415.65749634173693, 415.86949191696476, 416.08148749219254, 416.2934830674203, 416.5054786426481, 416.71747421787586, 416.92946979310364]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.879476011265, 'percentile_98': 416.887804021826}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.55002428847365, 'max': 416.5125865256414, 'mean': 415.933653911827, 'count': 115.20000457763672, 'sum': 47915.55883463564, 'std': 0.46330714234254533, 'median': 416.07027014833875, 'majority': 414.55002428847365, 'minority': 414.55002428847365, 'unique': 135.0, 'histogram': [[4.0, 4.0, 5.0, 7.0, 9.0, 11.0, 10.0, 20.0, 34.0, 31.0], [414.55002428847365, 414.7462805121904, 414.9425367359072, 415.13879295962397, 415.33504918334074, 415.5313054070575, 415.7275616307743, 415.92381785449106, 416.12007407820784, 416.3163303019246, 416.5125865256414]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.70925862086006, 'percentile_98': 416.5042919339612}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.5756975049153, 'max': 416.4199999650009, 'mean': 415.73278763823976, 'count': 115.20000457763672, 'sum': 47892.419038998894, 'std': 0.4227227521323796, 'median': 415.75955037842505, 'majority': 414.5756975049153, 'minority': 414.5756975049153, 'unique': 135.0, 'histogram': [[3.0, 8.0, 5.0, 9.0, 13.0, 19.0, 17.0, 23.0, 21.0, 17.0], [414.5756975049153, 414.76012775092386, 414.9445579969324, 415.128988242941, 415.31341848894954, 415.4978487349581, 415.68227898096666, 415.8667092269752, 416.0511394729838, 416.23556971899234, 416.4199999650009]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.80482104816474, 'percentile_98': 416.3828016316984}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.78661296423525, 'max': 416.83493327582255, 'mean': 416.1027363711591, 'count': 115.20000457763672, 'sum': 47935.03713472469, 'std': 0.3479713724997559, 'median': 416.1949000263121, 'majority': 414.78661296423525, 'minority': 414.78661296423525, 'unique': 135.0, 'histogram': [[4.0, 3.0, 3.0, 6.0, 6.0, 14.0, 41.0, 40.0, 12.0, 6.0], [414.78661296423525, 414.991444995394, 415.1962770265527, 415.40110905771144, 415.60594108887017, 415.8107731200289, 416.01560515118763, 416.22043718234636, 416.4252692135051, 416.6301012446638, 416.83493327582255]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.13729593134485, 'percentile_98': 416.6955513937864}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.1619253864046, 'max': 417.6312177150976, 'mean': 417.09277639932156, 'count': 115.20000457763672, 'sum': 48049.08975050105, 'std': 0.20562659211916257, 'median': 417.09050856297836, 'majority': 416.1619253864046, 'minority': 416.1619253864046, 'unique': 135.0, 'histogram': [[2.0, 2.0, 1.0, 3.0, 11.0, 32.0, 45.0, 22.0, 8.0, 9.0], [416.1619253864046, 416.3088546192739, 416.4557838521432, 416.6027130850125, 416.7496423178818, 416.8965715507511, 417.0435007836204, 417.1904300164897, 417.337359249359, 417.4842884822283, 417.6312177150976]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.5086866123602, 'percentile_98': 417.52264223759994}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.25127812242135, 'max': 418.2170159765519, 'mean': 417.61948222782155, 'count': 115.20000457763672, 'sum': 48109.76626435532, 'std': 0.16807702177253087, 'median': 417.6174079475458, 'majority': 417.25127812242135, 'minority': 417.25127812242135, 'unique': 135.0, 'histogram': [[7.0, 12.0, 33.0, 21.0, 26.0, 24.0, 6.0, 2.0, 2.0, 2.0], [417.25127812242135, 417.3478519078344, 417.44442569324747, 417.5409994786605, 417.6375732640736, 417.73414704948664, 417.8307208348997, 417.92729462031275, 418.0238684057258, 418.12044219113886, 418.2170159765519]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.303825088311, 'percentile_98': 418.01748011494055}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.33350008144043, 'max': 417.8589697403367, 'mean': 417.5764848791079, 'count': 115.20000457763672, 'sum': 48104.81296958668, 'std': 0.09080408917238862, 'median': 417.56497739697807, 'majority': 417.33350008144043, 'minority': 417.33350008144043, 'unique': 135.0, 'histogram': [[1.0, 6.0, 19.0, 33.0, 22.0, 22.0, 22.0, 5.0, 2.0, 3.0], [417.33350008144043, 417.38604704733007, 417.4385940132197, 417.49114097910933, 417.54368794499896, 417.5962349108886, 417.6487818767782, 417.7013288426678, 417.75387580855744, 417.80642277444707, 417.8589697403367]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.428611399373, 'percentile_98': 417.8050367045216}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.09999277372845, 'max': 417.7631126367487, 'mean': 417.3299573768404, 'count': 115.20000457763672, 'sum': 48076.41300019695, 'std': 0.14528735617290192, 'median': 417.3389534116722, 'majority': 417.09999277372845, 'minority': 417.09999277372845, 'unique': 135.0, 'histogram': [[21.0, 16.0, 21.0, 22.0, 18.0, 21.0, 5.0, 4.0, 6.0, 1.0], [417.09999277372845, 417.16630476003047, 417.2326167463325, 417.2989287326345, 417.36524071893655, 417.4315527052386, 417.4978646915406, 417.5641766778426, 417.63048866414465, 417.6968006504467, 417.7631126367487]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.11421363288537, 'percentile_98': 417.6378133706748}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.8639825365971, 'max': 417.8391500317957, 'mean': 417.20867797066563, 'count': 115.20000457763672, 'sum': 48062.44161205045, 'std': 0.23039475245650376, 'median': 417.16119449120015, 'majority': 416.8639825365971, 'minority': 416.8639825365971, 'unique': 135.0, 'histogram': [[21.0, 23.0, 21.0, 11.0, 17.0, 22.0, 6.0, 4.0, 5.0, 5.0], [416.8639825365971, 416.961499286117, 417.05901603563683, 417.1565327851567, 417.25404953467654, 417.35156628419645, 417.4490830337163, 417.54659978323616, 417.644116532756, 417.74163328227587, 417.8391500317957]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.888804465998, 'percentile_98': 417.7666851319373}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.87965858727694, 'max': 417.8507697361056, 'mean': 417.275196599437, 'count': 115.20000457763672, 'sum': 48070.1045583894, 'std': 0.27994337907110467, 'median': 417.1769214735832, 'majority': 416.87965858727694, 'minority': 416.87965858727694, 'unique': 135.0, 'histogram': [[11.0, 32.0, 21.0, 18.0, 4.0, 7.0, 9.0, 9.0, 17.0, 7.0], [416.87965858727694, 416.9767697021598, 417.07388081704266, 417.1709919319255, 417.2681030468084, 417.36521416169126, 417.4623252765741, 417.559436391457, 417.65654750633985, 417.7536586212227, 417.8507697361056]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.9352105236612, 'percentile_98': 417.77847582125105}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.05112380441284, 'max': 417.6867150817997, 'mean': 417.36018867667855, 'count': 115.20000457763672, 'sum': 48079.89564607669, 'std': 0.14183655657031438, 'median': 417.3386550974101, 'majority': 417.05112380441284, 'minority': 417.05112380441284, 'unique': 135.0, 'histogram': [[7.0, 5.0, 12.0, 27.0, 28.0, 14.0, 11.0, 19.0, 8.0, 4.0], [417.05112380441284, 417.11468293215154, 417.17824205989024, 417.2418011876289, 417.3053603153676, 417.3689194431063, 417.432478570845, 417.4960376985837, 417.5595968263223, 417.623155954061, 417.6867150817997]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.0746578893159, 'percentile_98': 417.6379807177}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.9073836237658, 'max': 417.750659835292, 'mean': 417.35760544297534, 'count': 115.20000457763672, 'sum': 48079.59805754226, 'std': 0.16640608607119672, 'median': 417.36464118002914, 'majority': 416.9073836237658, 'minority': 416.9073836237658, 'unique': 135.0, 'histogram': [[5.0, 9.0, 5.0, 10.0, 21.0, 30.0, 25.0, 18.0, 8.0, 4.0], [416.9073836237658, 416.9917112449184, 417.07603886607103, 417.16036648722365, 417.2446941083763, 417.3290217295289, 417.41334935068153, 417.49767697183415, 417.5820045929868, 417.6663322141394, 417.750659835292]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.96252446854487, 'percentile_98': 417.6647635176778}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.0066567894537, 'max': 417.9087227385025, 'mean': 417.4262771187702, 'count': 115.20000457763672, 'sum': 48087.50903490818, 'std': 0.1794584255203465, 'median': 417.43959081941284, 'majority': 417.0066567894537, 'minority': 417.0066567894537, 'unique': 135.0, 'histogram': [[3.0, 11.0, 15.0, 20.0, 20.0, 28.0, 20.0, 7.0, 7.0, 4.0], [417.0066567894537, 417.0968633843586, 417.18706997926347, 417.27727657416835, 417.36748316907324, 417.4576897639781, 417.54789635888295, 417.63810295378784, 417.7283095486927, 417.8185161435976, 417.9087227385025]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.1067266725004, 'percentile_98': 417.84614586504176}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.79937567096204, 'max': 417.8647250228095, 'mean': 417.3157444831972, 'count': 115.20000457763672, 'sum': 48074.77567478419, 'std': 0.3036380053221862, 'median': 417.23763206391595, 'majority': 416.79937567096204, 'minority': 416.79937567096204, 'unique': 135.0, 'histogram': [[9.0, 16.0, 21.0, 18.0, 10.0, 9.0, 9.0, 12.0, 18.0, 13.0], [416.79937567096204, 416.9059106061468, 417.01244554133154, 417.1189804765163, 417.22551541170105, 417.3320503468858, 417.4385852820705, 417.54512021725526, 417.65165515244, 417.75819008762477, 417.8647250228095]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.8469167780131, 'percentile_98': 417.8494345978834}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.64003947516903, 'max': 418.0905962130055, 'mean': 417.2092642820474, 'count': 115.20000457763672, 'sum': 48062.50915512431, 'std': 0.34931090965500255, 'median': 417.1047294221353, 'majority': 416.64003947516903, 'minority': 416.64003947516903, 'unique': 135.0, 'histogram': [[13.0, 23.0, 26.0, 20.0, 11.0, 11.0, 12.0, 8.0, 6.0, 5.0], [416.64003947516903, 416.7850951489527, 416.9301508227363, 417.07520649651997, 417.2202621703036, 417.36531784408726, 417.5103735178709, 417.65542919165455, 417.8004848654382, 417.94554053922184, 418.0905962130055]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.7423649050761, 'percentile_98': 417.9731258773245}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.1842334724497, 'max': 418.02625855780207, 'mean': 417.2007117446095, 'count': 115.20000457763672, 'sum': 48061.523902772315, 'std': 0.3441180591779356, 'median': 417.1639011474326, 'majority': 416.1842334724497, 'minority': 416.1842334724497, 'unique': 135.0, 'histogram': [[3.0, 3.0, 11.0, 16.0, 27.0, 22.0, 18.0, 20.0, 11.0, 4.0], [416.1842334724497, 416.36843598098494, 416.5526384895202, 416.7368409980554, 416.92104350659065, 417.1052460151259, 417.2894485236611, 417.47365103219636, 417.6578535407316, 417.84205604926683, 418.02625855780207]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.55187669675803, 'percentile_98': 417.9230672889389}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.133367252769, 'max': 417.9995521553792, 'mean': 417.07873389144294, 'count': 115.20000457763672, 'sum': 48047.472053529156, 'std': 0.43723685906306975, 'median': 417.2220287728124, 'majority': 416.133367252769, 'minority': 416.133367252769, 'unique': 135.0, 'histogram': [[13.0, 11.0, 8.0, 10.0, 12.0, 24.0, 32.0, 9.0, 11.0, 5.0], [416.133367252769, 416.31998574303003, 416.50660423329106, 416.6932227235521, 416.8798412138131, 417.0664597040741, 417.2530781943351, 417.43969668459613, 417.62631517485715, 417.8129336651182, 417.9995521553792]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.17574970587157, 'percentile_98': 417.8269846306648}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.8813429714646, 'max': 417.7704977337271, 'mean': 417.3948797742598, 'count': 115.20000457763672, 'sum': 48083.89206067685, 'std': 0.2165303698485675, 'median': 417.41702807485126, 'majority': 416.8813429714646, 'minority': 416.8813429714646, 'unique': 135.0, 'histogram': [[9.0, 8.0, 7.0, 8.0, 12.0, 26.0, 21.0, 21.0, 12.0, 11.0], [416.8813429714646, 416.97025844769087, 417.0591739239171, 417.14808940014336, 417.2370048763696, 417.32592035259586, 417.4148358288221, 417.50375130504835, 417.5926667812746, 417.68158225750085, 417.7704977337271]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.9158637523651, 'percentile_98': 417.7322261966765}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.9878775428515, 'max': 417.48925286810845, 'mean': 417.2771791727837, 'count': 115.20000457763672, 'sum': 48070.33295084802, 'std': 0.12629322538792748, 'median': 417.30065277079115, 'majority': 416.9878775428515, 'minority': 416.9878775428515, 'unique': 135.0, 'histogram': [[7.0, 14.0, 7.0, 6.0, 17.0, 16.0, 15.0, 23.0, 18.0, 12.0], [416.9878775428515, 417.0380150753772, 417.0881526079029, 417.1382901404286, 417.1884276729543, 417.23856520548, 417.28870273800567, 417.33884027053136, 417.38897780305706, 417.43911533558276, 417.48925286810845]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.0034771959763, 'percentile_98': 417.4649111519102}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.0877691649367, 'max': 418.20845581241883, 'mean': 417.7833812526478, 'count': 115.20000457763672, 'sum': 48128.647432765574, 'std': 0.2639270932593018, 'median': 417.8239505563397, 'majority': 417.0877691649367, 'minority': 417.0877691649367, 'unique': 135.0, 'histogram': [[5.0, 6.0, 9.0, 9.0, 15.0, 18.0, 16.0, 21.0, 21.0, 15.0], [417.0877691649367, 417.1998378296849, 417.3119064944331, 417.42397515918134, 417.53604382392956, 417.6481124886777, 417.76018115342595, 417.87224981817417, 417.9843184829224, 418.0963871476706, 418.20845581241883]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.1737891738303, 'percentile_98': 418.1740805506707}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.0591455476824, 'max': 418.40906487777823, 'mean': 417.9004113148094, 'count': 115.20000457763672, 'sum': 48142.129296462306, 'std': 0.23017031032025706, 'median': 417.92770934989676, 'majority': 417.0591455476824, 'minority': 417.0591455476824, 'unique': 135.0, 'histogram': [[2.0, 2.0, 6.0, 7.0, 11.0, 27.0, 39.0, 22.0, 11.0, 8.0], [417.0591455476824, 417.194137480692, 417.3291294137016, 417.4641213467112, 417.59911327972077, 417.73410521273036, 417.8690971457399, 418.0040890787495, 418.13908101175906, 418.27407294476865, 418.40906487777823]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.3561064817477, 'percentile_98': 418.3742930763401}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.37014907994313, 'max': 417.69999734242447, 'mean': 417.513210753918, 'count': 115.20000457763672, 'sum': 48097.52379007515, 'std': 0.07140167677034466, 'median': 417.49515730771236, 'majority': 417.37014907994313, 'minority': 417.37014907994313, 'unique': 135.0, 'histogram': [[1.0, 13.0, 28.0, 25.0, 18.0, 16.0, 9.0, 13.0, 7.0, 5.0], [417.37014907994313, 417.4031339061913, 417.4361187324394, 417.46910355868755, 417.5020883849357, 417.53507321118377, 417.5680580374319, 417.60104286368005, 417.6340276899282, 417.6670125161763, 417.69999734242447]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.41897803149186, 'percentile_98': 417.6730690232944}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.7315928498283, 'max': 417.7590199105907, 'mean': 417.2137271772948, 'count': 115.20000457763672, 'sum': 48063.02328067724, 'std': 0.2704249023728451, 'median': 417.2166809439659, 'majority': 416.7315928498283, 'minority': 416.7315928498283, 'unique': 135.0, 'histogram': [[4.0, 28.0, 16.0, 10.0, 10.0, 13.0, 20.0, 11.0, 14.0, 9.0], [416.7315928498283, 416.83433555590454, 416.9370782619808, 417.03982096805703, 417.14256367413327, 417.2453063802095, 417.34804908628576, 417.450791792362, 417.55353449843824, 417.6562772045145, 417.7590199105907]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.815386415692, 'percentile_98': 417.7532609901391}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.42215398699045, 'max': 418.32733404589817, 'mean': 417.96163181713297, 'count': 115.20000457763672, 'sum': 48149.18189861023, 'std': 0.27016615200129923, 'median': 418.02319901762525, 'majority': 417.42215398699045, 'minority': 417.42215398699045, 'unique': 135.0, 'histogram': [[6.0, 10.0, 14.0, 11.0, 11.0, 8.0, 11.0, 16.0, 27.0, 21.0], [417.42215398699045, 417.5126719928812, 417.603189998772, 417.69370800466277, 417.78422601055354, 417.8747440164443, 417.9652620223351, 418.05578002822585, 418.1462980341166, 418.2368160400074, 418.32733404589817]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.4670975771733, 'percentile_98': 418.3188466413413}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.417504650075, 'max': 417.9982279310934, 'mean': 417.7526653546462, 'count': 115.20000457763672, 'sum': 48125.10896117518, 'std': 0.12347148779449543, 'median': 417.7553018962499, 'majority': 417.417504650075, 'minority': 417.417504650075, 'unique': 135.0, 'histogram': [[3.0, 4.0, 9.0, 9.0, 18.0, 34.0, 18.0, 17.0, 12.0, 11.0], [417.417504650075, 417.47557697817683, 417.5336493062787, 417.5917216343805, 417.64979396248236, 417.7078662905842, 417.76593861868605, 417.8240109467879, 417.88208327488974, 417.9401556029916, 417.9982279310934]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.49581578187644, 'percentile_98': 417.9950810794253}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.66366484807804, 'max': 418.4170429653022, 'mean': 418.0023551431462, 'count': 115.20000457763672, 'sum': 48153.87322595337, 'std': 0.22063303004563722, 'median': 417.95396828092635, 'majority': 417.66366484807804, 'minority': 417.66366484807804, 'unique': 135.0, 'histogram': [[16.0, 14.0, 18.0, 22.0, 11.0, 11.0, 5.0, 10.0, 19.0, 9.0], [417.66366484807804, 417.73900265980046, 417.8143404715229, 417.8896782832453, 417.9650160949677, 418.04035390669014, 418.1156917184125, 418.1910295301349, 418.26636734185735, 418.34170515357977, 418.4170429653022]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.6709408056922, 'percentile_98': 418.41082929749973}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.49863521545194, 'max': 418.50841807899997, 'mean': 418.00984986057813, 'count': 115.20000457763672, 'sum': 48154.73661743584, 'std': 0.3074948212846364, 'median': 417.95720972004347, 'majority': 417.49863521545194, 'minority': 417.49863521545194, 'unique': 135.0, 'histogram': [[10.0, 14.0, 22.0, 17.0, 6.0, 8.0, 7.0, 13.0, 23.0, 15.0], [417.49863521545194, 417.59961350180674, 417.70059178816155, 417.80157007451635, 417.90254836087115, 418.00352664722595, 418.10450493358076, 418.20548321993556, 418.30646150629036, 418.40743979264516, 418.50841807899997]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.55087659112183, 'percentile_98': 418.4941717539914}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.37830179044977, 'max': 418.3384808129631, 'mean': 417.9418571421974, 'count': 115.20000457763672, 'sum': 48146.90385596713, 'std': 0.3447169099716612, 'median': 418.16906377789564, 'majority': 417.37830179044977, 'minority': 417.37830179044977, 'unique': 135.0, 'histogram': [[20.0, 20.0, 5.0, 3.0, 6.0, 0.0, 9.0, 1.0, 31.0, 40.0], [417.37830179044977, 417.4743196927011, 417.57033759495243, 417.66635549720377, 417.7623733994551, 417.85839130170643, 417.95440920395777, 418.0504271062091, 418.14644500846043, 418.24246291071177, 418.3384808129631]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.40870437934063, 'percentile_98': 418.32321949186735}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.39122752915137, 'max': 418.64050581352785, 'mean': 418.0194071075373, 'count': 115.20000457763672, 'sum': 48155.837612329284, 'std': 0.34158871672085067, 'median': 417.97731682891026, 'majority': 417.39122752915137, 'minority': 417.39122752915137, 'unique': 135.0, 'histogram': [[8.0, 14.0, 18.0, 15.0, 15.0, 10.0, 8.0, 22.0, 17.0, 8.0], [417.39122752915137, 417.516155357589, 417.64108318602666, 417.7660110144643, 417.89093884290196, 418.0158666713396, 418.14079449977726, 418.2657223282149, 418.39065015665255, 418.5155779850902, 418.64050581352785]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.45232738321647, 'percentile_98': 418.6025798844639}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.5539179414045, 'max': 418.572555645369, 'mean': 417.94163091138694, 'count': 115.20000457763672, 'sum': 48146.87779417673, 'std': 0.30804316045667623, 'median': 417.80823812587187, 'majority': 417.5539179414045, 'minority': 417.5539179414045, 'unique': 135.0, 'histogram': [[30.0, 26.0, 11.0, 13.0, 5.0, 5.0, 9.0, 14.0, 17.0, 5.0], [417.5539179414045, 417.65578171180096, 417.7576454821974, 417.85950925259385, 417.9613730229903, 418.06323679338675, 418.1651005637832, 418.26696433417965, 418.3688281045761, 418.47069187497254, 418.572555645369]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.57286817301065, 'percentile_98': 418.5151592537295}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.48908915906213, 'max': 418.22442290140316, 'mean': 417.9617523233874, 'count': 115.20000457763672, 'sum': 48149.19578093129, 'std': 0.14884687804768398, 'median': 417.95510333031416, 'majority': 417.48908915906213, 'minority': 417.48908915906213, 'unique': 135.0, 'histogram': [[3.0, 3.0, 3.0, 8.0, 14.0, 24.0, 23.0, 21.0, 24.0, 12.0], [417.48908915906213, 417.56262253329623, 417.63615590753034, 417.70968928176444, 417.78322265599854, 417.85675603023265, 417.93028940446675, 418.00382277870085, 418.07735615293495, 418.15088952716906, 418.22442290140316]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.59493251447566, 'percentile_98': 418.17983947112225}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.585346440319, 'max': 418.09611866483465, 'mean': 417.8094740824125, 'count': 115.20000457763672, 'sum': 48131.653326873915, 'std': 0.08948075417691631, 'median': 417.81587424338795, 'majority': 417.585346440319, 'minority': 417.585346440319, 'unique': 135.0, 'histogram': [[5.0, 11.0, 15.0, 27.0, 34.0, 19.0, 14.0, 4.0, 4.0, 2.0], [417.585346440319, 417.63642366277054, 417.6875008852221, 417.7385781076737, 417.78965533012524, 417.8407325525768, 417.8918097750284, 417.94288699747995, 417.9939642199315, 418.0450414423831, 418.09611866483465]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.63642002479173, 'percentile_98': 418.0384530627634}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.40433516679326, 'max': 418.16198790911585, 'mean': 417.6900925732409, 'count': 115.20000457763672, 'sum': 48117.900576470856, 'std': 0.14764302458222792, 'median': 417.67583752516657, 'majority': 417.6422626187559, 'minority': 417.40433516679326, 'unique': 134.0, 'histogram': [[8.0, 16.0, 30.0, 30.0, 19.0, 11.0, 6.0, 8.0, 3.0, 4.0], [417.40433516679326, 417.4801004410255, 417.55586571525777, 417.63163098949, 417.7073962637223, 417.7831615379546, 417.85892681218684, 417.9346920864191, 418.01045736065134, 418.0862226348836, 418.16198790911585]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.4633286311291, 'percentile_98': 418.0868345429189}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.35985359991906, 'max': 417.9113238933496, 'mean': 417.63296391662993, 'count': 115.20000457763672, 'sum': 48111.31935496776, 'std': 0.12309223684593232, 'median': 417.61574539123103, 'majority': 417.35985359991906, 'minority': 417.35985359991906, 'unique': 135.0, 'histogram': [[5.0, 11.0, 17.0, 21.0, 20.0, 15.0, 20.0, 10.0, 9.0, 7.0], [417.35985359991906, 417.4150006292621, 417.4701476586052, 417.52529468794825, 417.5804417172913, 417.6355887466343, 417.6907357759774, 417.74588280532043, 417.8010298346635, 417.85617686400656, 417.9113238933496]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.4129389866721, 'percentile_98': 417.90282193687744}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.003935581306, 'max': 417.6084257778712, 'mean': 417.38509297551934, 'count': 115.20000457763672, 'sum': 48082.764621417155, 'std': 0.13209402329552777, 'median': 417.39270091056824, 'majority': 417.003935581306, 'minority': 417.003935581306, 'unique': 135.0, 'histogram': [[6.0, 2.0, 6.0, 8.0, 19.0, 17.0, 31.0, 19.0, 16.0, 11.0], [417.003935581306, 417.0643846009625, 417.12483362061903, 417.18528264027555, 417.24573165993206, 417.3061806795886, 417.36662969924515, 417.42707871890167, 417.4875277385582, 417.5479767582147, 417.6084257778712]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.03307215357205, 'percentile_98': 417.5926478637848}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.9358544459101, 'max': 417.5652575213462, 'mean': 417.2482888427437, 'count': 115.20000457763672, 'sum': 48067.004784695164, 'std': 0.1610218065790943, 'median': 417.2798144281842, 'majority': 416.9358544459101, 'minority': 416.9358544459101, 'unique': 135.0, 'histogram': [[10.0, 16.0, 16.0, 9.0, 13.0, 20.0, 21.0, 17.0, 8.0, 5.0], [416.9358544459101, 416.9987947534537, 417.0617350609973, 417.1246753685409, 417.18761567608453, 417.25055598362815, 417.31349629117176, 417.3764365987154, 417.439376906259, 417.5023172138026, 417.5652575213462]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.9526037003379, 'percentile_98': 417.55280471988954}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.0704778516665, 'max': 418.1088552286383, 'mean': 417.5558600794564, 'count': 115.20000457763672, 'sum': 48102.43699257242, 'std': 0.25232401708295393, 'median': 417.58686347748153, 'majority': 417.0704778516665, 'minority': 417.0704778516665, 'unique': 135.0, 'histogram': [[12.0, 13.0, 10.0, 14.0, 19.0, 21.0, 26.0, 7.0, 8.0, 5.0], [417.0704778516665, 417.1743155893637, 417.27815332706086, 417.38199106475804, 417.4858288024552, 417.5896665401524, 417.69350427784957, 417.79734201554675, 417.9011797532439, 418.0050174909411, 418.1088552286383]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.0840293227229, 'percentile_98': 418.00807957770303}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.85221003717743, 'max': 417.6531183475163, 'mean': 417.168611485297, 'count': 115.20000457763672, 'sum': 48057.825952752566, 'std': 0.19854616697616034, 'median': 417.13975952006876, 'majority': 416.85221003717743, 'minority': 416.85221003717743, 'unique': 135.0, 'histogram': [[11.0, 24.0, 20.0, 14.0, 19.0, 10.0, 12.0, 16.0, 4.0, 5.0], [416.85221003717743, 416.9323008682113, 417.0123916992452, 417.0924825302791, 417.17257336131297, 417.25266419234686, 417.33275502338074, 417.4128458544146, 417.4929366854485, 417.5730275164824, 417.6531183475163]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.87531484058127, 'percentile_98': 417.5842514086981}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.7001461610198, 'max': 417.30083830771036, 'mean': 416.9899176795773, 'count': 115.20000457763672, 'sum': 48037.24042551566, 'std': 0.13526071182321037, 'median': 416.9963067397475, 'majority': 416.7001461610198, 'minority': 416.7001461610198, 'unique': 135.0, 'histogram': [[5.0, 8.0, 18.0, 13.0, 25.0, 27.0, 12.0, 11.0, 11.0, 5.0], [416.7001461610198, 416.76021537568886, 416.8202845903579, 416.88035380502697, 416.940423019696, 417.0004922343651, 417.06056144903414, 417.1206306637032, 417.18069987837225, 417.2407690930413, 417.30083830771036]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.7270308244042, 'percentile_98': 417.2636072325986}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.87699194881134, 'max': 418.0003088549711, 'mean': 417.3349203659208, 'count': 115.20000457763672, 'sum': 48076.98473656173, 'std': 0.24373572679457775, 'median': 417.3670968157239, 'majority': 416.87699194881134, 'minority': 416.87699194881134, 'unique': 135.0, 'histogram': [[18.0, 12.0, 16.0, 12.0, 23.0, 28.0, 13.0, 8.0, 4.0, 1.0], [416.87699194881134, 416.9893236394273, 417.1016553300433, 417.21398702065926, 417.32631871127523, 417.4386504018912, 417.5509820925072, 417.66331378312316, 417.77564547373913, 417.8879771643551, 418.0003088549711]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.9032981735654, 'percentile_98': 417.7968585281633}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.93444291013293, 'max': 418.00438702921383, 'mean': 417.38331412056397, 'count': 115.20000457763672, 'sum': 48082.55969731815, 'std': 0.2745097625977931, 'median': 417.32200406841, 'majority': 416.93444291013293, 'minority': 416.93444291013293, 'unique': 135.0, 'histogram': [[12.0, 18.0, 19.0, 28.0, 19.0, 8.0, 6.0, 7.0, 6.0, 12.0], [416.93444291013293, 417.041437322041, 417.1484317339491, 417.2554261458572, 417.3624205577653, 417.4694149696734, 417.57640938158147, 417.68340379348956, 417.79039820539765, 417.89739261730574, 418.00438702921383]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.9975691183936, 'percentile_98': 417.9817005933728}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.95498293847777, 'max': 417.94689968810417, 'mean': 417.4430939786904, 'count': 115.20000457763672, 'sum': 48089.446337247966, 'std': 0.2341990809822531, 'median': 417.35882405191654, 'majority': 416.95498293847777, 'minority': 416.95498293847777, 'unique': 135.0, 'histogram': [[4.0, 9.0, 10.0, 38.0, 16.0, 9.0, 15.0, 12.0, 13.0, 9.0], [416.95498293847777, 417.0541746134404, 417.15336628840305, 417.2525579633657, 417.35174963832833, 417.45094131329097, 417.5501329882536, 417.64932466321625, 417.7485163381789, 417.8477080131415, 417.94689968810417]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.0473366684746, 'percentile_98': 417.93058335315436}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.09650031407364, 'max': 417.7807568339631, 'mean': 417.41668455714483, 'count': 115.20000457763672, 'sum': 48086.40397176503, 'std': 0.1447558594347027, 'median': 417.4302848696243, 'majority': 417.09650031407364, 'minority': 417.09650031407364, 'unique': 135.0, 'histogram': [[7.0, 12.0, 14.0, 20.0, 20.0, 23.0, 22.0, 8.0, 8.0, 1.0], [417.09650031407364, 417.1649259660626, 417.23335161805153, 417.3017772700405, 417.3702029220294, 417.43862857401837, 417.5070542260073, 417.57547987799626, 417.6439055299852, 417.71233118197415, 417.7807568339631]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.11669837241055, 'percentile_98': 417.68182563828304}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.45724229258485, 'max': 418.2391421636567, 'mean': 417.8268033019504, 'count': 115.20000457763672, 'sum': 48133.649653044005, 'std': 0.1795048630563252, 'median': 417.8411763859913, 'majority': 417.45724229258485, 'minority': 417.45724229258485, 'unique': 135.0, 'histogram': [[4.0, 20.0, 17.0, 13.0, 15.0, 22.0, 18.0, 13.0, 10.0, 3.0], [417.45724229258485, 417.53543227969203, 417.6136222667992, 417.6918122539064, 417.7700022410136, 417.84819222812075, 417.926382215228, 418.00457220233517, 418.08276218944235, 418.16095217654953, 418.2391421636567]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.5288704573177, 'percentile_98': 418.1372278253548}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.73030898184516, 'max': 418.4968820482027, 'mean': 418.26578598711797, 'count': 115.20000457763672, 'sum': 48184.22046038481, 'std': 0.12737578403949257, 'median': 418.26191954896785, 'majority': 418.3359160379041, 'minority': 417.73030898184516, 'unique': 134.0, 'histogram': [[1.0, 1.0, 4.0, 3.0, 11.0, 19.0, 36.0, 26.0, 15.0, 19.0], [417.73030898184516, 417.8069662884809, 417.88362359511666, 417.9602809017524, 418.03693820838816, 418.1135955150239, 418.19025282165967, 418.2669101282954, 418.3435674349312, 418.4202247415669, 418.4968820482027]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.94088974711485, 'percentile_98': 418.492218159372}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.22910464159213, 'max': 418.5128018434625, 'mean': 418.14834977750024, 'count': 115.20000457763672, 'sum': 48170.691808499265, 'std': 0.27787114106527594, 'median': 418.2483971817419, 'majority': 417.22910464159213, 'minority': 417.22910464159213, 'unique': 135.0, 'histogram': [[3.0, 4.0, 5.0, 5.0, 10.0, 11.0, 17.0, 22.0, 32.0, 26.0], [417.22910464159213, 417.35747436177917, 417.4858440819662, 417.61421380215324, 417.7425835223403, 417.8709532425273, 417.99932296271436, 418.1276926829014, 418.25606240308844, 418.3844321232755, 418.5128018434625]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.4299792794045, 'percentile_98': 418.4960635029711}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.2398148512002, 'max': 418.03974454523996, 'mean': 417.6642113186807, 'count': 115.20000457763672, 'sum': 48114.91905582705, 'std': 0.1501907818209776, 'median': 417.65376590774395, 'majority': 417.2398148512002, 'minority': 417.2398148512002, 'unique': 135.0, 'histogram': [[2.0, 0.0, 12.0, 28.0, 25.0, 17.0, 17.0, 27.0, 3.0, 4.0], [417.2398148512002, 417.3198078206042, 417.39980079000816, 417.47979375941213, 417.5597867288161, 417.6397796982201, 417.71977266762406, 417.79976563702803, 417.879758606432, 417.959751575836, 418.03974454523996]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.4312452960294, 'percentile_98': 417.9861680313479}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.80681169964373, 'max': 417.4255154794082, 'mean': 417.1596267469681, 'count': 115.20000457763672, 'sum': 48056.790910855954, 'std': 0.1720284542231592, 'median': 417.1841064817272, 'majority': 416.80681169964373, 'minority': 416.80681169964373, 'unique': 135.0, 'histogram': [[7.0, 14.0, 11.0, 7.0, 5.0, 18.0, 16.0, 17.0, 29.0, 11.0], [416.80681169964373, 416.8686820776202, 416.9305524555966, 416.9924228335731, 417.0542932115495, 417.11616358952597, 417.1780339675024, 417.23990434547886, 417.3017747234553, 417.36364510143176, 417.4255154794082]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.83538438519463, 'percentile_98': 417.39289372344496}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.62148578325287, 'max': 417.6147667749319, 'mean': 417.0217475523724, 'count': 115.20000457763672, 'sum': 48040.90722700737, 'std': 0.20279025692290864, 'median': 417.0377542322967, 'majority': 416.62148578325287, 'minority': 416.62148578325287, 'unique': 135.0, 'histogram': [[8.0, 25.0, 13.0, 16.0, 21.0, 29.0, 10.0, 8.0, 3.0, 2.0], [416.62148578325287, 416.72081388242077, 416.8201419815887, 416.9194700807566, 417.0187981799245, 417.1181262790924, 417.2174543782603, 417.3167824774282, 417.4161105765961, 417.515438675764, 417.6147667749319]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.68607445899397, 'percentile_98': 417.4208370386623}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.43564691185026, 'max': 417.505612858804, 'mean': 416.90480221590104, 'count': 115.20000457763672, 'sum': 48027.43512371053, 'std': 0.24661735172058652, 'median': 416.89167846925557, 'majority': 416.43564691185026, 'minority': 416.43564691185026, 'unique': 135.0, 'histogram': [[11.0, 11.0, 24.0, 19.0, 15.0, 18.0, 18.0, 10.0, 5.0, 4.0], [416.43564691185026, 416.54264350654563, 416.649640101241, 416.7566366959364, 416.86363329063175, 416.9706298853271, 417.0776264800225, 417.1846230747179, 417.29161966941325, 417.3986162641086, 417.505612858804]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.4651909377426, 'percentile_98': 417.4112946202513}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.6182843619026, 'max': 417.80752144404687, 'mean': 417.27565052471243, 'count': 115.20000457763672, 'sum': 48070.15685058321, 'std': 0.2744161545621044, 'median': 417.27908319444396, 'majority': 416.6182843619026, 'minority': 416.6182843619026, 'unique': 135.0, 'histogram': [[6.0, 5.0, 8.0, 21.0, 19.0, 21.0, 10.0, 24.0, 17.0, 4.0], [416.6182843619026, 416.73720807011705, 416.8561317783315, 416.9750554865459, 417.0939791947603, 417.21290290297475, 417.3318266111892, 417.4507503194036, 417.569674027618, 417.68859773583245, 417.80752144404687]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.667327954201, 'percentile_98': 417.7270966465585}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.7604347458109, 'max': 417.644561821362, 'mean': 416.98306797003744, 'count': 115.20000457763672, 'sum': 48036.45133894531, 'std': 0.20601520192140604, 'median': 416.91443402669387, 'majority': 416.7604347458109, 'minority': 416.7604347458109, 'unique': 135.0, 'histogram': [[40.0, 37.0, 26.0, 9.0, 7.0, 2.0, 2.0, 4.0, 4.0, 4.0], [416.7604347458109, 416.84884745336603, 416.93726016092114, 417.02567286847625, 417.11408557603136, 417.20249828358646, 417.2909109911416, 417.3793236986967, 417.4677364062518, 417.5561491138069, 417.644561821362]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.7882289038971, 'percentile_98': 417.59676605579443}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.05231308494695, 'max': 417.14724284247495, 'mean': 416.479328240258, 'count': 115.20000457763672, 'sum': 47978.420519768784, 'std': 0.22745549317334043, 'median': 416.42361247795634, 'majority': 416.05231308494695, 'minority': 416.05231308494695, 'unique': 135.0, 'histogram': [[4.0, 17.0, 31.0, 26.0, 14.0, 12.0, 18.0, 6.0, 3.0, 4.0], [416.05231308494695, 416.16180606069975, 416.27129903645255, 416.38079201220535, 416.49028498795815, 416.59977796371095, 416.70927093946375, 416.81876391521655, 416.92825689096935, 417.03774986672215, 417.14724284247495]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.14269503043033, 'percentile_98': 417.0467327639926}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.7715087532997, 'max': 417.84552740864456, 'mean': 417.2669583414638, 'count': 115.20000457763672, 'sum': 48069.15551103318, 'std': 0.2430271955358833, 'median': 417.1755354036577, 'majority': 417.20884109963663, 'minority': 416.7715087532997, 'unique': 134.0, 'histogram': [[5.0, 7.0, 11.0, 49.0, 16.0, 8.0, 8.0, 14.0, 10.0, 7.0], [416.7715087532997, 416.8789106188342, 416.9863124843687, 417.09371434990317, 417.20111621543765, 417.30851808097214, 417.4159199465066, 417.5233218120411, 417.6307236775756, 417.7381255431101, 417.84552740864456]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.8304585618898, 'percentile_98': 417.79057210078463}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.565373936668, 'max': 418.18537283688784, 'mean': 417.98034704438265, 'count': 115.20000457763672, 'sum': 48151.33789287507, 'std': 0.13958478326158424, 'median': 417.99557584454305, 'majority': 417.565373936668, 'minority': 417.565373936668, 'unique': 135.0, 'histogram': [[4.0, 3.0, 5.0, 1.0, 13.0, 18.0, 23.0, 18.0, 25.0, 25.0], [417.565373936668, 417.62737382668996, 417.68937371671194, 417.7513736067339, 417.8133734967559, 417.87537338677794, 417.9373732767999, 417.9993731668219, 418.0613730568439, 418.12337294686586, 418.18537283688784]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.6254587946459, 'percentile_98': 418.18096360657364}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.80042374739423, 'max': 418.42361315502785, 'mean': 418.2064341066596, 'count': 115.20000457763672, 'sum': 48177.38312348431, 'std': 0.10933085893271001, 'median': 418.2123993814457, 'majority': 417.80042374739423, 'minority': 417.80042374739423, 'unique': 135.0, 'histogram': [[3.0, 2.0, 4.0, 9.0, 11.0, 24.0, 37.0, 25.0, 8.0, 12.0], [417.80042374739423, 417.8627426881576, 417.92506162892096, 417.9873805696843, 418.0496995104477, 418.11201845121104, 418.1743373919744, 418.23665633273777, 418.2989752735011, 418.3612942142645, 418.42361315502785]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.9264433332719, 'percentile_98': 418.39631376205944}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.05530748004094, 'max': 417.89440001593897, 'mean': 417.48128611444827, 'count': 115.20000457763672, 'sum': 48093.8460714621, 'std': 0.18863439830132697, 'median': 417.42149551282637, 'majority': 417.05530748004094, 'minority': 417.05530748004094, 'unique': 135.0, 'histogram': [[2.0, 3.0, 20.0, 33.0, 19.0, 13.0, 7.0, 12.0, 11.0, 15.0], [417.05530748004094, 417.13921673363075, 417.22312598722056, 417.30703524081036, 417.3909444944002, 417.47485374799, 417.55876300157973, 417.64267225516954, 417.72658150875935, 417.81049076234916, 417.89440001593897]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.2312292212155, 'percentile_98': 417.86807196331205}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.0396823610645, 'max': 418.24180516414344, 'mean': 417.7781564517422, 'count': 115.20000457763672, 'sum': 48128.04553567733, 'std': 0.2083366127206929, 'median': 417.78879312914796, 'majority': 417.0396823610645, 'minority': 417.0396823610645, 'unique': 135.0, 'histogram': [[2.0, 1.0, 5.0, 5.0, 24.0, 28.0, 20.0, 29.0, 16.0, 5.0], [417.0396823610645, 417.1598946413724, 417.2801069216803, 417.40031920198817, 417.52053148229606, 417.64074376260396, 417.76095604291186, 417.88116832321975, 418.00138060352765, 418.12159288383555, 418.24180516414344]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.31561213964596, 'percentile_98': 418.1197327852715}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.554285377264, 'max': 418.6689911875873, 'mean': 418.1630440035502, 'count': 115.20000457763672, 'sum': 48172.38458340749, 'std': 0.2369023676759109, 'median': 418.1565309409052, 'majority': 417.554285377264, 'minority': 417.554285377264, 'unique': 135.0, 'histogram': [[3.0, 4.0, 8.0, 23.0, 15.0, 26.0, 21.0, 12.0, 13.0, 10.0], [417.554285377264, 417.66575595829636, 417.7772265393287, 417.88869712036103, 418.00016770139337, 418.1116382824257, 418.223108863458, 418.3345794444903, 418.44605002552265, 418.557520606555, 418.6689911875873]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.68100345507264, 'percentile_98': 418.60427154460916}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.6923575869296, 'max': 418.6102269159164, 'mean': 418.1884190070882, 'count': 115.20000457763672, 'sum': 48175.307783931225, 'std': 0.1933205272127255, 'median': 418.18903264356777, 'majority': 417.6923575869296, 'minority': 417.6923575869296, 'unique': 135.0, 'histogram': [[2.0, 5.0, 18.0, 14.0, 19.0, 20.0, 21.0, 21.0, 7.0, 8.0], [417.6923575869296, 417.78414451982826, 417.87593145272695, 417.96771838562563, 418.0595053185243, 418.151292251423, 418.2430791843217, 418.3348661172204, 418.42665305011906, 418.51843998301774, 418.6102269159164]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.8582385065965, 'percentile_98': 418.5834841337055}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.60903695831075, 'max': 418.7787308183033, 'mean': 418.23374784710256, 'count': 115.20000457763672, 'sum': 48180.52966650837, 'std': 0.22242318900158806, 'median': 418.2715420029126, 'majority': 418.2715420029126, 'minority': 417.60903695831075, 'unique': 134.0, 'histogram': [[3.0, 1.0, 18.0, 13.0, 20.0, 26.0, 27.0, 15.0, 6.0, 6.0], [417.60903695831075, 417.72600634431, 417.84297573030926, 417.9599451163085, 418.0769145023078, 418.193883888307, 418.3108532743063, 418.42782266030554, 418.5447920463048, 418.66176143230405, 418.7787308183033]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.84546192502603, 'percentile_98': 418.6845508229453}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.5095600658096, 'max': 418.8962120679207, 'mean': 418.27717362617153, 'count': 115.20000457763672, 'sum': 48185.53231645591, 'std': 0.251784110928932, 'median': 418.30636473605404, 'majority': 417.5095600658096, 'minority': 417.5095600658096, 'unique': 135.0, 'histogram': [[2.0, 4.0, 5.0, 17.0, 19.0, 25.0, 32.0, 19.0, 9.0, 3.0], [417.5095600658096, 417.6482252660207, 417.7868904662318, 417.9255556664429, 418.064220866654, 418.2028860668652, 418.3415512670763, 418.4802164672874, 418.6188816674985, 418.7575468677096, 418.8962120679207]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.7172449999489, 'percentile_98': 418.74802627717145}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.87786506372504, 'max': 418.8023267488461, 'mean': 417.9089170259814, 'count': 115.20000457763672, 'sum': 48143.10915442826, 'std': 0.38709206283464787, 'median': 417.90692193899304, 'majority': 416.87786506372504, 'minority': 416.87786506372504, 'unique': 135.0, 'histogram': [[3.0, 6.0, 13.0, 18.0, 22.0, 17.0, 22.0, 14.0, 16.0, 4.0], [416.87786506372504, 417.07031123223715, 417.26275740074925, 417.45520356926136, 417.64764973777346, 417.84009590628557, 418.0325420747977, 418.2249882433098, 418.4174344118219, 418.609880580334, 418.8023267488461]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.12369056767784, 'percentile_98': 418.6323239991907}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.34491572040133, 'max': 417.5479989498854, 'mean': 416.79993524053356, 'count': 115.20000457763672, 'sum': 48015.354447668156, 'std': 0.2970715268304529, 'median': 416.7788865743205, 'majority': 416.34491572040133, 'minority': 416.34491572040133, 'unique': 135.0, 'histogram': [[20.0, 22.0, 15.0, 15.0, 17.0, 13.0, 12.0, 11.0, 8.0, 2.0], [416.34491572040133, 416.46522404334974, 416.58553236629814, 416.70584068924654, 416.82614901219495, 416.94645733514335, 417.0667656580918, 417.1870739810402, 417.3073823039886, 417.427690626937, 417.5479989498854]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.3593584962655, 'percentile_98': 417.34873957466334}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.109887737548, 'max': 417.45540147530846, 'mean': 416.7111048779574, 'count': 115.20000457763672, 'sum': 48005.12118949275, 'std': 0.3120222832323729, 'median': 416.6596190771088, 'majority': 416.109887737548, 'minority': 416.109887737548, 'unique': 135.0, 'histogram': [[3.0, 17.0, 21.0, 24.0, 19.0, 16.0, 9.0, 8.0, 10.0, 8.0], [416.109887737548, 416.244439111324, 416.3789904851001, 416.5135418588761, 416.6480932326522, 416.7826446064282, 416.91719598020427, 417.0517473539803, 417.18629872775637, 417.3208501015324, 417.45540147530846]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.2466138950549, 'percentile_98': 417.35951890586875}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.37400499894284, 'max': 417.53481491468847, 'mean': 416.93832938973475, 'count': 115.20000457763672, 'sum': 48031.29745428965, 'std': 0.29314050076652126, 'median': 416.93619277793914, 'majority': 416.37400499894284, 'minority': 416.37400499894284, 'unique': 135.0, 'histogram': [[13.0, 10.0, 21.0, 14.0, 14.0, 9.0, 17.0, 17.0, 9.0, 11.0], [416.37400499894284, 416.4900859905174, 416.60616698209196, 416.7222479736665, 416.8383289652411, 416.95440995681565, 417.0704909483902, 417.1865719399648, 417.30265293153934, 417.4187339231139, 417.53481491468847]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.4093770668842, 'percentile_98': 417.45866838027723}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.50354614830576, 'max': 417.68121445784345, 'mean': 417.16667312197495, 'count': 115.20000457763672, 'sum': 48057.602653288995, 'std': 0.20320799906659184, 'median': 417.17331259860657, 'majority': 416.50354614830576, 'minority': 416.50354614830576, 'unique': 135.0, 'histogram': [[3.0, 5.0, 6.0, 9.0, 27.0, 29.0, 27.0, 15.0, 9.0, 5.0], [416.50354614830576, 416.6213129792595, 416.7390798102133, 416.85684664116707, 416.97461347212084, 417.0923803030746, 417.2101471340284, 417.32791396498214, 417.4456807959359, 417.5634476268897, 417.68121445784345]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.7032820987515, 'percentile_98': 417.59491796256043}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.39293704065494, 'max': 417.48292642296286, 'mean': 416.93031970602107, 'count': 115.20000457763672, 'sum': 48030.37473868917, 'std': 0.2068462073951011, 'median': 416.90331636345945, 'majority': 416.39293704065494, 'minority': 416.39293704065494, 'unique': 135.0, 'histogram': [[5.0, 4.0, 8.0, 28.0, 30.0, 20.0, 17.0, 14.0, 7.0, 2.0], [416.39293704065494, 416.50193597888574, 416.61093491711654, 416.71993385534734, 416.82893279357813, 416.93793173180893, 417.04693067003967, 417.15592960827047, 417.26492854650127, 417.37392748473206, 417.48292642296286]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.48107071523555, 'percentile_98': 417.32166209840216}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.60392525955103, 'max': 417.8711569693405, 'mean': 417.3475481317842, 'count': 115.20000457763672, 'sum': 48078.439455247004, 'std': 0.25054813765152095, 'median': 417.3382476437837, 'majority': 416.60392525955103, 'minority': 416.60392525955103, 'unique': 135.0, 'histogram': [[4.0, 5.0, 3.0, 7.0, 20.0, 28.0, 24.0, 19.0, 17.0, 8.0], [416.60392525955103, 416.73064843053, 416.85737160150893, 416.9840947724879, 417.1108179434668, 417.2375411144458, 417.3642642854247, 417.4909874564037, 417.6177106273826, 417.74443379836157, 417.8711569693405]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.7017359577585, 'percentile_98': 417.77436854317784}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.2314474999439, 'max': 418.12615381786594, 'mean': 417.8175778144264, 'count': 115.20000457763672, 'sum': 48132.58687683901, 'std': 0.1962890768535315, 'median': 417.83776759984903, 'majority': 417.2314474999439, 'minority': 417.2314474999439, 'unique': 135.0, 'histogram': [[2.0, 5.0, 7.0, 5.0, 11.0, 28.0, 21.0, 20.0, 12.0, 24.0], [417.2314474999439, 417.3209181317361, 417.4103887635283, 417.4998593953205, 417.58933002711274, 417.67880065890495, 417.7682712906971, 417.8577419224893, 417.9472125542815, 418.03668318607373, 418.12615381786594]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.36137427506037, 'percentile_98': 418.11654591583647}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 417.05912008183077, 'max': 417.4408422841225, 'mean': 417.22165203010974, 'count': 115.20000457763672, 'sum': 48063.936223757795, 'std': 0.07355020388979029, 'median': 417.22002424648963, 'majority': 417.05912008183077, 'minority': 417.05912008183077, 'unique': 135.0, 'histogram': [[5.0, 13.0, 20.0, 23.0, 25.0, 19.0, 18.0, 5.0, 2.0, 5.0], [417.05912008183077, 417.09729230205994, 417.1354645222891, 417.1736367425183, 417.21180896274745, 417.2499811829766, 417.2881534032058, 417.32632562343497, 417.36449784366414, 417.4026700638933, 417.4408422841225]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 417.092192947166, 'percentile_98': 417.41373934200965}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.534148826031, 'max': 417.85214125411585, 'mean': 417.0609520637223, 'count': 115.20000457763672, 'sum': 48045.423586894336, 'std': 0.27515457040822144, 'median': 417.0036445430014, 'majority': 416.534148826031, 'minority': 416.534148826031, 'unique': 135.0, 'histogram': [[8.0, 11.0, 24.0, 36.0, 20.0, 13.0, 8.0, 4.0, 5.0, 6.0], [416.534148826031, 416.6659480688395, 416.797747311648, 416.92954655445646, 417.06134579726495, 417.19314504007343, 417.3249442828819, 417.4567435256904, 417.5885427684989, 417.72034201130737, 417.85214125411585]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.6102116869297, 'percentile_98': 417.7503906248603}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.506238252623, 'max': 417.47744762687944, 'mean': 417.14625920979745, 'count': 115.20000457763672, 'sum': 48055.2509705127, 'std': 0.19290976350619024, 'median': 417.17011117725633, 'majority': 416.506238252623, 'minority': 416.506238252623, 'unique': 135.0, 'histogram': [[3.0, 6.0, 2.0, 4.0, 3.0, 23.0, 27.0, 33.0, 18.0, 16.0], [416.506238252623, 416.60335919004865, 416.7004801274743, 416.79760106489994, 416.8947220023256, 416.9918429397512, 417.08896387717687, 417.1860848146025, 417.28320575202815, 417.3803266894538, 417.47744762687944]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.6100079601165, 'percentile_98': 417.4433270236477}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.6672260907945, 'max': 417.6374459348153, 'mean': 417.18601822708405, 'count': 115.20000457763672, 'sum': 48059.83120948612, 'std': 0.19658594788539954, 'median': 417.20423178048804, 'majority': 416.6672260907945, 'minority': 416.6672260907945, 'unique': 135.0, 'histogram': [[4.0, 8.0, 6.0, 8.0, 22.0, 36.0, 25.0, 11.0, 7.0, 8.0], [416.6672260907945, 416.7642480751966, 416.86127005959867, 416.9582920440007, 417.0553140284028, 417.1523360128049, 417.24935799720697, 417.34637998160906, 417.4434019660111, 417.5404239504132, 417.6374459348153]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.75766624393873, 'percentile_98': 417.5924841547385}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.61680006654933, 'max': 417.4020650680177, 'mean': 416.98095924600295, 'count': 115.20000457763672, 'sum': 48036.20841392689, 'std': 0.1847036516523781, 'median': 416.94783431012183, 'majority': 416.61680006654933, 'minority': 416.61680006654933, 'unique': 135.0, 'histogram': [[6.0, 13.0, 23.0, 24.0, 17.0, 11.0, 9.0, 14.0, 11.0, 7.0], [416.61680006654933, 416.69532656669617, 416.773853066843, 416.85237956698984, 416.9309060671367, 417.0094325672835, 417.08795906743035, 417.1664855675772, 417.245012067724, 417.32353856787086, 417.4020650680177]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.6336984781083, 'percentile_98': 417.3444685875438}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.4755700912792, 'max': 417.47893192223273, 'mean': 416.94439506287927, 'count': 115.20000457763672, 'sum': 48031.996219863664, 'std': 0.2794336065757989, 'median': 416.922786826035, 'majority': 416.4755700912792, 'minority': 416.4755700912792, 'unique': 135.0, 'histogram': [[12.0, 16.0, 19.0, 14.0, 19.0, 14.0, 9.0, 8.0, 10.0, 14.0], [416.4755700912792, 416.5759062743746, 416.6762424574699, 416.7765786405653, 416.8769148236606, 416.977251006756, 417.07758718985133, 417.1779233729467, 417.27825955604203, 417.3785957391374, 417.47893192223273]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.520400904119, 'percentile_98': 417.46730494196527}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.5134778304491, 'max': 417.6523943897337, 'mean': 417.16301581239753, 'count': 115.20000457763672, 'sum': 48057.181331208936, 'std': 0.2775122056786469, 'median': 417.1732325630728, 'majority': 416.5134778304491, 'minority': 416.5134778304491, 'unique': 135.0, 'histogram': [[3.0, 6.0, 10.0, 21.0, 21.0, 9.0, 20.0, 16.0, 15.0, 14.0], [416.5134778304491, 416.6273694863776, 416.74126114230603, 416.8551527982345, 416.96904445416294, 417.0829361100914, 417.19682776601985, 417.3107194219483, 417.42461107787676, 417.5385027338052, 417.6523943897337]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.6291619185359, 'percentile_98': 417.6358525000978}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.64280433906237, 'max': 417.76263242354617, 'mean': 417.2701967898841, 'count': 115.20000457763672, 'sum': 48069.528580306025, 'std': 0.22783905231126717, 'median': 417.2270309936721, 'majority': 416.64280433906237, 'minority': 416.64280433906237, 'unique': 135.0, 'histogram': [[1.0, 3.0, 6.0, 23.0, 28.0, 19.0, 12.0, 13.0, 21.0, 9.0], [416.64280433906237, 416.75478714751074, 416.8667699559591, 416.9787527644075, 417.09073557285586, 417.2027183813043, 417.31470118975267, 417.42668399820104, 417.5386668066494, 417.6506496150978, 417.76263242354617]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.8582490819972, 'percentile_98': 417.67511356738396}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.3628400419839, 'max': 418.3055789326318, 'mean': 417.2505813509798, 'count': 115.20000457763672, 'sum': 48067.268881654454, 'std': 0.42063373763749556, 'median': 417.15407496667467, 'majority': 416.3628400419839, 'minority': 416.3628400419839, 'unique': 135.0, 'histogram': [[6.0, 6.0, 13.0, 36.0, 23.0, 19.0, 7.0, 9.0, 9.0, 7.0], [416.3628400419839, 416.55711393104866, 416.75138782011345, 416.94566170917824, 417.139935598243, 417.3342094873078, 417.52848337637266, 417.72275726543745, 417.91703115450224, 418.11130504356703, 418.3055789326318]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.46625686553307, 'percentile_98': 418.21095146588044}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.2792974966579, 'max': 417.5721587671432, 'mean': 416.898395825931, 'count': 115.20000457763672, 'sum': 48026.697107556654, 'std': 0.24548757646052408, 'median': 416.89397767186165, 'majority': 416.2792974966579, 'minority': 416.2792974966579, 'unique': 135.0, 'histogram': [[8.0, 5.0, 7.0, 18.0, 40.0, 26.0, 12.0, 9.0, 4.0, 6.0], [416.2792974966579, 416.4085836237064, 416.53786975075496, 416.66715587780345, 416.796442004852, 416.92572813190054, 417.0550142589491, 417.18430038599763, 417.3135865130461, 417.44287264009466, 417.5721587671432]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.31496060290374, 'percentile_98': 417.46048009372316}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.97643939894624, 'max': 416.6959261056036, 'mean': 416.3821769415187, 'count': 115.20000457763672, 'sum': 47967.2286897093, 'std': 0.16537135121946508, 'median': 416.3886042078957, 'majority': 415.97643939894624, 'minority': 415.97643939894624, 'unique': 135.0, 'histogram': [[7.0, 4.0, 5.0, 16.0, 20.0, 18.0, 19.0, 18.0, 21.0, 7.0], [415.97643939894624, 416.048388069612, 416.1203367402777, 416.19228541094344, 416.2642340816092, 416.3361827522749, 416.40813142294064, 416.4800800936064, 416.5520287642721, 416.62397743493784, 416.6959261056036]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.0166936344467, 'percentile_98': 416.65225580800325}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.24436926213093, 'max': 417.1578948444221, 'mean': 416.60590889613167, 'count': 115.20000457763672, 'sum': 47993.00261190487, 'std': 0.2044860961126195, 'median': 416.5614773228299, 'majority': 416.24436926213093, 'minority': 416.24436926213093, 'unique': 135.0, 'histogram': [[5.0, 29.0, 21.0, 15.0, 10.0, 18.0, 20.0, 10.0, 4.0, 3.0], [416.24436926213093, 416.33572182036005, 416.42707437858917, 416.5184269368183, 416.6097794950474, 416.7011320532765, 416.79248461150564, 416.88383716973476, 416.9751897279639, 417.066542286193, 417.1578948444221]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.3045741734095, 'percentile_98': 417.04208706505597}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.5786667726934, 'max': 417.56606515264133, 'mean': 417.19217323682096, 'count': 115.20000457763672, 'sum': 48060.54026663599, 'std': 0.14797755136573593, 'median': 417.21192610566504, 'majority': 416.5786667726934, 'minority': 416.5786667726934, 'unique': 135.0, 'histogram': [[1.0, 2.0, 2.0, 6.0, 18.0, 28.0, 45.0, 18.0, 9.0, 6.0], [416.5786667726934, 416.6774066106882, 416.776146448683, 416.8748862866778, 416.9736261246726, 417.0723659626674, 417.17110580066213, 417.26984563865693, 417.36858547665173, 417.46732531464653, 417.56606515264133]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.83333256514743, 'percentile_98': 417.52742254175246}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.05579826864414, 'max': 417.07476702868007, 'mean': 416.7250275012233, 'count': 115.20000457763672, 'sum': 48006.72507575671, 'std': 0.15218238393624473, 'median': 416.73603118397295, 'majority': 416.05579826864414, 'minority': 416.05579826864414, 'unique': 135.0, 'histogram': [[1.0, 2.0, 1.0, 7.0, 12.0, 15.0, 53.0, 25.0, 10.0, 9.0], [416.05579826864414, 416.15769514464773, 416.2595920206513, 416.3614888966549, 416.4633857726585, 416.5652826486621, 416.6671795246657, 416.7690764006693, 416.8709732766729, 416.9728701526765, 417.07476702868007]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.3678386248648, 'percentile_98': 417.03350871102884}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.4500605838839, 'max': 417.6007932983339, 'mean': 416.9364336164393, 'count': 115.20000457763672, 'sum': 48031.079061197335, 'std': 0.22484411152844894, 'median': 416.90201760502526, 'majority': 416.4500605838839, 'minority': 416.4500605838839, 'unique': 135.0, 'histogram': [[4.0, 15.0, 19.0, 31.0, 23.0, 17.0, 9.0, 7.0, 6.0, 4.0], [416.4500605838839, 416.5651338553289, 416.6802071267739, 416.7952803982189, 416.9103536696639, 417.0254269411089, 417.1405002125539, 417.2555734839989, 417.3706467554439, 417.4857200268889, 417.6007932983339]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.5475911577232, 'percentile_98': 417.46120041352697}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.6194121353328, 'max': 417.4333662376739, 'mean': 416.9629908131878, 'count': 115.20000457763672, 'sum': 48034.13845038433, 'std': 0.15675073873223014, 'median': 416.951508668717, 'majority': 416.6194121353328, 'minority': 416.6194121353328, 'unique': 135.0, 'histogram': [[3.0, 16.0, 25.0, 23.0, 32.0, 12.0, 10.0, 6.0, 2.0, 6.0], [416.6194121353328, 416.70080754556693, 416.78220295580104, 416.86359836603515, 416.94499377626926, 417.02638918650337, 417.1077845967375, 417.1891800069716, 417.2705754172057, 417.3519708274398, 417.4333662376739]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.70693462947384, 'percentile_98': 417.3680463281926}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.3491685176268, 'max': 417.31754026841367, 'mean': 416.90446601138274, 'count': 115.20000457763672, 'sum': 48027.39639294848, 'std': 0.2450253719367466, 'median': 416.95198888191953, 'majority': 416.3491685176268, 'minority': 416.3491685176268, 'unique': 135.0, 'histogram': [[6.0, 6.0, 13.0, 16.0, 10.0, 11.0, 23.0, 17.0, 21.0, 12.0], [416.3491685176268, 416.4460056927055, 416.5428428677842, 416.6396800428629, 416.7365172179416, 416.8333543930203, 416.9301915680989, 417.0270287431776, 417.1238659182563, 417.220703093335, 417.31754026841367]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.435857914621, 'percentile_98': 417.26902782102115}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.61726208985783, 'max': 417.73548218770884, 'mean': 417.1838116004974, 'count': 115.20000457763672, 'sum': 48059.577006093234, 'std': 0.28829675172472524, 'median': 417.1180517005268, 'majority': 416.61726208985783, 'minority': 416.61726208985783, 'unique': 135.0, 'histogram': [[6.0, 7.0, 15.0, 26.0, 19.0, 16.0, 8.0, 11.0, 12.0, 15.0], [416.61726208985783, 416.72908409964293, 416.84090610942803, 416.95272811921313, 417.06455012899823, 417.17637213878334, 417.28819414856844, 417.40001615835354, 417.51183816813864, 417.62366017792374, 417.73548218770884]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.66948527563363, 'percentile_98': 417.68451774260035}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.782313211821, 'max': 418.3902965451125, 'mean': 417.17993454749853, 'count': 115.20000457763672, 'sum': 48059.13036957002, 'std': 0.6772810748447483, 'median': 417.1866639808286, 'majority': 415.782313211821, 'minority': 415.782313211821, 'unique': 135.0, 'histogram': [[5.0, 16.0, 9.0, 13.0, 16.0, 17.0, 17.0, 10.0, 19.0, 13.0], [415.782313211821, 416.04311154515017, 416.3039098784793, 416.56470821180847, 416.8255065451376, 417.08630487846676, 417.3471032117959, 417.60790154512506, 417.8686998784542, 418.12949821178336, 418.3902965451125]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.9281634201762, 'percentile_98': 418.21031118161045}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.5444115642458, 'max': 418.4684948995709, 'mean': 417.4085089495407, 'count': 115.20000457763672, 'sum': 48085.46214173161, 'std': 0.42317277118260355, 'median': 417.30330849532044, 'majority': 416.5444115642458, 'minority': 416.5444115642458, 'unique': 135.0, 'histogram': [[8.0, 10.0, 8.0, 39.0, 21.0, 10.0, 15.0, 9.0, 7.0, 8.0], [416.5444115642458, 416.73681989777833, 416.92922823131084, 417.12163656484336, 417.31404489837587, 417.5064532319084, 417.69886156544084, 417.89126989897335, 418.08367823250586, 418.2760865660384, 418.4684948995709]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.6537619312294, 'percentile_98': 418.38118704617955}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.694030718645, 'max': 417.7422924840358, 'mean': 417.2589859419554, 'count': 115.20000457763672, 'sum': 48068.23709057332, 'std': 0.228294737567861, 'median': 417.28599535417743, 'majority': 416.694030718645, 'minority': 416.694030718645, 'unique': 135.0, 'histogram': [[1.0, 7.0, 11.0, 20.0, 15.0, 18.0, 15.0, 32.0, 8.0, 8.0], [416.694030718645, 416.7988568951841, 416.90368307172315, 417.00850924826227, 417.11333542480133, 417.2181616013404, 417.32298777787946, 417.4278139544185, 417.53264013095765, 417.6374663074967, 417.7422924840358]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.8012164882384, 'percentile_98': 417.6758993708063}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.66545075713657, 'max': 418.0542237008921, 'mean': 417.3382486135813, 'count': 115.20000457763672, 'sum': 48077.36815070746, 'std': 0.3118903185888934, 'median': 417.27183270268137, 'majority': 416.66545075713657, 'minority': 416.66545075713657, 'unique': 135.0, 'histogram': [[4.0, 7.0, 12.0, 31.0, 28.0, 12.0, 9.0, 10.0, 15.0, 7.0], [416.66545075713657, 416.80432805151213, 416.9432053458877, 417.08208264026325, 417.2209599346388, 417.3598372290144, 417.4987145233899, 417.63759181776544, 417.776469112141, 417.91534640651656, 418.0542237008921]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.78974230308086, 'percentile_98': 417.944243963575}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.7067563685123, 'max': 418.97286064340733, 'mean': 417.6242184535402, 'count': 115.20000457763672, 'sum': 48110.31187757979, 'std': 0.4071306459096152, 'median': 417.52165998332197, 'majority': 416.7067563685123, 'minority': 416.7067563685123, 'unique': 135.0, 'histogram': [[7.0, 5.0, 17.0, 53.0, 22.0, 9.0, 8.0, 6.0, 5.0, 3.0], [416.7067563685123, 416.9333667960018, 417.1599772234913, 417.3865876509808, 417.6131980784703, 417.8398085059598, 418.0664189334493, 418.2930293609388, 418.5196397884283, 418.7462502159178, 418.97286064340733]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.8726154603064, 'percentile_98': 418.637504481012}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.9172058280092, 'max': 417.5961948931218, 'mean': 417.00771218778124, 'count': 115.20000457763672, 'sum': 48039.29035294221, 'std': 0.3621836186306822, 'median': 417.08476783242077, 'majority': 415.9172058280092, 'minority': 415.9172058280092, 'unique': 135.0, 'histogram': [[5.0, 5.0, 4.0, 6.0, 13.0, 19.0, 21.0, 28.0, 20.0, 14.0], [415.9172058280092, 416.0851047345204, 416.2530036410317, 416.42090254754294, 416.5888014540542, 416.75670036056545, 416.92459926707676, 417.092498173588, 417.26039708009927, 417.4282959866105, 417.5961948931218]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.0808603046462, 'percentile_98': 417.5339672656264}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.9978998359293, 'max': 417.1320870227646, 'mean': 416.6006543743409, 'count': 115.20000457763672, 'sum': 47992.39729097052, 'std': 0.21784070777655232, 'median': 416.59205453470344, 'majority': 415.9978998359293, 'minority': 415.9978998359293, 'unique': 135.0, 'histogram': [[3.0, 3.0, 12.0, 17.0, 23.0, 30.0, 15.0, 13.0, 13.0, 6.0], [415.9978998359293, 416.1113185546128, 416.22473727329634, 416.3381559919799, 416.4515747106634, 416.56499342934694, 416.6784121480305, 416.791830866714, 416.90524958539754, 417.0186683040811, 417.1320870227646]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.2065670243465, 'percentile_98': 417.0201027591247}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.5352111158427, 'max': 417.75164572754875, 'mean': 417.146925332652, 'count': 115.20000457763672, 'sum': 48055.32770786859, 'std': 0.24329574852436475, 'median': 417.12763777468354, 'majority': 416.5352111158427, 'minority': 416.5352111158427, 'unique': 135.0, 'histogram': [[7.0, 5.0, 7.0, 24.0, 29.0, 20.0, 19.0, 11.0, 8.0, 5.0], [416.5352111158427, 416.6568545770133, 416.7784980381839, 416.9001414993545, 417.0217849605251, 417.1434284216957, 417.2650718828663, 417.38671534403693, 417.50835880520754, 417.63000226637814, 417.75164572754875]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.596627474064, 'percentile_98': 417.6622496743221}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.2594046900048, 'max': 417.21967136254534, 'mean': 416.410232742804, 'count': 115.20000457763672, 'sum': 47970.46071814579, 'std': 0.46774652887146545, 'median': 416.4208985457663, 'majority': 415.2594046900048, 'minority': 415.2594046900048, 'unique': 135.0, 'histogram': [[6.0, 5.0, 7.0, 17.0, 20.0, 17.0, 19.0, 15.0, 13.0, 16.0], [415.2594046900048, 415.4554313572589, 415.6514580245129, 415.84748469176697, 416.043511359021, 416.2395380262751, 416.43556469352916, 416.6315913607832, 416.82761802803725, 417.0236446952913, 417.21967136254534]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.395712479949, 'percentile_98': 417.1739019511733}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.07450441713445, 'max': 415.8344781899359, 'mean': 415.529031771738, 'count': 115.20000457763672, 'sum': 47868.94636224517, 'std': 0.13999632634742504, 'median': 415.54050767445005, 'majority': 415.07450441713445, 'minority': 415.07450441713445, 'unique': 135.0, 'histogram': [[2.0, 4.0, 5.0, 10.0, 15.0, 28.0, 29.0, 22.0, 13.0, 7.0], [415.07450441713445, 415.1505017944146, 415.22649917169474, 415.3024965489749, 415.37849392625503, 415.4544913035352, 415.5304886808153, 415.60648605809547, 415.6824834353756, 415.75848081265576, 415.8344781899359]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.197904658271, 'percentile_98': 415.7902512815781}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.9308406340424, 'max': 415.86687802919187, 'mean': 415.447620258585, 'count': 115.20000457763672, 'sum': 47859.56775555728, 'std': 0.22620062557184348, 'median': 415.49827801645733, 'majority': 415.5434653512202, 'minority': 414.9308406340424, 'unique': 134.0, 'histogram': [[9.0, 11.0, 7.0, 5.0, 12.0, 20.0, 26.0, 21.0, 20.0, 4.0], [414.9308406340424, 415.02444437355734, 415.1180481130723, 415.21165185258724, 415.3052555921022, 415.39885933161713, 415.4924630711321, 415.586066810647, 415.679670550162, 415.7732742896769, 415.86687802919187]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.96641279081814, 'percentile_98': 415.77279625926167}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.6934297750704, 'max': 416.27608152339235, 'mean': 415.5747941122121, 'count': 115.20000457763672, 'sum': 47874.21818407727, 'std': 0.3460891426935618, 'median': 415.60082536307164, 'majority': 414.6934297750704, 'minority': 414.6934297750704, 'unique': 135.0, 'histogram': [[9.0, 4.0, 2.0, 10.0, 17.0, 35.0, 21.0, 14.0, 11.0, 12.0], [414.6934297750704, 414.8516949499026, 415.0099601247348, 415.168225299567, 415.3264904743992, 415.4847556492314, 415.64302082406357, 415.80128599889576, 415.95955117372796, 416.11781634856015, 416.27608152339235]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.78324419585994, 'percentile_98': 416.20765114203095}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.7009676671587, 'max': 416.3575249549467, 'mean': 415.7377901464691, 'count': 115.20000457763672, 'sum': 47892.99532796981, 'std': 0.3129781357128103, 'median': 415.787802921841, 'majority': 414.7009676671587, 'minority': 414.7009676671587, 'unique': 135.0, 'histogram': [[1.0, 6.0, 5.0, 3.0, 7.0, 28.0, 36.0, 26.0, 14.0, 9.0], [414.7009676671587, 414.8666233959375, 415.0322791247163, 415.1979348534951, 415.3635905822739, 415.5292463110527, 415.6949020398315, 415.8605577686103, 416.0262134973891, 416.1918692261679, 416.3575249549467]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.90362855256535, 'percentile_98': 416.26715756137855}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.36537173669785, 'max': 416.7984443483874, 'mean': 416.16884769898513, 'count': 115.20000457763672, 'sum': 47942.653159992886, 'std': 0.321105823073488, 'median': 416.136685089441, 'majority': 415.36537173669785, 'minority': 415.36537173669785, 'unique': 135.0, 'histogram': [[4.0, 6.0, 8.0, 11.0, 25.0, 20.0, 21.0, 12.0, 18.0, 10.0], [415.36537173669785, 415.5086789978668, 415.65198625903577, 415.7952935202047, 415.9386007813737, 416.08190804254264, 416.2252153037116, 416.36852256488055, 416.5118298260495, 416.65513708721846, 416.7984443483874]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.4798916715663, 'percentile_98': 416.68981066322885}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.1499527981505, 'max': 417.12906386237586, 'mean': 416.68824175823437, 'count': 115.20000457763672, 'sum': 48002.487357996, 'std': 0.20648332734837968, 'median': 416.7159859207459, 'majority': 416.775030316785, 'minority': 416.1499527981505, 'unique': 134.0, 'histogram': [[4.0, 5.0, 12.0, 20.0, 14.0, 23.0, 28.0, 12.0, 8.0, 9.0], [416.1499527981505, 416.247863904573, 416.34577501099557, 416.4436861174181, 416.54159722384065, 416.6395083302632, 416.7374194366857, 416.8353305431082, 416.93324164953077, 417.0311527559533, 417.12906386237586]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.22001299401745, 'percentile_98': 417.09272045409307}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.1856668360997, 'max': 417.5327703705989, 'mean': 416.61882709002487, 'count': 115.20000457763672, 'sum': 47994.490787900504, 'std': 0.24071820415448553, 'median': 416.5591853961814, 'majority': 416.1856668360997, 'minority': 416.1856668360997, 'unique': 135.0, 'histogram': [[6.0, 27.0, 38.0, 18.0, 21.0, 12.0, 6.0, 2.0, 4.0, 1.0], [416.1856668360997, 416.3203771895496, 416.45508754299954, 416.58979789644945, 416.7245082498994, 416.8592186033493, 416.9939289567992, 417.1286393102491, 417.26334966369905, 417.39806001714896, 417.5327703705989]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.2919503869489, 'percentile_98': 417.3153611191083}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.38390757725574, 'max': 417.76529178605415, 'mean': 417.20629962070035, 'count': 115.20000457763672, 'sum': 48062.167626123555, 'std': 0.4297491224854972, 'median': 417.24321636138484, 'majority': 416.38390757725574, 'minority': 416.38390757725574, 'unique': 135.0, 'histogram': [[8.0, 11.0, 13.0, 11.0, 11.0, 8.0, 8.0, 11.0, 16.0, 38.0], [416.38390757725574, 416.5220459981356, 416.6601844190154, 416.79832283989526, 416.9364612607751, 417.07459968165495, 417.2127381025348, 417.3508765234146, 417.48901494429447, 417.6271533651743, 417.76529178605415]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.4288657193538, 'percentile_98': 417.74581040954223}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.00700933486223, 'max': 417.6791408099234, 'mean': 416.8485167243799, 'count': 115.20000457763672, 'sum': 48020.951034829646, 'std': 0.3099163904954515, 'median': 416.79666173877195, 'majority': 416.00700933486223, 'minority': 416.00700933486223, 'unique': 135.0, 'histogram': [[4.0, 5.0, 7.0, 22.0, 36.0, 25.0, 13.0, 11.0, 8.0, 4.0], [416.00700933486223, 416.17422248236835, 416.34143562987447, 416.5086487773806, 416.6758619248867, 416.8430750723928, 417.01028821989894, 417.17750136740506, 417.3447145149112, 417.5119276624173, 417.6791408099234]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.2563163845334, 'percentile_98': 417.52403558348306}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.150079788873, 'max': 416.8637242401019, 'mean': 416.09472010228893, 'count': 115.20000457763672, 'sum': 47934.11366051415, 'std': 0.4363942953260798, 'median': 416.05943624745123, 'majority': 415.150079788873, 'minority': 415.150079788873, 'unique': 135.0, 'histogram': [[4.0, 11.0, 12.0, 10.0, 20.0, 20.0, 13.0, 15.0, 15.0, 15.0], [415.150079788873, 415.32144423399586, 415.49280867911875, 415.66417312424164, 415.83553756936453, 416.0069020144874, 416.1782664596103, 416.3496309047332, 416.5209953498561, 416.692359794979, 416.8637242401019]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.3547779424116, 'percentile_98': 416.7803199379705}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.56520955055026, 'max': 416.94706305861473, 'mean': 416.376742874208, 'count': 115.20000457763672, 'sum': 47966.60268513023, 'std': 0.3512953803354274, 'median': 416.47738908068277, 'majority': 415.56520955055026, 'minority': 415.56520955055026, 'unique': 135.0, 'histogram': [[6.0, 10.0, 11.0, 10.0, 6.0, 14.0, 18.0, 30.0, 21.0, 9.0], [415.56520955055026, 415.7033949013567, 415.84158025216317, 415.9797656029696, 416.1179509537761, 416.25613630458247, 416.3943216553889, 416.5325070061954, 416.6706923570018, 416.8088777078083, 416.94706305861473]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.6245631747879, 'percentile_98': 416.8871600995771}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.1704600846861, 'max': 417.3375345999375, 'mean': 416.825993311591, 'count': 115.20000457763672, 'sum': 48018.356337573256, 'std': 0.2396353109609021, 'median': 416.81261791381985, 'majority': 416.1704600846861, 'minority': 416.1704600846861, 'unique': 135.0, 'histogram': [[4.0, 3.0, 10.0, 13.0, 24.0, 30.0, 18.0, 11.0, 13.0, 9.0], [416.1704600846861, 416.28716753621126, 416.4038749877364, 416.52058243926155, 416.6372898907867, 416.7539973423118, 416.8707047938369, 416.98741224536207, 417.1041196968872, 417.22082714841235, 417.3375345999375]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.28352482803166, 'percentile_98': 417.30143857421353}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.175538364565, 'max': 417.10721779963933, 'mean': 416.432010492095, 'count': 115.20000457763672, 'sum': 47972.96951496381, 'std': 0.36421775751639857, 'median': 416.42642827355303, 'majority': 415.175538364565, 'minority': 415.175538364565, 'unique': 135.0, 'histogram': [[1.0, 0.0, 3.0, 11.0, 27.0, 17.0, 18.0, 16.0, 29.0, 13.0], [415.175538364565, 415.36870630807243, 415.56187425157987, 415.7550421950873, 415.94821013859473, 416.14137808210216, 416.3345460256096, 416.52771396911703, 416.72088191262446, 416.9140498561319, 417.10721779963933]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.8447409281507, 'percentile_98': 417.00771544128656}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.9362139287405, 'max': 416.12736822571605, 'mean': 415.5372025675238, 'count': 115.20000457763672, 'sum': 47869.8876379571, 'std': 0.23542656601232775, 'median': 415.5322749284096, 'majority': 414.9362139287405, 'minority': 414.9362139287405, 'unique': 135.0, 'histogram': [[8.0, 5.0, 6.0, 10.0, 38.0, 28.0, 18.0, 9.0, 7.0, 6.0], [414.9362139287405, 415.05532935843803, 415.1744447881356, 415.29356021783315, 415.4126756475307, 415.53179107722826, 415.6509065069258, 415.7700219366234, 415.88913736632094, 416.0082527960185, 416.12736822571605]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.00750376144424, 'percentile_98': 416.0475800745189}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.143742429791, 'max': 416.8747618678026, 'mean': 415.92186851585035, 'count': 115.20000457763672, 'sum': 47914.20115696518, 'std': 0.3516406333352465, 'median': 415.9318741585594, 'majority': 415.143742429791, 'minority': 415.143742429791, 'unique': 135.0, 'histogram': [[5.0, 12.0, 18.0, 20.0, 26.0, 25.0, 13.0, 6.0, 5.0, 5.0], [415.143742429791, 415.3168443735922, 415.48994631739333, 415.6630482611945, 415.83615020499565, 416.0092521487968, 416.18235409259796, 416.3554560363991, 416.5285579802003, 416.70165992400143, 416.8747618678026]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.25687629473396, 'percentile_98': 416.6487051406875}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.5059614276979, 'max': 417.78901868383394, 'mean': 416.57476717427096, 'count': 115.20000457763672, 'sum': 47989.41508540396, 'std': 0.46483474641015987, 'median': 416.51445280876936, 'majority': 415.5059614276979, 'minority': 415.5059614276979, 'unique': 135.0, 'histogram': [[6.0, 11.0, 7.0, 28.0, 33.0, 18.0, 10.0, 9.0, 7.0, 6.0], [415.5059614276979, 415.7342671533115, 415.96257287892513, 416.19087860453874, 416.41918433015235, 416.64749005576596, 416.8757957813795, 417.1041015069931, 417.3324072326067, 417.56071295822034, 417.78901868383394]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.6430259172339, 'percentile_98': 417.59463056223467}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.0057138758711, 'max': 417.02002999954857, 'mean': 416.1062794795021, 'count': 115.20000457763672, 'sum': 47935.44530082203, 'std': 0.43561333590439544, 'median': 416.0783064435236, 'majority': 415.0057138758711, 'minority': 415.0057138758711, 'unique': 135.0, 'histogram': [[5.0, 7.0, 3.0, 13.0, 29.0, 24.0, 18.0, 13.0, 15.0, 8.0], [415.0057138758711, 415.20714548823884, 415.4085771006066, 415.6100087129743, 415.81144032534206, 416.01287193770986, 416.2143035500776, 416.41573516244534, 416.6171667748131, 416.8185983871808, 417.02002999954857]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.1066459598951, 'percentile_98': 416.8871200818103}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.0541390117724, 'max': 416.5602513239719, 'mean': 415.84241868118005, 'count': 115.20000457763672, 'sum': 47905.04853564747, 'std': 0.41545620246535125, 'median': 415.80625475035043, 'majority': 415.0541390117724, 'minority': 415.0541390117724, 'unique': 135.0, 'histogram': [[8.0, 8.0, 20.0, 13.0, 17.0, 11.0, 6.0, 16.0, 20.0, 16.0], [415.0541390117724, 415.20475024299236, 415.3553614742123, 415.50597270543227, 415.6565839366522, 415.8071951678721, 415.9578063990921, 416.10841763031203, 416.259028861532, 416.40964009275194, 416.5602513239719]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.13426549499854, 'percentile_98': 416.4670826867222}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.25979031575844, 'max': 416.6986800555605, 'mean': 416.04130966344644, 'count': 115.20000457763672, 'sum': 47927.96077771501, 'std': 0.4572885291984793, 'median': 416.0388562013395, 'majority': 415.25979031575844, 'minority': 415.25979031575844, 'unique': 135.0, 'histogram': [[9.0, 19.0, 14.0, 8.0, 10.0, 14.0, 6.0, 7.0, 15.0, 33.0], [415.25979031575844, 415.40367928973865, 415.54756826371886, 415.69145723769907, 415.8353462116793, 415.9792351856595, 416.12312415963964, 416.26701313361986, 416.41090210760007, 416.5547910815803, 416.6986800555605]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.3194968239404, 'percentile_98': 416.6672661085613}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.88147360016586, 'max': 417.0745560259093, 'mean': 416.4995697951497, 'count': 115.20000457763672, 'sum': 47980.75234698497, 'std': 0.2932137993784853, 'median': 416.4666825090535, 'majority': 415.88147360016586, 'minority': 415.88147360016586, 'unique': 135.0, 'histogram': [[6.0, 8.0, 14.0, 20.0, 18.0, 16.0, 8.0, 11.0, 30.0, 4.0], [415.88147360016586, 416.0007818427402, 416.12009008531453, 416.2393983278889, 416.35870657046326, 416.4780148130376, 416.5973230556119, 416.71663129818626, 416.83593954076065, 416.955247783335, 417.0745560259093]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.95909715397283, 'percentile_98': 416.9539570284542}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.3380468778778, 'max': 416.96939297253266, 'mean': 416.12844171372035, 'count': 115.20000457763672, 'sum': 47937.998390305416, 'std': 0.37263855597413575, 'median': 416.1207652941812, 'majority': 415.3380468778778, 'minority': 415.3380468778778, 'unique': 135.0, 'histogram': [[8.0, 7.0, 14.0, 22.0, 18.0, 15.0, 24.0, 14.0, 8.0, 5.0], [415.3380468778778, 415.5011814873433, 415.66431609680876, 415.82745070627425, 415.99058531573974, 416.1537199252052, 416.3168545346707, 416.4799891441362, 416.6431237536017, 416.8062583630672, 416.96939297253266]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.40399615769275, 'percentile_98': 416.87350312713534}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.5757851549424, 'max': 417.4948226136621, 'mean': 416.56612326781925, 'count': 115.20000457763672, 'sum': 47988.41930734116, 'std': 0.511861533491763, 'median': 416.57993278931826, 'majority': 415.5757851549424, 'minority': 415.5757851549424, 'unique': 135.0, 'histogram': [[9.0, 17.0, 9.0, 12.0, 14.0, 14.0, 11.0, 23.0, 17.0, 9.0], [415.5757851549424, 415.7676889008144, 415.95959264668636, 416.15149639255833, 416.3434001384303, 416.53530388430227, 416.72720763017423, 416.9191113760462, 417.1110151219182, 417.30291886779014, 417.4948226136621]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.6872382736765, 'percentile_98': 417.3744309809991}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.29418774391524, 'max': 417.79484308790416, 'mean': 417.2566698965755, 'count': 115.20000457763672, 'sum': 48067.97028213495, 'std': 0.33187938772570597, 'median': 417.16053601703607, 'majority': 416.29418774391524, 'minority': 416.29418774391524, 'unique': 135.0, 'histogram': [[2.0, 2.0, 4.0, 7.0, 17.0, 34.0, 16.0, 5.0, 14.0, 34.0], [416.29418774391524, 416.44425327831414, 416.594318812713, 416.7443843471119, 416.8944498815108, 417.0445154159097, 417.1945809503086, 417.3446464847075, 417.4947120191064, 417.64477755350526, 417.79484308790416]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.47379475762136, 'percentile_98': 417.7393748250324}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.90164983063005, 'max': 418.0040741630364, 'mean': 417.2793443951191, 'count': 115.20000457763672, 'sum': 48070.58238447097, 'std': 0.47699824995357604, 'median': 417.31068267836235, 'majority': 415.90164983063005, 'minority': 415.90164983063005, 'unique': 135.0, 'histogram': [[2.0, 5.0, 2.0, 12.0, 12.0, 17.0, 18.0, 17.0, 28.0, 22.0], [415.90164983063005, 416.1118922638707, 416.3221346971113, 416.53237713035196, 416.7426195635926, 416.95286199683324, 417.1631044300739, 417.3733468633145, 417.58358929655515, 417.7938317297958, 418.0040741630364]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.1717515671625, 'percentile_98': 417.89149690885097}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.64147250028327, 'max': 418.5557772871107, 'mean': 417.2487200746647, 'count': 115.20000457763672, 'sum': 48067.05446261443, 'std': 0.8694404715486065, 'median': 417.2010667389259, 'majority': 415.64147250028327, 'minority': 415.64147250028327, 'unique': 135.0, 'histogram': [[7.0, 14.0, 12.0, 10.0, 12.0, 14.0, 14.0, 9.0, 16.0, 27.0], [415.64147250028327, 415.932902978966, 416.22433345764875, 416.5157639363315, 416.80719441501424, 417.098624893697, 417.3900553723797, 417.68148585106246, 417.9729163297452, 418.26434680842794, 418.5557772871107]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.77396768843755, 'percentile_98': 418.5252073511947}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.07180173741654, 'max': 418.1345102551859, 'mean': 417.42261478762003, 'count': 115.20000457763672, 'sum': 48087.08713434292, 'std': 0.5313820252510553, 'median': 417.6219263172243, 'majority': 416.07180173741654, 'minority': 416.07180173741654, 'unique': 135.0, 'histogram': [[5.0, 8.0, 7.0, 7.0, 6.0, 11.0, 14.0, 22.0, 34.0, 21.0], [416.07180173741654, 416.27807258919347, 416.4843434409704, 416.69061429274734, 416.8968851445243, 417.1031559963012, 417.30942684807815, 417.5156976998551, 417.721968551632, 417.92823940340895, 418.1345102551859]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.1884789937176, 'percentile_98': 418.06390436249785}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.5323443885427, 'max': 418.94547757692635, 'mean': 418.0297755273552, 'count': 115.20000457763672, 'sum': 48157.03205433977, 'std': 0.5220939867281721, 'median': 418.0253017693758, 'majority': 416.5323443885427, 'minority': 416.5323443885427, 'unique': 135.0, 'histogram': [[4.0, 5.0, 4.0, 4.0, 13.0, 24.0, 31.0, 17.0, 14.0, 19.0], [416.5323443885427, 416.77365770738106, 417.0149710262194, 417.2562843450578, 417.49759766389616, 417.7389109827345, 417.9802243015729, 418.22153762041125, 418.4628509392496, 418.704164258088, 418.94547757692635]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.66214019642206, 'percentile_98': 418.90704596880823}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.757622588193, 'max': 418.5166872048285, 'mean': 417.76937058564073, 'count': 115.20000457763672, 'sum': 48127.033403862224, 'std': 0.294682045105084, 'median': 417.80930041568354, 'majority': 416.757622588193, 'minority': 416.757622588193, 'unique': 135.0, 'histogram': [[4.0, 2.0, 4.0, 5.0, 16.0, 36.0, 41.0, 18.0, 5.0, 4.0], [416.757622588193, 416.93352904985653, 417.1094355115201, 417.2853419731836, 417.46124843484716, 417.63715489651076, 417.8130613581743, 417.98896781983785, 418.1648742815014, 418.34078074316494, 418.5166872048285]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.8476043560077, 'percentile_98': 418.3436176390387}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.31449857959524, 'max': 417.7819791948423, 'mean': 417.1958422933845, 'count': 115.20000457763672, 'sum': 48060.9629419689, 'std': 0.25080207903741747, 'median': 417.22706009750254, 'majority': 416.31449857959524, 'minority': 416.31449857959524, 'unique': 135.0, 'histogram': [[1.0, 1.0, 7.0, 9.0, 12.0, 25.0, 36.0, 28.0, 11.0, 5.0], [416.31449857959524, 416.46124664111994, 416.60799470264465, 416.75474276416935, 416.90149082569405, 417.04823888721876, 417.19498694874346, 417.34173501026817, 417.48848307179287, 417.6352311333176, 417.7819791948423]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.6459220869001, 'percentile_98': 417.64500201679766}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.79577009542845, 'max': 417.9183342785109, 'mean': 416.952964039468, 'count': 115.20000457763672, 'sum': 48032.98336600591, 'std': 0.42571988074110806, 'median': 416.9324893155135, 'majority': 415.79577009542845, 'minority': 415.79577009542845, 'unique': 135.0, 'histogram': [[3.0, 4.0, 3.0, 24.0, 20.0, 18.0, 20.0, 27.0, 10.0, 6.0], [415.79577009542845, 416.0080265137367, 416.22028293204494, 416.4325393503532, 416.6447957686614, 416.85705218696967, 417.0693086052779, 417.28156502358615, 417.4938214418944, 417.70607786020264, 417.9183342785109]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.00723125156946, 'percentile_98': 417.8149611107074}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.1516877755057, 'max': 418.13951611402445, 'mean': 416.5208985226943, 'count': 115.20000457763672, 'sum': 47983.209416495745, 'std': 0.5663919847778606, 'median': 416.4589627180248, 'majority': 415.1516877755057, 'minority': 415.1516877755057, 'unique': 135.0, 'histogram': [[6.0, 8.0, 14.0, 25.0, 28.0, 22.0, 15.0, 12.0, 3.0, 2.0], [415.1516877755057, 415.4504706093576, 415.74925344320945, 416.0480362770613, 416.3468191109132, 416.6456019447651, 416.94438477861695, 417.2431676124688, 417.5419504463207, 417.84073328017257, 418.13951611402445]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.25606138748117, 'percentile_98': 417.55712663871236}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.52283403486945, 'max': 417.4732894171029, 'mean': 416.1556042672757, 'count': 115.20000457763672, 'sum': 47941.127516599336, 'std': 0.7606149944174764, 'median': 416.2850091233849, 'majority': 414.52283403486945, 'minority': 414.52283403486945, 'unique': 135.0, 'histogram': [[10.0, 9.0, 10.0, 9.0, 17.0, 15.0, 19.0, 19.0, 14.0, 13.0], [414.52283403486945, 414.8178795730928, 415.11292511131614, 415.4079706495395, 415.70301618776284, 415.9980617259862, 416.2931072642095, 416.58815280243283, 416.8831983406562, 417.1782438788795, 417.4732894171029]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.6343380853068, 'percentile_98': 417.33673788257875}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.59009298705496, 'max': 417.01284135342576, 'mean': 415.75755486996337, 'count': 115.20000457763672, 'sum': 47895.27222420683, 'std': 0.6384555540623494, 'median': 415.8225856372155, 'majority': 414.59009298705496, 'minority': 414.59009298705496, 'unique': 135.0, 'histogram': [[12.0, 16.0, 13.0, 10.0, 14.0, 13.0, 20.0, 20.0, 9.0, 8.0], [414.59009298705496, 414.83236782369204, 415.0746426603291, 415.3169174969662, 415.5591923336033, 415.80146717024036, 416.04374200687744, 416.2860168435145, 416.5282916801516, 416.7705665167887, 417.01284135342576]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.6537321503274, 'percentile_98': 416.88031706144096}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.8885091126431, 'max': 416.67083860374987, 'mean': 415.7024920524495, 'count': 115.20000457763672, 'sum': 47888.92898737717, 'std': 0.4590670032697432, 'median': 415.7075236435048, 'majority': 414.8885091126431, 'minority': 414.8885091126431, 'unique': 135.0, 'histogram': [[15.0, 12.0, 12.0, 17.0, 21.0, 16.0, 13.0, 12.0, 9.0, 8.0], [414.8885091126431, 415.06674206175376, 415.24497501086444, 415.4232079599751, 415.6014409090858, 415.7796738581965, 415.95790680730715, 416.13613975641783, 416.3143727055285, 416.4926056546392, 416.67083860374987]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.94335164316, 'percentile_98': 416.58146074041724}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.08512367727235, 'max': 417.02197268023156, 'mean': 416.11917988474454, 'count': 115.20000457763672, 'sum': 47936.93142756501, 'std': 0.5245879269221512, 'median': 416.1941942584235, 'majority': 415.08512367727235, 'minority': 415.08512367727235, 'unique': 135.0, 'histogram': [[11.0, 10.0, 15.0, 9.0, 12.0, 13.0, 14.0, 20.0, 21.0, 10.0], [415.08512367727235, 415.27880857756827, 415.4724934778642, 415.6661783781601, 415.85986327845603, 416.05354817875195, 416.2472330790479, 416.4409179793438, 416.6346028796397, 416.82828777993564, 417.02197268023156]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.14543045195745, 'percentile_98': 416.91260412335396}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.178914408898, 'max': 417.1773762209341, 'mean': 416.2044109129128, 'count': 115.20000457763672, 'sum': 47946.75004240015, 'std': 0.5925188440408192, 'median': 416.1352262599394, 'majority': 415.178914408898, 'minority': 415.178914408898, 'unique': 135.0, 'histogram': [[12.0, 12.0, 17.0, 15.0, 8.0, 10.0, 10.0, 12.0, 25.0, 14.0], [415.178914408898, 415.3787605901016, 415.5786067713052, 415.7784529525088, 415.9782991337124, 416.17814531491604, 416.37799149611965, 416.57783767732326, 416.77768385852687, 416.9775300397305, 417.1773762209341]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.22604078636505, 'percentile_98': 417.1426990069449}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.84191751806065, 'max': 416.7144470557105, 'mean': 415.96082858016206, 'count': 115.20000457763672, 'sum': 47918.68935655223, 'std': 0.45341934294351427, 'median': 416.019913245691, 'majority': 414.84191751806065, 'minority': 414.84191751806065, 'unique': 135.0, 'histogram': [[6.0, 5.0, 5.0, 14.0, 21.0, 10.0, 13.0, 26.0, 22.0, 13.0], [414.84191751806065, 415.02917047182564, 415.2164234255906, 415.4036763793556, 415.5909293331206, 415.77818228688557, 415.96543524065055, 416.15268819441553, 416.3399411481805, 416.5271941019455, 416.7144470557105]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.00719089526683, 'percentile_98': 416.6465332673397}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.97189488634467, 'max': 416.2841469224077, 'mean': 415.0462356425393, 'count': 115.20000457763672, 'sum': 47813.328245951416, 'std': 0.5280117327763278, 'median': 414.99858343740925, 'majority': 413.97189488634467, 'minority': 413.97189488634467, 'unique': 135.0, 'histogram': [[12.0, 6.0, 11.0, 24.0, 21.0, 19.0, 15.0, 14.0, 8.0, 5.0], [413.97189488634467, 414.20312008995097, 414.43434529355727, 414.66557049716357, 414.89679570076987, 415.12802090437617, 415.3592461079825, 415.5904713115888, 415.8216965151951, 416.0529217188014, 416.2841469224077]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.03708019061014, 'percentile_98': 416.0641728958581}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.39751657890156, 'max': 416.9411949987989, 'mean': 415.60561405521844, 'count': 115.20000457763672, 'sum': 47877.768641652685, 'std': 0.7748411221418909, 'median': 415.51397953298874, 'majority': 414.39751657890156, 'minority': 414.39751657890156, 'unique': 135.0, 'histogram': [[19.0, 16.0, 9.0, 15.0, 12.0, 10.0, 14.0, 12.0, 7.0, 21.0], [414.39751657890156, 414.6518844208913, 414.906252262881, 415.16062010487076, 415.4149879468605, 415.6693557888502, 415.92372363083996, 416.1780914728297, 416.4324593148194, 416.68682715680916, 416.9411949987989]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.49610944255255, 'percentile_98': 416.8548111920245}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.6506980760023, 'max': 416.79333662614226, 'mean': 415.7089455632382, 'count': 115.20000457763672, 'sum': 47889.672431849576, 'std': 0.5517516934568486, 'median': 415.68126471247524, 'majority': 414.6506980760023, 'minority': 414.6506980760023, 'unique': 135.0, 'histogram': [[8.0, 16.0, 9.0, 19.0, 17.0, 15.0, 12.0, 11.0, 22.0, 6.0], [414.6506980760023, 414.8649619310163, 415.0792257860303, 415.2934896410443, 415.5077534960583, 415.7220173510723, 415.9362812060863, 416.1505450611003, 416.36480891611427, 416.57907277112827, 416.79333662614226]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.7855033806991, 'percentile_98': 416.59850467112847}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.1376415393315, 'max': 417.43436668184586, 'mean': 416.1491471622135, 'count': 115.20000457763672, 'sum': 47940.38365806662, 'std': 0.5268034477291128, 'median': 416.05457226978615, 'majority': 415.1376415393315, 'minority': 415.1376415393315, 'unique': 135.0, 'histogram': [[10.0, 8.0, 22.0, 25.0, 19.0, 15.0, 7.0, 13.0, 13.0, 3.0], [415.1376415393315, 415.36731405358296, 415.5969865678344, 415.8266590820858, 416.05633159633726, 416.2860041105887, 416.5156766248401, 416.74534913909156, 416.975021653343, 417.2046941675944, 417.43436668184586]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.21211096551264, 'percentile_98': 417.1266882622149}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.02268868498504, 'max': 416.7583283560816, 'mean': 415.8056477739227, 'count': 115.20000457763672, 'sum': 47900.8125269631, 'std': 0.38762209924082325, 'median': 415.7450093771331, 'majority': 415.02268868498504, 'minority': 415.02268868498504, 'unique': 135.0, 'histogram': [[7.0, 8.0, 25.0, 22.0, 17.0, 15.0, 16.0, 12.0, 9.0, 4.0], [415.02268868498504, 415.1962526520947, 415.36981661920436, 415.543380586314, 415.7169445534237, 415.89050852053333, 416.064072487643, 416.23763645475265, 416.4112004218623, 416.58476438897196, 416.7583283560816]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.10136361466715, 'percentile_98': 416.5473474131431}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.82458254904486, 'max': 416.6504841123242, 'mean': 415.78063831785033, 'count': 115.20000457763672, 'sum': 47897.931437509076, 'std': 0.419663950423993, 'median': 415.80542165320367, 'majority': 414.82458254904486, 'minority': 414.82458254904486, 'unique': 135.0, 'histogram': [[6.0, 11.0, 6.0, 16.0, 17.0, 25.0, 22.0, 13.0, 14.0, 5.0], [414.82458254904486, 415.0071727053728, 415.18976286170073, 415.37235301802866, 415.5549431743566, 415.7375333306845, 415.92012348701246, 416.1027136433404, 416.2853037996683, 416.46789395599626, 416.6504841123242]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.8862171859946, 'percentile_98': 416.55218592495663}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.03124157316046, 'max': 417.09507422638126, 'mean': 416.29900285369627, 'count': 115.20000457763672, 'sum': 47957.64703441141, 'std': 0.5510263867198101, 'median': 416.42172436695546, 'majority': 415.03124157316046, 'minority': 415.03124157316046, 'unique': 135.0, 'histogram': [[3.0, 10.0, 7.0, 16.0, 9.0, 9.0, 14.0, 24.0, 23.0, 20.0], [415.03124157316046, 415.23762483848253, 415.4440081038046, 415.6503913691267, 415.85677463444875, 416.0631578997709, 416.26954116509296, 416.47592443041503, 416.6823076957371, 416.8886909610592, 417.09507422638126]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.21270031807944, 'percentile_98': 417.0431893726345}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.13452015351504, 'max': 417.2601329628378, 'mean': 416.5099848111317, 'count': 115.20000457763672, 'sum': 47981.95215687377, 'std': 0.5750167457717633, 'median': 416.6233557043597, 'majority': 415.13452015351504, 'minority': 415.13452015351504, 'unique': 135.0, 'histogram': [[6.0, 6.0, 7.0, 6.0, 15.0, 12.0, 11.0, 19.0, 14.0, 39.0], [415.13452015351504, 415.3470814344473, 415.5596427153796, 415.7722039963119, 415.98476527724415, 416.1973265581764, 416.4098878391087, 416.622449120041, 416.83501040097326, 417.04757168190554, 417.2601329628378]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.2049696131144, 'percentile_98': 417.18003194546327}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.14300392009324, 'max': 417.41778841242194, 'mean': 416.06455370053067, 'count': 115.20000457763672, 'sum': 47930.638490893514, 'std': 0.5553815578592601, 'median': 415.85596409277053, 'majority': 415.14300392009324, 'minority': 415.14300392009324, 'unique': 135.0, 'histogram': [[8.0, 14.0, 41.0, 16.0, 14.0, 11.0, 9.0, 6.0, 9.0, 7.0], [415.14300392009324, 415.3704823693261, 415.597960818559, 415.82543926779186, 416.05291771702474, 416.28039616625756, 416.50787461549044, 416.7353530647233, 416.9628315139562, 417.19030996318907, 417.41778841242194]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.27321081957786, 'percentile_98': 417.27683128556237}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.99787039356306, 'max': 416.30602936493233, 'mean': 415.5815545345865, 'count': 115.20000457763672, 'sum': 47874.99698476575, 'std': 0.2597394904222528, 'median': 415.53244227543473, 'majority': 414.99787039356306, 'minority': 414.99787039356306, 'unique': 135.0, 'histogram': [[2.0, 5.0, 25.0, 35.0, 26.0, 13.0, 10.0, 7.0, 6.0, 6.0], [414.99787039356306, 415.1286862907, 415.2595021878369, 415.39031808497384, 415.52113398211077, 415.6519498792477, 415.7827657763846, 415.91358167352155, 416.0443975706585, 416.1752134677954, 416.30602936493233]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.2029287070036, 'percentile_98': 416.2893492321018}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.61634464212693, 'max': 415.58503653504886, 'mean': 415.0810514904383, 'count': 115.20000457763672, 'sum': 47817.33903178875, 'std': 0.15841680255481064, 'median': 415.04050022922456, 'majority': 414.61634464212693, 'minority': 414.61634464212693, 'unique': 135.0, 'histogram': [[2.0, 3.0, 9.0, 34.0, 33.0, 21.0, 16.0, 9.0, 4.0, 4.0], [414.61634464212693, 414.7132138314191, 414.8100830207113, 414.9069522100035, 415.0038213992957, 415.1006905885879, 415.1975597778801, 415.2944289671723, 415.3912981564645, 415.48816734575666, 415.58503653504886]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.8147600062657, 'percentile_98': 415.46218199073337}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.51616561971605, 'max': 416.8773266428616, 'mean': 415.6163989484983, 'count': 115.20000457763672, 'sum': 47879.01106140789, 'std': 0.5791585547461425, 'median': 415.63971899449825, 'majority': 414.51616561971605, 'minority': 414.51616561971605, 'unique': 135.0, 'histogram': [[13.0, 13.0, 9.0, 15.0, 29.0, 17.0, 13.0, 10.0, 9.0, 7.0], [414.51616561971605, 414.7522817220306, 414.98839782434516, 415.2245139266597, 415.46063002897426, 415.6967461312888, 415.9328622336034, 416.1689783359179, 416.4050944382325, 416.64121054054704, 416.8773266428616]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.540456404211, 'percentile_98': 416.69016718515195}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.760008425219, 'max': 416.9347739662044, 'mean': 415.94012314822686, 'count': 115.20000457763672, 'sum': 47916.30409069851, 'std': 0.5936117026560305, 'median': 416.0262251389213, 'majority': 414.760008425219, 'minority': 414.760008425219, 'unique': 135.0, 'histogram': [[12.0, 9.0, 9.0, 11.0, 14.0, 12.0, 14.0, 24.0, 17.0, 13.0], [414.760008425219, 414.9774849793175, 415.19496153341606, 415.4124380875146, 415.62991464161314, 415.8473911957117, 416.0648677498102, 416.28234430390876, 416.4998208580073, 416.71729741210584, 416.9347739662044]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.839949371526, 'percentile_98': 416.8101040704641}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.48098272667266, 'max': 416.1894175922498, 'mean': 415.15839118475634, 'count': 115.20000457763672, 'sum': 47826.248564928224, 'std': 0.4260079472863628, 'median': 415.0666827626992, 'majority': 414.48098272667266, 'minority': 414.48098272667266, 'unique': 135.0, 'histogram': [[14.0, 23.0, 18.0, 15.0, 12.0, 15.0, 14.0, 8.0, 11.0, 5.0], [414.48098272667266, 414.6518262132304, 414.8226696997881, 414.9935131863458, 415.1643566729035, 415.33520015946124, 415.50604364601895, 415.67688713257667, 415.8477306191344, 416.0185741056921, 416.1894175922498]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.53690209891647, 'percentile_98': 416.0654643783346}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.5968450757209, 'max': 416.4748934272211, 'mean': 415.39891424585045, 'count': 115.20000457763672, 'sum': 47853.95682266729, 'std': 0.49491478641909625, 'median': 415.2453002461698, 'majority': 414.5968450757209, 'minority': 414.5968450757209, 'unique': 135.0, 'histogram': [[7.0, 27.0, 21.0, 17.0, 9.0, 8.0, 10.0, 20.0, 10.0, 6.0], [414.5968450757209, 414.78464991087094, 414.97245474602096, 415.160259581171, 415.348064416321, 415.535869251471, 415.72367408662103, 415.91147892177105, 416.09928375692107, 416.2870885920711, 416.4748934272211]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.686666772468, 'percentile_98': 416.4144556852989}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.0335589656606, 'max': 416.7615043115802, 'mean': 416.0757015993816, 'count': 115.20000457763672, 'sum': 47931.92272889217, 'std': 0.36703940141688507, 'median': 416.1022407060954, 'majority': 415.0335589656606, 'minority': 415.0335589656606, 'unique': 135.0, 'histogram': [[2.0, 4.0, 9.0, 12.0, 10.0, 24.0, 30.0, 17.0, 10.0, 17.0], [415.0335589656606, 415.20635350025253, 415.3791480348445, 415.55194256943645, 415.7247371040284, 415.8975316386204, 416.0703261732124, 416.24312070780434, 416.4159152423963, 416.58870977698825, 416.7615043115802]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.2979381615296, 'percentile_98': 416.6726612311322}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.0316271989141, 'max': 416.94974061101675, 'mean': 416.0048572483484, 'count': 115.20000457763672, 'sum': 47923.761459328845, 'std': 0.405153858905685, 'median': 415.9478667133954, 'majority': 415.0316271989141, 'minority': 415.0316271989141, 'unique': 135.0, 'histogram': [[4.0, 8.0, 9.0, 15.0, 40.0, 21.0, 13.0, 9.0, 6.0, 10.0], [415.0316271989141, 415.2234385401244, 415.41524988133466, 415.6070612225449, 415.7988725637552, 415.9906839049654, 416.1824952461757, 416.37430658738595, 416.5661179285962, 416.7579292698065, 416.94974061101675]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.14632175676525, 'percentile_98': 416.8798550381325}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.7980180277954, 'max': 416.43229633336887, 'mean': 415.6458107439046, 'count': 115.20000457763672, 'sum': 47882.399300373334, 'std': 0.4173979376147879, 'median': 415.65745777916163, 'majority': 414.7980180277954, 'minority': 414.7980180277954, 'unique': 135.0, 'histogram': [[8.0, 14.0, 10.0, 11.0, 17.0, 12.0, 22.0, 20.0, 15.0, 6.0], [414.7980180277954, 414.96144585835276, 415.1248736889101, 415.28830151946744, 415.4517293500248, 415.6151571805822, 415.7785850111395, 415.94201284169685, 416.1054406722542, 416.26886850281153, 416.43229633336887]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.8863081354648, 'percentile_98': 416.3717167102731}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.724723668769, 'max': 415.97058952902444, 'mean': 415.4820644401709, 'count': 115.20000457763672, 'sum': 47863.53572543364, 'std': 0.32164449564738745, 'median': 415.51503090886405, 'majority': 414.724723668769, 'minority': 414.724723668769, 'unique': 135.0, 'histogram': [[5.0, 7.0, 9.0, 10.0, 12.0, 17.0, 15.0, 13.0, 23.0, 24.0], [414.724723668769, 414.84931025479455, 414.9738968408201, 415.09848342684563, 415.2230700128712, 415.3476565988967, 415.47224318492226, 415.5968297709478, 415.72141635697335, 415.8460029429989, 415.97058952902444]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.8300540691707, 'percentile_98': 415.92519482946955}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.5736347709317, 'max': 416.011615016032, 'mean': 415.3769137482188, 'count': 115.20000457763672, 'sum': 47851.422365239414, 'std': 0.298203912075278, 'median': 415.3777626925148, 'majority': 414.5736347709317, 'minority': 414.5736347709317, 'unique': 135.0, 'histogram': [[6.0, 5.0, 6.0, 10.0, 19.0, 33.0, 15.0, 19.0, 18.0, 4.0], [414.5736347709317, 414.7174327954417, 414.86123081995174, 415.0050288444618, 415.1488268689718, 415.29262489348184, 415.4364229179919, 415.5802209425019, 415.72401896701194, 415.867816991522, 416.011615016032]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.69147981842985, 'percentile_98': 415.85764483897947}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.70299402135424, 'max': 415.8114825258963, 'mean': 415.27479944666516, 'count': 115.20000457763672, 'sum': 47839.658797232994, 'std': 0.21593575920988908, 'median': 415.2994442847558, 'majority': 414.70299402135424, 'minority': 414.70299402135424, 'unique': 135.0, 'histogram': [[3.0, 7.0, 11.0, 15.0, 18.0, 37.0, 16.0, 16.0, 8.0, 4.0], [414.70299402135424, 414.81384287180845, 414.92469172226265, 415.03554057271685, 415.14638942317106, 415.25723827362526, 415.36808712407947, 415.47893597453367, 415.5897848249879, 415.7006336754421, 415.8114825258963]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.82044980512006, 'percentile_98': 415.6600552960299}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.25308518228127, 'max': 415.3758127358742, 'mean': 414.74275612407763, 'count': 115.20000457763672, 'sum': 47778.36740403541, 'std': 0.29209036035594516, 'median': 414.62789886281826, 'majority': 414.25308518228127, 'minority': 414.25308518228127, 'unique': 135.0, 'histogram': [[7.0, 8.0, 42.0, 19.0, 9.0, 6.0, 7.0, 9.0, 21.0, 7.0], [414.25308518228127, 414.36535793764057, 414.47763069299987, 414.58990344835917, 414.70217620371847, 414.8144489590777, 414.926721714437, 415.0389944697963, 415.1512672251556, 415.2635399805149, 415.3758127358742]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.27932592341676, 'percentile_98': 415.2932051511016}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.0433520660736, 'max': 415.85506914998405, 'mean': 414.86035782524806, 'count': 115.20000457763672, 'sum': 47791.91512054858, 'std': 0.3970241235435546, 'median': 414.7898653172888, 'majority': 414.0433520660736, 'minority': 414.0433520660736, 'unique': 135.0, 'histogram': [[8.0, 10.0, 19.0, 22.0, 19.0, 14.0, 15.0, 20.0, 4.0, 4.0], [414.0433520660736, 414.22452377446467, 414.4056954828557, 414.58686719124677, 414.7680388996378, 414.9492106080288, 415.13038231641985, 415.3115540248109, 415.49272573320195, 415.673897441593, 415.85506914998405]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.181991800433, 'percentile_98': 415.65838182577863}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.1130669924896, 'max': 416.4078636677005, 'mean': 415.91675581659064, 'count': 115.20000457763672, 'sum': 47913.61217398706, 'std': 0.2892769870878283, 'median': 415.87656596675515, 'majority': 415.1130669924896, 'minority': 415.1130669924896, 'unique': 135.0, 'histogram': [[2.0, 3.0, 4.0, 17.0, 17.0, 27.0, 11.0, 10.0, 20.0, 24.0], [415.1130669924896, 415.2425466600107, 415.3720263275318, 415.50150599505287, 415.63098566257395, 415.76046533009503, 415.88994499761617, 416.01942466513725, 416.14890433265833, 416.2783840001794, 416.4078636677005]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.36731441738084, 'percentile_98': 416.3723460806068}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 416.02004785090685, 'max': 417.16493433341384, 'mean': 416.61989447180804, 'count': 115.20000457763672, 'sum': 47994.613750286815, 'std': 0.24732918900383036, 'median': 416.60534407128574, 'majority': 416.02004785090685, 'minority': 416.02004785090685, 'unique': 135.0, 'histogram': [[5.0, 4.0, 13.0, 17.0, 27.0, 27.0, 12.0, 13.0, 10.0, 7.0], [416.02004785090685, 416.13453649915755, 416.24902514740825, 416.36351379565895, 416.47800244390965, 416.59249109216034, 416.70697974041104, 416.82146838866174, 416.93595703691244, 417.05044568516314, 417.16493433341384]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 416.1254037171602, 'percentile_98': 417.11549420142546}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 415.1155699219089, 'max': 417.63678018469363, 'mean': 416.5135795402259, 'count': 115.20000457763672, 'sum': 47982.36626968188, 'std': 0.37979503158179784, 'median': 416.49527702247724, 'majority': 415.1155699219089, 'minority': 415.1155699219089, 'unique': 135.0, 'histogram': [[2.0, 4.0, 4.0, 6.0, 25.0, 47.0, 26.0, 13.0, 5.0, 3.0], [415.1155699219089, 415.3676909481874, 415.61981197446585, 415.8719330007443, 416.1240540270228, 416.37617505330127, 416.62829607957974, 416.8804171058582, 417.1325381321367, 417.38465915841516, 417.63678018469363]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 415.5213864578399, 'percentile_98': 417.3040797468275}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.3565274716821, 'max': 416.3118537690025, 'mean': 415.5611351139383, 'count': 115.20000457763672, 'sum': 47872.6446674136, 'std': 0.40741243212221845, 'median': 415.6447830609977, 'majority': 414.3565274716821, 'minority': 414.3565274716821, 'unique': 135.0, 'histogram': [[4.0, 5.0, 3.0, 6.0, 19.0, 14.0, 35.0, 22.0, 19.0, 8.0], [414.3565274716821, 414.55206010141416, 414.7475927311462, 414.94312536087824, 415.1386579906103, 415.33419062034227, 415.5297232500743, 415.72525587980635, 415.9207885095384, 416.11632113927044, 416.3118537690025]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.4935301155783, 'percentile_98': 416.26022357377224}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.9064330956898, 'max': 415.6926370342262, 'mean': 415.06363846959846, 'count': 115.20000457763672, 'sum': 47815.333051708294, 'std': 0.4973382492718507, 'median': 415.1246503170114, 'majority': 413.9064330956898, 'minority': 413.9064330956898, 'unique': 135.0, 'histogram': [[6.0, 6.0, 5.0, 11.0, 12.0, 15.0, 13.0, 11.0, 10.0, 46.0], [413.9064330956898, 414.08505348954344, 414.2636738833971, 414.4422942772507, 414.62091467110434, 414.79953506495804, 414.97815545881167, 415.1567758526653, 415.33539624651894, 415.5140166403726, 415.6926370342262]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.94345316803077, 'percentile_98': 415.6772738497239}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.90462138224393, 'max': 416.94747415021993, 'mean': 414.93829684768497, 'count': 115.20000457763672, 'sum': 47800.89369629009, 'std': 0.6812738597580378, 'median': 414.70716314506717, 'majority': 413.90462138224393, 'minority': 413.90462138224393, 'unique': 135.0, 'histogram': [[12.0, 21.0, 44.0, 15.0, 12.0, 8.0, 5.0, 5.0, 8.0, 5.0], [413.90462138224393, 414.20890665904153, 414.51319193583913, 414.81747721263673, 415.12176248943433, 415.42604776623193, 415.73033304302953, 416.03461831982713, 416.33890359662473, 416.64318887342233, 416.94747415021993]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.9564298384357, 'percentile_98': 416.6241778875701}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.9425618632231, 'max': 415.7339244557079, 'mean': 414.76114773932863, 'count': 115.20000457763672, 'sum': 47780.48611819652, 'std': 0.4411159526850889, 'median': 414.74505633232184, 'majority': 413.9425618632231, 'minority': 413.9425618632231, 'unique': 135.0, 'histogram': [[9.0, 13.0, 19.0, 17.0, 17.0, 21.0, 14.0, 9.0, 8.0, 8.0], [413.9425618632231, 414.12169812247157, 414.30083438172005, 414.47997064096853, 414.659106900217, 414.8382431594655, 415.017379418714, 415.19651567796245, 415.37565193721093, 415.5547881964594, 415.7339244557079]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.04278817935847, 'percentile_98': 415.65197898307815}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.6961215408519, 'max': 415.3471309109591, 'mean': 414.5969803113879, 'count': 115.20000457763672, 'sum': 47761.57402974625, 'std': 0.37178414486137457, 'median': 414.5860148128122, 'majority': 413.6961215408519, 'minority': 413.6961215408519, 'unique': 135.0, 'histogram': [[5.0, 8.0, 9.0, 11.0, 24.0, 18.0, 26.0, 17.0, 11.0, 6.0], [413.6961215408519, 413.8612224778626, 414.02632341487333, 414.19142435188405, 414.3565252888948, 414.5216262259055, 414.6867271629162, 414.85182809992693, 415.01692903693765, 415.1820299739484, 415.3471309109591]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.8129224884324, 'percentile_98': 415.23808977217413}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.7436881137546, 'max': 415.4372654738836, 'mean': 414.4979812818334, 'count': 115.20000457763672, 'sum': 47750.16934108839, 'std': 0.4391100926205393, 'median': 414.39461710979225, 'majority': 413.7436881137546, 'minority': 413.7436881137546, 'unique': 135.0, 'histogram': [[7.0, 19.0, 23.0, 17.0, 13.0, 11.0, 12.0, 10.0, 17.0, 6.0], [413.7436881137546, 413.9130458497675, 414.0824035857804, 414.2517613217933, 414.4211190578062, 414.5904767938191, 414.759834529832, 414.9291922658449, 415.0985500018578, 415.2679077378707, 415.4372654738836]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.8512485951651, 'percentile_98': 415.3466288698837}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.23345464863814, 'max': 415.1073662796989, 'mean': 414.6731713631034, 'count': 115.20000457763672, 'sum': 47770.351239252646, 'std': 0.19243231589683854, 'median': 414.6497376495972, 'majority': 414.23345464863814, 'minority': 414.23345464863814, 'unique': 135.0, 'histogram': [[5.0, 7.0, 9.0, 28.0, 19.0, 17.0, 18.0, 14.0, 11.0, 7.0], [414.23345464863814, 414.3208458117442, 414.4082369748503, 414.4956281379564, 414.58301930106245, 414.6704104641685, 414.7578016272746, 414.8451927903807, 414.93258395348676, 415.01997511659283, 415.1073662796989]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.3055957683828, 'percentile_98': 415.068439906463}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.2417346884031, 'max': 416.316124756122, 'mean': 414.78043503705095, 'count': 115.20000457763672, 'sum': 47782.70801498242, 'std': 0.5069023192164881, 'median': 414.58768828306347, 'majority': 414.2417346884031, 'minority': 414.2417346884031, 'unique': 135.0, 'histogram': [[43.0, 27.0, 18.0, 11.0, 6.0, 7.0, 7.0, 9.0, 5.0, 2.0], [414.2417346884031, 414.449173695175, 414.65661270194687, 414.86405170871876, 415.07149071549065, 415.27892972226255, 415.48636872903444, 415.69380773580633, 415.9012467425782, 416.1086857493501, 416.316124756122]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.25097515457304, 'percentile_98': 415.9627642366104}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.38155676587485, 'max': 416.660106566269, 'mean': 415.2816761537381, 'count': 115.20000457763672, 'sum': 47840.45099391928, 'std': 0.6263438351029611, 'median': 415.11322342557827, 'majority': 414.38155676587485, 'minority': 414.38155676587485, 'unique': 135.0, 'histogram': [[16.0, 26.0, 20.0, 13.0, 11.0, 14.0, 12.0, 7.0, 6.0, 10.0], [414.38155676587485, 414.60941174591426, 414.83726672595367, 415.0651217059931, 415.2929766860325, 415.5208316660719, 415.74868664611137, 415.9765416261508, 416.2043966061902, 416.4322515862296, 416.660106566269]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.4303056818899, 'percentile_98': 416.60043643787503}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.33801379753277, 'max': 415.95074071665294, 'mean': 415.35063550823, 'count': 115.20000457763672, 'sum': 47848.39511187242, 'std': 0.38094830756705145, 'median': 415.42021790519357, 'majority': 414.33801379753277, 'minority': 414.33801379753277, 'unique': 135.0, 'histogram': [[6.0, 7.0, 7.0, 11.0, 8.0, 13.0, 22.0, 27.0, 20.0, 14.0], [414.33801379753277, 414.4992864894448, 414.6605591813568, 414.8218318732688, 414.98310456518084, 415.14437725709286, 415.3056499490049, 415.4669226409169, 415.6281953328289, 415.7894680247409, 415.95074071665294]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.4849590375088, 'percentile_98': 415.8982555964031}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.79819595022127, 'max': 415.1706671109423, 'mean': 414.4802366879739, 'count': 115.20000457763672, 'sum': 47748.125163794546, 'std': 0.2539201405958246, 'median': 414.4792219449301, 'majority': 413.79819595022127, 'minority': 413.79819595022127, 'unique': 135.0, 'histogram': [[2.0, 5.0, 22.0, 25.0, 18.0, 21.0, 21.0, 13.0, 6.0, 2.0], [413.79819595022127, 413.9354430662934, 414.0726901823655, 414.2099372984376, 414.3471844145097, 414.4844315305818, 414.6216786466539, 414.758925762726, 414.8961728787981, 415.0334199948702, 415.1706671109423]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.0536839258857, 'percentile_98': 415.01792293274775}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.7742944294587, 'max': 415.28273504809476, 'mean': 414.37537836735606, 'count': 115.20000457763672, 'sum': 47736.045484779366, 'std': 0.2703655963880985, 'median': 414.3395963183138, 'majority': 413.7742944294587, 'minority': 413.7742944294587, 'unique': 135.0, 'histogram': [[4.0, 7.0, 35.0, 31.0, 24.0, 12.0, 7.0, 7.0, 6.0, 2.0], [413.7742944294587, 413.9251384913223, 414.0759825531859, 414.2268266150495, 414.3776706769131, 414.5285147387767, 414.67935880064033, 414.83020286250394, 414.98104692436755, 415.13189098623116, 415.28273504809476]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.8601980230306, 'percentile_98': 415.0413296883926}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.6492862016894, 'max': 415.4509551881347, 'mean': 414.53381757279624, 'count': 115.20000457763672, 'sum': 47754.29768197135, 'std': 0.4106025026196124, 'median': 414.49172567809, 'majority': 413.6492862016894, 'minority': 413.6492862016894, 'unique': 135.0, 'histogram': [[8.0, 5.0, 12.0, 20.0, 30.0, 16.0, 17.0, 10.0, 8.0, 9.0], [413.6492862016894, 413.8294531003339, 414.00961999897845, 414.189786897623, 414.3699537962675, 414.55012069491204, 414.73028759355657, 414.9104544922011, 415.0906213908456, 415.27078828949016, 415.4509551881347]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.6973693675827, 'percentile_98': 415.3474328632001}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.5278286412358, 'max': 414.9376545683481, 'mean': 414.2759987843676, 'count': 115.20000457763672, 'sum': 47724.59695636417, 'std': 0.38438126080304386, 'median': 414.2629368288908, 'majority': 413.5278286412358, 'minority': 413.5278286412358, 'unique': 135.0, 'histogram': [[8.0, 16.0, 11.0, 12.0, 14.0, 13.0, 10.0, 22.0, 13.0, 16.0], [413.5278286412358, 413.66881123394705, 413.8097938266583, 413.9507764193695, 414.09175901208073, 414.23274160479195, 414.3737241975032, 414.5147067902144, 414.65568938292563, 414.79667197563685, 414.9376545683481]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.6140269110911, 'percentile_98': 414.9167216382921}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.8348267588299, 'max': 415.40681922924705, 'mean': 414.5341136557343, 'count': 115.20000457763672, 'sum': 47754.33179072717, 'std': 0.3840139312374721, 'median': 414.4549347984139, 'majority': 413.8348267588299, 'minority': 413.8348267588299, 'unique': 135.0, 'histogram': [[7.0, 15.0, 21.0, 21.0, 22.0, 10.0, 10.0, 12.0, 11.0, 6.0], [413.8348267588299, 413.9920260058716, 414.1492252529133, 414.306424499955, 414.46362374699675, 414.62082299403846, 414.7780222410802, 414.9352214881219, 415.0924207351636, 415.24961998220533, 415.40681922924705]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.92998173250817, 'percentile_98': 415.3750451223459}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.8071890338324, 'max': 415.3025583946146, 'mean': 414.48127754055713, 'count': 115.20000457763672, 'sum': 47748.2450700169, 'std': 0.3829567259083927, 'median': 414.3726946495008, 'majority': 413.8071890338324, 'minority': 413.8071890338324, 'unique': 135.0, 'histogram': [[6.0, 17.0, 24.0, 21.0, 14.0, 11.0, 10.0, 8.0, 11.0, 13.0], [413.8071890338324, 413.9567259699106, 414.10626290598884, 414.25579984206706, 414.4053367781453, 414.5548737142235, 414.7044106503017, 414.85394758637995, 415.00348452245817, 415.1530214585364, 415.3025583946146]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.8860749662854, 'percentile_98': 415.1858593104407}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.3741316511296, 'max': 415.5892347625923, 'mean': 415.0651068733864, 'count': 115.20000457763672, 'sum': 47815.50221183139, 'std': 0.29650088446024103, 'median': 415.0656932324637, 'majority': 414.3741316511296, 'minority': 414.3741316511296, 'unique': 135.0, 'histogram': [[5.0, 7.0, 7.0, 12.0, 24.0, 16.0, 18.0, 16.0, 12.0, 18.0], [414.3741316511296, 414.49564196227584, 414.6171522734221, 414.7386625845684, 414.86017289571464, 414.9816832068609, 415.10319351800723, 415.2247038291535, 415.34621414029976, 415.46772445144603, 415.5892347625923]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.44608359597623, 'percentile_98': 415.56092764949426}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.50484752911143, 'max': 415.02038584440015, 'mean': 414.3259824317889, 'count': 115.20000457763672, 'sum': 47730.35507277591, 'std': 0.30622871070135377, 'median': 414.3115620536264, 'majority': 413.50484752911143, 'minority': 413.50484752911143, 'unique': 135.0, 'histogram': [[3.0, 9.0, 3.0, 8.0, 33.0, 26.0, 21.0, 15.0, 10.0, 7.0], [413.50484752911143, 413.6564013606403, 413.8079551921692, 413.95950902369805, 414.1110628552269, 414.2626166867558, 414.41417051828466, 414.56572434981354, 414.7172781813424, 414.8688320128713, 415.02038584440015]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.6862517043483, 'percentile_98': 414.91917727398686}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.4547634748742, 'max': 415.3722256887704, 'mean': 414.4127515676144, 'count': 115.20000457763672, 'sum': 47740.35087762021, 'std': 0.47869339860371257, 'median': 414.41289067734033, 'majority': 413.4547634748742, 'minority': 413.4547634748742, 'unique': 135.0, 'histogram': [[8.0, 11.0, 13.0, 14.0, 19.0, 18.0, 21.0, 7.0, 16.0, 8.0], [413.4547634748742, 413.6465096962638, 413.83825591765344, 414.03000213904306, 414.2217483604327, 414.4134945818223, 414.6052408032119, 414.79698702460155, 414.98873324599117, 415.1804794673808, 415.3722256887704]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.4954324399587, 'percentile_98': 415.26826680637896}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.89901525690226, 'max': 415.68948290660046, 'mean': 414.54728523839657, 'count': 115.20000457763672, 'sum': 47755.84915711016, 'std': 0.3621215356424987, 'median': 414.44517773925327, 'majority': 413.89901525690226, 'minority': 413.89901525690226, 'unique': 135.0, 'histogram': [[9.0, 16.0, 35.0, 26.0, 18.0, 10.0, 8.0, 8.0, 3.0, 2.0], [413.89901525690226, 414.0780620218721, 414.2571087868419, 414.43615555181174, 414.61520231678156, 414.79424908175133, 414.97329584672116, 415.152342611691, 415.3313893766608, 415.51043614163063, 415.68948290660046]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.96955202799285, 'percentile_98': 415.49644083715975}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.0984274272341, 'max': 415.92816342017613, 'mean': 414.8750301310076, 'count': 115.20000457763672, 'sum': 47793.605370239246, 'std': 0.44881797964033915, 'median': 414.7541585552972, 'majority': 414.0984274272341, 'minority': 414.0984274272341, 'unique': 135.0, 'histogram': [[10.0, 13.0, 29.0, 20.0, 12.0, 12.0, 9.0, 16.0, 11.0, 3.0], [414.0984274272341, 414.28140102652833, 414.46437462582253, 414.64734822511673, 414.83032182441093, 415.01329542370513, 415.19626902299933, 415.37924262229353, 415.56221622158773, 415.74518982088193, 415.92816342017613]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.13840517634526, 'percentile_98': 415.7040748395957}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.8197618885897, 'max': 415.4813177592587, 'mean': 414.73305195203665, 'count': 115.20000457763672, 'sum': 47777.24948337187, 'std': 0.3466794425333048, 'median': 414.7196959820576, 'majority': 413.8197618885897, 'minority': 413.8197618885897, 'unique': 135.0, 'histogram': [[2.0, 6.0, 7.0, 13.0, 32.0, 26.0, 13.0, 16.0, 10.0, 10.0], [413.8197618885897, 413.9859174756566, 414.1520730627235, 414.3182286497904, 414.4843842368573, 414.6505398239242, 414.8166954109911, 414.982850998058, 415.1490065851249, 415.3151621721918, 415.4813177592587]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.05918818782084, 'percentile_98': 415.4642592766322}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.62111005582847, 'max': 415.190530475229, 'mean': 414.49103219479406, 'count': 115.20000457763672, 'sum': 47749.36880622964, 'std': 0.3709382898594504, 'median': 414.5566272200085, 'majority': 413.62111005582847, 'minority': 413.62111005582847, 'unique': 135.0, 'histogram': [[5.0, 12.0, 11.0, 4.0, 17.0, 16.0, 28.0, 22.0, 13.0, 7.0], [413.62111005582847, 413.7780520977685, 413.9349941397086, 414.09193618164863, 414.2488782235887, 414.40582026552875, 414.5627623074688, 414.71970434940886, 414.8766463913489, 415.03358843328897, 415.190530475229]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.7381038162858, 'percentile_98': 415.08972208248457}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.61411786056124, 'max': 415.3505979047622, 'mean': 414.5189713325695, 'count': 115.20000457763672, 'sum': 47752.587395029266, 'std': 0.4967522060040299, 'median': 414.4809136050753, 'majority': 413.61411786056124, 'minority': 413.61411786056124, 'unique': 135.0, 'histogram': [[11.0, 9.0, 16.0, 17.0, 11.0, 11.0, 9.0, 10.0, 31.0, 10.0], [413.61411786056124, 413.78776586498134, 413.96141386940144, 414.13506187382154, 414.30870987824164, 414.48235788266174, 414.6560058870818, 414.8296538915019, 415.003301895922, 415.1769499003421, 415.3505979047622]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.6774587095715, 'percentile_98': 415.2206784056034}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.76980880158953, 'max': 416.2604564044159, 'mean': 414.9451622835716, 'count': 115.20000457763672, 'sum': 47801.68459453566, 'std': 0.6835069072403855, 'median': 414.7606996411924, 'majority': 413.76980880158953, 'minority': 413.76980880158953, 'unique': 135.0, 'histogram': [[9.0, 13.0, 23.0, 20.0, 12.0, 11.0, 9.0, 10.0, 12.0, 16.0], [413.76980880158953, 414.01887356187217, 414.2679383221548, 414.51700308243744, 414.7660678427201, 415.0151326030027, 415.26419736328535, 415.513262123568, 415.7623268838506, 416.01139164413325, 416.2604564044159]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.90787373529747, 'percentile_98': 416.14198562456295}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.6359457334038, 'max': 415.6984432484023, 'mean': 414.6584943290727, 'count': 115.20000457763672, 'sum': 47768.66044486513, 'std': 0.575408620499074, 'median': 414.5344682910945, 'majority': 413.6359457334038, 'minority': 413.6359457334038, 'unique': 135.0, 'histogram': [[12.0, 7.0, 21.0, 19.0, 11.0, 8.0, 9.0, 23.0, 15.0, 10.0], [413.6359457334038, 413.84219548490364, 414.0484452364035, 414.25469498790335, 414.4609447394032, 414.66719449090306, 414.8734442424029, 415.07969399390277, 415.2859437454026, 415.4921934969025, 415.6984432484023]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.66388904862106, 'percentile_98': 415.65479114069603}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.94442814635113, 'max': 415.5802780587692, 'mean': 414.69504673124607, 'count': 115.20000457763672, 'sum': 47772.87128176282, 'std': 0.41150635589457035, 'median': 414.59397834842093, 'majority': 413.94442814635113, 'minority': 413.94442814635113, 'unique': 135.0, 'histogram': [[7.0, 11.0, 26.0, 21.0, 15.0, 11.0, 12.0, 11.0, 12.0, 9.0], [413.94442814635113, 414.10801313759293, 414.27159812883474, 414.43518312007654, 414.59876811131835, 414.76235310256016, 414.92593809380196, 415.08952308504377, 415.25310807628557, 415.4166930675274, 415.5802780587692]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.0655255469028, 'percentile_98': 415.5116621404887}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.3783731958829, 'max': 415.4277885390911, 'mean': 414.2940750302178, 'count': 115.20000457763672, 'sum': 47726.67933996886, 'std': 0.46000687781873056, 'median': 414.2684920225292, 'majority': 413.3783731958829, 'minority': 413.3783731958829, 'unique': 135.0, 'histogram': [[10.0, 8.0, 17.0, 24.0, 21.0, 20.0, 15.0, 7.0, 8.0, 5.0], [413.3783731958829, 413.5833147302037, 413.78825626452453, 413.99319779884536, 414.1981393331662, 414.403080867487, 414.60802240180783, 414.81296393612865, 415.0179054704495, 415.2228470047703, 415.4277885390911]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.48624654347077, 'percentile_98': 415.26815766701475}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.1122223043349, 'max': 414.3837250012439, 'mean': 413.8037588962664, 'count': 115.20000457763672, 'sum': 47670.19491909317, 'std': 0.2988685784253543, 'median': 413.797843066277, 'majority': 413.1122223043349, 'minority': 413.1122223043349, 'unique': 135.0, 'histogram': [[3.0, 10.0, 11.0, 13.0, 21.0, 20.0, 15.0, 15.0, 15.0, 12.0], [413.1122223043349, 413.2393725740258, 413.3665228437167, 413.4936731134076, 413.6208233830985, 413.74797365278937, 413.87512392248027, 414.00227419217117, 414.1294244618621, 414.256574731553, 414.3837250012439]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.2656176807359, 'percentile_98': 414.3013138673268}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.91270463261753, 'max': 414.0063938393724, 'mean': 413.4403955589758, 'count': 115.20000457763672, 'sum': 47628.33546097395, 'std': 0.25105634734095317, 'median': 413.3883267058991, 'majority': 412.91270463261753, 'minority': 412.91270463261753, 'unique': 135.0, 'histogram': [[6.0, 8.0, 8.0, 35.0, 15.0, 19.0, 14.0, 16.0, 9.0, 5.0], [412.91270463261753, 413.022073553293, 413.1314424739685, 413.24081139464397, 413.35018031531945, 413.4595492359949, 413.56891815667046, 413.67828707734594, 413.7876559980214, 413.8970249186969, 414.0063938393724]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.99911390524363, 'percentile_98': 413.9229058637284}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.69028224633075, 'max': 413.97526001674123, 'mean': 413.1281260846156, 'count': 115.20000457763672, 'sum': 47592.362016098195, 'std': 0.3097801624395971, 'median': 412.9921035200823, 'majority': 412.69028224633075, 'minority': 412.69028224633075, 'unique': 135.0, 'histogram': [[12.0, 44.0, 21.0, 11.0, 8.0, 12.0, 8.0, 8.0, 8.0, 3.0], [412.69028224633075, 412.8187800233718, 412.94727780041285, 413.0757755774539, 413.20427335449494, 413.332771131536, 413.46126890857704, 413.5897666856181, 413.71826446265914, 413.8467622397002, 413.97526001674123]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.7527972741518, 'percentile_98': 413.8003787375055}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.64636092819273, 'max': 414.0882992942352, 'mean': 413.277044262288, 'count': 115.20000457763672, 'sum': 47609.517390847745, 'std': 0.3914257136222789, 'median': 413.2198628212791, 'majority': 412.64636092819273, 'minority': 412.64636092819273, 'unique': 135.0, 'histogram': [[15.0, 19.0, 17.0, 14.0, 10.0, 12.0, 13.0, 13.0, 19.0, 3.0], [412.64636092819273, 412.790554764797, 412.9347486014012, 413.07894243800547, 413.2231362746097, 413.36733011121396, 413.5115239478182, 413.65571778442245, 413.7999116210267, 413.94410545763094, 414.0882992942352]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.68607674282975, 'percentile_98': 413.9317970839329}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.61978549300693, 'max': 414.1679673921317, 'mean': 413.42548504016736, 'count': 115.20000457763672, 'sum': 47626.61776913896, 'std': 0.37469410949984316, 'median': 413.4093651373405, 'majority': 412.61978549300693, 'minority': 412.61978549300693, 'unique': 135.0, 'histogram': [[6.0, 7.0, 9.0, 24.0, 17.0, 21.0, 13.0, 9.0, 21.0, 8.0], [412.61978549300693, 412.7746036829194, 412.9294218728319, 413.08424006274436, 413.23905825265683, 413.3938764425693, 413.5486946324818, 413.70351282239426, 413.85833101230673, 414.0131492022192, 414.1679673921317]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.7212887397036, 'percentile_98': 414.0867713431362}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.62271042796783, 'max': 414.18216642341577, 'mean': 413.4654777564282, 'count': 115.20000457763672, 'sum': 47631.22493023528, 'std': 0.38491087582687106, 'median': 413.41219548485236, 'majority': 412.62271042796783, 'minority': 412.62271042796783, 'unique': 135.0, 'histogram': [[5.0, 6.0, 10.0, 16.0, 26.0, 23.0, 13.0, 3.0, 12.0, 21.0], [412.62271042796783, 412.7786560275126, 412.9346016270574, 413.0905472266022, 413.246492826147, 413.4024384256918, 413.5583840252366, 413.7143296247814, 413.8702752243262, 414.026220823871, 414.18216642341577]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.7121574128978, 'percentile_98': 414.12962673348375}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.757603044156, 'max': 415.16392957419157, 'mean': 413.66267764883884, 'count': 115.20000457763672, 'sum': 47653.9423587437, 'std': 0.5462689045177418, 'median': 413.56451038154773, 'majority': 412.757603044156, 'minority': 412.757603044156, 'unique': 135.0, 'histogram': [[11.0, 26.0, 20.0, 22.0, 13.0, 15.0, 13.0, 7.0, 4.0, 4.0], [412.757603044156, 412.99823569715954, 413.2388683501631, 413.47950100316666, 413.7201336561702, 413.9607663091738, 414.20139896217734, 414.4420316151809, 414.68266426818445, 414.923296921188, 415.16392957419157]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.8863183723297, 'percentile_98': 414.91603769827634}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.97222196590155, 'max': 414.67919800197706, 'mean': 413.6195197765073, 'count': 115.20000457763672, 'sum': 47648.97057165354, 'std': 0.35800015882040936, 'median': 413.53831329615787, 'majority': 412.97222196590155, 'minority': 412.97222196590155, 'unique': 135.0, 'histogram': [[6.0, 21.0, 30.0, 21.0, 20.0, 12.0, 9.0, 7.0, 6.0, 3.0], [412.97222196590155, 413.1429195695091, 413.31361717311665, 413.4843147767242, 413.65501238033175, 413.8257099839393, 413.99640758754686, 414.1671051911544, 414.33780279476196, 414.5085003983695, 414.67919800197706]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.09098378405906, 'percentile_98': 414.49083073530346}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.539724831935, 'max': 415.0910026510246, 'mean': 414.2574008483548, 'count': 115.20000457763672, 'sum': 47722.45447405036, 'std': 0.4013371986784528, 'median': 414.1626450291369, 'majority': 413.539724831935, 'minority': 413.539724831935, 'unique': 135.0, 'histogram': [[8.0, 14.0, 28.0, 14.0, 13.0, 10.0, 6.0, 18.0, 18.0, 6.0], [413.539724831935, 413.694852613844, 413.84998039575294, 414.0051081776619, 414.16023595957085, 414.3153637414798, 414.4704915233888, 414.62561930529773, 414.7807470872067, 414.93587486911565, 415.0910026510246]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.65281140315346, 'percentile_98': 414.9434134887997}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.57704321853817, 'max': 415.51508184056735, 'mean': 414.57679796142116, 'count': 115.20000457763672, 'sum': 47759.24902293769, 'std': 0.4002155556736896, 'median': 414.5608290855307, 'majority': 413.57704321853817, 'minority': 413.57704321853817, 'unique': 135.0, 'histogram': [[5.0, 6.0, 6.0, 25.0, 23.0, 23.0, 16.0, 13.0, 11.0, 7.0], [413.57704321853817, 413.7708470807411, 413.964650942944, 414.1584548051469, 414.3522586673498, 414.5460625295527, 414.7398663917557, 414.9336702539586, 415.1274741161615, 415.32127797836444, 415.51508184056735]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.6977731832303, 'percentile_98': 415.4120724706445}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.4500268264674, 'max': 414.8424995946698, 'mean': 414.1790003964012, 'count': 115.20000457763672, 'sum': 47713.42274162642, 'std': 0.24736395161889355, 'median': 414.1664285270963, 'majority': 413.4500268264674, 'minority': 413.4500268264674, 'unique': 135.0, 'histogram': [[5.0, 4.0, 4.0, 15.0, 34.0, 30.0, 21.0, 11.0, 9.0, 2.0], [413.4500268264674, 413.58927410328766, 413.7285213801079, 413.86776865692815, 414.0070159337484, 414.1462632105686, 414.2855104873888, 414.42475776420906, 414.5640050410293, 414.70325231784955, 414.8424995946698]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.538800785318, 'percentile_98': 414.68903509667143}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.0221386731137, 'max': 414.2641118960455, 'mean': 413.746202301831, 'count': 115.20000457763672, 'sum': 47663.56439915074, 'std': 0.2979199547555033, 'median': 413.733101595426, 'majority': 413.0221386731137, 'minority': 413.0221386731137, 'unique': 135.0, 'histogram': [[5.0, 7.0, 3.0, 10.0, 26.0, 21.0, 18.0, 10.0, 15.0, 20.0], [413.0221386731137, 413.1463359954069, 413.2705333177001, 413.39473063999327, 413.51892796228645, 413.6431252845796, 413.76732260687277, 413.89151992916595, 414.01571725145914, 414.1399145737523, 414.2641118960455]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.1321074964944, 'percentile_98': 414.22288995818235}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.929573940346, 'max': 414.16451131226495, 'mean': 413.55511505537527, 'count': 115.20000457763672, 'sum': 47641.55114748431, 'std': 0.24925223560326482, 'median': 413.54784116265364, 'majority': 412.929573940346, 'minority': 412.929573940346, 'unique': 135.0, 'histogram': [[4.0, 3.0, 9.0, 28.0, 20.0, 22.0, 14.0, 24.0, 9.0, 2.0], [412.929573940346, 413.0530676775379, 413.1765614147298, 413.3000551519217, 413.4235488891136, 413.5470426263055, 413.6705363634974, 413.79403010068927, 413.91752383788116, 414.04101757507306, 414.16451131226495]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.0387424083892, 'percentile_98': 413.9699049119372}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.8808213863521, 'max': 414.7130239289254, 'mean': 413.9942039060617, 'count': 115.20000457763672, 'sum': 47692.13418509338, 'std': 0.5001113018104374, 'median': 414.0444980293978, 'majority': 412.8808213863521, 'minority': 412.8808213863521, 'unique': 135.0, 'histogram': [[6.0, 7.0, 9.0, 9.0, 18.0, 15.0, 11.0, 9.0, 30.0, 21.0], [412.8808213863521, 413.06404164060945, 413.24726189486677, 413.4304821491241, 413.6137024033814, 413.7969226576388, 413.9801429118961, 414.16336316615343, 414.34658342041075, 414.5298036746681, 414.7130239289254]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.9501794523094, 'percentile_98': 414.6819410379976}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.3253602301702, 'max': 414.26865936955437, 'mean': 413.6878915245305, 'count': 115.20000457763672, 'sum': 47656.8469973388, 'std': 0.4162912692968259, 'median': 413.74607098987326, 'majority': 412.3253602301702, 'minority': 412.3253602301702, 'unique': 135.0, 'histogram': [[3.0, 3.0, 9.0, 5.0, 6.0, 10.0, 19.0, 30.0, 27.0, 23.0], [412.3253602301702, 412.5196901441086, 412.714020058047, 412.90834997198544, 413.10267988592386, 413.2970097998623, 413.4913397138007, 413.6856696277391, 413.87999954167753, 414.07432945561595, 414.26865936955437]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.62852391810156, 'percentile_98': 414.2352772760205}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.2277860005852, 'max': 413.9186166867148, 'mean': 413.12639930495567, 'count': 115.20000457763672, 'sum': 47592.16309107347, 'std': 0.36447017803713866, 'median': 413.06979983346537, 'majority': 412.2277860005852, 'minority': 412.2277860005852, 'unique': 135.0, 'histogram': [[5.0, 8.0, 7.0, 15.0, 35.0, 25.0, 12.0, 10.0, 3.0, 15.0], [412.2277860005852, 412.39686906919815, 412.5659521378111, 412.7350352064241, 412.90411827503704, 413.07320134365, 413.24228441226296, 413.4113674808759, 413.5804505494889, 413.74953361810185, 413.9186166867148]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.39890197175555, 'percentile_98': 413.87220335309394}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.4242077523377, 'max': 413.58287489856593, 'mean': 413.079775221633, 'count': 115.20000457763672, 'sum': 47586.79199646127, 'std': 0.2673918485681239, 'median': 413.1166424485855, 'majority': 412.4242077523377, 'minority': 412.4242077523377, 'unique': 135.0, 'histogram': [[6.0, 7.0, 10.0, 8.0, 18.0, 16.0, 16.0, 33.0, 16.0, 5.0], [412.4242077523377, 412.5400744669605, 412.65594118158333, 412.77180789620616, 412.887674610829, 413.0035413254518, 413.11940804007463, 413.23527475469746, 413.3511414693203, 413.4670081839431, 413.58287489856593]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.5014675082639, 'percentile_98': 413.47536898683757}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.58581404690625, 'max': 413.3604707021732, 'mean': 413.0200363288942, 'count': 115.20000457763672, 'sum': 47579.910075744294, 'std': 0.16320820652874254, 'median': 413.00945667899214, 'majority': 412.58581404690625, 'minority': 412.58581404690625, 'unique': 135.0, 'histogram': [[5.0, 6.0, 5.0, 13.0, 23.0, 25.0, 20.0, 16.0, 12.0, 10.0], [412.58581404690625, 412.66327971243294, 412.7407453779596, 412.8182110434863, 412.895676709013, 412.97314237453975, 413.05060804006644, 413.1280737055931, 413.2055393711198, 413.2830050366465, 413.3604707021732]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.6404310227372, 'percentile_98': 413.321587984683}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.9259938306641, 'max': 413.5096642130521, 'mean': 412.5503117643848, 'count': 115.20000457763672, 'sum': 47525.79780376258, 'std': 0.40067427982022064, 'median': 412.41754297516314, 'majority': 411.9259938306641, 'minority': 411.9259938306641, 'unique': 135.0, 'histogram': [[15.0, 17.0, 31.0, 14.0, 12.0, 10.0, 7.0, 19.0, 7.0, 3.0], [411.9259938306641, 412.0843608689029, 412.24272790714167, 412.40109494538046, 412.55946198361926, 412.71782902185805, 412.8761960600969, 413.0345630983357, 413.1929301365745, 413.3512971748133, 413.5096642130521]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.99687984772027, 'percentile_98': 413.3320217079018}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.25966924685054, 'max': 414.1956233070232, 'mean': 413.45700015339435, 'count': 115.20000457763672, 'sum': 47630.24831032698, 'std': 0.52963702726884, 'median': 413.48245213157503, 'majority': 412.25966924685054, 'minority': 412.25966924685054, 'unique': 135.0, 'histogram': [[11.0, 3.0, 5.0, 7.0, 17.0, 16.0, 18.0, 12.0, 16.0, 30.0], [412.25966924685054, 412.4532646528678, 412.64686005888507, 412.84045546490233, 413.0340508709196, 413.22764627693687, 413.42124168295413, 413.6148370889714, 413.80843249498866, 414.00202790100593, 414.1956233070232]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.36387187382206, 'percentile_98': 414.1688950767275}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.40331484004855, 'max': 414.0061391808558, 'mean': 412.96584417024155, 'count': 115.20000457763672, 'sum': 47573.66713881944, 'std': 0.32286728315894503, 'median': 412.8701111767441, 'majority': 412.40331484004855, 'minority': 412.40331484004855, 'unique': 135.0, 'histogram': [[10.0, 22.0, 37.0, 19.0, 15.0, 10.0, 9.0, 6.0, 5.0, 2.0], [412.40331484004855, 412.5635972741293, 412.72387970821, 412.88416214229073, 413.04444457637146, 413.2047270104522, 413.3650094445329, 413.52529187861364, 413.68557431269437, 413.8458567467751, 414.0061391808558]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.48796333093196, 'percentile_98': 413.7948853895068}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.1923047932796, 'max': 413.0818269914016, 'mean': 412.62375518258284, 'count': 115.20000457763672, 'sum': 47534.258485875194, 'std': 0.18547263127793936, 'median': 412.6366075070109, 'majority': 412.1923047932796, 'minority': 412.1923047932796, 'unique': 135.0, 'histogram': [[6.0, 8.0, 8.0, 23.0, 20.0, 30.0, 18.0, 12.0, 5.0, 5.0], [412.1923047932796, 412.2812570130918, 412.370209232904, 412.4591614527162, 412.5481136725284, 412.6370658923406, 412.7260181121528, 412.814970331965, 412.9039225517772, 412.9928747715894, 413.0818269914016]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.2280770388897, 'percentile_98': 413.0147644900717}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.18466503778467, 'max': 413.143676269101, 'mean': 412.5885880492981, 'count': 115.20000457763672, 'sum': 47530.20723195981, 'std': 0.2510346518430414, 'median': 412.52574737882236, 'majority': 412.18466503778467, 'minority': 412.18466503778467, 'unique': 135.0, 'histogram': [[10.0, 17.0, 28.0, 18.0, 15.0, 11.0, 7.0, 10.0, 13.0, 6.0], [412.18466503778467, 412.2805661609163, 412.3764672840479, 412.47236840717954, 412.56826953031117, 412.66417065344285, 412.7600717765745, 412.8559728997061, 412.9518740228377, 413.04777514596935, 413.143676269101]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.23817243007943, 'percentile_98': 413.12671601190226}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.20115235773847, 'max': 413.1496825721115, 'mean': 412.66152120484355, 'count': 115.20000457763672, 'sum': 47538.60913181251, 'std': 0.21669319849248647, 'median': 412.6105450268369, 'majority': 412.20115235773847, 'minority': 412.20115235773847, 'unique': 135.0, 'histogram': [[4.0, 6.0, 19.0, 25.0, 28.0, 12.0, 11.0, 10.0, 14.0, 6.0], [412.20115235773847, 412.29600537917577, 412.39085840061307, 412.4857114220504, 412.5805644434877, 412.675417464925, 412.7702704863623, 412.8651235077996, 412.9599765292369, 413.0548295506742, 413.1496825721115]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.27975816582335, 'percentile_98': 413.1067908019759}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.4790430068969, 'max': 413.30191379529424, 'mean': 412.93676161456, 'count': 115.20000457763672, 'sum': 47570.316828271796, 'std': 0.18314460751769263, 'median': 412.93143658549525, 'majority': 412.4790430068969, 'minority': 412.4790430068969, 'unique': 135.0, 'histogram': [[2.0, 8.0, 6.0, 15.0, 28.0, 16.0, 21.0, 16.0, 13.0, 10.0], [412.4790430068969, 412.56133008573664, 412.64361716457637, 412.7259042434161, 412.8081913222558, 412.8904784010956, 412.97276547993533, 413.05505255877506, 413.1373396376148, 413.2196267164545, 413.30191379529424]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.56494660046883, 'percentile_98': 413.2833346375264}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.3294820601587, 'max': 413.48521699546836, 'mean': 412.87556245298856, 'count': 115.20000457763672, 'sum': 47563.266684578615, 'std': 0.2377896081304063, 'median': 412.8643631702289, 'majority': 412.3294820601587, 'minority': 412.3294820601587, 'unique': 135.0, 'histogram': [[6.0, 10.0, 13.0, 19.0, 25.0, 18.0, 22.0, 11.0, 8.0, 3.0], [412.3294820601587, 412.44505555368966, 412.56062904722063, 412.6762025407516, 412.7917760342826, 412.9073495278135, 413.02292302134447, 413.13849651487544, 413.2540700084064, 413.3696435019374, 413.48521699546836]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.41418875870295, 'percentile_98': 413.3470938540995}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.2066529816948, 'max': 413.2857829972636, 'mean': 412.70939581828526, 'count': 115.20000457763672, 'sum': 47544.12428750015, 'std': 0.27014904735295847, 'median': 412.7106585656293, 'majority': 412.2066529816948, 'minority': 412.2066529816948, 'unique': 135.0, 'histogram': [[9.0, 13.0, 23.0, 13.0, 9.0, 12.0, 22.0, 21.0, 9.0, 4.0], [412.2066529816948, 412.31456598325167, 412.42247898480855, 412.53039198636543, 412.6383049879223, 412.7462179894792, 412.8541309910361, 412.96204399259295, 413.06995699414983, 413.1778699957067, 413.2857829972636]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.2650825593155, 'percentile_98': 413.18548028357327}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.27495239581907, 'max': 412.7871434320695, 'mean': 412.546022241411, 'count': 115.20000457763672, 'sum': 47525.30365069636, 'std': 0.11844779007923988, 'median': 412.55525866290554, 'majority': 412.27495239581907, 'minority': 412.27495239581907, 'unique': 135.0, 'histogram': [[3.0, 8.0, 14.0, 19.0, 15.0, 17.0, 16.0, 22.0, 14.0, 7.0], [412.27495239581907, 412.3261714994441, 412.37739060306916, 412.4286097066942, 412.47982881031925, 412.5310479139443, 412.58226701756934, 412.6334861211944, 412.6847052248194, 412.73592432844447, 412.7871434320695]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.3292310396209, 'percentile_98': 412.7596184844151}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.7479365959298, 'max': 413.21184107800946, 'mean': 412.29252646425124, 'count': 115.20000457763672, 'sum': 47496.10093600715, 'std': 0.3025444044213556, 'median': 412.2479695070069, 'majority': 411.7479365959298, 'minority': 411.7479365959298, 'unique': 135.0, 'histogram': [[5.0, 33.0, 21.0, 17.0, 20.0, 15.0, 11.0, 6.0, 4.0, 3.0], [411.7479365959298, 411.89432704413775, 412.0407174923457, 412.1871079405537, 412.33349838876165, 412.4798888369696, 412.6262792851776, 412.77266973338556, 412.9190601815935, 413.0654506298015, 413.21184107800946]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.8876895518042, 'percentile_98': 412.9764129174873}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.0348494325299, 'max': 413.696176110534, 'mean': 412.7814277406329, 'count': 115.20000457763672, 'sum': 47552.422365284336, 'std': 0.4305552615789671, 'median': 412.6891763007734, 'majority': 412.0348494325299, 'minority': 412.0348494325299, 'unique': 135.0, 'histogram': [[9.0, 16.0, 25.0, 17.0, 15.0, 11.0, 13.0, 9.0, 12.0, 8.0], [412.0348494325299, 412.2009821003303, 412.3671147681307, 412.5332474359311, 412.6993801037315, 412.86551277153194, 413.03164543933235, 413.19777810713276, 413.3639107749332, 413.5300434427336, 413.696176110534]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.09828486898914, 'percentile_98': 413.65564175066544}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.8185679544695, 'max': 412.96586641692556, 'mean': 412.3507429560428, 'count': 115.20000457763672, 'sum': 47502.80747612803, 'std': 0.28439764278332, 'median': 412.2900318179745, 'majority': 411.8185679544695, 'minority': 411.8185679544695, 'unique': 135.0, 'histogram': [[8.0, 10.0, 26.0, 20.0, 11.0, 8.0, 15.0, 23.0, 10.0, 4.0], [411.8185679544695, 411.9332978007151, 412.0480276469607, 412.1627574932063, 412.2774873394519, 412.3922171856975, 412.5069470319431, 412.62167687818874, 412.73640672443435, 412.85113657067996, 412.96586641692556]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.8726756132673, 'percentile_98': 412.83504833700135}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.84558722306974, 'max': 412.80015284428373, 'mean': 412.32663185595345, 'count': 115.20000457763672, 'sum': 47500.029877287365, 'std': 0.22107968393530286, 'median': 412.32231160392985, 'majority': 411.84558722306974, 'minority': 411.84558722306974, 'unique': 135.0, 'histogram': [[6.0, 7.0, 13.0, 20.0, 21.0, 21.0, 15.0, 13.0, 12.0, 7.0], [411.84558722306974, 411.94104378519114, 412.03650034731254, 412.13195690943394, 412.22741347155534, 412.32287003367674, 412.41832659579813, 412.51378315791953, 412.60923972004093, 412.70469628216233, 412.80015284428373]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.8950782867614, 'percentile_98': 412.7350985072553}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.1054113309365, 'max': 412.10968265659176, 'mean': 411.75281758707524, 'count': 115.20000457763672, 'sum': 47433.92647088588, 'std': 0.24404186109964604, 'median': 411.79875552188605, 'majority': 411.1054113309365, 'minority': 411.1054113309365, 'unique': 135.0, 'histogram': [[6.0, 5.0, 3.0, 11.0, 17.0, 14.0, 14.0, 24.0, 18.0, 23.0], [411.1054113309365, 411.205838463502, 411.30626559606753, 411.40669272863306, 411.5071198611986, 411.6075469937641, 411.70797412632965, 411.8084012588952, 411.9088283914607, 412.00925552402623, 412.10968265659176]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.18224544334225, 'percentile_98': 412.0875637454446}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.0446243430488, 'max': 411.95438097929576, 'mean': 411.6013126299612, 'count': 115.20000457763672, 'sum': 47416.47309913282, 'std': 0.22440118351803176, 'median': 411.61392437061295, 'majority': 411.0446243430488, 'minority': 411.0446243430488, 'unique': 135.0, 'histogram': [[6.0, 6.0, 6.0, 9.0, 18.0, 17.0, 19.0, 20.0, 14.0, 20.0], [411.0446243430488, 411.1356000066735, 411.2265756702982, 411.3175513339229, 411.4085269975476, 411.4995026611723, 411.59047832479695, 411.68145398842165, 411.77242965204636, 411.86340531567106, 411.95438097929576]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.0983791179023, 'percentile_98': 411.9508193980437}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.1252237635199, 'max': 411.7737043998204, 'mean': 411.50998425834155, 'count': 115.20000457763672, 'sum': 47405.95207030416, 'std': 0.11705020187405825, 'median': 411.5142219234258, 'majority': 411.1252237635199, 'minority': 411.1252237635199, 'unique': 135.0, 'histogram': [[3.0, 3.0, 5.0, 9.0, 26.0, 23.0, 20.0, 27.0, 14.0, 5.0], [411.1252237635199, 411.19007182714995, 411.25491989078, 411.31976795441005, 411.3846160180401, 411.44946408167016, 411.5143121453002, 411.57916020893026, 411.6440082725603, 411.70885633619037, 411.7737043998204]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.24501512967987, 'percentile_98': 411.71118209604174}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.43452108371997, 'max': 412.16940007871017, 'mean': 411.7600788778917, 'count': 115.20000457763672, 'sum': 47434.76297162118, 'std': 0.16946232413628123, 'median': 411.718287068652, 'majority': 411.43452108371997, 'minority': 411.43452108371997, 'unique': 135.0, 'histogram': [[7.0, 11.0, 31.0, 20.0, 14.0, 15.0, 16.0, 9.0, 7.0, 5.0], [411.43452108371997, 411.508008983219, 411.581496882718, 411.654984782217, 411.728472681716, 411.8019605812151, 411.8754484807141, 411.9489363802131, 412.02242427971214, 412.09591217921115, 412.16940007871017]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.4933799428399, 'percentile_98': 412.12753785657696}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.55251528834924, 'max': 412.47057015425526, 'mean': 412.06864841281816, 'count': 115.20000457763672, 'sum': 47470.31018345723, 'std': 0.2098596497556309, 'median': 412.0571502426174, 'majority': 411.55251528834924, 'minority': 411.55251528834924, 'unique': 135.0, 'histogram': [[2.0, 6.0, 9.0, 19.0, 25.0, 16.0, 19.0, 15.0, 11.0, 13.0], [411.55251528834924, 411.64432077493984, 411.73612626153044, 411.82793174812105, 411.91973723471165, 412.01154272130225, 412.10334820789285, 412.19515369448345, 412.28695918107405, 412.37876466766465, 412.47057015425526]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.68348252540454, 'percentile_98': 412.4494189454708}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.6025666007772, 'max': 412.37423283746466, 'mean': 411.9688631267652, 'count': 115.20000457763672, 'sum': 47458.814918047145, 'std': 0.16808583662230508, 'median': 411.9527802686207, 'majority': 411.6025666007772, 'minority': 411.6025666007772, 'unique': 135.0, 'histogram': [[5.0, 11.0, 11.0, 21.0, 28.0, 17.0, 16.0, 14.0, 10.0, 2.0], [411.6025666007772, 411.67973322444595, 411.7568998481147, 411.83406647178344, 411.9112330954522, 411.98839971912093, 412.0655663427897, 412.1427329664584, 412.21989959012717, 412.2970662137959, 412.37423283746466]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.6583331779111, 'percentile_98': 412.28322879760526}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.7664029763546, 'max': 412.37161349272355, 'mean': 412.046434150745, 'count': 115.20000457763672, 'sum': 47467.75110036471, 'std': 0.1517635522888606, 'median': 412.0157645957078, 'majority': 411.7664029763546, 'minority': 411.7664029763546, 'unique': 135.0, 'histogram': [[5.0, 13.0, 19.0, 24.0, 29.0, 10.0, 10.0, 10.0, 2.0, 13.0], [411.7664029763546, 411.8269240279915, 411.8874450796284, 411.9479661312653, 412.0084871829022, 412.06900823453907, 412.12952928617597, 412.19005033781286, 412.25057138944976, 412.31109244108666, 412.37161349272355]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.8232209293638, 'percentile_98': 412.3700564377941}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.5211122552864, 'max': 412.15779492631555, 'mean': 411.8292701843679, 'count': 115.20000457763672, 'sum': 47442.73381044397, 'std': 0.17825613680289482, 'median': 411.79120671586134, 'majority': 411.5211122552864, 'minority': 411.5211122552864, 'unique': 135.0, 'histogram': [[4.0, 25.0, 20.0, 12.0, 12.0, 9.0, 9.0, 15.0, 18.0, 11.0], [411.5211122552864, 411.58478052238934, 411.64844878949225, 411.71211705659516, 411.7757853236981, 411.839453590801, 411.9031218579039, 411.9667901250068, 412.0304583921097, 412.09412665921263, 412.15779492631555]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.5873271075543, 'percentile_98': 412.12460200767964}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.5076335438061, 'max': 412.33651791117154, 'mean': 411.9236880878748, 'count': 115.20000457763672, 'sum': 47453.610753360175, 'std': 0.2097902468919641, 'median': 411.8936885788571, 'majority': 411.5076335438061, 'minority': 411.5076335438061, 'unique': 135.0, 'histogram': [[6.0, 7.0, 22.0, 18.0, 16.0, 10.0, 6.0, 23.0, 21.0, 6.0], [411.5076335438061, 411.59052198054263, 411.6734104172792, 411.7562988540157, 411.83918729075225, 411.92207572748885, 412.0049641642254, 412.0878526009619, 412.17074103769846, 412.253629474435, 412.33651791117154]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.5633419132791, 'percentile_98': 412.27803376386873}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.23666960629635, 'max': 412.6138665014878, 'mean': 411.93826643494117, 'count': 115.20000457763672, 'sum': 47455.29017900896, 'std': 0.3617602082250737, 'median': 411.842640460236, 'majority': 411.5944684599526, 'minority': 411.23666960629635, 'unique': 134.0, 'histogram': [[6.0, 7.0, 20.0, 20.0, 20.0, 13.0, 3.0, 13.0, 24.0, 9.0], [411.23666960629635, 411.3743892958155, 411.51210898533463, 411.6498286748538, 411.7875483643729, 411.92526805389207, 412.0629877434112, 412.20070743293036, 412.3384271224495, 412.47614681196865, 412.6138665014878]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.3204740860965, 'percentile_98': 412.58593773818575}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.3354589208029, 'max': 412.6824060222134, 'mean': 411.9409624646506, 'count': 115.20000457763672, 'sum': 47455.60076164383, 'std': 0.39525870423577314, 'median': 411.86903035850264, 'majority': 411.3354589208029, 'minority': 411.3354589208029, 'unique': 135.0, 'histogram': [[20.0, 18.0, 16.0, 11.0, 10.0, 8.0, 5.0, 23.0, 18.0, 6.0], [411.3354589208029, 411.47015363094397, 411.604848341085, 411.73954305122606, 411.8742377613671, 412.00893247150816, 412.1436271816492, 412.27832189179026, 412.4130166019313, 412.54771131207235, 412.6824060222134]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.36821528198203, 'percentile_98': 412.6215608266648}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.4180446777027, 'max': 412.7503125346266, 'mean': 411.8645568566247, 'count': 115.20000457763672, 'sum': 47446.79883524948, 'std': 0.3543555262070596, 'median': 411.71181146637537, 'majority': 411.4180446777027, 'minority': 411.4180446777027, 'unique': 135.0, 'histogram': [[25.0, 35.0, 18.0, 8.0, 3.0, 10.0, 11.0, 17.0, 3.0, 5.0], [411.4180446777027, 411.5512714633951, 411.6844982490875, 411.81772503477987, 411.95095182047226, 412.08417860616464, 412.217405391857, 412.3506321775494, 412.4838589632418, 412.6170857489342, 412.7503125346266]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.4529801881872, 'percentile_98': 412.6241801714059}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.870343668852, 'max': 413.69035170646384, 'mean': 412.7895630872566, 'count': 115.20000457763672, 'sum': 47553.359557252625, 'std': 0.5394412400961737, 'median': 412.86015039077034, 'majority': 411.870343668852, 'minority': 411.870343668852, 'unique': 135.0, 'histogram': [[20.0, 11.0, 9.0, 9.0, 12.0, 14.0, 15.0, 19.0, 12.0, 14.0], [411.870343668852, 412.0523444726132, 412.23434527637437, 412.41634608013555, 412.59834688389674, 412.7803476876579, 412.9623484914191, 413.1443492951803, 413.3263500989415, 413.50835090270266, 413.69035170646384]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.92372736986727, 'percentile_98': 413.6488169024233}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.07982940250076, 'max': 413.31766624352895, 'mean': 412.7654784890357, 'count': 115.20000457763672, 'sum': 47550.58501142732, 'std': 0.2660073944058789, 'median': 412.71864029113203, 'majority': 412.07982940250076, 'minority': 412.07982940250076, 'unique': 135.0, 'histogram': [[1.0, 4.0, 11.0, 17.0, 34.0, 17.0, 15.0, 9.0, 13.0, 14.0], [412.07982940250076, 412.2036130866036, 412.3273967707064, 412.4511804548092, 412.57496413891204, 412.69874782301486, 412.8225315071177, 412.9463151912205, 413.0700988753233, 413.19388255942613, 413.31766624352895]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.3188409721479, 'percentile_98': 413.2917783863377}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.3919276278466, 'max': 412.86491250502877, 'mean': 412.28414346552927, 'count': 115.20000457763672, 'sum': 47495.135214516005, 'std': 0.2756448712197588, 'median': 412.30738861486316, 'majority': 411.3919276278466, 'minority': 411.3919276278466, 'unique': 135.0, 'histogram': [[3.0, 1.0, 3.0, 20.0, 15.0, 21.0, 24.0, 27.0, 13.0, 8.0], [411.3919276278466, 411.5392261155648, 411.68652460328303, 411.83382309100125, 411.98112157871947, 412.1284200664377, 412.2757185541559, 412.4230170418741, 412.57031552959234, 412.71761401731055, 412.86491250502877]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.74216676154174, 'percentile_98': 412.77769560110755}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.3291030332912, 'max': 412.81222001998685, 'mean': 411.63047347580397, 'count': 115.20000457763672, 'sum': 47419.832428707385, 'std': 0.5688877478556839, 'median': 411.63789865095174, 'majority': 410.3291030332912, 'minority': 410.3291030332912, 'unique': 135.0, 'histogram': [[3.0, 7.0, 21.0, 18.0, 11.0, 25.0, 17.0, 11.0, 13.0, 9.0], [410.3291030332912, 410.57741473196074, 410.8257264306303, 411.0740381292999, 411.32234982796945, 411.570661526639, 411.8189732253086, 412.06728492397815, 412.3155966226477, 412.5639083213173, 412.81222001998685]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.7200766156894, 'percentile_98': 412.7874271944165}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.12646397575736, 'max': 412.35812386730686, 'mean': 411.22799600107334, 'count': 115.20000457763672, 'sum': 47373.46702177602, 'std': 0.5545979827656193, 'median': 411.1525158805307, 'majority': 410.12646397575736, 'minority': 410.12646397575736, 'unique': 135.0, 'histogram': [[7.0, 10.0, 15.0, 20.0, 19.0, 15.0, 12.0, 11.0, 16.0, 10.0], [410.12646397575736, 410.3496299649123, 410.57279595406726, 410.7959619432222, 411.01912793237716, 411.2422939215321, 411.46545991068706, 411.688625899842, 411.91179188899696, 412.1349578781519, 412.35812386730686]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.28482155525126, 'percentile_98': 412.18247861252166}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.9637811779976, 'max': 412.4086335650645, 'mean': 411.70303511688815, 'count': 115.20000457763672, 'sum': 47428.191530092445, 'std': 0.24373532766544603, 'median': 411.67071685777046, 'majority': 410.9637811779976, 'minority': 410.9637811779976, 'unique': 135.0, 'histogram': [[4.0, 4.0, 6.0, 12.0, 43.0, 27.0, 13.0, 21.0, 3.0, 2.0], [410.9637811779976, 411.1082664167043, 411.252751655411, 411.39723689411767, 411.54172213282436, 411.68620737153105, 411.83069261023775, 411.97517784894444, 412.11966308765113, 412.2641483263578, 412.4086335650645]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.16685315500945, 'percentile_98': 412.1173369640019}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.5175539734773, 'max': 411.1863054276909, 'mean': 410.8589404970871, 'count': 115.20000457763672, 'sum': 47330.951826027405, 'std': 0.16879118352947672, 'median': 410.8737994101829, 'majority': 410.5175539734773, 'minority': 410.5175539734773, 'unique': 135.0, 'histogram': [[7.0, 15.0, 11.0, 12.0, 13.0, 13.0, 23.0, 18.0, 16.0, 7.0], [410.5175539734773, 410.58442911889864, 410.65130426432, 410.71817940974137, 410.78505455516273, 410.8519297005841, 410.91880484600546, 410.9856799914268, 411.0525551368482, 411.11943028226955, 411.1863054276909]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.5320840608328, 'percentile_98': 411.14648411166854}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.6083397346083, 'max': 411.70937038259575, 'mean': 411.0796021342666, 'count': 115.20000457763672, 'sum': 47356.372047640594, 'std': 0.281565865043495, 'median': 410.9895307919942, 'majority': 410.6083397346083, 'minority': 410.6083397346083, 'unique': 135.0, 'histogram': [[9.0, 15.0, 32.0, 18.0, 10.0, 5.0, 15.0, 16.0, 8.0, 7.0], [410.6083397346083, 410.71844279940706, 410.8285458642058, 410.93864892900456, 411.0487519938033, 411.15885505860206, 411.26895812340075, 411.3790611881995, 411.48916425299825, 411.599267317797, 411.70937038259575]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.68535574595444, 'percentile_98': 411.66649680235423}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.58620990952477, 'max': 411.3651484658476, 'mean': 410.84885897326194, 'count': 115.20000457763672, 'sum': 47329.790434436596, 'std': 0.17593269033442743, 'median': 410.7986023882404, 'majority': 410.58620990952477, 'minority': 410.58620990952477, 'unique': 135.0, 'histogram': [[14.0, 25.0, 30.0, 14.0, 17.0, 14.0, 5.0, 10.0, 3.0, 3.0], [410.58620990952477, 410.66410376515705, 410.74199762078933, 410.8198914764216, 410.8977853320539, 410.9756791876862, 411.05357304331847, 411.13146689895075, 411.20936075458303, 411.2872546102153, 411.3651484658476]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.6174274056684, 'percentile_98': 411.30076715489855}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.47590275411494, 'max': 411.3358190807048, 'mean': 410.7473278490756, 'count': 115.20000457763672, 'sum': 47318.09404846556, 'std': 0.19189615705214935, 'median': 410.6999513169285, 'majority': 410.47590275411494, 'minority': 410.47590275411494, 'unique': 135.0, 'histogram': [[16.0, 27.0, 29.0, 19.0, 11.0, 9.0, 7.0, 10.0, 5.0, 2.0], [410.47590275411494, 410.56189438677393, 410.6478860194329, 410.7338776520919, 410.8198692847509, 410.9058609174099, 410.99185255006887, 411.07784418272786, 411.16383581538685, 411.24982744804583, 411.3358190807048]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.48283674172126, 'percentile_98': 411.2211063329596}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.36794937099324, 'max': 411.65079892380163, 'mean': 411.1256325561064, 'count': 115.20000457763672, 'sum': 47361.674752447245, 'std': 0.2634702189806943, 'median': 411.1316484340932, 'majority': 410.36794937099324, 'minority': 410.36794937099324, 'unique': 135.0, 'histogram': [[4.0, 3.0, 6.0, 10.0, 23.0, 22.0, 24.0, 18.0, 16.0, 9.0], [410.36794937099324, 410.4962343262741, 410.6245192815549, 410.75280423683574, 410.8810891921166, 411.00937414739747, 411.1376591026783, 411.26594405795913, 411.39422901323996, 411.5225139685208, 411.65079892380163]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.4744039068464, 'percentile_98': 411.5658884984441}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.5799780518282, 'max': 411.5715164516587, 'mean': 411.125702853716, 'count': 115.20000457763672, 'sum': 47361.6828507322, 'std': 0.18125790572458808, 'median': 411.1397938686423, 'majority': 410.5799780518282, 'minority': 410.5799780518282, 'unique': 135.0, 'histogram': [[5.0, 3.0, 8.0, 11.0, 21.0, 36.0, 24.0, 15.0, 8.0, 4.0], [410.5799780518282, 410.67913189181127, 410.7782857317943, 410.87743957177736, 410.9765934117604, 411.07574725174345, 411.1749010917265, 411.27405493170954, 411.3732087716926, 411.47236261167563, 411.5715164516587]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.6571250304114, 'percentile_98': 411.5144620300271}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.5950902157929, 'max': 411.46428702631965, 'mean': 411.05709901294006, 'count': 115.20000457763672, 'sum': 47353.77968796076, 'std': 0.1955202441850905, 'median': 411.0452027816791, 'majority': 411.0287736693863, 'minority': 410.5950902157929, 'unique': 134.0, 'histogram': [[7.0, 9.0, 3.0, 10.0, 32.0, 29.0, 14.0, 12.0, 8.0, 11.0], [410.5950902157929, 410.68200989684556, 410.76892957789823, 410.8558492589509, 410.9427689400036, 411.02968862105627, 411.11660830210894, 411.2035279831616, 411.2904476642143, 411.377367345267, 411.46428702631965]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.64222386921756, 'percentile_98': 411.4372859476134}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.6120759388432, 'max': 411.7373282497283, 'mean': 411.0183666667661, 'count': 115.20000457763672, 'sum': 47349.31772150422, 'std': 0.2635510839353352, 'median': 410.9109540877398, 'majority': 410.6120759388432, 'minority': 410.6120759388432, 'unique': 135.0, 'histogram': [[10.0, 22.0, 47.0, 18.0, 7.0, 8.0, 5.0, 8.0, 6.0, 4.0], [410.6120759388432, 410.7246011699317, 410.8371264010202, 410.9496516321087, 411.06217686319724, 411.17470209428575, 411.28722732537426, 411.3997525564628, 411.5122777875513, 411.6248030186398, 411.7373282497283]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.6770466023591, 'percentile_98': 411.6672607779037}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.7747081434354, 'max': 411.9629884371534, 'mean': 411.13438667716747, 'count': 115.20000457763672, 'sum': 47362.68322723356, 'std': 0.24596705513472505, 'median': 411.04135743808, 'majority': 410.7747081434354, 'minority': 410.7747081434354, 'unique': 135.0, 'histogram': [[8.0, 48.0, 37.0, 8.0, 13.0, 6.0, 5.0, 3.0, 4.0, 3.0], [410.7747081434354, 410.8935361728072, 411.012364202179, 411.1311922315508, 411.2500202609226, 411.3688482902944, 411.4876763196662, 411.606504349038, 411.7253323784098, 411.8441604077816, 411.9629884371534]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.8508801436983, 'percentile_98': 411.824988987064}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.41270378627814, 'max': 411.71028351527644, 'mean': 411.1278070614359, 'count': 115.20000457763672, 'sum': 47361.92525547116, 'std': 0.23362875306342476, 'median': 411.1184607609175, 'majority': 410.41270378627814, 'minority': 410.41270378627814, 'unique': 135.0, 'histogram': [[4.0, 4.0, 5.0, 6.0, 28.0, 40.0, 23.0, 15.0, 6.0, 4.0], [410.41270378627814, 410.54246175917797, 410.6722197320778, 410.8019777049776, 410.93173567787744, 411.06149365077727, 411.19125162367715, 411.32100959657697, 411.4507675694768, 411.5805255423766, 411.71028351527644]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.54968096432276, 'percentile_98': 411.66526716551743}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.3115606994834, 'max': 411.2210444873199, 'mean': 410.82130907097843, 'count': 115.20000457763672, 'sum': 47326.616685567424, 'std': 0.1729934076602599, 'median': 410.8590255782474, 'majority': 410.3115606994834, 'minority': 410.3115606994834, 'unique': 135.0, 'histogram': [[6.0, 6.0, 3.0, 6.0, 11.0, 30.0, 46.0, 19.0, 4.0, 4.0], [410.3115606994834, 410.40250907826703, 410.4934574570507, 410.58440583583433, 410.675354214618, 410.76630259340163, 410.8572509721853, 410.94819935096893, 411.0391477297526, 411.13009610853624, 411.2210444873199]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.33606976270676, 'percentile_98': 411.1698253836949}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.977903473191, 'max': 410.8415487280581, 'mean': 410.4037067371577, 'count': 115.20000457763672, 'sum': 47278.50889479964, 'std': 0.19100264075434695, 'median': 410.41388976736926, 'majority': 409.977903473191, 'minority': 409.977903473191, 'unique': 135.0, 'histogram': [[13.0, 3.0, 8.0, 20.0, 20.0, 17.0, 23.0, 20.0, 7.0, 4.0], [409.977903473191, 410.06426799867774, 410.15063252416445, 410.23699704965117, 410.3233615751379, 410.40972610062454, 410.49609062611125, 410.58245515159797, 410.6688196770847, 410.7551842025714, 410.8415487280581]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.0198530068156, 'percentile_98': 410.73203829000704}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.0021433259826, 'max': 411.07007564278325, 'mean': 410.4578316776467, 'count': 115.20000457763672, 'sum': 47284.74408819174, 'std': 0.2768336539868019, 'median': 410.40248834178783, 'majority': 410.0021433259826, 'minority': 410.0021433259826, 'unique': 135.0, 'histogram': [[9.0, 18.0, 28.0, 13.0, 17.0, 10.0, 12.0, 11.0, 11.0, 6.0], [410.0021433259826, 410.1089365576627, 410.21572978934273, 410.3225230210228, 410.42931625270285, 410.5361094843829, 410.642902716063, 410.7496959477431, 410.85648917942314, 410.9632824111032, 411.07007564278325]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.008284234209, 'percentile_98': 411.02701288764365}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.2085586055182, 'max': 410.8216344320681, 'mean': 410.5121879098937, 'count': 115.20000457763672, 'sum': 47291.005926395424, 'std': 0.12257268909965684, 'median': 410.53787208511494, 'majority': 410.2085586055182, 'minority': 410.2085586055182, 'unique': 135.0, 'histogram': [[7.0, 11.0, 10.0, 13.0, 22.0, 23.0, 34.0, 9.0, 3.0, 3.0], [410.2085586055182, 410.2698661881732, 410.3311737708282, 410.39248135348316, 410.45378893613815, 410.51509651879314, 410.57640410144813, 410.6377116841031, 410.6990192667581, 410.7603268494131, 410.8216344320681]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.2573475393001, 'percentile_98': 410.74077307712287}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.24678251030855, 'max': 410.2510829397943, 'mean': 409.6651445602081, 'count': 115.20000457763672, 'sum': 47193.42652863418, 'std': 0.25289333194736824, 'median': 409.66271626530215, 'majority': 409.24678251030855, 'minority': 409.24678251030855, 'unique': 135.0, 'histogram': [[14.0, 17.0, 14.0, 17.0, 12.0, 26.0, 12.0, 11.0, 7.0, 5.0], [409.24678251030855, 409.3472125532571, 409.4476425962057, 409.54807263915427, 409.64850268210284, 409.7489327250514, 409.849362768, 409.94979281094857, 410.05022285389714, 410.1506528968457, 410.2510829397943]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.25744542619213, 'percentile_98': 410.15688839252107}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.7897726751398, 'max': 410.5838088435121, 'mean': 410.17707467226603, 'count': 115.20000457763672, 'sum': 47252.400879886685, 'std': 0.15887399311656378, 'median': 410.1876183995046, 'majority': 409.7897726751398, 'minority': 409.7897726751398, 'unique': 135.0, 'histogram': [[8.0, 7.0, 8.0, 15.0, 27.0, 27.0, 26.0, 9.0, 4.0, 4.0], [409.7897726751398, 409.869176291977, 409.9485799088142, 410.02798352565145, 410.1073871424887, 410.18679075932596, 410.2661943761632, 410.3455979930004, 410.42500160983764, 410.50440522667486, 410.5838088435121]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.80890844366513, 'percentile_98': 410.50032086786814}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.1925114810001, 'max': 411.2663955311291, 'mean': 410.61179056765235, 'count': 115.20000457763672, 'sum': 47302.48015302516, 'std': 0.19847066092412796, 'median': 410.6013584532775, 'majority': 410.1925114810001, 'minority': 410.1925114810001, 'unique': 135.0, 'histogram': [[13.0, 9.0, 20.0, 33.0, 28.0, 12.0, 13.0, 2.0, 4.0, 1.0], [410.1925114810001, 410.299899886013, 410.4072882910259, 410.5146766960388, 410.6220651010517, 410.7294535060646, 410.8368419110775, 410.9442303160904, 411.0516187211033, 411.1590071261162, 411.2663955311291]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.22875302587636, 'percentile_98': 411.07707511400804}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.0313890376128, 'max': 410.8129178348463, 'mean': 410.361168817519, 'count': 115.20000457763672, 'sum': 47273.60852626254, 'std': 0.20151031671378, 'median': 410.32169247046113, 'majority': 410.0313890376128, 'minority': 410.0313890376128, 'unique': 135.0, 'histogram': [[11.0, 22.0, 18.0, 18.0, 17.0, 16.0, 9.0, 9.0, 9.0, 6.0], [410.0313890376128, 410.1095419173362, 410.1876947970595, 410.26584767678287, 410.3440005565062, 410.42215343622956, 410.5003063159529, 410.57845919567626, 410.6566120753996, 410.73476495512296, 410.8129178348463]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.06238461704925, 'percentile_98': 410.7473469048273}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.1166850887239, 'max': 411.164372053463, 'mean': 410.4966022889055, 'count': 115.20000457763672, 'sum': 47289.21046278623, 'std': 0.2476527952223698, 'median': 410.44507452170365, 'majority': 410.1166850887239, 'minority': 410.1166850887239, 'unique': 135.0, 'histogram': [[15.0, 21.0, 26.0, 29.0, 10.0, 10.0, 8.0, 6.0, 7.0, 3.0], [410.1166850887239, 410.2214537851978, 410.3262224816717, 410.43099117814563, 410.53575987461954, 410.64052857109345, 410.74529726756737, 410.8500659640413, 410.9548346605152, 411.0596033569891, 411.164372053463]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.1471167814452, 'percentile_98': 411.0824411327485}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.50651964521967, 'max': 410.71383384405635, 'mean': 410.1771707961248, 'count': 115.20000457763672, 'sum': 47252.41195335566, 'std': 0.2535364281857898, 'median': 410.2055936527904, 'majority': 409.50651964521967, 'minority': 409.50651964521967, 'unique': 135.0, 'histogram': [[5.0, 5.0, 12.0, 15.0, 12.0, 23.0, 26.0, 19.0, 11.0, 7.0], [409.50651964521967, 409.62725106510334, 409.747982484987, 409.8687139048707, 409.98944532475434, 410.110176744638, 410.2309081645217, 410.35163958440535, 410.472371004289, 410.5931024241727, 410.71383384405635]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.6157936146483, 'percentile_98': 410.6506967218593}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.12466317624785, 'max': 410.85044722422026, 'mean': 410.48733601757857, 'count': 115.20000457763672, 'sum': 47288.142988286956, 'std': 0.15281092833568724, 'median': 410.49226274481043, 'majority': 410.12466317624785, 'minority': 410.12466317624785, 'unique': 135.0, 'histogram': [[5.0, 11.0, 11.0, 12.0, 28.0, 23.0, 25.0, 11.0, 6.0, 3.0], [410.12466317624785, 410.1972415810451, 410.26981998584233, 410.3423983906396, 410.4149767954368, 410.48755520023406, 410.5601336050313, 410.63271200982854, 410.7052904146258, 410.777868819423, 410.85044722422026]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.18875344889244, 'percentile_98': 410.7824934180826}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.8136560060084, 'max': 410.5337357032113, 'mean': 410.224374272187, 'count': 115.20000457763672, 'sum': 47257.8497940141, 'std': 0.15984916368697735, 'median': 410.2377424715087, 'majority': 410.26773760677315, 'minority': 409.8136560060084, 'unique': 134.0, 'histogram': [[3.0, 6.0, 12.0, 7.0, 17.0, 27.0, 27.0, 13.0, 15.0, 8.0], [409.8136560060084, 409.8856639757287, 409.95767194544896, 410.02967991516925, 410.10168788488954, 410.17369585460983, 410.2457038243301, 410.3177117940504, 410.3897197637707, 410.461727733491, 410.5337357032113]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.8923091078177, 'percentile_98': 410.50213258131413}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.2718121430371, 'max': 411.08827645075513, 'mean': 410.56222464199607, 'count': 115.20000457763672, 'sum': 47296.77015816266, 'std': 0.20058033129864614, 'median': 410.51088192034507, 'majority': 410.2718121430371, 'minority': 410.2718121430371, 'unique': 135.0, 'histogram': [[19.0, 22.0, 26.0, 16.0, 11.0, 12.0, 9.0, 10.0, 8.0, 2.0], [410.2718121430371, 410.3534585738089, 410.4351050045807, 410.5167514353525, 410.5983978661243, 410.6800442968961, 410.76169072766794, 410.84333715843974, 410.92498358921154, 411.00663001998333, 411.08827645075513]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.28276245924644, 'percentile_98': 410.97745634033345}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.3228056919761, 'max': 410.7746935915202, 'mean': 410.4454471925925, 'count': 115.20000457763672, 'sum': 47283.317395456805, 'std': 0.06323420180460103, 'median': 410.4387844563462, 'majority': 410.3228056919761, 'minority': 410.3228056919761, 'unique': 135.0, 'histogram': [[14.0, 27.0, 34.0, 33.0, 20.0, 5.0, 0.0, 0.0, 0.0, 2.0], [410.3228056919761, 410.3679944819305, 410.4131832718849, 410.4583720618393, 410.50356085179374, 410.54874964174815, 410.59393843170255, 410.63912722165696, 410.6843160116114, 410.7295048015658, 410.7746935915202]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.3374376427382, 'percentile_98': 410.5673579033464}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.94049413711764, 'max': 410.43687087949365, 'mean': 410.1403727415288, 'count': 115.20000457763672, 'sum': 47248.172817297745, 'std': 0.09728143976828449, 'median': 410.1251397514716, 'majority': 409.94049413711764, 'minority': 409.94049413711764, 'unique': 135.0, 'histogram': [[8.0, 10.0, 13.0, 48.0, 24.0, 10.0, 7.0, 6.0, 5.0, 4.0], [409.94049413711764, 409.99013181135524, 410.03976948559284, 410.08940715983044, 410.13904483406805, 410.18868250830565, 410.23832018254325, 410.28795785678085, 410.33759553101845, 410.38723320525605, 410.43687087949365]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.9678480997681, 'percentile_98': 410.39475763682276}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.0929254491348, 'max': 410.81529707298614, 'mean': 410.46203903770925, 'count': 115.20000457763672, 'sum': 47285.2287760902, 'std': 0.16450803093602995, 'median': 410.49328865483403, 'majority': 410.0929254491348, 'minority': 410.0929254491348, 'unique': 135.0, 'histogram': [[11.0, 9.0, 9.0, 10.0, 21.0, 19.0, 26.0, 24.0, 5.0, 1.0], [410.0929254491348, 410.1651626115199, 410.23739977390505, 410.3096369362902, 410.3818740986753, 410.45411126106046, 410.5263484234456, 410.59858558583073, 410.67082274821587, 410.743059910601, 410.81529707298614]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.11667053680867, 'percentile_98': 410.7025779376272}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.8232020623982, 'max': 410.64487959374674, 'mean': 410.24425461263326, 'count': 115.20000457763672, 'sum': 47260.14000932452, 'std': 0.14059735060494347, 'median': 410.24648817256093, 'majority': 409.8232020623982, 'minority': 409.8232020623982, 'unique': 135.0, 'histogram': [[6.0, 6.0, 3.0, 7.0, 35.0, 32.0, 29.0, 13.0, 3.0, 1.0], [409.8232020623982, 409.90536981553305, 409.9875375686679, 410.06970532180276, 410.1518730749376, 410.23404082807247, 410.3162085812073, 410.3983763343422, 410.480544087477, 410.5627118406119, 410.64487959374674]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.86150270327926, 'percentile_98': 410.4977997485548}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.1542544958648, 'max': 410.77590503846295, 'mean': 410.4374175404914, 'count': 115.20000457763672, 'sum': 47282.39237949801, 'std': 0.10603845714593577, 'median': 410.4243962501642, 'majority': 410.34206151380204, 'minority': 410.1542544958648, 'unique': 134.0, 'histogram': [[5.0, 1.0, 18.0, 33.0, 33.0, 25.0, 11.0, 2.0, 2.0, 5.0], [410.1542544958648, 410.2164195501246, 410.27858460438443, 410.34074965864426, 410.4029147129041, 410.46507976716384, 410.52724482142366, 410.5894098756835, 410.6515749299433, 410.71373998420313, 410.77590503846295]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.21642755367793, 'percentile_98': 410.7355962332804}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.99658813234424, 'max': 410.67561687668785, 'mean': 410.4030624534766, 'count': 115.20000457763672, 'sum': 47278.43467331663, 'std': 0.12791562787497532, 'median': 410.4135587112978, 'majority': 409.99658813234424, 'minority': 409.99658813234424, 'unique': 135.0, 'histogram': [[2.0, 3.0, 6.0, 13.0, 15.0, 29.0, 27.0, 25.0, 10.0, 5.0], [409.99658813234424, 410.0644910067786, 410.132393881213, 410.20029675564734, 410.2681996300817, 410.336102504516, 410.4040053789504, 410.47190825338475, 410.5398111278191, 410.6077140022535, 410.67561687668785]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.10351924342103, 'percentile_98': 410.64719334826805}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.73387513076887, 'max': 410.9143337700516, 'mean': 409.9871940870026, 'count': 115.20000457763672, 'sum': 47230.52663559513, 'std': 0.1584386174426118, 'median': 409.99476914294064, 'majority': 409.73387513076887, 'minority': 409.73387513076887, 'unique': 135.0, 'histogram': [[21.0, 37.0, 60.0, 5.0, 4.0, 3.0, 2.0, 0.0, 2.0, 1.0], [409.73387513076887, 409.85192099469714, 409.9699668586254, 410.0880127225537, 410.20605858648196, 410.32410445041023, 410.4421503143385, 410.5601961782668, 410.67824204219505, 410.7962879061233, 410.9143337700516]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.7615455975756, 'percentile_98': 410.44610043172725}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.48075547930785, 'max': 411.8396536796354, 'mean': 409.95700343411494, 'count': 115.20000457763672, 'sum': 47227.04867224427, 'std': 0.44999688148916406, 'median': 409.793145081494, 'majority': 409.48075547930785, 'minority': 409.48075547930785, 'unique': 135.0, 'histogram': [[23.0, 78.0, 13.0, 6.0, 3.0, 1.0, 2.0, 4.0, 1.0, 4.0], [409.48075547930785, 409.7166452993406, 409.95253511937335, 410.1884249394061, 410.42431475943886, 410.6602045794716, 410.89609439950436, 411.1319842195371, 411.36787403956987, 411.6037638596026, 411.8396536796354]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.58384124678554, 'percentile_98': 411.71832708641887}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.5186304766685, 'max': 411.256609368138, 'mean': 410.193263076161, 'count': 115.20000457763672, 'sum': 47254.26578408949, 'std': 0.2613159747087155, 'median': 410.13539157574996, 'majority': 409.5186304766685, 'minority': 409.5186304766685, 'unique': 135.0, 'histogram': [[1.0, 7.0, 27.0, 54.0, 24.0, 7.0, 6.0, 4.0, 3.0, 2.0], [409.5186304766685, 409.69242836581543, 409.8662262549624, 410.04002414410934, 410.2138220332563, 410.38761992240325, 410.5614178115502, 410.73521570069715, 410.9090135898441, 411.08281147899106, 411.256609368138]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.7976961929817, 'percentile_98': 410.9999572392553}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.3886891496367, 'max': 410.5517473362852, 'mean': 409.98569890517024, 'count': 115.20000457763672, 'sum': 47230.3543906412, 'std': 0.2264321107839363, 'median': 409.9875441170297, 'majority': 409.3886891496367, 'minority': 409.3886891496367, 'unique': 135.0, 'histogram': [[2.0, 3.0, 15.0, 25.0, 19.0, 28.0, 17.0, 13.0, 11.0, 2.0], [409.3886891496367, 409.50499496830156, 409.6213007869664, 409.73760660563124, 409.8539124242961, 409.970218242961, 410.0865240616258, 410.20282988029066, 410.3191356989555, 410.43544151762035, 410.5517473362852]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.5912408956792, 'percentile_98': 410.4017170902807}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.9856305401772, 'max': 410.74609544011764, 'mean': 410.1268180262516, 'count': 115.20000457763672, 'sum': 47246.61131403577, 'std': 0.10796534826328823, 'median': 410.10592030943366, 'majority': 409.9856305401772, 'minority': 409.9856305401772, 'unique': 135.0, 'histogram': [[30.0, 57.0, 30.0, 8.0, 2.0, 2.0, 1.0, 2.0, 1.0, 2.0], [409.9856305401772, 410.06167703017127, 410.1377235201653, 410.21377001015935, 410.2898165001534, 410.36586299014743, 410.4419094801415, 410.5179559701355, 410.59400246012956, 410.6700489501236, 410.74609544011764]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.01061617862433, 'percentile_98': 410.53249151445925}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.75788579089567, 'max': 410.56428744923323, 'mean': 410.06332911676895, 'count': 115.20000457763672, 'sum': 47239.29739137273, 'std': 0.14660401664979117, 'median': 410.07952677318826, 'majority': 409.75788579089567, 'minority': 409.75788579089567, 'unique': 135.0, 'histogram': [[12.0, 15.0, 17.0, 24.0, 34.0, 14.0, 11.0, 3.0, 2.0, 3.0], [409.75788579089567, 409.8385259567294, 409.9191661225632, 409.99980628839694, 410.0804464542307, 410.16108662006445, 410.2417267858982, 410.32236695173196, 410.4030071175657, 410.4836472833995, 410.56428744923323]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.7922610526439, 'percentile_98': 410.42799784918316}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.6614720765501, 'max': 410.9254296054132, 'mean': 410.14340135113815, 'count': 115.20000457763672, 'sum': 47248.52171313861, 'std': 0.2930236015888238, 'median': 410.0824080524035, 'majority': 409.6614720765501, 'minority': 409.6614720765501, 'unique': 135.0, 'histogram': [[7.0, 33.0, 19.0, 22.0, 16.0, 10.0, 11.0, 5.0, 7.0, 5.0], [409.6614720765501, 409.78786782943644, 409.91426358232275, 410.04065933520906, 410.16705508809537, 410.2934508409817, 410.419846593868, 410.5462423467543, 410.6726380996406, 410.7990338525269, 410.9254296054132]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.7551754966844, 'percentile_98': 410.81423114519566}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.92046706378466, 'max': 411.16007560049184, 'mean': 410.3417905894226, 'count': 115.20000457763672, 'sum': 47271.37615429713, 'std': 0.32326571937799414, 'median': 410.2585189684759, 'majority': 409.92046706378466, 'minority': 409.92046706378466, 'unique': 135.0, 'histogram': [[31.0, 20.0, 22.0, 13.0, 9.0, 5.0, 10.0, 18.0, 5.0, 2.0], [409.92046706378466, 410.0444279174554, 410.1683887711261, 410.2923496247968, 410.41631047846755, 410.5402713321382, 410.66423218580894, 410.78819303947967, 410.9121538931504, 411.0361147468211, 411.16007560049184]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.9405887245666, 'percentile_98': 411.01852912106557}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.11681969393976, 'max': 411.1649213882629, 'mean': 410.57003518809967, 'count': 115.20000457763672, 'sum': 47297.66993310955, 'std': 0.29566216493572683, 'median': 410.6241831323132, 'majority': 410.11681969393976, 'minority': 410.11681969393976, 'unique': 135.0, 'histogram': [[21.0, 16.0, 13.0, 9.0, 15.0, 16.0, 14.0, 16.0, 9.0, 6.0], [410.11681969393976, 410.2216298633721, 410.3264400328044, 410.4312502022367, 410.536060371669, 410.6408705411013, 410.74568071053363, 410.85049087996595, 410.95530104939826, 411.06011121883057, 411.1649213882629]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.13248846866185, 'percentile_98': 411.09211088041775}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.9319994566031, 'max': 411.05139098363, 'mean': 410.4809704784529, 'count': 115.20000457763672, 'sum': 47287.409678150536, 'std': 0.29509317676853525, 'median': 410.46771002584137, 'majority': 409.9319994566031, 'minority': 409.9319994566031, 'unique': 135.0, 'histogram': [[7.0, 14.0, 22.0, 12.0, 17.0, 10.0, 13.0, 16.0, 18.0, 6.0], [409.9319994566031, 410.04393860930577, 410.15587776200846, 410.26781691471115, 410.37975606741384, 410.4916952201165, 410.6036343728192, 410.7155735255219, 410.8275126782246, 410.9394518309273, 411.05139098363]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.99400516739115, 'percentile_98': 410.97063876804896}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.7590790479444, 'max': 411.2975620955695, 'mean': 410.5392743756765, 'count': 115.20000457763672, 'sum': 47294.126287377585, 'std': 0.3871263579601247, 'median': 410.51242442335933, 'majority': 409.7590790479444, 'minority': 409.7590790479444, 'unique': 135.0, 'histogram': [[10.0, 9.0, 13.0, 15.0, 20.0, 12.0, 18.0, 18.0, 10.0, 10.0], [409.7590790479444, 409.9129273527069, 410.0667756574694, 410.2206239622319, 410.3744722669944, 410.5283205717569, 410.6821688765195, 410.836017181282, 410.9898654860445, 411.143713790807, 411.2975620955695]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.84239967656316, 'percentile_98': 411.2296155653894}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.9187754036393, 'max': 411.4299299544655, 'mean': 410.5424288557881, 'count': 115.20000457763672, 'sum': 47294.489683500884, 'std': 0.29030579137701024, 'median': 410.51766675082035, 'majority': 409.9187754036393, 'minority': 409.9187754036393, 'unique': 135.0, 'histogram': [[7.0, 12.0, 26.0, 22.0, 19.0, 18.0, 19.0, 7.0, 4.0, 1.0], [409.9187754036393, 410.0698908587219, 410.22100631380454, 410.37212176888715, 410.5232372239698, 410.6743526790524, 410.825468134135, 410.9765835892176, 411.12769904430024, 411.27881449938286, 411.4299299544655]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.0454461877234, 'percentile_98': 411.250330216717}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.96164534590207, 'max': 411.0919944650959, 'mean': 410.4081802274052, 'count': 115.20000457763672, 'sum': 47279.02424089663, 'std': 0.21239105150032364, 'median': 410.41296935873106, 'majority': 409.96164534590207, 'minority': 409.96164534590207, 'unique': 135.0, 'histogram': [[7.0, 19.0, 18.0, 22.0, 31.0, 16.0, 8.0, 10.0, 1.0, 3.0], [409.96164534590207, 410.07468025782146, 410.18771516974084, 410.3007500816602, 410.4137849935796, 410.526819905499, 410.6398548174184, 410.75288972933777, 410.86592464125715, 410.97895955317654, 411.0919944650959]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.0405058125034, 'percentile_98': 410.85242264671257}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.7920100321062, 'max': 411.03726471192203, 'mean': 410.4507886072404, 'count': 115.20000457763672, 'sum': 47283.93272644869, 'std': 0.23647643330948484, 'median': 410.43768214876764, 'majority': 409.7920100321062, 'minority': 409.7920100321062, 'unique': 135.0, 'histogram': [[3.0, 6.0, 9.0, 16.0, 25.0, 24.0, 22.0, 16.0, 7.0, 7.0], [409.7920100321062, 409.9165355000878, 410.04106096806936, 410.16558643605094, 410.2901119040325, 410.4146373720141, 410.5391628399957, 410.6636883079773, 410.78821377595887, 410.91273924394045, 411.03726471192203]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.9432480870746, 'percentile_98': 410.93490654020565}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.06841274793254, 'max': 411.19782690657297, 'mean': 410.6518598628723, 'count': 115.20000457763672, 'sum': 47307.09613601792, 'std': 0.2207531022945263, 'median': 410.64196921070106, 'majority': 410.06841274793254, 'minority': 410.06841274793254, 'unique': 135.0, 'histogram': [[2.0, 7.0, 9.0, 19.0, 25.0, 28.0, 14.0, 14.0, 11.0, 6.0], [410.06841274793254, 410.1813541637966, 410.2942955796606, 410.40723699552467, 410.5201784113887, 410.63311982725276, 410.7460612431168, 410.85900265898084, 410.9719440748449, 411.0848854907089, 411.19782690657297]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.2192760910839, 'percentile_98': 411.12402323051356}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.4046092834324, 'max': 411.4527182537131, 'mean': 411.00816464495693, 'count': 115.20000457763672, 'sum': 47348.142448545106, 'std': 0.23276785354575077, 'median': 411.0300833417569, 'majority': 410.87061254074797, 'minority': 410.4046092834324, 'unique': 134.0, 'histogram': [[12.0, 3.0, 6.0, 7.0, 17.0, 29.0, 21.0, 23.0, 10.0, 7.0], [410.4046092834324, 410.5094201804605, 410.61423107748857, 410.71904197451664, 410.8238528715447, 410.92866376857273, 411.0334746656008, 411.1382855626289, 411.24309645965695, 411.347907356685, 411.4527182537131]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.4206418560352, 'percentile_98': 411.4250659768004}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.4634754185099, 'max': 411.3953364139888, 'mean': 411.1394972790469, 'count': 115.20000457763672, 'sum': 47363.271968593464, 'std': 0.14770329934485255, 'median': 411.155433539534, 'majority': 410.4634754185099, 'minority': 410.4634754185099, 'unique': 135.0, 'histogram': [[3.0, 2.0, 2.0, 3.0, 5.0, 12.0, 26.0, 42.0, 30.0, 10.0], [410.4634754185099, 410.5566615180578, 410.6498476176057, 410.7430337171536, 410.8362198167015, 410.9294059162494, 411.0225920157972, 411.1157781153451, 411.208964214893, 411.3021503144409, 411.3953364139888]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.67116035264917, 'percentile_98': 411.3770010008011}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.0428926651366, 'max': 411.9038312637713, 'mean': 411.3683187155741, 'count': 115.20000457763672, 'sum': 47389.63219912886, 'std': 0.20853048096873814, 'median': 411.31452962872567, 'majority': 411.0428926651366, 'minority': 411.0428926651366, 'unique': 135.0, 'histogram': [[11.0, 30.0, 22.0, 17.0, 21.0, 8.0, 11.0, 8.0, 4.0, 3.0], [411.0428926651366, 411.1289865250001, 411.21508038486354, 411.301174244727, 411.3872681045905, 411.47336196445394, 411.5594558243174, 411.6455496841809, 411.73164354404435, 411.8177374039078, 411.9038312637713]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.0691043024417, 'percentile_98': 411.83079883921886}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.3531431357842, 'max': 412.11196730728267, 'mean': 411.8006948866156, 'count': 115.20000457763672, 'sum': 47439.441936012096, 'std': 0.12167128619157278, 'median': 411.81471533491276, 'majority': 411.3531431357842, 'minority': 411.3531431357842, 'unique': 135.0, 'histogram': [[2.0, 1.0, 6.0, 12.0, 30.0, 19.0, 31.0, 21.0, 11.0, 2.0], [411.3531431357842, 411.42902555293404, 411.5049079700839, 411.5807903872337, 411.65667280438356, 411.7325552215334, 411.8084376386833, 411.88432005583314, 411.960202472983, 412.0360848901328, 412.11196730728267]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.5518895559944, 'percentile_98': 412.0143421459943}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.11828249995597, 'max': 412.28005284210667, 'mean': 411.83789011734484, 'count': 115.20000457763672, 'sum': 47443.72682676237, 'std': 0.21626565349660595, 'median': 411.86391536029987, 'majority': 411.11828249995597, 'minority': 411.11828249995597, 'unique': 135.0, 'histogram': [[3.0, 5.0, 6.0, 8.0, 11.0, 18.0, 41.0, 24.0, 11.0, 8.0], [411.11828249995597, 411.23445953417104, 411.3506365683861, 411.4668136026012, 411.58299063681625, 411.6991676710313, 411.8153447052464, 411.93152173946146, 412.04769877367653, 412.1638758078916, 412.28005284210667]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.2846036150586, 'percentile_98': 412.2183927393053}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.90410741162486, 'max': 412.1914353163447, 'mean': 411.82004491197665, 'count': 115.20000457763672, 'sum': 47441.67105902227, 'std': 0.3066801564772996, 'median': 411.89510375261307, 'majority': 410.90410741162486, 'minority': 410.90410741162486, 'unique': 135.0, 'histogram': [[4.0, 4.0, 2.0, 7.0, 12.0, 16.0, 15.0, 14.0, 28.0, 33.0], [410.90410741162486, 411.03284020209685, 411.16157299256884, 411.2903057830408, 411.4190385735128, 411.5477713639848, 411.6765041544568, 411.80523694492877, 411.93396973540075, 412.06270252587274, 412.1914353163447]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.06471690000035, 'percentile_98': 412.18913975171745}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.5804582650308, 'max': 411.877037549857, 'mean': 411.328010992623, 'count': 115.20000457763672, 'sum': 47384.988749260374, 'std': 0.27502128541614496, 'median': 411.36398795060813, 'majority': 410.5804582650308, 'minority': 410.5804582650308, 'unique': 135.0, 'histogram': [[1.0, 8.0, 11.0, 14.0, 15.0, 22.0, 19.0, 23.0, 18.0, 4.0], [410.5804582650308, 410.71011619351344, 410.8397741219961, 410.96943205047864, 411.0990899789613, 411.2287479074439, 411.35840583592653, 411.48806376440916, 411.61772169289173, 411.74737962137436, 411.877037549857]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.7675085833762, 'percentile_98': 411.7531789233908}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.4781437490601, 'max': 411.3178001716733, 'mean': 411.0071817199244, 'count': 115.20000457763672, 'sum': 47348.029215576855, 'std': 0.2083232827722946, 'median': 411.090804846026, 'majority': 410.4781437490601, 'minority': 410.4781437490601, 'unique': 135.0, 'histogram': [[8.0, 6.0, 8.0, 3.0, 12.0, 15.0, 16.0, 26.0, 32.0, 9.0], [410.4781437490601, 410.5621093913214, 410.64607503358275, 410.73004067584407, 410.8140063181054, 410.8979719603667, 410.981937602628, 411.06590324488934, 411.14986888715066, 411.233834529412, 411.3178001716733]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.53258246392943, 'percentile_98': 411.2597234779969}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.9429100935813, 'max': 411.3782415515743, 'mean': 411.1656111809429, 'count': 115.20000457763672, 'sum': 47366.28029021142, 'std': 0.09419450723789353, 'median': 411.1766756977886, 'majority': 410.9429100935813, 'minority': 410.9429100935813, 'unique': 135.0, 'histogram': [[4.0, 11.0, 9.0, 20.0, 16.0, 16.0, 25.0, 20.0, 10.0, 4.0], [410.9429100935813, 410.9864432393806, 411.0299763851799, 411.0735095309792, 411.1170426767785, 411.1605758225778, 411.2041089683771, 411.2476421141764, 411.2911752599757, 411.334708405775, 411.3782415515743]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.97283974522725, 'percentile_98': 411.3507238798775}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.7811801077333, 'max': 411.3258983124979, 'mean': 411.0583630790392, 'count': 115.20000457763672, 'sum': 47353.92530838118, 'std': 0.10765807057065503, 'median': 411.06343269348145, 'majority': 410.7811801077333, 'minority': 410.7811801077333, 'unique': 135.0, 'histogram': [[2.0, 8.0, 14.0, 14.0, 18.0, 35.0, 18.0, 7.0, 12.0, 7.0], [410.7811801077333, 410.83565192820976, 410.8901237486862, 410.9445955691627, 410.99906738963915, 411.05353921011556, 411.108011030592, 411.1624828510685, 411.21695467154495, 411.2714264920214, 411.3258983124979]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.8530265511945, 'percentile_98': 411.27662916551344}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.25720599666244, 'max': 411.78859828505665, 'mean': 411.4250441075492, 'count': 115.20000457763672, 'sum': 47396.166964544056, 'std': 0.10248465993502666, 'median': 411.40868779621087, 'majority': 411.25720599666244, 'minority': 411.25720599666244, 'unique': 135.0, 'histogram': [[16.0, 23.0, 32.0, 27.0, 16.0, 9.0, 6.0, 1.0, 3.0, 2.0], [411.25720599666244, 411.31034522550186, 411.3634844543413, 411.4166236831807, 411.46976291202014, 411.5229021408595, 411.57604136969894, 411.62918059853837, 411.6823198273778, 411.7354590562172, 411.78859828505665]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.27145595964976, 'percentile_98': 411.71693010255694}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.19750312645914, 'max': 411.81406413670624, 'mean': 411.51725023331, 'count': 115.20000457763672, 'sum': 47406.789110653786, 'std': 0.14531089341864806, 'median': 411.5411138627678, 'majority': 411.19750312645914, 'minority': 411.19750312645914, 'unique': 135.0, 'histogram': [[7.0, 11.0, 13.0, 9.0, 17.0, 19.0, 26.0, 13.0, 12.0, 8.0], [411.19750312645914, 411.25915922748385, 411.32081532850856, 411.38247142953327, 411.444127530558, 411.5057836315827, 411.5674397326074, 411.6290958336321, 411.6907519346568, 411.7524080356815, 411.81406413670624]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.2394235562533, 'percentile_98': 411.7712342122104}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.45683246920817, 'max': 411.82490895153023, 'mean': 411.2085877613656, 'count': 115.20000457763672, 'sum': 47371.23119247285, 'std': 0.3398006177220052, 'median': 411.23705159407103, 'majority': 410.45683246920817, 'minority': 410.45683246920817, 'unique': 135.0, 'histogram': [[6.0, 10.0, 11.0, 14.0, 12.0, 15.0, 12.0, 23.0, 28.0, 4.0], [410.45683246920817, 410.5936401174404, 410.7304477656726, 410.8672554139048, 411.004063062137, 411.1408707103692, 411.2776783586014, 411.4144860068336, 411.5512936550658, 411.688101303298, 411.82490895153023]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.52865344681777, 'percentile_98': 411.72046621795744}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.3491555724759, 'max': 411.8693577765953, 'mean': 411.1612860767698, 'count': 115.20000457763672, 'sum': 47365.78203819088, 'std': 0.45639151650576926, 'median': 411.280616390286, 'majority': 410.3491555724759, 'minority': 410.3491555724759, 'unique': 135.0, 'histogram': [[10.0, 20.0, 9.0, 12.0, 7.0, 5.0, 8.0, 22.0, 38.0, 4.0], [410.3491555724759, 410.50117579288786, 410.6531960132998, 410.80521623371175, 410.9572364541237, 411.1092566745356, 411.2612768949475, 411.41329711535946, 411.5653173357714, 411.71733755618334, 411.8693577765953]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.38830750039773, 'percentile_98': 411.786273616599}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.635562391486, 'max': 411.8333599762991, 'mean': 410.79383683324255, 'count': 115.20000457763672, 'sum': 47323.451883654496, 'std': 0.7052158365759237, 'median': 410.69571307161823, 'majority': 409.635562391486, 'minority': 409.635562391486, 'unique': 135.0, 'histogram': [[13.0, 15.0, 12.0, 13.0, 12.0, 10.0, 7.0, 8.0, 14.0, 31.0], [409.635562391486, 409.8553421499673, 410.07512190844864, 410.29490166692995, 410.51468142541125, 410.73446118389256, 410.9542409423739, 411.1740207008552, 411.3938004593365, 411.6135802178178, 411.8333599762991]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.6837255929131, 'percentile_98': 411.803150200285}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.70743430079887, 'max': 411.74905709340237, 'mean': 410.313338480253, 'count': 115.20000457763672, 'sum': 47268.09847119055, 'std': 0.46732461072256976, 'median': 410.1786980754696, 'majority': 409.70743430079887, 'minority': 409.70743430079887, 'unique': 135.0, 'histogram': [[27.0, 29.0, 21.0, 14.0, 16.0, 8.0, 6.0, 5.0, 4.0, 5.0], [409.70743430079887, 409.9115965800592, 410.11575885931956, 410.3199211385799, 410.52408341784025, 410.72824569710065, 410.932407976361, 411.13657025562134, 411.3407325348817, 411.544894814142, 411.74905709340237]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.7540731891058, 'percentile_98': 411.5619703952689}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.33485797722824, 'max': 411.2919959879946, 'mean': 410.251963711156, 'count': 115.20000457763672, 'sum': 47261.028097509625, 'std': 0.4058421203977759, 'median': 410.30791908269754, 'majority': 409.33485797722824, 'minority': 409.33485797722824, 'unique': 135.0, 'histogram': [[7.0, 11.0, 16.0, 15.0, 17.0, 22.0, 25.0, 17.0, 2.0, 3.0], [409.33485797722824, 409.5305717783049, 409.7262855793815, 409.92199938045815, 410.1177131815348, 410.3134269826114, 410.50914078368805, 410.7048545847647, 410.9005683858413, 411.09628218691796, 411.2919959879946]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.46594162960537, 'percentile_98': 410.962358728284}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 408.874486311106, 'max': 410.60558942263015, 'mean': 410.1031807217466, 'count': 115.20000457763672, 'sum': 47243.88829644858, 'std': 0.44493668749276916, 'median': 410.2393977518659, 'majority': 408.874486311106, 'minority': 408.874486311106, 'unique': 135.0, 'histogram': [[9.0, 4.0, 5.0, 3.0, 2.0, 9.0, 9.0, 33.0, 27.0, 34.0], [408.874486311106, 409.0475966222584, 409.22070693341084, 409.39381724456325, 409.56692755571567, 409.7400378668681, 409.9131481780205, 410.0862584891729, 410.2593688003253, 410.43247911147773, 410.60558942263015]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 408.90245509217493, 'percentile_98': 410.5861553398427}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 408.80084634409286, 'max': 411.5037409064825, 'mean': 410.44986855127826, 'count': 115.20000457763672, 'sum': 47283.826735997645, 'std': 0.47342707222190866, 'median': 410.5017833353486, 'majority': 408.80084634409286, 'minority': 408.80084634409286, 'unique': 135.0, 'histogram': [[2.0, 6.0, 5.0, 8.0, 13.0, 23.0, 39.0, 25.0, 11.0, 3.0], [408.80084634409286, 409.07113580033183, 409.3414252565708, 409.61171471280977, 409.88200416904874, 410.1522936252877, 410.4225830815266, 410.6928725377656, 410.96316199400457, 411.23345145024354, 411.5037409064825]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.29946044343524, 'percentile_98': 411.2311435164884}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 408.09794882079586, 'max': 411.2166971026454, 'mean': 410.14135854841953, 'count': 115.20000457763672, 'sum': 47248.286382256076, 'std': 0.7811161450660913, 'median': 410.2803250134457, 'majority': 408.09794882079586, 'minority': 408.09794882079586, 'unique': 135.0, 'histogram': [[9.0, 5.0, 4.0, 7.0, 10.0, 16.0, 18.0, 19.0, 22.0, 25.0], [408.09794882079586, 408.4098236489808, 408.7216984771658, 409.0335733053507, 409.3454481335357, 409.65732296172064, 409.9691977899056, 410.28107261809055, 410.5929474462755, 410.90482227446046, 411.2166971026454]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 408.3284911757801, 'percentile_98': 411.16624197456986}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 408.28594865161, 'max': 411.078697652556, 'mean': 410.1458023981818, 'count': 115.20000457763672, 'sum': 47248.798313769024, 'std': 0.5555575597961617, 'median': 410.219028708525, 'majority': 408.28594865161, 'minority': 408.28594865161, 'unique': 135.0, 'histogram': [[3.0, 5.0, 3.0, 5.0, 8.0, 24.0, 19.0, 27.0, 26.0, 15.0], [408.28594865161, 408.5652235517046, 408.8444984517992, 409.1237733518938, 409.4030482519884, 409.682323152083, 409.9615980521776, 410.2408729522722, 410.5201478523668, 410.7994227524614, 411.078697652556]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 408.7188935955055, 'percentile_98': 410.98779183812445}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.6616175957024, 'max': 411.51912591885775, 'mean': 410.41067019058653, 'count': 115.20000457763672, 'sum': 47279.31108466652, 'std': 0.40240423176744416, 'median': 410.23531230166554, 'majority': 409.6616175957024, 'minority': 409.6616175957024, 'unique': 135.0, 'histogram': [[2.0, 10.0, 53.0, 19.0, 12.0, 9.0, 6.0, 13.0, 5.0, 6.0], [409.6616175957024, 409.84736842801794, 410.0331192603335, 410.218870092649, 410.40462092496455, 410.5903717572801, 410.7761225895956, 410.96187342191115, 411.1476242542267, 411.3333750865422, 411.51912591885775]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.9644902453292, 'percentile_98': 411.4054972887971}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.3289862794336, 'max': 411.9118966627866, 'mean': 410.6971690045655, 'count': 115.20000457763672, 'sum': 47312.31574934839, 'std': 0.663891231277665, 'median': 410.76693742070347, 'majority': 409.3289862794336, 'minority': 409.3289862794336, 'unique': 135.0, 'histogram': [[11.0, 11.0, 16.0, 9.0, 12.0, 20.0, 16.0, 17.0, 12.0, 11.0], [409.3289862794336, 409.5872773177689, 409.8455683561042, 410.1038593944395, 410.3621504327748, 410.6204414711101, 410.8787325094454, 411.1370235477807, 411.395314586116, 411.6536056244513, 411.9118966627866]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.40149483503774, 'percentile_98': 411.8258111702744}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.6790398762096, 'max': 411.78352694259956, 'mean': 411.3946865842241, 'count': 115.20000457763672, 'sum': 47392.66977771804, 'std': 0.2346362486245663, 'median': 411.37322477879934, 'majority': 409.6790398762096, 'minority': 409.6790398762096, 'unique': 135.0, 'histogram': [[1.0, 0.0, 2.0, 0.0, 3.0, 1.0, 4.0, 56.0, 41.0, 27.0], [409.6790398762096, 409.88948858284857, 410.09993728948757, 410.31038599612657, 410.52083470276557, 410.73128340940457, 410.94173211604357, 411.15218082268257, 411.36262952932157, 411.57307823596057, 411.78352694259956]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.70054430747405, 'percentile_98': 411.7269636481069}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.38893720926717, 'max': 411.98008693754673, 'mean': 411.6263642405397, 'count': 115.20000457763672, 'sum': 47419.359044786135, 'std': 0.1296426012945401, 'median': 411.60920955007896, 'majority': 411.4647636015434, 'minority': 411.38893720926717, 'unique': 134.0, 'histogram': [[9.0, 17.0, 29.0, 17.0, 18.0, 15.0, 14.0, 7.0, 6.0, 3.0], [411.38893720926717, 411.4480521820951, 411.5071671549231, 411.56628212775104, 411.625397100579, 411.68451207340695, 411.7436270462349, 411.80274201906286, 411.8618569918908, 411.9209719647188, 411.98008693754673]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.4352122996933, 'percentile_98': 411.91946729668416}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.64834692608565, 'max': 412.02591455657966, 'mean': 411.8112290310823, 'count': 115.20000457763672, 'sum': 47440.65546950288, 'std': 0.08377833461362377, 'median': 411.8162651138846, 'majority': 411.64834692608565, 'minority': 411.64834692608565, 'unique': 135.0, 'histogram': [[13.0, 12.0, 14.0, 21.0, 21.0, 14.0, 24.0, 11.0, 3.0, 2.0], [411.64834692608565, 411.68610368913505, 411.72386045218445, 411.76161721523385, 411.79937397828326, 411.83713074133266, 411.87488750438206, 411.91264426743146, 411.95040103048086, 411.98815779353026, 412.02591455657966]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.6534873901401, 'percentile_98': 411.95635640178807}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.8667384318542, 'max': 412.37309051211923, 'mean': 411.99683176098017, 'count': 115.20000457763672, 'sum': 47462.03690483674, 'std': 0.08152553105569217, 'median': 411.98968028766103, 'majority': 411.8667384318542, 'minority': 411.8667384318542, 'unique': 135.0, 'histogram': [[19.0, 30.0, 31.0, 34.0, 7.0, 6.0, 5.0, 1.0, 0.0, 2.0], [411.8667384318542, 411.9173736398807, 411.9680088479072, 412.0186440559337, 412.0692792639602, 412.1199144719867, 412.1705496800132, 412.2211848880397, 412.2718200960662, 412.3224553040927, 412.37309051211923]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.87702663592063, 'percentile_98': 412.21699575544335}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.91689888364635, 'max': 412.2620994166937, 'mean': 412.03609180175465, 'count': 115.20000457763672, 'sum': 47466.559661713676, 'std': 0.06957624115291769, 'median': 412.042918469524, 'majority': 411.91689888364635, 'minority': 411.91689888364635, 'unique': 135.0, 'histogram': [[19.0, 18.0, 18.0, 22.0, 27.0, 15.0, 11.0, 1.0, 1.0, 3.0], [411.91689888364635, 411.9514189369511, 411.9859389902558, 412.02045904356055, 412.0549790968653, 412.08949915017, 412.12401920347475, 412.1585392567795, 412.1930593100842, 412.22757936338894, 412.2620994166937]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.917866586009, 'percentile_98': 412.15813325834455}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.00418127118616, 'max': 412.48450725106517, 'mean': 412.20853017754223, 'count': 115.20000457763672, 'sum': 47486.42456339377, 'std': 0.10303714292308058, 'median': 412.1853780816309, 'majority': 412.00418127118616, 'minority': 412.00418127118616, 'unique': 135.0, 'histogram': [[4.0, 12.0, 29.0, 27.0, 23.0, 11.0, 6.0, 11.0, 6.0, 6.0], [412.00418127118616, 412.05221386917407, 412.100246467162, 412.14827906514984, 412.19631166313775, 412.24434426112566, 412.2923768591136, 412.3404094571015, 412.38844205508934, 412.43647465307725, 412.48450725106517]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.0496669202112, 'percentile_98': 412.4408878851682}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.7678327020257, 'max': 412.5610867049545, 'mean': 412.41655082511977, 'count': 115.20000457763672, 'sum': 47510.388542946945, 'std': 0.11907009661244461, 'median': 412.45066677220166, 'majority': 411.7678327020257, 'minority': 411.7678327020257, 'unique': 135.0, 'histogram': [[1.0, 1.0, 2.0, 3.0, 1.0, 3.0, 13.0, 23.0, 46.0, 42.0], [411.7678327020257, 411.8471581023186, 411.92648350261146, 412.00580890290433, 412.0851343031972, 412.16445970349014, 412.243785103783, 412.3231105040759, 412.40243590436876, 412.48176130466163, 412.5610867049545]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.05843444913626, 'percentile_98': 412.5413834117353}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 411.4214643777814, 'max': 412.27276233257726, 'mean': 412.1017303778151, 'count': 115.20000457763672, 'sum': 47474.12122597631, 'std': 0.1503052757599261, 'median': 412.15929013560526, 'majority': 411.4214643777814, 'minority': 411.4214643777814, 'unique': 135.0, 'histogram': [[3.0, 2.0, 2.0, 1.0, 2.0, 11.0, 12.0, 14.0, 58.0, 30.0], [411.4214643777814, 411.50659417326096, 411.59172396874055, 411.67685376422014, 411.76198355969973, 411.8471133551793, 411.9322431506589, 412.0173729461385, 412.1025027416181, 412.18763253709767, 412.27276233257726]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.62054185406305, 'percentile_98': 412.26516259484924}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.41536678676493, 'max': 411.9104960409459, 'mean': 411.3845280939337, 'count': 115.20000457763672, 'sum': 47391.499519590085, 'std': 0.2523988884543741, 'median': 411.4036055398173, 'majority': 410.41536678676493, 'minority': 410.41536678676493, 'unique': 135.0, 'histogram': [[3.0, 3.0, 4.0, 5.0, 7.0, 27.0, 32.0, 32.0, 15.0, 7.0], [410.41536678676493, 410.56487971218303, 410.7143926376011, 410.8639055630192, 411.0134184884373, 411.1629314138554, 411.3124443392735, 411.4619572646916, 411.6114701901097, 411.7609831155278, 411.9104960409459]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 410.6850101379678, 'percentile_98': 411.7906137253158}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.4218311365694, 'max': 412.0868907193654, 'mean': 411.00136289502484, 'count': 115.20000457763672, 'sum': 47347.35888692179, 'std': 0.6371998428943967, 'median': 411.0838635824621, 'majority': 409.4218311365694, 'minority': 409.4218311365694, 'unique': 135.0, 'histogram': [[5.0, 6.0, 10.0, 20.0, 10.0, 14.0, 15.0, 16.0, 32.0, 7.0], [409.4218311365694, 409.688337094849, 409.95484305312857, 410.22134901140817, 410.48785496968776, 410.75436092796735, 411.020866886247, 411.2873728445266, 411.5538788028062, 411.8203847610858, 412.0868907193654]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.6582742931787, 'percentile_98': 411.9199620618019}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.129756008042, 'max': 411.96239908458665, 'mean': 410.9331680944608, 'count': 115.20000457763672, 'sum': 47339.50284558465, 'std': 0.7974941853461345, 'median': 411.14792111329734, 'majority': 409.129756008042, 'minority': 409.129756008042, 'unique': 135.0, 'histogram': [[6.0, 10.0, 11.0, 11.0, 9.0, 9.0, 12.0, 13.0, 23.0, 31.0], [409.129756008042, 409.4130203156965, 409.69628462335095, 409.9795489310054, 410.2628132386599, 410.54607754631434, 410.8293418539688, 411.11260616162326, 411.3958704692777, 411.6791347769322, 411.96239908458665]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.4044270459562, 'percentile_98': 411.87896567862475}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 409.542608394986, 'max': 412.2630634810776, 'mean': 411.22880848398876, 'count': 115.20000457763672, 'sum': 47373.5606198116, 'std': 0.5869857562529394, 'median': 411.4147523068823, 'majority': 409.542608394986, 'minority': 409.542608394986, 'unique': 135.0, 'histogram': [[2.0, 7.0, 14.0, 8.0, 9.0, 13.0, 19.0, 31.0, 30.0, 2.0], [409.542608394986, 409.8146539035952, 410.0866994122043, 410.3587449208135, 410.63079042942263, 410.9028359380318, 411.174881446641, 411.44692695525015, 411.7189724638593, 411.99101797246846, 412.2630634810776]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.88484761328436, 'percentile_98': 411.9420482311398}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 408.62631067284383, 'max': 412.1375604881905, 'mean': 410.88918166692116, 'count': 115.20000457763672, 'sum': 47334.435608930726, 'std': 0.6173236766108784, 'median': 411.03824332822114, 'majority': 408.62631067284383, 'minority': 408.62631067284383, 'unique': 135.0, 'histogram': [[3.0, 2.0, 4.0, 7.0, 14.0, 18.0, 30.0, 40.0, 10.0, 7.0], [408.62631067284383, 408.9774356543785, 409.32856063591316, 409.67968561744783, 410.0308105989825, 410.38193558051717, 410.73306056205183, 411.0841855435865, 411.43531052512117, 411.78643550665583, 412.1375604881905]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 409.16953003033996, 'percentile_98': 412.02934880857356}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 408.06397737469524, 'max': 411.4409639441874, 'mean': 410.0510275665375, 'count': 115.20000457763672, 'sum': 47237.88025272977, 'std': 0.8055762211213323, 'median': 410.38213385036215, 'majority': 408.06397737469524, 'minority': 408.06397737469524, 'unique': 135.0, 'histogram': [[6.0, 10.0, 11.0, 10.0, 8.0, 10.0, 23.0, 39.0, 11.0, 7.0], [408.06397737469524, 408.40167603164446, 408.73937468859367, 409.0770733455429, 409.4147720024921, 409.7524706594413, 410.09016931639053, 410.42786797333974, 410.76556663028896, 411.1032652872382, 411.4409639441874]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 408.31426667864434, 'percentile_98': 411.2618444196414}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 407.5994111190085, 'max': 410.93179970630445, 'mean': 409.1722285081258, 'count': 115.20000457763672, 'sum': 47136.64259717791, 'std': 0.8674397403800357, 'median': 409.23536289483314, 'majority': 407.5994111190085, 'minority': 407.5994111190085, 'unique': 135.0, 'histogram': [[16.0, 16.0, 10.0, 12.0, 14.0, 16.0, 18.0, 14.0, 14.0, 5.0], [407.5994111190085, 407.9326499777381, 408.2658888364677, 408.5991276951973, 408.9323665539269, 409.26560541265644, 409.59884427138604, 409.93208313011564, 410.26532198884524, 410.59856084757484, 410.93179970630445]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 407.7424564457033, 'percentile_98': 410.62030504690483}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 407.566662033787, 'max': 411.4829389436636, 'mean': 409.46631496086104, 'count': 115.20000457763672, 'sum': 47170.52135787923, 'std': 0.7239791181071011, 'median': 409.408712584991, 'majority': 407.566662033787, 'minority': 407.566662033787, 'unique': 135.0, 'histogram': [[4.0, 6.0, 10.0, 25.0, 29.0, 21.0, 17.0, 10.0, 11.0, 2.0], [407.566662033787, 407.95828972477466, 408.3499174157623, 408.74154510675, 409.13317279773764, 409.5248004887253, 409.91642817971297, 410.3080558707006, 410.6996835616883, 411.09131125267595, 411.4829389436636]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 408.01631621434353, 'percentile_98': 410.8725333935581}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 408.48874050425366, 'max': 412.4379011045676, 'mean': 410.30237840014104, 'count': 115.20000457763672, 'sum': 47266.83586991148, 'std': 1.0862096637992573, 'median': 410.26020335266367, 'majority': 408.48874050425366, 'minority': 408.48874050425366, 'unique': 135.0, 'histogram': [[15.0, 23.0, 13.0, 7.0, 12.0, 15.0, 11.0, 16.0, 15.0, 8.0], [408.48874050425366, 408.88365656428505, 409.27857262431644, 409.67348868434783, 410.0684047443792, 410.4633208044106, 410.858236864442, 411.2531529244734, 411.6480689845048, 412.0429850445362, 412.4379011045676]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 408.74129263102077, 'percentile_98': 412.12865107809193}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 410.9276742383372, 'max': 413.05664126412006, 'mean': 412.3927202326364, 'count': 115.20000457763672, 'sum': 47507.643258583776, 'std': 0.47847250913082096, 'median': 412.5861305510625, 'majority': 412.86701525677927, 'minority': 410.9276742383372, 'unique': 134.0, 'histogram': [[4.0, 5.0, 4.0, 9.0, 7.0, 11.0, 12.0, 23.0, 41.0, 19.0], [410.9276742383372, 411.1405709409155, 411.3534676434938, 411.5663643460721, 411.77926104865037, 411.99215775122866, 412.2050544538069, 412.4179511563852, 412.6308478589635, 412.84374456154177, 413.05664126412006]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 411.16007560049184, 'percentile_98': 412.9550216021017}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.61374644818716, 'max': 413.0508932576049, 'mean': 412.835314791609, 'count': 115.20000457763672, 'sum': 47558.63015380345, 'std': 0.09271745162734854, 'median': 412.83202153863385, 'majority': 412.61374644818716, 'minority': 412.61374644818716, 'unique': 135.0, 'histogram': [[6.0, 6.0, 15.0, 14.0, 28.0, 19.0, 19.0, 13.0, 10.0, 5.0], [412.61374644818716, 412.65746112912893, 412.7011758100707, 412.7448904910125, 412.78860517195426, 412.83231985289603, 412.8760345338378, 412.9197492147796, 412.96346389572136, 413.00717857666314, 413.0508932576049]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.6476633246057, 'percentile_98': 413.01018063677475}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.5850500713568, 'max': 413.3070760872215, 'mean': 412.93258922799663, 'count': 115.20000457763672, 'sum': 47569.836169320595, 'std': 0.1498580280752711, 'median': 412.94888069387525, 'majority': 412.5850500713568, 'minority': 412.5850500713568, 'unique': 135.0, 'histogram': [[11.0, 10.0, 7.0, 18.0, 19.0, 27.0, 25.0, 11.0, 5.0, 2.0], [412.5850500713568, 412.6572526729433, 412.72945527452976, 412.8016578761162, 412.8738604777027, 412.94606307928916, 413.01826568087563, 413.0904682824621, 413.16267088404857, 413.23487348563503, 413.3070760872215]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.61102887801826, 'percentile_98': 413.203288189834}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.2886821278371, 'max': 413.29086161567824, 'mean': 412.92498186718365, 'count': 115.20000457763672, 'sum': 47568.95980132012, 'std': 0.22221817961516274, 'median': 412.9889821342659, 'majority': 412.2886821278371, 'minority': 412.2886821278371, 'unique': 135.0, 'histogram': [[5.0, 8.0, 7.0, 7.0, 6.0, 7.0, 33.0, 34.0, 26.0, 2.0], [412.2886821278371, 412.3889000766212, 412.48911802540533, 412.58933597418945, 412.6895539229736, 412.7897718717577, 412.88998982054176, 412.9902077693259, 413.09042571811, 413.1906436668941, 413.29086161567824]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.4043043702841, 'percentile_98': 413.18397416034713}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.0992598473094, 'max': 413.0414417886641, 'mean': 412.6712550737799, 'count': 115.20000457763672, 'sum': 47539.730473558535, 'std': 0.2404032451724229, 'median': 412.6589228690136, 'majority': 412.0992598473094, 'minority': 412.0992598473094, 'unique': 135.0, 'histogram': [[6.0, 5.0, 3.0, 20.0, 24.0, 16.0, 9.0, 8.0, 20.0, 24.0], [412.0992598473094, 412.19347804144485, 412.2876962355803, 412.3819144297158, 412.47613262385124, 412.57035081798676, 412.66456901212223, 412.7587872062577, 412.85300540039316, 412.9472235945286, 413.0414417886641]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.1728634345345, 'percentile_98': 413.0050692765508}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.4853549001273, 'max': 413.0574598093517, 'mean': 412.7887910259219, 'count': 115.20000457763672, 'sum': 47553.27061578333, 'std': 0.11148231876861915, 'median': 412.7633219468408, 'majority': 412.7091269765515, 'minority': 412.4853549001273, 'unique': 134.0, 'histogram': [[4.0, 3.0, 9.0, 16.0, 41.0, 17.0, 16.0, 11.0, 10.0, 8.0], [412.4853549001273, 412.5425653910497, 412.59977588197216, 412.6569863728946, 412.71419686381705, 412.7714073547395, 412.82861784566194, 412.8858283365844, 412.9430388275068, 413.00024931842927, 413.0574598093517]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.54859388573095, 'percentile_98': 413.0286106374114}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.6620406168513, 'max': 413.22252218378713, 'mean': 412.8667334729404, 'count': 115.20000457763672, 'sum': 47562.249586036654, 'std': 0.09410556832291468, 'median': 412.8520413360093, 'majority': 412.6620406168513, 'minority': 412.6620406168513, 'unique': 135.0, 'histogram': [[5.0, 16.0, 37.0, 33.0, 22.0, 7.0, 6.0, 4.0, 3.0, 2.0], [412.6620406168513, 412.7180887735449, 412.77413693023846, 412.83018508693203, 412.8862332436256, 412.9422814003192, 412.9983295570128, 413.0543777137064, 413.1104258704, 413.16647402709356, 413.22252218378713]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.7230931771919, 'percentile_98': 413.1279893044848}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.70756628364325, 'max': 413.3681904932018, 'mean': 412.9654603409046, 'count': 115.20000457763672, 'sum': 47573.62292167806, 'std': 0.14748211331986535, 'median': 412.98597352579236, 'majority': 412.70756628364325, 'minority': 412.70756628364325, 'unique': 135.0, 'histogram': [[13.0, 23.0, 20.0, 8.0, 16.0, 32.0, 10.0, 7.0, 4.0, 2.0], [412.70756628364325, 412.7736287045991, 412.83969112555496, 412.9057535465108, 412.9718159674667, 413.03787838842254, 413.10394080937834, 413.1700032303342, 413.23606565129006, 413.3021280722459, 413.3681904932018]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.71465306635946, 'percentile_98': 413.270085118711}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.80944424215704, 'max': 413.4816335863434, 'mean': 413.0435159406801, 'count': 115.20000457763672, 'sum': 47582.614927129514, 'std': 0.1293541283990278, 'median': 413.0219022044912, 'majority': 412.80944424215704, 'minority': 412.80944424215704, 'unique': 135.0, 'histogram': [[8.0, 20.0, 35.0, 24.0, 14.0, 16.0, 11.0, 4.0, 1.0, 2.0], [412.80944424215704, 412.8766631765757, 412.9438821109943, 413.01110104541294, 413.0783199798316, 413.1455389142502, 413.21275784866884, 413.2799767830875, 413.3471957175061, 413.41441465192474, 413.4816335863434]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.83633254352026, 'percentile_98': 413.34655179525726}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.777724704938, 'max': 413.65690776729025, 'mean': 413.08802318465, 'count': 115.20000457763672, 'sum': 47587.742161838585, 'std': 0.15822517815684492, 'median': 413.07609717478044, 'majority': 412.777724704938, 'minority': 412.777724704938, 'unique': 135.0, 'histogram': [[10.0, 16.0, 30.0, 31.0, 23.0, 16.0, 5.0, 1.0, 2.0, 1.0], [412.777724704938, 412.86564301117323, 412.95356131740846, 413.0414796236437, 413.1293979298789, 413.21731623611413, 413.30523454234935, 413.3931528485846, 413.4810711548198, 413.568989461055, 413.65690776729025]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.7989486732986, 'percentile_98': 413.4440678171813}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.5829946133308, 'max': 413.3224756515119, 'mean': 412.91268738287977, 'count': 115.20000457763672, 'sum': 47567.54347667203, 'std': 0.19118052166316007, 'median': 412.89959699497564, 'majority': 412.5829946133308, 'minority': 412.5829946133308, 'unique': 135.0, 'histogram': [[10.0, 18.0, 15.0, 17.0, 21.0, 19.0, 11.0, 12.0, 6.0, 6.0], [412.5829946133308, 412.6569427171489, 412.73089082096703, 412.80483892478514, 412.87878702860326, 412.95273513242137, 413.0266832362395, 413.1006313400576, 413.1745794438757, 413.2485275476938, 413.3224756515119]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.6049461774528, 'percentile_98': 413.3133879804518}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.2737991565373, 'max': 413.67567246197723, 'mean': 412.78685221746275, 'count': 115.20000457763672, 'sum': 47553.04726503996, 'std': 0.3797255152320882, 'median': 412.7097599848639, 'majority': 412.2737991565373, 'minority': 412.2737991565373, 'unique': 135.0, 'histogram': [[23.0, 19.0, 19.0, 22.0, 15.0, 13.0, 5.0, 4.0, 4.0, 11.0], [412.2737991565373, 412.4139864870813, 412.55417381762527, 412.69436114816926, 412.83454847871326, 412.97473580925725, 413.11492313980125, 413.25511047034524, 413.39529780088924, 413.53548513143323, 413.67567246197723]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.27584370062687, 'percentile_98': 413.6345778533723}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.37546611228026, 'max': 414.13481449126266, 'mean': 413.17603242249317, 'count': 115.20000457763672, 'sum': 47597.88082644099, 'std': 0.5231025490805162, 'median': 412.9296066821553, 'majority': 412.37546611228026, 'minority': 412.37546611228026, 'unique': 135.0, 'histogram': [[9.0, 27.0, 28.0, 12.0, 8.0, 6.0, 7.0, 8.0, 16.0, 14.0], [412.37546611228026, 412.5514009501785, 412.72733578807674, 412.903270625975, 413.0792054638732, 413.25514030177146, 413.4310751396697, 413.60700997756794, 413.7829448154662, 413.9588796533644, 414.13481449126266]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 412.49155401601456, 'percentile_98': 414.121663197875}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 412.7843349124305, 'max': 414.13198778172955, 'mean': 413.7002154509477, 'count': 115.20000457763672, 'sum': 47658.266713718476, 'std': 0.32647116271199245, 'median': 413.8063195568975, 'majority': 412.7843349124305, 'minority': 412.7843349124305, 'unique': 135.0, 'histogram': [[3.0, 2.0, 10.0, 15.0, 11.0, 9.0, 12.0, 14.0, 39.0, 20.0], [412.7843349124305, 412.9191001993604, 413.0538654862903, 413.1886307732202, 413.3233960601501, 413.45816134708, 413.5929266340099, 413.72769192093983, 413.86245720786974, 413.99722249479964, 414.13198778172955]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.06148341391236, 'percentile_98': 414.12038626731373}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.2077665417455, 'max': 414.38785046921106, 'mean': 413.9372423232575, 'count': 115.20000457763672, 'sum': 47685.572210493585, 'std': 0.17204998591612713, 'median': 413.9504271734041, 'majority': 413.2077665417455, 'minority': 413.2077665417455, 'unique': 135.0, 'histogram': [[1.0, 2.0, 1.0, 9.0, 14.0, 29.0, 55.0, 8.0, 7.0, 9.0], [413.2077665417455, 413.3257749344921, 413.44378332723863, 413.5617917199852, 413.67980011273175, 413.7978085054783, 413.9158168982248, 414.0338252909714, 414.15183368371794, 414.2698420764645, 414.38785046921106]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.6016905249562, 'percentile_98': 414.33647493249737}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.1457462790422, 'max': 414.1102508583572, 'mean': 413.7384689755073, 'count': 115.20000457763672, 'sum': 47662.67351992285, 'std': 0.11534067916638371, 'median': 413.72227133251727, 'majority': 413.1457462790422, 'minority': 413.1457462790422, 'unique': 135.0, 'histogram': [[1.0, 1.0, 2.0, 4.0, 6.0, 54.0, 38.0, 20.0, 6.0, 3.0], [413.1457462790422, 413.2421967369737, 413.3386471949052, 413.4350976528367, 413.5315481107682, 413.6279985686997, 413.7244490266312, 413.8208994845627, 413.9173499424942, 414.0138004004257, 414.1102508583572]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.46012585563585, 'percentile_98': 413.97487439098774}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.2263093197253, 'max': 414.3223450228106, 'mean': 413.57524597986765, 'count': 115.20000457763672, 'sum': 47643.870230077984, 'std': 0.195599432795387, 'median': 413.5314957238734, 'majority': 413.2263093197253, 'minority': 413.2263093197253, 'unique': 135.0, 'histogram': [[3.0, 33.0, 39.0, 30.0, 14.0, 4.0, 3.0, 3.0, 2.0, 4.0], [413.2263093197253, 413.33591289003385, 413.4455164603424, 413.5551200306509, 413.66472360095946, 413.77432717126794, 413.8839307415765, 413.993534311885, 414.10313788219355, 414.2127414525021, 414.3223450228106]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.3472502871882, 'percentile_98': 414.24504524911754}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.1076348130591, 'max': 414.40633867750876, 'mean': 413.6519098997662, 'count': 115.20000457763672, 'sum': 47652.70191400124, 'std': 0.30539991819622997, 'median': 413.6823845328763, 'majority': 413.1076348130591, 'minority': 413.1076348130591, 'unique': 135.0, 'histogram': [[17.0, 19.0, 13.0, 12.0, 16.0, 25.0, 16.0, 7.0, 6.0, 4.0], [413.1076348130591, 413.2375051995041, 413.36737558594905, 413.497245972394, 413.627116358839, 413.75698674528394, 413.8868571317289, 414.01672751817387, 414.14659790461883, 414.2764682910638, 414.40633867750876]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.14132977277035, 'percentile_98': 414.3200021644589}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.6154093430378, 'max': 414.4218110013753, 'mean': 414.01380619542937, 'count': 115.20000457763672, 'sum': 47694.39236891826, 'std': 0.15383991456619886, 'median': 413.99568362976424, 'majority': 413.6154093430378, 'minority': 413.6154093430378, 'unique': 135.0, 'histogram': [[3.0, 7.0, 10.0, 27.0, 27.0, 23.0, 16.0, 12.0, 7.0, 3.0], [413.6154093430378, 413.69604950887157, 413.7766896747053, 413.8573298405391, 413.93797000637284, 414.01861017220654, 414.0992503380403, 414.17989050387405, 414.2605306697078, 414.34117083554156, 414.4218110013753]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.7082287343219, 'percentile_98': 414.3284932069946}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 414.07335083931684, 'max': 414.64257810730487, 'mean': 414.2401453746762, 'count': 115.20000457763672, 'sum': 47720.4666434036, 'std': 0.08932405353097873, 'median': 414.23293441766873, 'majority': 414.07335083931684, 'minority': 414.07335083931684, 'unique': 135.0, 'histogram': [[11.0, 32.0, 27.0, 32.0, 21.0, 8.0, 0.0, 1.0, 2.0, 1.0], [414.07335083931684, 414.13027356611565, 414.18719629291445, 414.24411901971325, 414.30104174651206, 414.35796447331086, 414.41488720010966, 414.47180992690846, 414.52873265370727, 414.58565538050607, 414.64257810730487]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 414.08167089684866, 'percentile_98': 414.4031881878618}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.8769618293736, 'max': 414.4926060689613, 'mean': 414.0766919599859, 'count': 115.20000457763672, 'sum': 47701.636809283045, 'std': 0.11449538158699511, 'median': 414.04915100429207, 'majority': 413.8769618293736, 'minority': 413.8769618293736, 'unique': 135.0, 'histogram': [[9.0, 32.0, 35.0, 15.0, 18.0, 10.0, 4.0, 7.0, 4.0, 1.0], [413.8769618293736, 413.9385262533324, 414.00009067729115, 414.0616551012499, 414.1232195252087, 414.18478394916747, 414.24634837312624, 414.307912797085, 414.3694772210438, 414.43104164500255, 414.4926060689613]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.9032644161489, 'percentile_98': 414.3582555116154}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.88225508853793, 'max': 414.3805199419148, 'mean': 414.06020590057466, 'count': 115.20000457763672, 'sum': 47699.7376151634, 'std': 0.10172649448593125, 'median': 414.04588773730217, 'majority': 413.88225508853793, 'minority': 413.88225508853793, 'unique': 135.0, 'histogram': [[12.0, 16.0, 22.0, 36.0, 14.0, 16.0, 9.0, 4.0, 4.0, 2.0], [413.88225508853793, 413.9320815738756, 413.9819080592133, 414.031734544551, 414.0815610298887, 414.1313875152264, 414.18121400056407, 414.23104048590176, 414.28086697123945, 414.33069345657714, 414.3805199419148]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.89060424990015, 'percentile_98': 414.302725403104}}}}
{'type': 'Feature', 'geometry': {'type': 'Polygon', 'coordinates': [[[-95.0, 29.0], [-95.0, 33.0], [-104.0, 33.0], [-104.0, 29.0], [-95.0, 29.0]]]}, 'properties': {'statistics': {'b1': {'min': 413.8595249969512, 'max': 414.43683949182747, 'mean': 414.1013446241451, 'count': 115.20000457763672, 'sum': 47704.47679630703, 'std': 0.14015944443389658, 'median': 414.1040444665123, 'majority': 413.8595249969512, 'minority': 413.8595249969512, 'unique': 135.0, 'histogram': [[15.0, 13.0, 12.0, 19.0, 20.0, 25.0, 10.0, 10.0, 7.0, 4.0], [413.8595249969512, 413.91725644643884, 413.97498789592646, 414.0327193454141, 414.0904507949017, 414.1481822443893, 414.205913693877, 414.2636451433646, 414.32137659285223, 414.37910804233985, 414.43683949182747]], 'valid_percent': 100.0, 'masked_pixels': 0.0, 'valid_pixels': 135.0, 'percentile_2': 413.8741860515438, 'percentile_98': 414.4011363678146}}}}
CPU times: user 6.82 s, sys: 1.39 s, total: 8.22 s
Wall time: 5min 22s
stats[0]
{'statistics': {'b1': {'min': 418.2305856375024,
   'max': 419.41294693970116,
   'mean': 418.84807499634246,
   'count': 115.20000457763672,
   'sum': 48251.30015691298,
   'std': 0.25036812587510676,
   'median': 418.7834456388373,
   'majority': 418.2305856375024,
   'minority': 418.2305856375024,
   'unique': 135.0,
   'histogram': [[3.0, 4.0, 6.0, 22.0, 41.0, 12.0, 10.0, 15.0, 9.0, 13.0],
    [418.2305856375024,
     418.34882176772226,
     418.46705789794214,
     418.585294028162,
     418.7035301583819,
     418.8217662886018,
     418.9400024188216,
     419.0582385490415,
     419.1764746792614,
     419.2947108094813,
     419.41294693970116]],
   'valid_percent': 100.0,
   'masked_pixels': 0.0,
   'valid_pixels': 135.0,
   'percentile_2': 418.3893688605167,
   'percentile_98': 419.3659042357467}},
 'datetime': '2022-02-28T00:00:00+00:00'}
def clean_stats(stats_json) -> pd.DataFrame:
    df = pd.json_normalize(stats_json)
    df.columns = [col.replace("statistics.b1.", "") for col in df.columns]
    df["date"] = pd.to_datetime(df["datetime"])
    return df


df = clean_stats(stats)
df.head(5)
datetime min max mean count sum std median majority minority unique histogram valid_percent masked_pixels valid_pixels percentile_2 percentile_98 date
0 2022-02-28T00:00:00+00:00 418.230586 419.412947 418.848075 115.200005 48251.300157 0.250368 418.783446 418.230586 418.230586 135.0 [[3.0, 4.0, 6.0, 22.0, 41.0, 12.0, 10.0, 15.0,... 100.0 0.0 135.0 418.389369 419.365904 2022-02-28 00:00:00+00:00
1 2022-02-27T00:00:00+00:00 418.684755 420.117827 419.509759 115.200005 48327.526187 0.331645 419.469568 418.684755 418.684755 135.0 [[4.0, 4.0, 9.0, 11.0, 29.0, 16.0, 23.0, 10.0,... 100.0 0.0 135.0 418.811342 420.090160 2022-02-27 00:00:00+00:00
2 2022-02-26T00:00:00+00:00 417.776690 419.349191 418.780854 115.200005 48243.556308 0.284348 418.774780 417.776690 417.776690 135.0 [[1.0, 3.0, 4.0, 7.0, 7.0, 32.0, 32.0, 21.0, 1... 100.0 0.0 135.0 418.041596 419.329943 2022-02-26 00:00:00+00:00
3 2022-02-25T00:00:00+00:00 417.941315 419.452983 418.702861 115.200005 48234.571500 0.327788 418.689477 417.941315 417.941315 135.0 [[6.0, 3.0, 13.0, 23.0, 21.0, 27.0, 13.0, 11.0... 100.0 0.0 135.0 418.072064 419.359669 2022-02-25 00:00:00+00:00
4 2022-02-24T00:00:00+00:00 417.856048 419.575805 418.788470 115.200005 48244.433612 0.300634 418.767628 417.856048 417.856048 135.0 [[3.0, 4.0, 5.0, 8.0, 30.0, 39.0, 22.0, 9.0, 9... 100.0 0.0 135.0 418.033764 419.418546 2022-02-24 00:00:00+00:00

Visualizing the Data as a Time Series

We can now explore the XCO₂ concentrations time series (January 1, 2015 - February 28, 2022) available for the Dallas, Texas area of the U.S. We can plot the data set using the code below:

fig = plt.figure(figsize=(20, 10))


plt.plot(
    df["datetime"],
    df["max"],
    color="red",
    linestyle="-",
    linewidth=0.5,
    label="CO₂ concentrations",
)

plt.legend()
plt.xlabel("Years")
plt.ylabel("CO2 concentrations ppm")
plt.title("CO₂ concentrations Values for Texas, Dallas (Jan 2015- Feb 2022)")
Text(0.5, 1.0, 'CO₂ concentrations Values for Texas, Dallas (Jan 2015- Feb 2022)')

print(items[2]["properties"]["datetime"])
2022-02-26T00:00:00+00:00
oco2_3 = requests.get(
    f"{RASTER_API_URL}/collections/{items[2]['collection']}/items/{items[2]['id']}/tilejson.json?"
    f"&assets={asset_name}"
    f"&color_formula=gamma+r+1.05&colormap_name={color_map}"
    f"&rescale={rescale_values['min']},{rescale_values['max']}",
).json()
oco2_3
{'tilejson': '2.2.0',
 'version': '1.0.0',
 'scheme': 'xyz',
 'tiles': ['https://earth.gov/ghgcenter/api/raster/collections/oco2geos-co2-daygrid-v10r/items/oco2geos-co2-daygrid-v10r-20220226/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?assets=xco2&color_formula=gamma+r+1.05&colormap_name=magma&rescale=411.7429234611336%2C423.60419320175424'],
 'minzoom': 0,
 'maxzoom': 24,
 'bounds': [-180.3125, -90.25, 179.6875, 90.25],
 'center': [-0.3125, 0.0, 0]}
# Use bbox initial zoom and map
# Set up a map located w/in event bounds
aoi_map_bbox = Map(
    tiles="OpenStreetMap",
    location=[
        30,-100
    ],
    zoom_start=6.8,
)

map_layer = TileLayer(
    tiles=oco2_3["tiles"][0],
    attr="GHG", opacity = 0.7
)

map_layer.add_to(aoi_map_bbox)

aoi_map_bbox
Make this Notebook Trusted to load map: File -> Trust Notebook

Summary

In this notebook, we have successfully explored, analyzed, and visualized the STAC collection for OCO-2 GEOS Column CO₂ Concentrations.

  1. Install and import the necessary libraries
  2. Fetch the collection from STAC collections using the appropriate endpoints
  3. Count the number of existing granules within the collection
  4. Map and compare the Column-Averaged XCO₂ Concentrations Levels for two distinctive months/years
  5. Generate zonal statistics for the area of interest (AOI)
  6. Visualizing the Data as a Time Series

If you have any questions regarding this user notebook, please contact us using the feedback form.

Back to top