{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP450075",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.4983408378861,
              29.889580331862433
            ],
            [
              -91.4983408378861,
              29.891428889204448
            ],
            [
              -91.49601504254026,
              29.891428889204448
            ],
            [
              -91.49601504254026,
              29.889580331862433
            ],
            [
              -91.4983408378861,
              29.889580331862433
            ]
          ]
        ]
      },
      "bbox": [
        -91.4983408378861,
        29.889580331862433,
        -91.49601504254026,
        29.891428889204448
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.372041+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP450075.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP450075": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP450075.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            202,
            222
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            645000.0,
            0.0,
            -1.0,
            3307702.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP465000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.48383408792175,
              29.821587519125256
            ],
            [
              -91.48383408792175,
              29.835299066448
            ],
            [
              -91.46810837081108,
              29.835299066448
            ],
            [
              -91.46810837081108,
              29.821587519125256
            ],
            [
              -91.48383408792175,
              29.821587519125256
            ]
          ]
        ]
      },
      "bbox": [
        -91.48383408792175,
        29.821587519125256,
        -91.46810837081108,
        29.835299066448
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.400671+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP465000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP465000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP465000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            646500.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP465015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.4836297402317,
              29.835119932072065
            ],
            [
              -91.4836297402317,
              29.848831547906524
            ],
            [
              -91.4679017927213,
              29.848831547906524
            ],
            [
              -91.4679017927213,
              29.835119932072065
            ],
            [
              -91.4836297402317,
              29.835119932072065
            ]
          ]
        ]
      },
      "bbox": [
        -91.4836297402317,
        29.835119932072065,
        -91.4679017927213,
        29.848831547906524
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.415424+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP465015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP465015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP465015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            646500.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP465030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.48342525325847,
              29.848652315971876
            ],
            [
              -91.48342525325847,
              29.862364000335095
            ],
            [
              -91.4676950738452,
              29.862364000335095
            ],
            [
              -91.4676950738452,
              29.848652315971876
            ],
            [
              -91.48342525325847,
              29.848652315971876
            ]
          ]
        ]
      },
      "bbox": [
        -91.48342525325847,
        29.848652315971876,
        -91.4676950738452,
        29.862364000335095
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.429277+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP465030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP465030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP465030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            646500.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP465045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.48322062692326,
              29.862184670816013
            ],
            [
              -91.48322062692326,
              29.87445296661395
            ],
            [
              -91.46751028585614,
              29.87445296661395
            ],
            [
              -91.46751028585614,
              29.862184670816013
            ],
            [
              -91.48322062692326,
              29.862184670816013
            ]
          ]
        ]
      },
      "bbox": [
        -91.48322062692326,
        29.862184670816013,
        -91.46751028585614,
        29.87445296661395
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.443205+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP465045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP465045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP465045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1340,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            646500.0,
            0.0,
            -1.0,
            3305840.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP480000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.46831480819414,
              29.821406660441372
            ],
            [
              -91.46831480819414,
              29.835119932072065
            ],
            [
              -91.45258714209717,
              29.835119932072065
            ],
            [
              -91.45258714209717,
              29.821406660441372
            ],
            [
              -91.46831480819414,
              29.821406660441372
            ]
          ]
        ]
      },
      "bbox": [
        -91.46831480819414,
        29.821406660441372,
        -91.45258714209717,
        29.835119932072065
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.457073+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP480000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP480000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP480000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            648000.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP480015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.46810837081108,
              29.834938974863014
            ],
            [
              -91.46810837081108,
              29.848652315971876
            ],
            [
              -91.45237847297045,
              29.848652315971876
            ],
            [
              -91.45237847297045,
              29.834938974863014
            ],
            [
              -91.46810837081108,
              29.834938974863014
            ]
          ]
        ]
      },
      "bbox": [
        -91.46810837081108,
        29.834938974863014,
        -91.45237847297045,
        29.848652315971876
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.470914+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP480015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP480015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP480015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            648000.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP480030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.4679017927213,
              29.848471260211717
            ],
            [
              -91.4679017927213,
              29.862184670816013
            ],
            [
              -91.45216966163316,
              29.862184670816013
            ],
            [
              -91.45216966163316,
              29.848471260211717
            ],
            [
              -91.4679017927213,
              29.848471260211717
            ]
          ]
        ]
      },
      "bbox": [
        -91.4679017927213,
        29.848471260211717,
        -91.45216966163316,
        29.862184670816013
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.485358+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP480030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP480030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP480030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            648000.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP480045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.4676950738452,
              29.86200351647878
            ],
            [
              -91.4676950738452,
              29.87394877434504
            ],
            [
              -91.45198801936338,
              29.87394877434504
            ],
            [
              -91.45198801936338,
              29.86200351647878
            ],
            [
              -91.4676950738452,
              29.86200351647878
            ]
          ]
        ]
      },
      "bbox": [
        -91.4676950738452,
        29.86200351647878,
        -91.45198801936338,
        29.87394877434504
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.499790+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP480045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP480045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP480045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1304,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            648000.0,
            0.0,
            -1.0,
            3305804.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP495000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.4527956690937,
              29.82122397997619
            ],
            [
              -91.4527956690937,
              29.834938974863014
            ],
            [
              -91.43706605551341,
              29.834938974863014
            ],
            [
              -91.43706605551341,
              29.82122397997619
            ],
            [
              -91.4527956690937,
              29.82122397997619
            ]
          ]
        ]
      },
      "bbox": [
        -91.4527956690937,
        29.82122397997619,
        -91.43706605551341,
        29.834938974863014
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.514179+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP495000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP495000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP495000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            649500.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP495015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.45258714209717,
              29.834756194880573
            ],
            [
              -91.45258714209717,
              29.848471260211717
            ],
            [
              -91.43685529543018,
              29.848471260211717
            ],
            [
              -91.43685529543018,
              29.834756194880573
            ],
            [
              -91.45258714209717,
              29.834756194880573
            ]
          ]
        ]
      },
      "bbox": [
        -91.45258714209717,
        29.834756194880573,
        -91.43685529543018,
        29.848471260211717
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.528564+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP495015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP495015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP495015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            649500.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP495030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.45237847297045,
              29.848288380685812
            ],
            [
              -91.45237847297045,
              29.86200351647878
            ],
            [
              -91.43664439171218,
              29.86200351647878
            ],
            [
              -91.43664439171218,
              29.848288380685812
            ],
            [
              -91.45237847297045,
              29.848288380685812
            ]
          ]
        ]
      },
      "bbox": [
        -91.45237847297045,
        29.848288380685812,
        -91.43664439171218,
        29.86200351647878
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.542987+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP495030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP495030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP495030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            649500.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP495045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.45216966163316,
              29.86193030007773
            ],
            [
              -91.45216966163316,
              29.86742543232754
            ],
            [
              -91.44585479584524,
              29.86742543232754
            ],
            [
              -91.44585479584524,
              29.86193030007773
            ],
            [
              -91.45216966163316,
              29.86193030007773
            ]
          ]
        ]
      },
      "bbox": [
        -91.45216966163316,
        29.86193030007773,
        -91.44585479584524,
        29.86742543232754
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.557579+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP495045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP495045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP495045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            601,
            602
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            649500.0,
            0.0,
            -1.0,
            3305101.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP510000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.4372766720431,
              29.82103947778996
            ],
            [
              -91.4372766720431,
              29.834756194880573
            ],
            [
              -91.42154511248319,
              29.834756194880573
            ],
            [
              -91.42154511248319,
              29.82103947778996
            ],
            [
              -91.4372766720431,
              29.82103947778996
            ]
          ]
        ]
      },
      "bbox": [
        -91.4372766720431,
        29.82103947778996,
        -91.42154511248319,
        29.834756194880573
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.571715+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP510000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP510000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP510000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            651000.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP510015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.43706605551341,
              29.834642325560278
            ],
            [
              -91.43706605551341,
              29.848288380685812
            ],
            [
              -91.42726204343154,
              29.848288380685812
            ],
            [
              -91.42726204343154,
              29.834642325560278
            ],
            [
              -91.43706605551341,
              29.834642325560278
            ]
          ]
        ]
      },
      "bbox": [
        -91.43706605551341,
        29.834642325560278,
        -91.42726204343154,
        29.848288380685812
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.585987+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP510015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP510015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP510015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            927
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            651000.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP510030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.43685529543018,
              29.848257723458495
            ],
            [
              -91.43685529543018,
              29.853547882380756
            ],
            [
              -91.43418602341455,
              29.853547882380756
            ],
            [
              -91.43418602341455,
              29.848257723458495
            ],
            [
              -91.43685529543018,
              29.848257723458495
            ]
          ]
        ]
      },
      "bbox": [
        -91.43685529543018,
        29.848257723458495,
        -91.43418602341455,
        29.853547882380756
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.600327+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP510030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP510030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP510030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            583,
            250
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            651000.0,
            0.0,
            -1.0,
            3303583.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RXP525000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -91.4217578184649,
              29.820989845613344
            ],
            [
              -91.4217578184649,
              29.829113642883158
            ],
            [
              -91.41748190573361,
              29.829113642883158
            ],
            [
              -91.41748190573361,
              29.820989845613344
            ],
            [
              -91.4217578184649,
              29.820989845613344
            ]
          ]
        ]
      },
      "bbox": [
        -91.4217578184649,
        29.820989845613344,
        -91.41748190573361,
        29.829113642883158
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.614314+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RXP525000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RXP525000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RXP525000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            895,
            401
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            652500.0,
            0.0,
            -1.0,
            3300895.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN110955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.90879211485455,
              29.790333249332285
            ],
            [
              -93.90879211485455,
              29.798875031477298
            ],
            [
              -93.9053115235057,
              29.798875031477298
            ],
            [
              -93.9053115235057,
              29.790333249332285
            ],
            [
              -93.90879211485455,
              29.790333249332285
            ]
          ]
        ]
      },
      "bbox": [
        -93.90879211485455,
        29.790333249332285,
        -93.9053115235057,
        29.798875031477298
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.628221+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN110955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN110955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN110955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            944,
            329
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            412171.0,
            0.0,
            -1.0,
            3296843.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN125895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.89254644639644,
              29.742569329420895
            ],
            [
              -93.89254644639644,
              29.746254184496024
            ],
            [
              -93.88937049298647,
              29.746254184496024
            ],
            [
              -93.88937049298647,
              29.742569329420895
            ],
            [
              -93.89254644639644,
              29.742569329420895
            ]
          ]
        ]
      },
      "bbox": [
        -93.89254644639644,
        29.742569329420895,
        -93.88937049298647,
        29.746254184496024
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.642238+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN125895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN125895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN125895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            406,
            304
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            413696.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN125910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.89399019090897,
              29.74622408230383
            ],
            [
              -93.89399019090897,
              29.759789970415273
            ],
            [
              -93.88940282815135,
              29.759789970415273
            ],
            [
              -93.88940282815135,
              29.74622408230383
            ],
            [
              -93.89399019090897,
              29.74622408230383
            ]
          ]
        ]
      },
      "bbox": [
        -93.89399019090897,
        29.74622408230383,
        -93.88940282815135,
        29.759789970415273
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.656353+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN125910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN125910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN125910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            432
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            413568.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN125925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.89675835478349,
              29.75974193253599
            ],
            [
              -93.89675835478349,
              29.77332572817918
            ],
            [
              -93.88952234482555,
              29.77332572817918
            ],
            [
              -93.88952234482555,
              29.75974193253599
            ],
            [
              -93.89675835478349,
              29.75974193253599
            ]
          ]
        ]
      },
      "bbox": [
        -93.89675835478349,
        29.75974193253599,
        -93.88952234482555,
        29.77332572817918
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.670336+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN125925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN125925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN125925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            688
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            413312.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN125940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.90371702873395,
              29.773231125640084
            ],
            [
              -93.90371702873395,
              29.78686145777977
            ],
            [
              -93.88964194303409,
              29.78686145777977
            ],
            [
              -93.88964194303409,
              29.773231125640084
            ],
            [
              -93.90371702873395,
              29.773231125640084
            ]
          ]
        ]
      },
      "bbox": [
        -93.90371702873395,
        29.773231125640084,
        -93.88964194303409,
        29.78686145777977
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.684198+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN125940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN125940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN125940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1349
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            412651.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN125955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.90540096905433,
              29.786756116905565
            ],
            [
              -93.90540096905433,
              29.800397159209055
            ],
            [
              -93.88976162282299,
              29.800397159209055
            ],
            [
              -93.88976162282299,
              29.786756116905565
            ],
            [
              -93.90540096905433,
              29.786756116905565
            ]
          ]
        ]
      },
      "bbox": [
        -93.90540096905433,
        29.786756116905565,
        -93.88976162282299,
        29.800397159209055
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.698089+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN125955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN125955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN125955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            412500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN125970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.90273348939589,
              29.80031030177809
            ],
            [
              -93.90273348939589,
              29.805215862116718
            ],
            [
              -93.88988138423834,
              29.805215862116718
            ],
            [
              -93.88988138423834,
              29.80031030177809
            ],
            [
              -93.90273348939589,
              29.80031030177809
            ]
          ]
        ]
      },
      "bbox": [
        -93.90273348939589,
        29.80031030177809,
        -93.88988138423834,
        29.805215862116718
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.712557+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN125970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN125970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN125970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            534,
            1238
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            412762.0,
            0.0,
            -1.0,
            3297534.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN140895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.88940282815135,
              29.737392741401674
            ],
            [
              -93.88940282815135,
              29.746357535311198
            ],
            [
              -93.87381466908121,
              29.746357535311198
            ],
            [
              -93.87381466908121,
              29.737392741401674
            ],
            [
              -93.88940282815135,
              29.737392741401674
            ]
          ]
        ]
      },
      "bbox": [
        -93.88940282815135,
        29.737392741401674,
        -93.87381466908121,
        29.746357535311198
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.726880+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN140895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN140895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN140895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            982,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            414000.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN140910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.88952234482555,
              29.746254184496024
            ],
            [
              -93.88952234482555,
              29.759893377634288
            ],
            [
              -93.87389150514107,
              29.759893377634288
            ],
            [
              -93.87389150514107,
              29.746254184496024
            ],
            [
              -93.88952234482555,
              29.746254184496024
            ]
          ]
        ]
      },
      "bbox": [
        -93.88952234482555,
        29.746254184496024,
        -93.87389150514107,
        29.759893377634288
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.741310+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN140910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN140910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN140910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            414000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN140925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.88964194303409,
              29.759789970415273
            ],
            [
              -93.88964194303409,
              29.77342919181685
            ],
            [
              -93.8740089380784,
              29.77342919181685
            ],
            [
              -93.8740089380784,
              29.759789970415273
            ],
            [
              -93.88964194303409,
              29.759789970415273
            ]
          ]
        ]
      },
      "bbox": [
        -93.88964194303409,
        29.759789970415273,
        -93.8740089380784,
        29.77342919181685
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.756453+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN140925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN140925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN140925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            414000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN140940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.88976162282299,
              29.77332572817918
            ],
            [
              -93.88976162282299,
              29.786964977850904
            ],
            [
              -93.8741264511288,
              29.786964977850904
            ],
            [
              -93.8741264511288,
              29.77332572817918
            ],
            [
              -93.88976162282299,
              29.77332572817918
            ]
          ]
        ]
      },
      "bbox": [
        -93.88976162282299,
        29.77332572817918,
        -93.8741264511288,
        29.786964977850904
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.771029+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN140940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN140940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN140940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            414000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN140955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.88988138423834,
              29.78686145777977
            ],
            [
              -93.88988138423834,
              29.8005007357285
            ],
            [
              -93.8742440443375,
              29.8005007357285
            ],
            [
              -93.8742440443375,
              29.78686145777977
            ],
            [
              -93.88988138423834,
              29.78686145777977
            ]
          ]
        ]
      },
      "bbox": [
        -93.88988138423834,
        29.78686145777977,
        -93.8742440443375,
        29.8005007357285
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.785776+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN140955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN140955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN140955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            414000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN140970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.8899997088029,
              29.800397159209055
            ],
            [
              -93.8899997088029,
              29.81386501304145
            ],
            [
              -93.87436171774978,
              29.81386501304145
            ],
            [
              -93.87436171774978,
              29.800397159209055
            ],
            [
              -93.8899997088029,
              29.800397159209055
            ]
          ]
        ]
      },
      "bbox": [
        -93.8899997088029,
        29.800397159209055,
        -93.87436171774978,
        29.81386501304145
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.798563+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN140970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN140970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN140970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1481,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            414000.0,
            0.0,
            -1.0,
            3298481.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN155865",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.85821379223994,
              29.716147110275266
            ],
            [
              -93.85821379223994,
              29.71842162266004
            ],
            [
              -93.85812208204004,
              29.71842162266004
            ],
            [
              -93.85812208204004,
              29.716147110275266
            ],
            [
              -93.85821379223994,
              29.716147110275266
            ]
          ]
        ]
      },
      "bbox": [
        -93.85821379223994,
        29.716147110275266,
        -93.85812208204004,
        29.71842162266004
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.811584+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN155865.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN155865": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN155865.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            252,
            7
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            416993.0,
            0.0,
            -1.0,
            3287893.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN155880",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.86524403568953,
              29.721706050841835
            ],
            [
              -93.86524403568953,
              29.732923142412936
            ],
            [
              -93.8581697541725,
              29.732923142412936
            ],
            [
              -93.8581697541725,
              29.721706050841835
            ],
            [
              -93.86524403568953,
              29.721706050841835
            ]
          ]
        ]
      },
      "bbox": [
        -93.86524403568953,
        29.721706050841835,
        -93.8581697541725,
        29.732923142412936
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.824470+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN155880.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN155880": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN155880.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1238,
            675
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            416325.0,
            0.0,
            -1.0,
            3289500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN155895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.87389150514107,
              29.73282166485556
            ],
            [
              -93.87389150514107,
              29.7464590682659
            ],
            [
              -93.858264831555,
              29.7464590682659
            ],
            [
              -93.858264831555,
              29.73282166485556
            ],
            [
              -93.87389150514107,
              29.73282166485556
            ]
          ]
        ]
      },
      "bbox": [
        -93.87389150514107,
        29.73282166485556,
        -93.858264831555,
        29.7464590682659
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.837429+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN155895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN155895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN155895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            415500.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN155910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.8740089380784,
              29.746357535311198
            ],
            [
              -93.8740089380784,
              29.759994966000825
            ],
            [
              -93.85838010206292,
              29.759994966000825
            ],
            [
              -93.85838010206292,
              29.746357535311198
            ],
            [
              -93.8740089380784,
              29.746357535311198
            ]
          ]
        ]
      },
      "bbox": [
        -93.8740089380784,
        29.746357535311198,
        -93.85838010206292,
        29.759994966000825
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.850501+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN155910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN155910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN155910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            415500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN155925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.8741264511288,
              29.759893377634288
            ],
            [
              -93.8741264511288,
              29.77353083560979
            ],
            [
              -93.8584954512182,
              29.77353083560979
            ],
            [
              -93.8584954512182,
              29.759893377634288
            ],
            [
              -93.8741264511288,
              29.759893377634288
            ]
          ]
        ]
      },
      "bbox": [
        -93.8741264511288,
        29.759893377634288,
        -93.8584954512182,
        29.77353083560979
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.863767+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN155925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN155925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN155925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            415500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN155940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.8742440443375,
              29.77342919181685
            ],
            [
              -93.8742440443375,
              29.787066677084812
            ],
            [
              -93.85861087906522,
              29.787066677084812
            ],
            [
              -93.85861087906522,
              29.77342919181685
            ],
            [
              -93.8742440443375,
              29.77342919181685
            ]
          ]
        ]
      },
      "bbox": [
        -93.8742440443375,
        29.77342919181685,
        -93.85861087906522,
        29.787066677084812
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.876287+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN155940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN155940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN155940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            415500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN155955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.87436171774978,
              29.786964977850904
            ],
            [
              -93.87436171774978,
              29.800602490417937
            ],
            [
              -93.85872638564844,
              29.800602490417937
            ],
            [
              -93.85872638564844,
              29.786964977850904
            ],
            [
              -93.87436171774978,
              29.786964977850904
            ]
          ]
        ]
      },
      "bbox": [
        -93.87436171774978,
        29.786964977850904,
        -93.85872638564844,
        29.800602490417937
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.888956+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN155955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN155955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN155955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            415500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN155970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.87447947141095,
              29.8005007357285
            ],
            [
              -93.87447947141095,
              29.814138275601223
            ],
            [
              -93.85884197101232,
              29.814138275601223
            ],
            [
              -93.85884197101232,
              29.8005007357285
            ],
            [
              -93.87447947141095,
              29.8005007357285
            ]
          ]
        ]
      },
      "bbox": [
        -93.87447947141095,
        29.8005007357285,
        -93.85884197101232,
        29.814138275601223
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.902379+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN155970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN155970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN155970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            415500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN155985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.87019882647292,
              29.814064883458716
            ],
            [
              -93.87019882647292,
              29.81691762000799
            ],
            [
              -93.85895763520139,
              29.81691762000799
            ],
            [
              -93.85895763520139,
              29.814064883458716
            ],
            [
              -93.87019882647292,
              29.814064883458716
            ]
          ]
        ]
      },
      "bbox": [
        -93.87019882647292,
        29.814064883458716,
        -93.85895763520139,
        29.81691762000799
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.915527+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN155985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN155985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN155985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            308,
            1084
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            415916.0,
            0.0,
            -1.0,
            3298808.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN170850",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.85101583119707,
              29.692829709828796
            ],
            [
              -93.85101583119707,
              29.705950758271747
            ],
            [
              -93.84242024539721,
              29.705950758271747
            ],
            [
              -93.84242024539721,
              29.692829709828796
            ],
            [
              -93.85101583119707,
              29.692829709828796
            ]
          ]
        ]
      },
      "bbox": [
        -93.85101583119707,
        29.692829709828796,
        -93.84242024539721,
        29.705950758271747
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.928136+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN170850.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN170850": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN170850.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1448,
            821
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            417679.0,
            0.0,
            -1.0,
            3286500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN170865",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.85814963965012,
              29.705851206384907
            ],
            [
              -93.85814963965012,
              29.71948679471384
            ],
            [
              -93.84252928753772,
              29.71948679471384
            ],
            [
              -93.84252928753772,
              29.705851206384907
            ],
            [
              -93.85814963965012,
              29.705851206384907
            ]
          ]
        ]
      },
      "bbox": [
        -93.85814963965012,
        29.705851206384907,
        -93.84252928753772,
        29.71948679471384
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.942271+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN170865.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN170865": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN170865.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            417000.0,
            0.0,
            -1.0,
            3288000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN170880",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.858264831555,
              29.719387188449968
            ],
            [
              -93.858264831555,
              29.73302280306811
            ],
            [
              -93.84264232131667,
              29.73302280306811
            ],
            [
              -93.84264232131667,
              29.719387188449968
            ],
            [
              -93.858264831555,
              29.719387188449968
            ]
          ]
        ]
      },
      "bbox": [
        -93.858264831555,
        29.719387188449968,
        -93.84264232131667,
        29.73302280306811
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.955360+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN170880.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN170880": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN170880.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            417000.0,
            0.0,
            -1.0,
            3289500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN170895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.85838010206292,
              29.732923142412936
            ],
            [
              -93.85838010206292,
              29.746558783326616
            ],
            [
              -93.84275543223542,
              29.746558783326616
            ],
            [
              -93.84275543223542,
              29.732923142412936
            ],
            [
              -93.85838010206292,
              29.732923142412936
            ]
          ]
        ]
      },
      "bbox": [
        -93.85838010206292,
        29.732923142412936,
        -93.84275543223542,
        29.746558783326616
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.968695+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN170895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN170895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN170895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            417000.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN170910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.8584954512182,
              29.7464590682659
            ],
            [
              -93.8584954512182,
              29.760094735481392
            ],
            [
              -93.84286862033741,
              29.760094735481392
            ],
            [
              -93.84286862033741,
              29.7464590682659
            ],
            [
              -93.8584954512182,
              29.7464590682659
            ]
          ]
        ]
      },
      "bbox": [
        -93.8584954512182,
        29.7464590682659,
        -93.84286862033741,
        29.760094735481392
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.981748+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN170910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN170910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN170910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            417000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN170925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.85861087906522,
              29.759994966000825
            ],
            [
              -93.85861087906522,
              29.77363065952448
            ],
            [
              -93.84298188566623,
              29.77363065952448
            ],
            [
              -93.84298188566623,
              29.759994966000825
            ],
            [
              -93.85861087906522,
              29.759994966000825
            ]
          ]
        ]
      },
      "bbox": [
        -93.85861087906522,
        29.759994966000825,
        -93.84298188566623,
        29.77363065952448
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:37.994703+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN170925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN170925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN170925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            417000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN170940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.85872638564844,
              29.77353083560979
            ],
            [
              -93.85872638564844,
              29.78716655544792
            ],
            [
              -93.84309522826545,
              29.78716655544792
            ],
            [
              -93.84309522826545,
              29.77353083560979
            ],
            [
              -93.85872638564844,
              29.77353083560979
            ]
          ]
        ]
      },
      "bbox": [
        -93.85872638564844,
        29.77353083560979,
        -93.84309522826545,
        29.78716655544792
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.007272+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN170940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN170940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN170940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            417000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN170955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.85884197101232,
              29.787066677084812
            ],
            [
              -93.85884197101232,
              29.80070242324379
            ],
            [
              -93.84320864817873,
              29.80070242324379
            ],
            [
              -93.84320864817873,
              29.787066677084812
            ],
            [
              -93.85884197101232,
              29.787066677084812
            ]
          ]
        ]
      },
      "bbox": [
        -93.85884197101232,
        29.787066677084812,
        -93.84320864817873,
        29.80070242324379
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.020436+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN170955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN170955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN170955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            417000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN170970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.85895763520139,
              29.800602490417937
            ],
            [
              -93.85895763520139,
              29.814238262904148
            ],
            [
              -93.84332214544969,
              29.814238262904148
            ],
            [
              -93.84332214544969,
              29.800602490417937
            ],
            [
              -93.85895763520139,
              29.800602490417937
            ]
          ]
        ]
      },
      "bbox": [
        -93.85895763520139,
        29.800602490417937,
        -93.84332214544969,
        29.814238262904148
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.033020+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN170970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN170970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN170970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            417000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN170985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.85905153536469,
              29.814138275601223
            ],
            [
              -93.85905153536469,
              29.825220320135877
            ],
            [
              -93.84343572012207,
              29.825220320135877
            ],
            [
              -93.84343572012207,
              29.814138275601223
            ],
            [
              -93.85905153536469,
              29.814138275601223
            ]
          ]
        ]
      },
      "bbox": [
        -93.85905153536469,
        29.814138275601223,
        -93.84343572012207,
        29.825220320135877
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.045516+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN170985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN170985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN170985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1217,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            417000.0,
            0.0,
            -1.0,
            3299717.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN185835",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.84202358311273,
              29.686425216665366
            ],
            [
              -93.84202358311273,
              29.692512377312568
            ],
            [
              -93.82686403512703,
              29.692512377312568
            ],
            [
              -93.82686403512703,
              29.686425216665366
            ],
            [
              -93.84202358311273,
              29.686425216665366
            ]
          ]
        ]
      },
      "bbox": [
        -93.84202358311273,
        29.686425216665366,
        -93.82686403512703,
        29.692512377312568
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.057923+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN185835.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN185835": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN185835.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            664,
            1462
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            418538.0,
            0.0,
            -1.0,
            3285000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN185850",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.84252928753772,
              29.69241469374984
            ],
            [
              -93.84252928753772,
              29.706048495206282
            ],
            [
              -93.82691309318497,
              29.706048495206282
            ],
            [
              -93.82691309318497,
              29.69241469374984
            ],
            [
              -93.84252928753772,
              29.69241469374984
            ]
          ]
        ]
      },
      "bbox": [
        -93.84252928753772,
        29.69241469374984,
        -93.82691309318497,
        29.706048495206282
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.070329+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN185850.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN185850": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN185850.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            418500.0,
            0.0,
            -1.0,
            3286500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN185865",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.84264232131667,
              29.705950758271747
            ],
            [
              -93.84264232131667,
              29.719584585034145
            ],
            [
              -93.82702397167516,
              29.719584585034145
            ],
            [
              -93.82702397167516,
              29.705950758271747
            ],
            [
              -93.84264232131667,
              29.705950758271747
            ]
          ]
        ]
      },
      "bbox": [
        -93.84264232131667,
        29.705950758271747,
        -93.82702397167516,
        29.719584585034145
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.082966+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN185865.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN185865": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN185865.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            418500.0,
            0.0,
            -1.0,
            3288000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN185880",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.84275543223542,
              29.71948679471384
            ],
            [
              -93.84275543223542,
              29.73312064678819
            ],
            [
              -93.82713492584345,
              29.73312064678819
            ],
            [
              -93.82713492584345,
              29.71948679471384
            ],
            [
              -93.84275543223542,
              29.71948679471384
            ]
          ]
        ]
      },
      "bbox": [
        -93.84275543223542,
        29.71948679471384,
        -93.82713492584345,
        29.73312064678819
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.096207+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN185880.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN185880": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN185880.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            418500.0,
            0.0,
            -1.0,
            3289500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN185895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.84286862033741,
              29.73302280306811
            ],
            [
              -93.84286862033741,
              29.746656680460486
            ],
            [
              -93.82724595573254,
              29.746656680460486
            ],
            [
              -93.82724595573254,
              29.73302280306811
            ],
            [
              -93.84286862033741,
              29.73302280306811
            ]
          ]
        ]
      },
      "bbox": [
        -93.84286862033741,
        29.73302280306811,
        -93.82724595573254,
        29.746656680460486
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.108917+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN185895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN185895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN185895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            418500.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN185910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.84298188566623,
              29.746558783326616
            ],
            [
              -93.84298188566623,
              29.76019268604305
            ],
            [
              -93.8273570613851,
              29.76019268604305
            ],
            [
              -93.8273570613851,
              29.746558783326616
            ],
            [
              -93.84298188566623,
              29.746558783326616
            ]
          ]
        ]
      },
      "bbox": [
        -93.84298188566623,
        29.746558783326616,
        -93.8273570613851,
        29.76019268604305
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.121492+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN185910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN185910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN185910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            418500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN185925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.84309522826545,
              29.760094735481392
            ],
            [
              -93.84309522826545,
              29.77372866352797
            ],
            [
              -93.82746824284388,
              29.77372866352797
            ],
            [
              -93.82746824284388,
              29.760094735481392
            ],
            [
              -93.84309522826545,
              29.760094735481392
            ]
          ]
        ]
      },
      "bbox": [
        -93.84309522826545,
        29.760094735481392,
        -93.82746824284388,
        29.77372866352797
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.135503+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN185925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN185925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN185925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            418500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN185940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.84320864817873,
              29.77363065952448
            ],
            [
              -93.84320864817873,
              29.787264612907283
            ],
            [
              -93.82757950015167,
              29.787264612907283
            ],
            [
              -93.82757950015167,
              29.77363065952448
            ],
            [
              -93.84320864817873,
              29.77363065952448
            ]
          ]
        ]
      },
      "bbox": [
        -93.84320864817873,
        29.77363065952448,
        -93.82757950015167,
        29.787264612907283
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.148422+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN185940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN185940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN185940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            418500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN185955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.84332214544969,
              29.78716655544792
            ],
            [
              -93.84332214544969,
              29.800800534173078
            ],
            [
              -93.82769083335131,
              29.800800534173078
            ],
            [
              -93.82769083335131,
              29.78716655544792
            ],
            [
              -93.84332214544969,
              29.78716655544792
            ]
          ]
        ]
      },
      "bbox": [
        -93.84332214544969,
        29.78716655544792,
        -93.82769083335131,
        29.800800534173078
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.161384+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN185955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN185955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN185955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            418500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN185970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.84343572012207,
              29.80070242324379
            ],
            [
              -93.84343572012207,
              29.814336427317425
            ],
            [
              -93.82780224248565,
              29.814336427317425
            ],
            [
              -93.82780224248565,
              29.80070242324379
            ],
            [
              -93.84343572012207,
              29.80070242324379
            ]
          ]
        ]
      },
      "bbox": [
        -93.84343572012207,
        29.80070242324379,
        -93.82780224248565,
        29.814336427317425
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.179214+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN185970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN185970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN185970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            418500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN185985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.84354937223965,
              29.814238262904148
            ],
            [
              -93.84354937223965,
              29.827872292332398
            ],
            [
              -93.8279137275976,
              29.827872292332398
            ],
            [
              -93.8279137275976,
              29.814238262904148
            ],
            [
              -93.84354937223965,
              29.814238262904148
            ]
          ]
        ]
      },
      "bbox": [
        -93.84354937223965,
        29.814238262904148,
        -93.8279137275976,
        29.827872292332398
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.195242+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN185985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN185985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN185985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            418500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN200835",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.82691309318497,
              29.692070196988084
            ],
            [
              -93.82691309318497,
              29.692517084957533
            ],
            [
              -93.82615498289155,
              29.692517084957533
            ],
            [
              -93.82615498289155,
              29.692070196988084
            ],
            [
              -93.82691309318497,
              29.692070196988084
            ]
          ]
        ]
      },
      "bbox": [
        -93.82691309318497,
        29.692070196988084,
        -93.82615498289155,
        29.692517084957533
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.208012+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN200835.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN200835": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN200835.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            49,
            73
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            420000.0,
            0.0,
            -1.0,
            3285000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN200850",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.82702397167516,
              29.692512377312568
            ],
            [
              -93.82702397167516,
              29.706144417156278
            ],
            [
              -93.81140977987938,
              29.706144417156278
            ],
            [
              -93.81140977987938,
              29.692512377312568
            ],
            [
              -93.82702397167516,
              29.692512377312568
            ]
          ]
        ]
      },
      "bbox": [
        -93.82702397167516,
        29.692512377312568,
        -93.81140977987938,
        29.706144417156278
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.220667+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN200850.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN200850": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN200850.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            420000.0,
            0.0,
            -1.0,
            3286500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN200865",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.82713492584345,
              29.706048495206282
            ],
            [
              -93.82713492584345,
              29.719680559378645
            ],
            [
              -93.81151858013449,
              29.719680559378645
            ],
            [
              -93.81151858013449,
              29.706048495206282
            ],
            [
              -93.82713492584345,
              29.706048495206282
            ]
          ]
        ]
      },
      "bbox": [
        -93.82713492584345,
        29.706048495206282,
        -93.81151858013449,
        29.719680559378645
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.233548+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN200865.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN200865": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN200865.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            420000.0,
            0.0,
            -1.0,
            3288000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN200880",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.82724595573254,
              29.719584585034145
            ],
            [
              -93.82724595573254,
              29.73321667354092
            ],
            [
              -93.81162745464947,
              29.73321667354092
            ],
            [
              -93.81162745464947,
              29.719584585034145
            ],
            [
              -93.82724595573254,
              29.719584585034145
            ]
          ]
        ]
      },
      "bbox": [
        -93.82724595573254,
        29.719584585034145,
        -93.81162745464947,
        29.73321667354092
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.246855+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN200880.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN200880": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN200880.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            420000.0,
            0.0,
            -1.0,
            3289500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN200895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.8273570613851,
              29.73312064678819
            ],
            [
              -93.8273570613851,
              29.74675275963519
            ],
            [
              -93.8117364034662,
              29.74675275963519
            ],
            [
              -93.8117364034662,
              29.73312064678819
            ],
            [
              -93.8273570613851,
              29.73312064678819
            ]
          ]
        ]
      },
      "bbox": [
        -93.8273570613851,
        29.73312064678819,
        -93.8117364034662,
        29.74675275963519
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.259532+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN200895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN200895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN200895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            420000.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN200910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.82746824284388,
              29.746656680460486
            ],
            [
              -93.82746824284388,
              29.760288817653493
            ],
            [
              -93.81184542662656,
              29.760288817653493
            ],
            [
              -93.81184542662656,
              29.746656680460486
            ],
            [
              -93.82746824284388,
              29.746656680460486
            ]
          ]
        ]
      },
      "bbox": [
        -93.82746824284388,
        29.746656680460486,
        -93.81184542662656,
        29.760288817653493
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.272648+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN200910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN200910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN200910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            420000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN200925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.82757950015167,
              29.76019268604305
            ],
            [
              -93.82757950015167,
              29.773824847587925
            ],
            [
              -93.81195452417252,
              29.773824847587925
            ],
            [
              -93.81195452417252,
              29.76019268604305
            ],
            [
              -93.82757950015167,
              29.76019268604305
            ]
          ]
        ]
      },
      "bbox": [
        -93.82757950015167,
        29.76019268604305,
        -93.81195452417252,
        29.773824847587925
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.285436+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN200925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN200925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN200925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            420000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN200940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.82769083335131,
              29.77372866352797
            ],
            [
              -93.82769083335131,
              29.787360849430534
            ],
            [
              -93.81206369614605,
              29.787360849430534
            ],
            [
              -93.81206369614605,
              29.77372866352797
            ],
            [
              -93.82769083335131,
              29.77372866352797
            ]
          ]
        ]
      },
      "bbox": [
        -93.82769083335131,
        29.77372866352797,
        -93.81206369614605,
        29.787360849430534
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.297486+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN200940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN200940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN200940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            420000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN200955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.82780224248565,
              29.787264612907283
            ],
            [
              -93.82780224248565,
              29.800896823173407
            ],
            [
              -93.81217294258919,
              29.800896823173407
            ],
            [
              -93.81217294258919,
              29.787264612907283
            ],
            [
              -93.82780224248565,
              29.787264612907283
            ]
          ]
        ]
      },
      "bbox": [
        -93.82780224248565,
        29.787264612907283,
        -93.81217294258919,
        29.800896823173407
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.309795+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN200955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN200955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN200955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            420000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN200970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.8279137275976,
              29.800800534173078
            ],
            [
              -93.8279137275976,
              29.814432768808643
            ],
            [
              -93.81228226354398,
              29.814432768808643
            ],
            [
              -93.81228226354398,
              29.800800534173078
            ],
            [
              -93.8279137275976,
              29.800800534173078
            ]
          ]
        ]
      },
      "bbox": [
        -93.8279137275976,
        29.800800534173078,
        -93.81228226354398,
        29.814432768808643
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.321582+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN200970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN200970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN200970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            420000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN200985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.82802528873013,
              29.814336427317425
            ],
            [
              -93.82802528873013,
              29.827968686328315
            ],
            [
              -93.81239165905255,
              29.827968686328315
            ],
            [
              -93.81239165905255,
              29.814336427317425
            ],
            [
              -93.82802528873013,
              29.814336427317425
            ]
          ]
        ]
      },
      "bbox": [
        -93.82802528873013,
        29.814336427317425,
        -93.81239165905255,
        29.827968686328315
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.333347+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN200985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN200985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN200985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            420000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN215850",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.81151858013449,
              29.701244326755905
            ],
            [
              -93.81151858013449,
              29.706195397637597
            ],
            [
              -93.80311698629494,
              29.706195397637597
            ],
            [
              -93.80311698629494,
              29.701244326755905
            ],
            [
              -93.81151858013449,
              29.701244326755905
            ]
          ]
        ]
      },
      "bbox": [
        -93.81151858013449,
        29.701244326755905,
        -93.80311698629494,
        29.706195397637597
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.345494+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN215850.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN215850": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN215850.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            543,
            809
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            421500.0,
            0.0,
            -1.0,
            3286500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN215865",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.81162745464947,
              29.706144417156278
            ],
            [
              -93.81162745464947,
              29.719774717715687
            ],
            [
              -93.79601311433393,
              29.719774717715687
            ],
            [
              -93.79601311433393,
              29.706144417156278
            ],
            [
              -93.81162745464947,
              29.706144417156278
            ]
          ]
        ]
      },
      "bbox": [
        -93.81162745464947,
        29.706144417156278,
        -93.79601311433393,
        29.719774717715687
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.357594+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN215865.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN215865": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN215865.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            421500.0,
            0.0,
            -1.0,
            3288000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN215880",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.8117364034662,
              29.719680559378645
            ],
            [
              -93.8117364034662,
              29.73331088329464
            ],
            [
              -93.79611990915373,
              29.73331088329464
            ],
            [
              -93.79611990915373,
              29.719680559378645
            ],
            [
              -93.8117364034662,
              29.719680559378645
            ]
          ]
        ]
      },
      "bbox": [
        -93.8117364034662,
        29.719680559378645,
        -93.79611990915373,
        29.73331088329464
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.369425+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN215880.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN215880": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN215880.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            421500.0,
            0.0,
            -1.0,
            3289500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN215895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.81184542662656,
              29.73321667354092
            ],
            [
              -93.81184542662656,
              29.746847020819068
            ],
            [
              -93.79622677685622,
              29.746847020819068
            ],
            [
              -93.79622677685622,
              29.73321667354092
            ],
            [
              -93.81184542662656,
              29.73321667354092
            ]
          ]
        ]
      },
      "bbox": [
        -93.81184542662656,
        29.73321667354092,
        -93.79622677685622,
        29.746847020819068
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.381269+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN215895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN215895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN215895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            421500.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN215910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.81195452417252,
              29.74675275963519
            ],
            [
              -93.81195452417252,
              29.760383130281028
            ],
            [
              -93.79633371748244,
              29.760383130281028
            ],
            [
              -93.79633371748244,
              29.74675275963519
            ],
            [
              -93.81195452417252,
              29.74675275963519
            ]
          ]
        ]
      },
      "bbox": [
        -93.81195452417252,
        29.74675275963519,
        -93.79633371748244,
        29.760383130281028
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.393066+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN215910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN215910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN215910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            421500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN215925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.81206369614605,
              29.760288817653493
            ],
            [
              -93.81206369614605,
              29.773919211672617
            ],
            [
              -93.7964407310736,
              29.773919211672617
            ],
            [
              -93.7964407310736,
              29.760288817653493
            ],
            [
              -93.81206369614605,
              29.760288817653493
            ]
          ]
        ]
      },
      "bbox": [
        -93.81206369614605,
        29.760288817653493,
        -93.7964407310736,
        29.773919211672617
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.404713+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN215925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN215925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN215925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            421500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN215940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.81217294258919,
              29.773824847587925
            ],
            [
              -93.81217294258919,
              29.78745526498591
            ],
            [
              -93.79654781767084,
              29.78745526498591
            ],
            [
              -93.79654781767084,
              29.773824847587925
            ],
            [
              -93.81217294258919,
              29.773824847587925
            ]
          ]
        ]
      },
      "bbox": [
        -93.81217294258919,
        29.773824847587925,
        -93.79654781767084,
        29.78745526498591
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.416199+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN215940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN215940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN215940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            421500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN215955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.81228226354398,
              29.787360849430534
            ],
            [
              -93.81228226354398,
              29.800991290213005
            ],
            [
              -93.7966549773154,
              29.800991290213005
            ],
            [
              -93.7966549773154,
              29.787360849430534
            ],
            [
              -93.81228226354398,
              29.787360849430534
            ]
          ]
        ]
      },
      "bbox": [
        -93.81228226354398,
        29.787360849430534,
        -93.7966549773154,
        29.800991290213005
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.428736+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN215955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN215955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN215955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            421500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN215970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.81239165905255,
              29.800896823173407
            ],
            [
              -93.81239165905255,
              29.814527287346
            ],
            [
              -93.79676221004856,
              29.814527287346
            ],
            [
              -93.79676221004856,
              29.800896823173407
            ],
            [
              -93.81239165905255,
              29.800896823173407
            ]
          ]
        ]
      },
      "bbox": [
        -93.81239165905255,
        29.800896823173407,
        -93.79676221004856,
        29.814527287346
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.441502+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN215970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN215970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN215970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            421500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN215985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.81250112915704,
              29.814432768808643
            ],
            [
              -93.81250112915704,
              29.828063256376996
            ],
            [
              -93.79686951591158,
              29.828063256376996
            ],
            [
              -93.79686951591158,
              29.814432768808643
            ],
            [
              -93.81250112915704,
              29.814432768808643
            ]
          ]
        ]
      },
      "bbox": [
        -93.81250112915704,
        29.814432768808643,
        -93.79686951591158,
        29.828063256376996
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.453294+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN215985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN215985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN215985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            421500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN230865",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.79611990915373,
              29.71041669884786
            ],
            [
              -93.79611990915373,
              29.719867060014227
            ],
            [
              -93.78053989012514,
              29.719867060014227
            ],
            [
              -93.78053989012514,
              29.71041669884786
            ],
            [
              -93.79611990915373,
              29.71041669884786
            ]
          ]
        ]
      },
      "bbox": [
        -93.79611990915373,
        29.71041669884786,
        -93.78053989012514,
        29.719867060014227
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.465143+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN230865.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN230865": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN230865.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1037,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            423000.0,
            0.0,
            -1.0,
            3288000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN230880",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.79622677685622,
              29.719774717715687
            ],
            [
              -93.79622677685622,
              29.733403276018265
            ],
            [
              -93.78061229077535,
              29.733403276018265
            ],
            [
              -93.78061229077535,
              29.719774717715687
            ],
            [
              -93.79622677685622,
              29.719774717715687
            ]
          ]
        ]
      },
      "bbox": [
        -93.79622677685622,
        29.719774717715687,
        -93.78061229077535,
        29.733403276018265
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.477198+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN230880.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN230880": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN230880.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            423000.0,
            0.0,
            -1.0,
            3289500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN230895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.79633371748244,
              29.73331088329464
            ],
            [
              -93.79633371748244,
              29.746939463981004
            ],
            [
              -93.78071707732245,
              29.746939463981004
            ],
            [
              -93.78071707732245,
              29.73331088329464
            ],
            [
              -93.79633371748244,
              29.73331088329464
            ]
          ]
        ]
      },
      "bbox": [
        -93.79633371748244,
        29.73331088329464,
        -93.78071707732245,
        29.746939463981004
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.488893+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN230895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN230895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN230895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            423000.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN230910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7964407310736,
              29.746847020819068
            ],
            [
              -93.7964407310736,
              29.760475623894518
            ],
            [
              -93.78082193537342,
              29.760475623894518
            ],
            [
              -93.78082193537342,
              29.746847020819068
            ],
            [
              -93.7964407310736,
              29.746847020819068
            ]
          ]
        ]
      },
      "bbox": [
        -93.7964407310736,
        29.746847020819068,
        -93.78082193537342,
        29.760475623894518
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.500435+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN230910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN230910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN230910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            423000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN230925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.79654781767084,
              29.760383130281028
            ],
            [
              -93.79654781767084,
              29.774011755750912
            ],
            [
              -93.78092686496859,
              29.774011755750912
            ],
            [
              -93.78092686496859,
              29.760383130281028
            ],
            [
              -93.79654781767084,
              29.760383130281028
            ]
          ]
        ]
      },
      "bbox": [
        -93.79654781767084,
        29.760383130281028,
        -93.78092686496859,
        29.774011755750912
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.512235+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN230925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN230925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN230925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            423000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN230940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7966549773154,
              29.773919211672617
            ],
            [
              -93.7966549773154,
              29.78754785954227
            ],
            [
              -93.78103186614833,
              29.78754785954227
            ],
            [
              -93.78103186614833,
              29.773919211672617
            ],
            [
              -93.7966549773154,
              29.773919211672617
            ]
          ]
        ]
      },
      "bbox": [
        -93.7966549773154,
        29.773919211672617,
        -93.78103186614833,
        29.78754785954227
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.524421+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN230940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN230940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN230940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            423000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN230955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.79676221004856,
              29.78745526498591
            ],
            [
              -93.79676221004856,
              29.80108393526069
            ],
            [
              -93.78113693895305,
              29.80108393526069
            ],
            [
              -93.78113693895305,
              29.78745526498591
            ],
            [
              -93.79676221004856,
              29.78745526498591
            ]
          ]
        ]
      },
      "bbox": [
        -93.79676221004856,
        29.78745526498591,
        -93.78113693895305,
        29.80108393526069
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.536348+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN230955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN230955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN230955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            423000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN230970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.79686951591158,
              29.800991290213005
            ],
            [
              -93.79686951591158,
              29.8146199828983
            ],
            [
              -93.78124208342325,
              29.8146199828983
            ],
            [
              -93.78124208342325,
              29.800991290213005
            ],
            [
              -93.79686951591158,
              29.800991290213005
            ]
          ]
        ]
      },
      "bbox": [
        -93.79686951591158,
        29.800991290213005,
        -93.78124208342325,
        29.8146199828983
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.547916+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN230970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN230970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN230970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            423000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN230985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.79697689494584,
              29.814527287346
            ],
            [
              -93.79697689494584,
              29.82815600244719
            ],
            [
              -93.78134729959939,
              29.82815600244719
            ],
            [
              -93.78134729959939,
              29.814527287346
            ],
            [
              -93.79697689494584,
              29.814527287346
            ]
          ]
        ]
      },
      "bbox": [
        -93.79697689494584,
        29.814527287346,
        -93.78134729959939,
        29.82815600244719
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.559584+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN230985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN230985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN230985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            423000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN245865",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78061229077535,
              29.71815247065322
            ],
            [
              -93.78061229077535,
              29.719894105596804
            ],
            [
              -93.77599849382753,
              29.719894105596804
            ],
            [
              -93.77599849382753,
              29.71815247065322
            ],
            [
              -93.78061229077535,
              29.71815247065322
            ]
          ]
        ]
      },
      "bbox": [
        -93.78061229077535,
        29.71815247065322,
        -93.77599849382753,
        29.719894105596804
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.571422+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN245865.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN245865": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN245865.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            190,
            445
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3288000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN245880",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78071707732245,
              29.719867060014227
            ],
            [
              -93.78071707732245,
              29.73349385168134
            ],
            [
              -93.76510460093341,
              29.73349385168134
            ],
            [
              -93.76510460093341,
              29.719867060014227
            ],
            [
              -93.78071707732245,
              29.719867060014227
            ]
          ]
        ]
      },
      "bbox": [
        -93.78071707732245,
        29.719867060014227,
        -93.76510460093341,
        29.73349385168134
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.582822+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN245880.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN245880": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN245880.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3289500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN245895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78082193537342,
              29.733403276018265
            ],
            [
              -93.78082193537342,
              29.747030089090536
            ],
            [
              -93.76520730628486,
              29.747030089090536
            ],
            [
              -93.76520730628486,
              29.733403276018265
            ],
            [
              -93.78082193537342,
              29.733403276018265
            ]
          ]
        ]
      },
      "bbox": [
        -93.78082193537342,
        29.733403276018265,
        -93.76520730628486,
        29.747030089090536
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.594261+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN245895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN245895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN245895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN245910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78092686496859,
              29.746939463981004
            ],
            [
              -93.78092686496859,
              29.76056629846346
            ],
            [
              -93.76531008172023,
              29.76056629846346
            ],
            [
              -93.76531008172023,
              29.746939463981004
            ],
            [
              -93.78092686496859,
              29.746939463981004
            ]
          ]
        ]
      },
      "bbox": [
        -93.78092686496859,
        29.746939463981004,
        -93.76531008172023,
        29.76056629846346
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.605901+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN245910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN245910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN245910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN245925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78103186614833,
              29.760475623894518
            ],
            [
              -93.78103186614833,
              29.77410247979227
            ],
            [
              -93.765412927279,
              29.77410247979227
            ],
            [
              -93.765412927279,
              29.760475623894518
            ],
            [
              -93.78103186614833,
              29.760475623894518
            ]
          ]
        ]
      },
      "bbox": [
        -93.78103186614833,
        29.760475623894518,
        -93.765412927279,
        29.77410247979227
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.618219+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN245925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN245925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN245925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN245940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78113693895305,
              29.774011755750912
            ],
            [
              -93.78113693895305,
              29.787638633069037
            ],
            [
              -93.76551584300081,
              29.787638633069037
            ],
            [
              -93.76551584300081,
              29.774011755750912
            ],
            [
              -93.78113693895305,
              29.774011755750912
            ]
          ]
        ]
      },
      "bbox": [
        -93.78113693895305,
        29.774011755750912,
        -93.76551584300081,
        29.787638633069037
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.630467+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN245940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN245940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN245940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN245955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78124208342325,
              29.78754785954227
            ],
            [
              -93.78124208342325,
              29.801174758285885
            ],
            [
              -93.76561882892526,
              29.801174758285885
            ],
            [
              -93.76561882892526,
              29.78754785954227
            ],
            [
              -93.78124208342325,
              29.78754785954227
            ]
          ]
        ]
      },
      "bbox": [
        -93.78124208342325,
        29.78754785954227,
        -93.76561882892526,
        29.801174758285885
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.642425+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN245955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN245955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN245955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN245970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78134729959939,
              29.80108393526069
            ],
            [
              -93.78134729959939,
              29.814710855434928
            ],
            [
              -93.76572188509198,
              29.814710855434928
            ],
            [
              -93.76572188509198,
              29.80108393526069
            ],
            [
              -93.78134729959939,
              29.80108393526069
            ]
          ]
        ]
      },
      "bbox": [
        -93.78134729959939,
        29.80108393526069,
        -93.76572188509198,
        29.814710855434928
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.654615+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN245970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN245970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN245970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN245985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78145258752203,
              29.8146199828983
            ],
            [
              -93.78145258752203,
              29.82824692450831
            ],
            [
              -93.7658250115407,
              29.82824692450831
            ],
            [
              -93.7658250115407,
              29.8146199828983
            ],
            [
              -93.78145258752203,
              29.8146199828983
            ]
          ]
        ]
      },
      "bbox": [
        -93.78145258752203,
        29.8146199828983,
        -93.7658250115407,
        29.82824692450831
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.666516+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN245985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN245985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN245985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN260880",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76520730628486,
              29.72417187988761
            ],
            [
              -93.76520730628486,
              29.733582610253986
            ],
            [
              -93.74962816133004,
              29.733582610253986
            ],
            [
              -93.74962816133004,
              29.72417187988761
            ],
            [
              -93.76520730628486,
              29.72417187988761
            ]
          ]
        ]
      },
      "bbox": [
        -93.76520730628486,
        29.72417187988761,
        -93.74962816133004,
        29.733582610253986
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.678294+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN260880.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN260880": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN260880.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1033,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3289500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN260895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76531008172023,
              29.73349385168134
            ],
            [
              -93.76531008172023,
              29.74711889611773
            ],
            [
              -93.7496974651634,
              29.74711889611773
            ],
            [
              -93.7496974651634,
              29.73349385168134
            ],
            [
              -93.76531008172023,
              29.73349385168134
            ]
          ]
        ]
      },
      "bbox": [
        -93.76531008172023,
        29.73349385168134,
        -93.7496974651634,
        29.74711889611773
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.690170+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN260895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN260895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN260895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN260910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.765412927279,
              29.747030089090536
            ],
            [
              -93.765412927279,
              29.76065515395795
            ],
            [
              -93.74979815794359,
              29.76065515395795
            ],
            [
              -93.74979815794359,
              29.747030089090536
            ],
            [
              -93.765412927279,
              29.747030089090536
            ]
          ]
        ]
      },
      "bbox": [
        -93.765412927279,
        29.747030089090536,
        -93.74979815794359,
        29.76065515395795
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.702521+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN260910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN260910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN260910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN260925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76551584300081,
              29.76056629846346
            ],
            [
              -93.76551584300081,
              29.77419138376676
            ],
            [
              -93.74989891942643,
              29.77419138376676
            ],
            [
              -93.74989891942643,
              29.76056629846346
            ],
            [
              -93.76551584300081,
              29.76056629846346
            ]
          ]
        ]
      },
      "bbox": [
        -93.76551584300081,
        29.76056629846346,
        -93.74989891942643,
        29.77419138376676
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.714307+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN260925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN260925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN260925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN260940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76561882892526,
              29.77410247979227
            ],
            [
              -93.76561882892526,
              29.787727585536267
            ],
            [
              -93.74999974965067,
              29.787727585536267
            ],
            [
              -93.74999974965067,
              29.77410247979227
            ],
            [
              -93.76561882892526,
              29.77410247979227
            ]
          ]
        ]
      },
      "bbox": [
        -93.76561882892526,
        29.77410247979227,
        -93.74999974965067,
        29.787727585536267
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.726220+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN260940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN260940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN260940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN260955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76572188509198,
              29.787638633069037
            ],
            [
              -93.76572188509198,
              29.801263759258607
            ],
            [
              -93.75010064865516,
              29.801263759258607
            ],
            [
              -93.75010064865516,
              29.787638633069037
            ],
            [
              -93.76572188509198,
              29.787638633069037
            ]
          ]
        ]
      },
      "bbox": [
        -93.76572188509198,
        29.787638633069037,
        -93.75010064865516,
        29.801263759258607
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.738140+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN260955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN260955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN260955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN260970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7658250115407,
              29.801174758285885
            ],
            [
              -93.7658250115407,
              29.8147999049259
            ],
            [
              -93.75020161647873,
              29.8147999049259
            ],
            [
              -93.75020161647873,
              29.801174758285885
            ],
            [
              -93.7658250115407,
              29.801174758285885
            ]
          ]
        ]
      },
      "bbox": [
        -93.7658250115407,
        29.801174758285885,
        -93.75020161647873,
        29.8147999049259
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.749924+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN260970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN260970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN260970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN260985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76592820831114,
              29.814710855434928
            ],
            [
              -93.76592820831114,
              29.828336022530305
            ],
            [
              -93.75030265316029,
              29.828336022530305
            ],
            [
              -93.75030265316029,
              29.814710855434928
            ],
            [
              -93.76592820831114,
              29.814710855434928
            ]
          ]
        ]
      },
      "bbox": [
        -93.76592820831114,
        29.814710855434928,
        -93.75030265316029,
        29.828336022530305
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.761561+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN260985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN260985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN260985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN275880",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7496974651634,
              29.728944169852802
            ],
            [
              -93.7496974651634,
              29.733669551706953
            ],
            [
              -93.73415378045938,
              29.733669551706953
            ],
            [
              -93.73415378045938,
              29.728944169852802
            ],
            [
              -93.7496974651634,
              29.728944169852802
            ]
          ]
        ]
      },
      "bbox": [
        -93.7496974651634,
        29.728944169852802,
        -93.73415378045938,
        29.733669551706953
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.772938+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN275880.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN275880": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN275880.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            514,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3289500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN275895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.74979815794359,
              29.733582610253986
            ],
            [
              -93.74979815794359,
              29.747205885033345
            ],
            [
              -93.73418755537801,
              29.747205885033345
            ],
            [
              -93.73418755537801,
              29.733582610253986
            ],
            [
              -93.74979815794359,
              29.733582610253986
            ]
          ]
        ]
      },
      "bbox": [
        -93.74979815794359,
        29.733582610253986,
        -93.73418755537801,
        29.747205885033345
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.784277+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN275895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN275895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN275895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN275910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.74989891942643,
              29.74711889611773
            ],
            [
              -93.74989891942643,
              29.760742190348655
            ],
            [
              -93.73428616546433,
              29.760742190348655
            ],
            [
              -93.73428616546433,
              29.74711889611773
            ],
            [
              -93.74989891942643,
              29.74711889611773
            ]
          ]
        ]
      },
      "bbox": [
        -93.74989891942643,
        29.74711889611773,
        -93.73428616546433,
        29.760742190348655
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.795259+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN275910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN275910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN275910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN275925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.74999974965067,
              29.76065515395795
            ],
            [
              -93.74999974965067,
              29.77427846764504
            ],
            [
              -93.73438484283243,
              29.77427846764504
            ],
            [
              -93.73438484283243,
              29.76065515395795
            ],
            [
              -93.74999974965067,
              29.76065515395795
            ]
          ]
        ]
      },
      "bbox": [
        -93.74999974965067,
        29.76065515395795,
        -93.73438484283243,
        29.77427846764504
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.806245+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN275925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN275925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN275925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN275940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75010064865516,
              29.77419138376676
            ],
            [
              -93.75010064865516,
              29.7878147169146
            ],
            [
              -93.73448358752032,
              29.7878147169146
            ],
            [
              -93.73448358752032,
              29.77419138376676
            ],
            [
              -93.75010064865516,
              29.77419138376676
            ]
          ]
        ]
      },
      "bbox": [
        -93.75010064865516,
        29.77419138376676,
        -93.73448358752032,
        29.7878147169146
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.817190+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN275940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN275940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN275940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN275955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75020161647873,
              29.787727585536267
            ],
            [
              -93.75020161647873,
              29.801350938149486
            ],
            [
              -93.734582399566,
              29.801350938149486
            ],
            [
              -93.734582399566,
              29.787727585536267
            ],
            [
              -93.75020161647873,
              29.787727585536267
            ]
          ]
        ]
      },
      "bbox": [
        -93.75020161647873,
        29.787727585536267,
        -93.734582399566,
        29.801350938149486
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.827779+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN275955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN275955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN275955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN275970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75030265316029,
              29.801263759258607
            ],
            [
              -93.75030265316029,
              29.81488713134182
            ],
            [
              -93.73468127900753,
              29.81488713134182
            ],
            [
              -93.73468127900753,
              29.801263759258607
            ],
            [
              -93.75030265316029,
              29.801263759258607
            ]
          ]
        ]
      },
      "bbox": [
        -93.75030265316029,
        29.801263759258607,
        -93.73468127900753,
        29.81488713134182
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.838804+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN275970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN275970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN275970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN275985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75040375873876,
              29.8147999049259
            ],
            [
              -93.75040375873876,
              29.828423296483756
            ],
            [
              -93.73478022588297,
              29.828423296483756
            ],
            [
              -93.73478022588297,
              29.8147999049259
            ],
            [
              -93.75040375873876,
              29.8147999049259
            ]
          ]
        ]
      },
      "bbox": [
        -93.75040375873876,
        29.8147999049259,
        -93.73478022588297,
        29.828423296483756
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.849965+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN275985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN275985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN275985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN290880",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73418755537801,
              29.732920540445203
            ],
            [
              -93.73418755537801,
              29.733687235924656
            ],
            [
              -93.73098707483322,
              29.733687235924656
            ],
            [
              -93.73098707483322,
              29.732920540445203
            ],
            [
              -93.73418755537801,
              29.732920540445203
            ]
          ]
        ]
      },
      "bbox": [
        -93.73418755537801,
        29.732920540445203,
        -93.73098707483322,
        29.733687235924656
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.860800+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN290880.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN290880": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN290880.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            83,
            309
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3289500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN290895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73428616546433,
              29.733669551706953
            ],
            [
              -93.73428616546433,
              29.74729105580865
            ],
            [
              -93.71867757834879,
              29.74729105580865
            ],
            [
              -93.71867757834879,
              29.733669551706953
            ],
            [
              -93.73428616546433,
              29.733669551706953
            ]
          ]
        ]
      },
      "bbox": [
        -93.73428616546433,
        29.733669551706953,
        -93.71867757834879,
        29.74729105580865
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.871430+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN290895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN290895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN290895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN290910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73438484283243,
              29.747205885033345
            ],
            [
              -93.73438484283243,
              29.76082740760688
            ],
            [
              -93.71877410570326,
              29.76082740760688
            ],
            [
              -93.71877410570326,
              29.747205885033345
            ],
            [
              -93.73438484283243,
              29.747205885033345
            ]
          ]
        ]
      },
      "bbox": [
        -93.73438484283243,
        29.747205885033345,
        -93.71877410570326,
        29.76082740760688
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.882043+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN290910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN290910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN290910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN290925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73448358752032,
              29.760742190348655
            ],
            [
              -93.73448358752032,
              29.77436373139838
            ],
            [
              -93.71887069891865,
              29.77436373139838
            ],
            [
              -93.71887069891865,
              29.760742190348655
            ],
            [
              -93.73448358752032,
              29.760742190348655
            ]
          ]
        ]
      },
      "bbox": [
        -93.73448358752032,
        29.760742190348655,
        -93.71887069891865,
        29.77436373139838
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.892885+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN290925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN290925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN290925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN290940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.734582399566,
              29.77427846764504
            ],
            [
              -93.734582399566,
              29.787900027175287
            ],
            [
              -93.71896735803216,
              29.787900027175287
            ],
            [
              -93.71896735803216,
              29.77427846764504
            ],
            [
              -93.734582399566,
              29.77427846764504
            ]
          ]
        ]
      },
      "bbox": [
        -93.734582399566,
        29.77427846764504,
        -93.71896735803216,
        29.787900027175287
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.904048+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN290940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN290940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN290940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN290955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73468127900753,
              29.7878147169146
            ],
            [
              -93.73468127900753,
              29.801436294929733
            ],
            [
              -93.71906408308098,
              29.801436294929733
            ],
            [
              -93.71906408308098,
              29.7878147169146
            ],
            [
              -93.73468127900753,
              29.7878147169146
            ]
          ]
        ]
      },
      "bbox": [
        -93.73468127900753,
        29.7878147169146,
        -93.71906408308098,
        29.801436294929733
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.914993+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN290955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN290955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN290955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN290970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73478022588297,
              29.801350938149486
            ],
            [
              -93.73478022588297,
              29.81497253465387
            ],
            [
              -93.71916087410237,
              29.81497253465387
            ],
            [
              -93.71916087410237,
              29.801350938149486
            ],
            [
              -93.73478022588297,
              29.801350938149486
            ]
          ]
        ]
      },
      "bbox": [
        -93.73478022588297,
        29.801350938149486,
        -93.71916087410237,
        29.81497253465387
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.925860+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN290970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN290970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN290970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN290985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7348792402305,
              29.81488713134182
            ],
            [
              -93.7348792402305,
              29.828508746339864
            ],
            [
              -93.71925773113361,
              29.828508746339864
            ],
            [
              -93.71925773113361,
              29.81488713134182
            ],
            [
              -93.7348792402305,
              29.81488713134182
            ]
          ]
        ]
      },
      "bbox": [
        -93.7348792402305,
        29.81488713134182,
        -93.71925773113361,
        29.828508746339864
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.936940+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN290985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN290985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN290985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN305895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.71877410570326,
              29.7366334151254
            ],
            [
              -93.71877410570326,
              29.747374408415567
            ],
            [
              -93.70318761531786,
              29.747374408415567
            ],
            [
              -93.70318761531786,
              29.7366334151254
            ],
            [
              -93.71877410570326,
              29.7366334151254
            ]
          ]
        ]
      },
      "bbox": [
        -93.71877410570326,
        29.7366334151254,
        -93.70318761531786,
        29.747374408415567
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.947853+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN305895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN305895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN305895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1181,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN305910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.71887069891865,
              29.74729105580865
            ],
            [
              -93.71887069891865,
              29.7609108057045
            ],
            [
              -93.70326198008128,
              29.7609108057045
            ],
            [
              -93.70326198008128,
              29.74729105580865
            ],
            [
              -93.71887069891865,
              29.74729105580865
            ]
          ]
        ]
      },
      "bbox": [
        -93.71887069891865,
        29.74729105580865,
        -93.70326198008128,
        29.7609108057045
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.958601+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN305910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN305910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN305910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN305925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.71896735803216,
              29.76082740760688
            ],
            [
              -93.71896735803216,
              29.774447174998656
            ],
            [
              -93.7033564891068,
              29.774447174998656
            ],
            [
              -93.7033564891068,
              29.76082740760688
            ],
            [
              -93.71896735803216,
              29.76082740760688
            ]
          ]
        ]
      },
      "bbox": [
        -93.71896735803216,
        29.76082740760688,
        -93.7033564891068,
        29.774447174998656
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.969633+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN305925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN305925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN305925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN305940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.71906408308098,
              29.77436373139838
            ],
            [
              -93.71906408308098,
              29.787983516290172
            ],
            [
              -93.7034510626087,
              29.787983516290172
            ],
            [
              -93.7034510626087,
              29.77436373139838
            ],
            [
              -93.71906408308098,
              29.77436373139838
            ]
          ]
        ]
      },
      "bbox": [
        -93.71906408308098,
        29.77436373139838,
        -93.7034510626087,
        29.787983516290172
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.981145+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN305940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN305940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN305940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN305955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.71916087410237,
              29.787900027175287
            ],
            [
              -93.71916087410237,
              29.801519829571188
            ],
            [
              -93.70354570062342,
              29.801519829571188
            ],
            [
              -93.70354570062342,
              29.787900027175287
            ],
            [
              -93.71916087410237,
              29.787900027175287
            ]
          ]
        ]
      },
      "bbox": [
        -93.71916087410237,
        29.787900027175287,
        -93.70354570062342,
        29.801519829571188
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:38.992794+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN305955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN305955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN305955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN305970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.71925773113361,
              29.801436294929733
            ],
            [
              -93.71925773113361,
              29.815056114833872
            ],
            [
              -93.70364040318738,
              29.815056114833872
            ],
            [
              -93.70364040318738,
              29.801436294929733
            ],
            [
              -93.71925773113361,
              29.801436294929733
            ]
          ]
        ]
      },
      "bbox": [
        -93.71925773113361,
        29.801436294929733,
        -93.70364040318738,
        29.815056114833872
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.004106+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN305970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN305970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN305970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN305985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.71935465421203,
              29.81497253465387
            ],
            [
              -93.71935465421203,
              29.82859237207041
            ],
            [
              -93.70373517033707,
              29.82859237207041
            ],
            [
              -93.70373517033707,
              29.81497253465387
            ],
            [
              -93.71935465421203,
              29.81497253465387
            ]
          ]
        ]
      },
      "bbox": [
        -93.71935465421203,
        29.81497253465387,
        -93.70373517033707,
        29.82859237207041
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.015068+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN305985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN305985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN305985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN320895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70326198008128,
              29.73916231375353
            ],
            [
              -93.70326198008128,
              29.74745594282661
            ],
            [
              -93.68769374968934,
              29.74745594282661
            ],
            [
              -93.68769374968934,
              29.73916231375353
            ],
            [
              -93.70326198008128,
              29.73916231375353
            ]
          ]
        ]
      },
      "bbox": [
        -93.70326198008128,
        29.73916231375353,
        -93.68769374968934,
        29.74745594282661
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.025972+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN320895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN320895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN320895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            910,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN320910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7033564891068,
              29.747374408415567
            ],
            [
              -93.7033564891068,
              29.760992384614017
            ],
            [
              -93.68774979001927,
              29.760992384614017
            ],
            [
              -93.68774979001927,
              29.747374408415567
            ],
            [
              -93.7033564891068,
              29.747374408415567
            ]
          ]
        ]
      },
      "bbox": [
        -93.7033564891068,
        29.747374408415567,
        -93.68774979001927,
        29.760992384614017
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.037452+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN320910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN320910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN320910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN320925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7034510626087,
              29.7609108057045
            ],
            [
              -93.7034510626087,
              29.77452879841832
            ],
            [
              -93.68784221481853,
              29.77452879841832
            ],
            [
              -93.68784221481853,
              29.7609108057045
            ],
            [
              -93.7034510626087,
              29.7609108057045
            ]
          ]
        ]
      },
      "bbox": [
        -93.7034510626087,
        29.7609108057045,
        -93.68784221481853,
        29.77452879841832
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.048919+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN320925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN320925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN320925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN320940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70354570062342,
              29.774447174998656
            ],
            [
              -93.70354570062342,
              29.78806518423169
            ],
            [
              -93.68793470267245,
              29.78806518423169
            ],
            [
              -93.68793470267245,
              29.774447174998656
            ],
            [
              -93.70354570062342,
              29.774447174998656
            ]
          ]
        ]
      },
      "bbox": [
        -93.70354570062342,
        29.774447174998656,
        -93.68793470267245,
        29.78806518423169
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.060105+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN320940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN320940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN320940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN320955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70364040318738,
              29.787983516290172
            ],
            [
              -93.70364040318738,
              29.801601542046267
            ],
            [
              -93.68802725361661,
              29.801601542046267
            ],
            [
              -93.68802725361661,
              29.787983516290172
            ],
            [
              -93.70364040318738,
              29.787983516290172
            ]
          ]
        ]
      },
      "bbox": [
        -93.70364040318738,
        29.787983516290172,
        -93.68802725361661,
        29.801601542046267
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.071301+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN320955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN320955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN320955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN320970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70373517033707,
              29.801519829571188
            ],
            [
              -93.70373517033707,
              29.815137871854233
            ],
            [
              -93.68811986768667,
              29.815137871854233
            ],
            [
              -93.68811986768667,
              29.801519829571188
            ],
            [
              -93.70373517033707,
              29.801519829571188
            ]
          ]
        ]
      },
      "bbox": [
        -93.70373517033707,
        29.801519829571188,
        -93.68811986768667,
        29.815137871854233
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.082747+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN320970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN320970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN320970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN320985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70383000210902,
              29.815056114833872
            ],
            [
              -93.70383000210902,
              29.828674173647766
            ],
            [
              -93.6882125449183,
              29.828674173647766
            ],
            [
              -93.6882125449183,
              29.815056114833872
            ],
            [
              -93.70383000210902,
              29.815056114833872
            ]
          ]
        ]
      },
      "bbox": [
        -93.70383000210902,
        29.815056114833872,
        -93.6882125449183,
        29.828674173647766
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.095191+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN320985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN320985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN320985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN335895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68774979001927,
              29.74172550737465
            ],
            [
              -93.68774979001927,
              29.74753565901486
            ],
            [
              -93.67219931133715,
              29.74753565901486
            ],
            [
              -93.67219931133715,
              29.74172550737465
            ],
            [
              -93.68774979001927,
              29.74172550737465
            ]
          ]
        ]
      },
      "bbox": [
        -93.68774979001927,
        29.74172550737465,
        -93.67219931133715,
        29.74753565901486
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.106733+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN335895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN335895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN335895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            635,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN335910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68784221481853,
              29.74745594282661
            ],
            [
              -93.68784221481853,
              29.761072144308486
            ],
            [
              -93.6722375369382,
              29.761072144308486
            ],
            [
              -93.6722375369382,
              29.74745594282661
            ],
            [
              -93.68784221481853,
              29.74745594282661
            ]
          ]
        ]
      },
      "bbox": [
        -93.68784221481853,
        29.74745594282661,
        -93.6722375369382,
        29.761072144308486
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.118017+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN335910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN335910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN335910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN335925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68793470267245,
              29.760992384614017
            ],
            [
              -93.68793470267245,
              29.774608601630444
            ],
            [
              -93.67232787747564,
              29.774608601630444
            ],
            [
              -93.67232787747564,
              29.760992384614017
            ],
            [
              -93.68793470267245,
              29.760992384614017
            ]
          ]
        ]
      },
      "bbox": [
        -93.68793470267245,
        29.760992384614017,
        -93.67232787747564,
        29.774608601630444
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.129064+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN335925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN335925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN335925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN335940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68802725361661,
              29.77452879841832
            ],
            [
              -93.68802725361661,
              29.788145030972903
            ],
            [
              -93.67241827964594,
              29.788145030972903
            ],
            [
              -93.67241827964594,
              29.77452879841832
            ],
            [
              -93.68802725361661,
              29.77452879841832
            ]
          ]
        ]
      },
      "bbox": [
        -93.68802725361661,
        29.77452879841832,
        -93.67241827964594,
        29.788145030972903
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.140401+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN335940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN335940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN335940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN335955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68811986768667,
              29.78806518423169
            ],
            [
              -93.68811986768667,
              29.801681432328003
            ],
            [
              -93.67250874348392,
              29.801681432328003
            ],
            [
              -93.67250874348392,
              29.78806518423169
            ],
            [
              -93.68811986768667,
              29.78806518423169
            ]
          ]
        ]
      },
      "bbox": [
        -93.68811986768667,
        29.78806518423169,
        -93.67250874348392,
        29.801681432328003
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.152021+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN335955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN335955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN335955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN335970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6882125449183,
              29.801601542046267
            ],
            [
              -93.6882125449183,
              29.81521780568796
            ],
            [
              -93.67259926902439,
              29.81521780568796
            ],
            [
              -93.67259926902439,
              29.801601542046267
            ],
            [
              -93.6882125449183,
              29.801601542046267
            ]
          ]
        ]
      },
      "bbox": [
        -93.6882125449183,
        29.801601542046267,
        -93.67259926902439,
        29.81521780568796
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.163549+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN335970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN335970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN335970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN335985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68830528534721,
              29.815137871854233
            ],
            [
              -93.68830528534721,
              29.828754151044937
            ],
            [
              -93.67268985630224,
              29.828754151044937
            ],
            [
              -93.67268985630224,
              29.815137871854233
            ],
            [
              -93.68830528534721,
              29.815137871854233
            ]
          ]
        ]
      },
      "bbox": [
        -93.68830528534721,
        29.815137871854233,
        -93.67268985630224,
        29.828754151044937
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.174958+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN335985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN335985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN335985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN350895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6722375369382,
              29.743835681501267
            ],
            [
              -93.6722375369382,
              29.74761355695404
            ],
            [
              -93.65670110936011,
              29.74761355695404
            ],
            [
              -93.65670110936011,
              29.743835681501267
            ],
            [
              -93.6722375369382,
              29.743835681501267
            ]
          ]
        ]
      },
      "bbox": [
        -93.6722375369382,
        29.743835681501267,
        -93.65670110936011,
        29.74761355695404
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.186274+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN350895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN350895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN350895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            410,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN350910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67232787747564,
              29.74753565901486
            ],
            [
              -93.67232787747564,
              29.761150084761628
            ],
            [
              -93.65672522225904,
              29.761150084761628
            ],
            [
              -93.65672522225904,
              29.74753565901486
            ],
            [
              -93.67232787747564,
              29.74753565901486
            ]
          ]
        ]
      },
      "bbox": [
        -93.67232787747564,
        29.74753565901486,
        -93.65672522225904,
        29.761150084761628
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.197402+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN350910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN350910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN350910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN350925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67241827964594,
              29.761072144308486
            ],
            [
              -93.67241827964594,
              29.774686584608702
            ],
            [
              -93.65681347849988,
              29.774686584608702
            ],
            [
              -93.65681347849988,
              29.761072144308486
            ],
            [
              -93.67241827964594,
              29.761072144308486
            ]
          ]
        ]
      },
      "bbox": [
        -93.67241827964594,
        29.761072144308486,
        -93.65681347849988,
        29.774686584608702
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.208403+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN350925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN350925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN350925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN350940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67250874348392,
              29.774608601630444
            ],
            [
              -93.67250874348392,
              29.78822305648744
            ],
            [
              -93.65690179495176,
              29.78822305648744
            ],
            [
              -93.65690179495176,
              29.774608601630444
            ],
            [
              -93.67250874348392,
              29.774608601630444
            ]
          ]
        ]
      },
      "bbox": [
        -93.67250874348392,
        29.774608601630444,
        -93.65690179495176,
        29.78822305648744
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.219260+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN350940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN350940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN350940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN350955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67259926902439,
              29.788145030972903
            ],
            [
              -93.67259926902439,
              29.801759500390027
            ],
            [
              -93.65699017164872,
              29.801759500390027
            ],
            [
              -93.65699017164872,
              29.788145030972903
            ],
            [
              -93.67259926902439,
              29.788145030972903
            ]
          ]
        ]
      },
      "bbox": [
        -93.67259926902439,
        29.788145030972903,
        -93.65699017164872,
        29.801759500390027
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.230201+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN350955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN350955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN350955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN350970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67268985630224,
              29.801681432328003
            ],
            [
              -93.67268985630224,
              29.815295916308642
            ],
            [
              -93.65707860862473,
              29.815295916308642
            ],
            [
              -93.65707860862473,
              29.801681432328003
            ],
            [
              -93.67268985630224,
              29.801681432328003
            ]
          ]
        ]
      },
      "bbox": [
        -93.67268985630224,
        29.801681432328003,
        -93.65707860862473,
        29.815295916308642
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.241023+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN350970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN350970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN350970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN350985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67278050535239,
              29.81521780568796
            ],
            [
              -93.67278050535239,
              29.8288323042355
            ],
            [
              -93.65716710591391,
              29.8288323042355
            ],
            [
              -93.65716710591391,
              29.81521780568796
            ],
            [
              -93.67278050535239,
              29.81521780568796
            ]
          ]
        ]
      },
      "bbox": [
        -93.67278050535239,
        29.81521780568796,
        -93.65716710591391,
        29.8288323042355
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.252048+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN350985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN350985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN350985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN365895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65672522225904,
              29.745790635740168
            ],
            [
              -93.65672522225904,
              29.747689486273774
            ],
            [
              -93.64123227165628,
              29.747689486273774
            ],
            [
              -93.64123227165628,
              29.745790635740168
            ],
            [
              -93.65672522225904,
              29.745790635740168
            ]
          ]
        ]
      },
      "bbox": [
        -93.65672522225904,
        29.745790635740168,
        -93.64123227165628,
        29.747689486273774
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.263872+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN365895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN365895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN365895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            202,
            1497
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN365910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65681347849988,
              29.74761355695404
            ],
            [
              -93.65681347849988,
              29.761226205947704
            ],
            [
              -93.64121284740278,
              29.761226205947704
            ],
            [
              -93.64121284740278,
              29.74761355695404
            ],
            [
              -93.65681347849988,
              29.74761355695404
            ]
          ]
        ]
      },
      "bbox": [
        -93.65681347849988,
        29.74761355695404,
        -93.64121284740278,
        29.761226205947704
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.274895+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN365910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN365910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN365910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN365925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65690179495176,
              29.761150084761628
            ],
            [
              -93.65690179495176,
              29.774762747327358
            ],
            [
              -93.64129901931308,
              29.774762747327358
            ],
            [
              -93.64129901931308,
              29.761150084761628
            ],
            [
              -93.65690179495176,
              29.761150084761628
            ]
          ]
        ]
      },
      "bbox": [
        -93.65690179495176,
        29.761150084761628,
        -93.64129901931308,
        29.774762747327358
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.285538+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN365925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN365925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN365925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN365940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65699017164872,
              29.774686584608702
            ],
            [
              -93.65699017164872,
              29.78829926074958
            ],
            [
              -93.64138525001256,
              29.78829926074958
            ],
            [
              -93.64138525001256,
              29.774686584608702
            ],
            [
              -93.65699017164872,
              29.774686584608702
            ]
          ]
        ]
      },
      "bbox": [
        -93.65699017164872,
        29.774686584608702,
        -93.64138525001256,
        29.78829926074958
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.295342+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN365940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN365940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN365940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN365955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65707860862473,
              29.78822305648744
            ],
            [
              -93.65707860862473,
              29.80183574620657
            ],
            [
              -93.64147153953444,
              29.80183574620657
            ],
            [
              -93.64147153953444,
              29.78822305648744
            ],
            [
              -93.65707860862473,
              29.78822305648744
            ]
          ]
        ]
      },
      "bbox": [
        -93.65707860862473,
        29.78822305648744,
        -93.64147153953444,
        29.80183574620657
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.304940+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN365955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN365955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN365955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN365970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65716710591391,
              29.801759500390027
            ],
            [
              -93.65716710591391,
              29.815372203690533
            ],
            [
              -93.64155788791194,
              29.815372203690533
            ],
            [
              -93.64155788791194,
              29.801759500390027
            ],
            [
              -93.65716710591391,
              29.801759500390027
            ]
          ]
        ]
      },
      "bbox": [
        -93.65716710591391,
        29.801759500390027,
        -93.64155788791194,
        29.815372203690533
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.314774+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN365970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN365970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN365970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN365985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65725566355034,
              29.815295916308642
            ],
            [
              -93.65725566355034,
              29.82890863319366
            ],
            [
              -93.64164429517834,
              29.82890863319366
            ],
            [
              -93.64164429517834,
              29.815295916308642
            ],
            [
              -93.65725566355034,
              29.815295916308642
            ]
          ]
        ]
      },
      "bbox": [
        -93.65725566355034,
        29.815295916308642,
        -93.64164429517834,
        29.82890863319366
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.324804+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN365985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN365985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN365985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN380910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64129901931308,
              29.747689636618453
            ],
            [
              -93.64129901931308,
              29.761300507841607
            ],
            [
              -93.62570041379053,
              29.761300507841607
            ],
            [
              -93.62570041379053,
              29.747689636618453
            ],
            [
              -93.64129901931308,
              29.747689636618453
            ]
          ]
        ]
      },
      "bbox": [
        -93.64129901931308,
        29.747689636618453,
        -93.62570041379053,
        29.761300507841607
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.334523+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN380910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN380910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN380910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN380925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64138525001256,
              29.761226205947704
            ],
            [
              -93.64138525001256,
              29.774837089761267
            ],
            [
              -93.6257845013371,
              29.774837089761267
            ],
            [
              -93.6257845013371,
              29.761226205947704
            ],
            [
              -93.64138525001256,
              29.761226205947704
            ]
          ]
        ]
      },
      "bbox": [
        -93.64138525001256,
        29.761226205947704,
        -93.6257845013371,
        29.774837089761267
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.344273+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN380925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN380925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN380925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN380940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64147153953444,
              29.774762747327358
            ],
            [
              -93.64147153953444,
              29.788373643734143
            ],
            [
              -93.62586864625095,
              29.788373643734143
            ],
            [
              -93.62586864625095,
              29.774762747327358
            ],
            [
              -93.64147153953444,
              29.774762747327358
            ]
          ]
        ]
      },
      "bbox": [
        -93.64147153953444,
        29.774762747327358,
        -93.62586864625095,
        29.788373643734143
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.354173+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN380940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN380940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN380940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN380955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64155788791194,
              29.78829926074958
            ],
            [
              -93.64155788791194,
              29.801910169752457
            ],
            [
              -93.62595284856454,
              29.801910169752457
            ],
            [
              -93.62595284856454,
              29.78829926074958
            ],
            [
              -93.64155788791194,
              29.78829926074958
            ]
          ]
        ]
      },
      "bbox": [
        -93.64155788791194,
        29.78829926074958,
        -93.62595284856454,
        29.801910169752457
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.363907+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN380955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN380955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN380955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN380970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64164429517834,
              29.80183574620657
            ],
            [
              -93.64164429517834,
              29.815446667808406
            ],
            [
              -93.62603710831026,
              29.815446667808406
            ],
            [
              -93.62603710831026,
              29.80183574620657
            ],
            [
              -93.64164429517834,
              29.80183574620657
            ]
          ]
        ]
      },
      "bbox": [
        -93.64164429517834,
        29.80183574620657,
        -93.62603710831026,
        29.815446667808406
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.373537+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN380970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN380970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN380970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN380985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64173076136692,
              29.815372203690533
            ],
            [
              -93.64173076136692,
              29.82898313789421
            ],
            [
              -93.62612142552057,
              29.82898313789421
            ],
            [
              -93.62612142552057,
              29.815372203690533
            ],
            [
              -93.64173076136692,
              29.815372203690533
            ]
          ]
        ]
      },
      "bbox": [
        -93.64173076136692,
        29.815372203690533,
        -93.62612142552057,
        29.82898313789421
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.383126+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN380985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN380985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN380985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN395910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6257845013371,
              29.749541707671188
            ],
            [
              -93.6257845013371,
              29.761372990418835
            ],
            [
              -93.61019868940028,
              29.761372990418835
            ],
            [
              -93.61019868940028,
              29.749541707671188
            ],
            [
              -93.6257845013371,
              29.749541707671188
            ]
          ]
        ]
      },
      "bbox": [
        -93.6257845013371,
        29.749541707671188,
        -93.61019868940028,
        29.761372990418835
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.392696+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN395910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN395910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN395910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1303,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN395925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62586864625095,
              29.761300507841607
            ],
            [
              -93.62586864625095,
              29.774909611885906
            ],
            [
              -93.61026992599379,
              29.774909611885906
            ],
            [
              -93.61026992599379,
              29.761300507841607
            ],
            [
              -93.62586864625095,
              29.761300507841607
            ]
          ]
        ]
      },
      "bbox": [
        -93.62586864625095,
        29.761300507841607,
        -93.61026992599379,
        29.774909611885906
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.402356+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN395925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN395925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN395925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN395940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62595284856454,
              29.774837089761267
            ],
            [
              -93.62595284856454,
              29.788446205416598
            ],
            [
              -93.61035198508966,
              29.788446205416598
            ],
            [
              -93.61035198508966,
              29.774837089761267
            ],
            [
              -93.62595284856454,
              29.774837089761267
            ]
          ]
        ]
      },
      "bbox": [
        -93.62595284856454,
        29.774837089761267,
        -93.61035198508966,
        29.788446205416598
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.412155+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN395940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN395940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN395940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN395955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62603710831026,
              29.788373643734143
            ],
            [
              -93.62603710831026,
              29.801982771003125
            ],
            [
              -93.61043410016251,
              29.801982771003125
            ],
            [
              -93.61043410016251,
              29.788373643734143
            ],
            [
              -93.62603710831026,
              29.788373643734143
            ]
          ]
        ]
      },
      "bbox": [
        -93.62603710831026,
        29.788373643734143,
        -93.61043410016251,
        29.801982771003125
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.422199+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN395955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN395955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN395955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN395970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62612142552057,
              29.801910169752457
            ],
            [
              -93.62612142552057,
              29.8155193086377
            ],
            [
              -93.61051627124398,
              29.8155193086377
            ],
            [
              -93.61051627124398,
              29.801910169752457
            ],
            [
              -93.62612142552057,
              29.801910169752457
            ]
          ]
        ]
      },
      "bbox": [
        -93.62612142552057,
        29.801910169752457,
        -93.61051627124398,
        29.8155193086377
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.432281+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN395970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN395970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN395970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN395985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62620580022798,
              29.815446667808406
            ],
            [
              -93.62620580022798,
              29.82905581831254
            ],
            [
              -93.61059849836572,
              29.82905581831254
            ],
            [
              -93.61059849836572,
              29.815446667808406
            ],
            [
              -93.62620580022798,
              29.815446667808406
            ]
          ]
        ]
      },
      "bbox": [
        -93.62620580022798,
        29.815446667808406,
        -93.61059849836572,
        29.82905581831254
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.441990+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN395985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN395985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN395985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN410910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.61026992599379,
              29.75138294586449
            ],
            [
              -93.61026992599379,
              29.761443653655462
            ],
            [
              -93.59469630941817,
              29.761443653655462
            ],
            [
              -93.59469630941817,
              29.75138294586449
            ],
            [
              -93.61026992599379,
              29.75138294586449
            ]
          ]
        ]
      },
      "bbox": [
        -93.61026992599379,
        29.75138294586449,
        -93.59469630941817,
        29.761443653655462
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.452002+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN410910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN410910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN410910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1107,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            441000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN410925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.61035198508966,
              29.761372990418835
            ],
            [
              -93.61035198508966,
              29.774980313677354
            ],
            [
              -93.5947552947051,
              29.774980313677354
            ],
            [
              -93.5947552947051,
              29.761372990418835
            ],
            [
              -93.61035198508966,
              29.761372990418835
            ]
          ]
        ]
      },
      "bbox": [
        -93.61035198508966,
        29.761372990418835,
        -93.5947552947051,
        29.774980313677354
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.461430+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN410925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN410925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN410925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            441000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN410940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.61043410016251,
              29.774909611885906
            ],
            [
              -93.61043410016251,
              29.788516945772997
            ],
            [
              -93.59483526795137,
              29.788516945772997
            ],
            [
              -93.59483526795137,
              29.774909611885906
            ],
            [
              -93.61043410016251,
              29.774909611885906
            ]
          ]
        ]
      },
      "bbox": [
        -93.61043410016251,
        29.774909611885906,
        -93.59483526795137,
        29.788516945772997
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.470978+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN410940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN410940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN410940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            441000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN410955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.61051627124398,
              29.788446205416598
            ],
            [
              -93.61051627124398,
              29.802053549934612
            ],
            [
              -93.59491529575186,
              29.802053549934612
            ],
            [
              -93.59491529575186,
              29.788446205416598
            ],
            [
              -93.61051627124398,
              29.788446205416598
            ]
          ]
        ]
      },
      "bbox": [
        -93.61051627124398,
        29.788446205416598,
        -93.59491529575186,
        29.802053549934612
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.480777+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN410955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN410955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN410955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            441000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN410970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.61059849836572,
              29.801982771003125
            ],
            [
              -93.61059849836572,
              29.815590126154426
            ],
            [
              -93.59499537813744,
              29.815590126154426
            ],
            [
              -93.59499537813744,
              29.801982771003125
            ],
            [
              -93.61059849836572,
              29.801982771003125
            ]
          ]
        ]
      },
      "bbox": [
        -93.61059849836572,
        29.801982771003125,
        -93.59499537813744,
        29.815590126154426
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.490614+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN410970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN410970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN410970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            441000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN410985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.61068078155941,
              29.8155193086377
            ],
            [
              -93.61068078155941,
              29.829126674424668
            ],
            [
              -93.59507551513892,
              29.829126674424668
            ],
            [
              -93.59507551513892,
              29.8155193086377
            ],
            [
              -93.61068078155941,
              29.8155193086377
            ]
          ]
        ]
      },
      "bbox": [
        -93.61068078155941,
        29.8155193086377,
        -93.59507551513892,
        29.829126674424668
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.500744+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN410985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN410985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN410985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            441000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN425910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.5947552947051,
              29.753231399635478
            ],
            [
              -93.5947552947051,
              29.761512497528187
            ],
            [
              -93.57919338310555,
              29.761512497528187
            ],
            [
              -93.57919338310555,
              29.753231399635478
            ],
            [
              -93.5947552947051,
              29.753231399635478
            ]
          ]
        ]
      },
      "bbox": [
        -93.5947552947051,
        29.753231399635478,
        -93.57919338310555,
        29.761512497528187
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.510594+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN425910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN425910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN425910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            910,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            442500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN425925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.59483526795137,
              29.761443653655462
            ],
            [
              -93.59483526795137,
              29.775049195112274
            ],
            [
              -93.57924060889296,
              29.775049195112274
            ],
            [
              -93.57924060889296,
              29.761443653655462
            ],
            [
              -93.59483526795137,
              29.761443653655462
            ]
          ]
        ]
      },
      "bbox": [
        -93.59483526795137,
        29.761443653655462,
        -93.57924060889296,
        29.775049195112274
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.520271+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN425925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN425925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN425925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            442500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN425940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.59491529575186,
              29.774980313677354
            ],
            [
              -93.59491529575186,
              29.788585864779982
            ],
            [
              -93.57931849625884,
              29.788585864779982
            ],
            [
              -93.57931849625884,
              29.774980313677354
            ],
            [
              -93.59491529575186,
              29.774980313677354
            ]
          ]
        ]
      },
      "bbox": [
        -93.59491529575186,
        29.774980313677354,
        -93.57931849625884,
        29.788585864779982
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.529971+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN425940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN425940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN425940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            442500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN425955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.59499537813744,
              29.788516945772997
            ],
            [
              -93.59499537813744,
              29.802122506523553
            ],
            [
              -93.57939643675617,
              29.802122506523553
            ],
            [
              -93.57939643675617,
              29.788516945772997
            ],
            [
              -93.59499537813744,
              29.788516945772997
            ]
          ]
        ]
      },
      "bbox": [
        -93.59499537813744,
        29.788516945772997,
        -93.57939643675617,
        29.802122506523553
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.539965+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN425955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN425955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN425955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            442500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN425970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.59507551513892,
              29.802053549934612
            ],
            [
              -93.59507551513892,
              29.815659120335198
            ],
            [
              -93.57947443041499,
              29.815659120335198
            ],
            [
              -93.57947443041499,
              29.802053549934612
            ],
            [
              -93.59507551513892,
              29.802053549934612
            ]
          ]
        ]
      },
      "bbox": [
        -93.59507551513892,
        29.802053549934612,
        -93.57947443041499,
        29.815659120335198
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.549633+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN425970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN425970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN425970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            442500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN425985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.5951557067872,
              29.815590126154426
            ],
            [
              -93.5951557067872,
              29.829195706207173
            ],
            [
              -93.57955247726532,
              29.829195706207173
            ],
            [
              -93.57955247726532,
              29.815590126154426
            ],
            [
              -93.5951557067872,
              29.815590126154426
            ]
          ]
        ]
      },
      "bbox": [
        -93.5951557067872,
        29.815590126154426,
        -93.57955247726532,
        29.829195706207173
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.559366+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN425985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN425985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN425985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            442500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN440910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.57924060889296,
              29.755078044156942
            ],
            [
              -93.57924060889296,
              29.761579522014276
            ],
            [
              -93.56368985714339,
              29.761579522014276
            ],
            [
              -93.56368985714339,
              29.755078044156942
            ],
            [
              -93.57924060889296,
              29.755078044156942
            ]
          ]
        ]
      },
      "bbox": [
        -93.57924060889296,
        29.755078044156942,
        -93.56368985714339,
        29.761579522014276
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.568879+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN440910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN440910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN440910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            713,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            444000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN440925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.57931849625884,
              29.761512497528187
            ],
            [
              -93.57931849625884,
              29.775116256167937
            ],
            [
              -93.56372586997935,
              29.775116256167937
            ],
            [
              -93.56372586997935,
              29.761512497528187
            ],
            [
              -93.57931849625884,
              29.761512497528187
            ]
          ]
        ]
      },
      "bbox": [
        -93.57931849625884,
        29.761512497528187,
        -93.56372586997935,
        29.775116256167937
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.578515+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN440925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN440925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN440925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            444000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN440940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.57939643675617,
              29.775049195112274
            ],
            [
              -93.57939643675617,
              29.788652962414815
            ],
            [
              -93.56380167143485,
              29.788652962414815
            ],
            [
              -93.56380167143485,
              29.775049195112274
            ],
            [
              -93.57939643675617,
              29.775049195112274
            ]
          ]
        ]
      },
      "bbox": [
        -93.57939643675617,
        29.775049195112274,
        -93.56380167143485,
        29.788652962414815
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.588352+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN440940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN440940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN440940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            444000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN440955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.57947443041499,
              29.788585864779982
            ],
            [
              -93.57947443041499,
              29.80218964074718
            ],
            [
              -93.563877524599,
              29.80218964074718
            ],
            [
              -93.563877524599,
              29.788585864779982
            ],
            [
              -93.57947443041499,
              29.788585864779982
            ]
          ]
        ]
      },
      "bbox": [
        -93.57947443041499,
        29.788585864779982,
        -93.563877524599,
        29.80218964074718
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.600779+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN440955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN440955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN440955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            444000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN440970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.57955247726532,
              29.802122506523553
            ],
            [
              -93.57955247726532,
              29.815726291157237
            ],
            [
              -93.56395342950101,
              29.815726291157237
            ],
            [
              -93.56395342950101,
              29.802122506523553
            ],
            [
              -93.57955247726532,
              29.802122506523553
            ]
          ]
        ]
      },
      "bbox": [
        -93.57955247726532,
        29.802122506523553,
        -93.56395342950101,
        29.815726291157237
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.610753+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN440970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN440970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN440970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            444000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN440985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.57963057733727,
              29.815659120335198
            ],
            [
              -93.57963057733727,
              29.82926291363727
            ],
            [
              -93.56402938617013,
              29.82926291363727
            ],
            [
              -93.56402938617013,
              29.815659120335198
            ],
            [
              -93.57963057733727,
              29.815659120335198
            ]
          ]
        ]
      },
      "bbox": [
        -93.57963057733727,
        29.815659120335198,
        -93.56402938617013,
        29.82926291363727
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.620448+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN440985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN440985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN440985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            444000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN455910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.56372586997935,
              29.756913854510536
            ],
            [
              -93.56372586997935,
              29.761644727091625
            ],
            [
              -93.54818568375275,
              29.761644727091625
            ],
            [
              -93.54818568375275,
              29.756913854510536
            ],
            [
              -93.56372586997935,
              29.756913854510536
            ]
          ]
        ]
      },
      "bbox": [
        -93.56372586997935,
        29.756913854510536,
        -93.54818568375275,
        29.761644727091625
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.630110+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN455910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN455910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN455910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            517,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            445500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN455925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.56380167143485,
              29.761579522014276
            ],
            [
              -93.56380167143485,
              29.775181496822203
            ],
            [
              -93.54821107938628,
              29.775181496822203
            ],
            [
              -93.54821107938628,
              29.761579522014276
            ],
            [
              -93.56380167143485,
              29.761579522014276
            ]
          ]
        ]
      },
      "bbox": [
        -93.56380167143485,
        29.761579522014276,
        -93.54821107938628,
        29.775181496822203
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.640129+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN455925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN455925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN455925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            445500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN455940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.563877524599,
              29.775116256167937
            ],
            [
              -93.563877524599,
              29.788718238655356
            ],
            [
              -93.5482847949022,
              29.788718238655356
            ],
            [
              -93.5482847949022,
              29.775116256167937
            ],
            [
              -93.563877524599,
              29.775116256167937
            ]
          ]
        ]
      },
      "bbox": [
        -93.563877524599,
        29.775116256167937,
        -93.5482847949022,
        29.788718238655356
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.649972+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN455940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN455940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN455940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            445500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN455955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.56395342950101,
              29.788652962414815
            ],
            [
              -93.56395342950101,
              29.802254952583326
            ],
            [
              -93.54835856070396,
              29.802254952583326
            ],
            [
              -93.54835856070396,
              29.788652962414815
            ],
            [
              -93.56395342950101,
              29.788652962414815
            ]
          ]
        ]
      },
      "bbox": [
        -93.56395342950101,
        29.788652962414815,
        -93.54835856070396,
        29.802254952583326
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.659616+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN455955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN455955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN455955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            445500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN455970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.56402938617013,
              29.80218964074718
            ],
            [
              -93.56402938617013,
              29.815791638598384
            ],
            [
              -93.54843237681993,
              29.815791638598384
            ],
            [
              -93.54843237681993,
              29.80218964074718
            ],
            [
              -93.56402938617013,
              29.80218964074718
            ]
          ]
        ]
      },
      "bbox": [
        -93.56402938617013,
        29.80218964074718,
        -93.54843237681993,
        29.815791638598384
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.669445+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN455970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN455970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN455970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            445500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN455985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.56410539463565,
              29.815726291157237
            ],
            [
              -93.56410539463565,
              29.829328296692776
            ],
            [
              -93.54850624327857,
              29.829328296692776
            ],
            [
              -93.54850624327857,
              29.815726291157237
            ],
            [
              -93.56410539463565,
              29.815726291157237
            ]
          ]
        ]
      },
      "bbox": [
        -93.56410539463565,
        29.815726291157237,
        -93.54850624327857,
        29.829328296692776
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.679430+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN455985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN455985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN455985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            445500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN470910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.54821107938628,
              29.75875687927265
            ],
            [
              -93.54821107938628,
              29.761708112738734
            ],
            [
              -93.53268096388685,
              29.761708112738734
            ],
            [
              -93.53268096388685,
              29.75875687927265
            ],
            [
              -93.54821107938628,
              29.75875687927265
            ]
          ]
        ]
      },
      "bbox": [
        -93.54821107938628,
        29.75875687927265,
        -93.53268096388685,
        29.761708112738734
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.690432+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN470910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN470910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN470910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            320,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            447000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN470925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.5482847949022,
              29.761644727091625
            ],
            [
              -93.5482847949022,
              29.775244917053545
            ],
            [
              -93.53269623853576,
              29.775244917053545
            ],
            [
              -93.53269623853576,
              29.761644727091625
            ],
            [
              -93.5482847949022,
              29.761644727091625
            ]
          ]
        ]
      },
      "bbox": [
        -93.5482847949022,
        29.761644727091625,
        -93.53269623853576,
        29.775244917053545
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.700069+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN470925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN470925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN470925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            447000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN470940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.54835856070396,
              29.775181496822203
            ],
            [
              -93.54835856070396,
              29.788781693480043
            ],
            [
              -93.53276786808375,
              29.788781693480043
            ],
            [
              -93.53276786808375,
              29.775181496822203
            ],
            [
              -93.54835856070396,
              29.775181496822203
            ]
          ]
        ]
      },
      "bbox": [
        -93.54835856070396,
        29.775181496822203,
        -93.53276786808375,
        29.788781693480043
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.709590+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN470940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN470940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN470940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            447000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN470955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.54843237681993,
              29.788718238655356
            ],
            [
              -93.54843237681993,
              29.802318442010453
            ],
            [
              -93.53283954649471,
              29.802318442010453
            ],
            [
              -93.53283954649471,
              29.788718238655356
            ],
            [
              -93.54843237681993,
              29.788718238655356
            ]
          ]
        ]
      },
      "bbox": [
        -93.54843237681993,
        29.788718238655356,
        -93.53283954649471,
        29.802318442010453
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.719236+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN470955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN470955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN470955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            447000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN470970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.54850624327857,
              29.802254952583326
            ],
            [
              -93.54850624327857,
              29.81585516263704
            ],
            [
              -93.5329112737962,
              29.81585516263704
            ],
            [
              -93.5329112737962,
              29.802254952583326
            ],
            [
              -93.54850624327857,
              29.802254952583326
            ]
          ]
        ]
      },
      "bbox": [
        -93.54850624327857,
        29.802254952583326,
        -93.5329112737962,
        29.81585516263704
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.729073+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN470970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN470970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN470970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            447000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN470985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.54858016010834,
              29.815791638598384
            ],
            [
              -93.54858016010834,
              29.82939185535207
            ],
            [
              -93.53298305001589,
              29.82939185535207
            ],
            [
              -93.53298305001589,
              29.815791638598384
            ],
            [
              -93.54858016010834,
              29.815791638598384
            ]
          ]
        ]
      },
      "bbox": [
        -93.54858016010834,
        29.815791638598384,
        -93.53298305001589,
        29.82939185535207
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.738789+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN470985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN470985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN470985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            447000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN485910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.53269623853576,
              29.760598093547973
            ],
            [
              -93.53269623853576,
              29.761746743489752
            ],
            [
              -93.52300918825091,
              29.761746743489752
            ],
            [
              -93.52300918825091,
              29.760598093547973
            ],
            [
              -93.53269623853576,
              29.760598093547973
            ]
          ]
        ]
      },
      "bbox": [
        -93.53269623853576,
        29.760598093547973,
        -93.52300918825091,
        29.761746743489752
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.748875+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN485910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN485910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN485910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            123,
            936
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            448500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN485925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.53276786808375,
              29.761708112738734
            ],
            [
              -93.53276786808375,
              29.77530651684106
            ],
            [
              -93.5171813488499,
              29.77530651684106
            ],
            [
              -93.5171813488499,
              29.761708112738734
            ],
            [
              -93.53276786808375,
              29.761708112738734
            ]
          ]
        ]
      },
      "bbox": [
        -93.53276786808375,
        29.761708112738734,
        -93.5171813488499,
        29.77530651684106
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.758589+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN485925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN485925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN485925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            448500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN485940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.53283954649471,
              29.775244917053545
            ],
            [
              -93.53283954649471,
              29.788843326867948
            ],
            [
              -93.51725089240237,
              29.788843326867948
            ],
            [
              -93.51725089240237,
              29.775244917053545
            ],
            [
              -93.53283954649471,
              29.775244917053545
            ]
          ]
        ]
      },
      "bbox": [
        -93.53283954649471,
        29.775244917053545,
        -93.51725089240237,
        29.788843326867948
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.768257+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN485940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN485940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN485940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            448500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN485955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.5329112737962,
              29.788781693480043
            ],
            [
              -93.5329112737962,
              29.80238010900759
            ],
            [
              -93.51732048339491,
              29.80238010900759
            ],
            [
              -93.51732048339491,
              29.788781693480043
            ],
            [
              -93.5329112737962,
              29.788781693480043
            ]
          ]
        ]
      },
      "bbox": [
        -93.5329112737962,
        29.788781693480043,
        -93.51732048339491,
        29.80238010900759
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.778155+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN485955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN485955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN485955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            448500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN485970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.53298305001589,
              29.802318442010453
            ],
            [
              -93.53298305001589,
              29.81591686325226
            ],
            [
              -93.51739012185428,
              29.81591686325226
            ],
            [
              -93.51739012185428,
              29.802318442010453
            ],
            [
              -93.53298305001589,
              29.802318442010453
            ]
          ]
        ]
      },
      "bbox": [
        -93.53298305001589,
        29.802318442010453,
        -93.51739012185428,
        29.81591686325226
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.787839+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN485970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN485970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN485970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            448500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN485985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.53305487518142,
              29.81585516263704
            ],
            [
              -93.53305487518142,
              29.829453589594205
            ],
            [
              -93.51745980780736,
              29.829453589594205
            ],
            [
              -93.51745980780736,
              29.81585516263704
            ],
            [
              -93.53305487518142,
              29.81585516263704
            ]
          ]
        ]
      },
      "bbox": [
        -93.53305487518142,
        29.81585516263704,
        -93.51745980780736,
        29.829453589594205
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.796823+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN485985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN485985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN485985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            448500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN500925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.51725089240237,
              29.762437496925045
            ],
            [
              -93.51725089240237,
              29.7753662961644
            ],
            [
              -93.5016697385769,
              29.7753662961644
            ],
            [
              -93.5016697385769,
              29.762437496925045
            ],
            [
              -93.51725089240237,
              29.762437496925045
            ]
          ]
        ]
      },
      "bbox": [
        -93.51725089240237,
        29.762437496925045,
        -93.5016697385769,
        29.7753662961644
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.805703+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN500925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN500925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN500925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1426,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            450000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN500940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.51732048339491,
              29.77530651684106
            ],
            [
              -93.51732048339491,
              29.78890313879872
            ],
            [
              -93.50173386928094,
              29.78890313879872
            ],
            [
              -93.50173386928094,
              29.77530651684106
            ],
            [
              -93.51732048339491,
              29.77530651684106
            ]
          ]
        ]
      },
      "bbox": [
        -93.51732048339491,
        29.77530651684106,
        -93.50173386928094,
        29.78890313879872
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.814523+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN500940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN500940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN500940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            450000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN500955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.51739012185428,
              29.788843326867948
            ],
            [
              -93.51739012185428,
              29.802439953554373
            ],
            [
              -93.50180137282825,
              29.802439953554373
            ],
            [
              -93.50180137282825,
              29.788843326867948
            ],
            [
              -93.51739012185428,
              29.788843326867948
            ]
          ]
        ]
      },
      "bbox": [
        -93.51739012185428,
        29.788843326867948,
        -93.50180137282825,
        29.802439953554373
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.823702+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN500955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN500955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN500955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            450000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN500970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.51745980780736,
              29.80238010900759
            ],
            [
              -93.51745980780736,
              29.815976740423626
            ],
            [
              -93.50186892241868,
              29.815976740423626
            ],
            [
              -93.50186892241868,
              29.80238010900759
            ],
            [
              -93.51745980780736,
              29.80238010900759
            ]
          ]
        ]
      },
      "bbox": [
        -93.51745980780736,
        29.80238010900759,
        -93.50186892241868,
        29.815976740423626
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.832501+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN500970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN500970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN500970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            450000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN500985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.51752954128096,
              29.81591686325226
            ],
            [
              -93.51752954128096,
              29.829513499398754
            ],
            [
              -93.5019365180783,
              29.829513499398754
            ],
            [
              -93.5019365180783,
              29.81591686325226
            ],
            [
              -93.51752954128096,
              29.81591686325226
            ]
          ]
        ]
      },
      "bbox": [
        -93.51752954128096,
        29.81591686325226,
        -93.5019365180783,
        29.829513499398754
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.841244+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN500985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN500985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN500985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            450000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN515925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.50173386928094,
              29.763923130118968
            ],
            [
              -93.50173386928094,
              29.77542425500383
            ],
            [
              -93.48616153653545,
              29.77542425500383
            ],
            [
              -93.48616153653545,
              29.763923130118968
            ],
            [
              -93.50173386928094,
              29.763923130118968
            ]
          ]
        ]
      },
      "bbox": [
        -93.50173386928094,
        29.763923130118968,
        -93.48616153653545,
        29.77542425500383
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.850218+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN515925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN515925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN515925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1268,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            451500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN515940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.50180137282825,
              29.7753662961644
            ],
            [
              -93.50180137282825,
              29.788961129252613
            ],
            [
              -93.48621680014237,
              29.788961129252613
            ],
            [
              -93.48621680014237,
              29.7753662961644
            ],
            [
              -93.50180137282825,
              29.7753662961644
            ]
          ]
        ]
      },
      "bbox": [
        -93.50180137282825,
        29.7753662961644,
        -93.48621680014237,
        29.788961129252613
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.859262+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN515940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN515940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN515940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            451500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN515955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.50186892241868,
              29.78890313879872
            ],
            [
              -93.50186892241868,
              29.80249797563105
            ],
            [
              -93.48628221621847,
              29.80249797563105
            ],
            [
              -93.48628221621847,
              29.78890313879872
            ],
            [
              -93.50186892241868,
              29.78890313879872
            ]
          ]
        ]
      },
      "bbox": [
        -93.50186892241868,
        29.78890313879872,
        -93.48628221621847,
        29.80249797563105
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.868282+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN515955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN515955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN515955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            451500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN515970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.5019365180783,
              29.802439953554373
            ],
            [
              -93.5019365180783,
              29.816034794131415
            ],
            [
              -93.48634767691394,
              29.816034794131415
            ],
            [
              -93.48634767691394,
              29.802439953554373
            ],
            [
              -93.5019365180783,
              29.802439953554373
            ]
          ]
        ]
      },
      "bbox": [
        -93.5019365180783,
        29.802439953554373,
        -93.48634767691394,
        29.816034794131415
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.877010+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN515970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN515970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN515970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            451500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN515985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.50200415983309,
              29.815976740423626
            ],
            [
              -93.50200415983309,
              29.829571584745974
            ],
            [
              -93.48641318225401,
              29.829571584745974
            ],
            [
              -93.48641318225401,
              29.815976740423626
            ],
            [
              -93.50200415983309,
              29.815976740423626
            ]
          ]
        ]
      },
      "bbox": [
        -93.50200415983309,
        29.815976740423626,
        -93.48641318225401,
        29.829571584745974
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.885937+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN515985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN515985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN515985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            451500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN530925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.48621680014237,
              29.764919621386575
            ],
            [
              -93.48621680014237,
              29.775480393340235
            ],
            [
              -93.4706505731818,
              29.775480393340235
            ],
            [
              -93.4706505731818,
              29.764919621386575
            ],
            [
              -93.48621680014237,
              29.764919621386575
            ]
          ]
        ]
      },
      "bbox": [
        -93.48621680014237,
        29.764919621386575,
        -93.4706505731818,
        29.775480393340235
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.895197+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN530925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN530925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN530925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1164,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            453000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN530940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.48628221621847,
              29.77542425500383
            ],
            [
              -93.48628221621847,
              29.789017298210503
            ],
            [
              -93.47069968640962,
              29.789017298210503
            ],
            [
              -93.47069968640962,
              29.77542425500383
            ],
            [
              -93.48628221621847,
              29.77542425500383
            ]
          ]
        ]
      },
      "bbox": [
        -93.48628221621847,
        29.77542425500383,
        -93.47069968640962,
        29.789017298210503
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.904016+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN530940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN530940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN530940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            453000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN530955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.48634767691394,
              29.788961129252613
            ],
            [
              -93.48634767691394,
              29.802554175218475
            ],
            [
              -93.4707630149893,
              29.802554175218475
            ],
            [
              -93.4707630149893,
              29.788961129252613
            ],
            [
              -93.48634767691394,
              29.788961129252613
            ]
          ]
        ]
      },
      "bbox": [
        -93.48634767691394,
        29.788961129252613,
        -93.4707630149893,
        29.802554175218475
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.912795+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN530955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN530955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN530955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            453000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN530970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.48641318225401,
              29.80249797563105
            ],
            [
              -93.48641318225401,
              29.81609102435643
            ],
            [
              -93.4708263867646,
              29.81609102435643
            ],
            [
              -93.4708263867646,
              29.80249797563105
            ],
            [
              -93.48641318225401,
              29.80249797563105
            ]
          ]
        ]
      },
      "bbox": [
        -93.48641318225401,
        29.80249797563105,
        -93.4708263867646,
        29.81609102435643
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.921595+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN530970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN530970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN530970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            453000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN530985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.48647873226395,
              29.816034794131415
            ],
            [
              -93.48647873226395,
              29.829627845616645
            ],
            [
              -93.4708898017599,
              29.829627845616645
            ],
            [
              -93.4708898017599,
              29.816034794131415
            ],
            [
              -93.48647873226395,
              29.816034794131415
            ]
          ]
        ]
      },
      "bbox": [
        -93.48647873226395,
        29.816034794131415,
        -93.4708898017599,
        29.829627845616645
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.930345+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN530985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN530985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN530985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            453000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN545925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.47069968640962,
              29.76583307546981
            ],
            [
              -93.47069968640962,
              29.7755347111551
            ],
            [
              -93.45513891052386,
              29.7755347111551
            ],
            [
              -93.45513891052386,
              29.76583307546981
            ],
            [
              -93.47069968640962,
              29.76583307546981
            ]
          ]
        ]
      },
      "bbox": [
        -93.47069968640962,
        29.76583307546981,
        -93.45513891052386,
        29.7755347111551
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.939212+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN545925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN545925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN545925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1069,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            454500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN545940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.4707630149893,
              29.775480393340235
            ],
            [
              -93.4707630149893,
              29.78907164565385
            ],
            [
              -93.45518252950565,
              29.78907164565385
            ],
            [
              -93.45518252950565,
              29.775480393340235
            ],
            [
              -93.4707630149893,
              29.775480393340235
            ]
          ]
        ]
      },
      "bbox": [
        -93.4707630149893,
        29.775480393340235,
        -93.45518252950565,
        29.78907164565385
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.948067+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN545940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN545940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN545940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            454500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN545955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.4708263867646,
              29.789017298210503
            ],
            [
              -93.4708263867646,
              29.80260855229809
            ],
            [
              -93.45524377056454,
              29.80260855229809
            ],
            [
              -93.45524377056454,
              29.789017298210503
            ],
            [
              -93.4708263867646,
              29.789017298210503
            ]
          ]
        ]
      },
      "bbox": [
        -93.4708263867646,
        29.789017298210503,
        -93.45524377056454,
        29.80260855229809
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.956868+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN545955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN545955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN545955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            454500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN545970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.4708898017599,
              29.802554175218475
            ],
            [
              -93.4708898017599,
              29.81614543108012
            ],
            [
              -93.45530505339522,
              29.81614543108012
            ],
            [
              -93.45530505339522,
              29.802554175218475
            ],
            [
              -93.4708898017599,
              29.802554175218475
            ]
          ]
        ]
      },
      "bbox": [
        -93.4708898017599,
        29.802554175218475,
        -93.45530505339522,
        29.81614543108012
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.965779+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN545970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN545970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN545970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            454500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN545985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.47095325999969,
              29.81609102435643
            ],
            [
              -93.47095325999969,
              29.829682281992206
            ],
            [
              -93.45536637802134,
              29.829682281992206
            ],
            [
              -93.45536637802134,
              29.81609102435643
            ],
            [
              -93.47095325999969,
              29.81609102435643
            ]
          ]
        ]
      },
      "bbox": [
        -93.47095325999969,
        29.81609102435643,
        -93.45536637802134,
        29.829682281992206
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.974594+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN545985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN545985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN545985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            454500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN560925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.45518252950565,
              29.7661761608242
            ],
            [
              -93.45518252950565,
              29.775587208430473
            ],
            [
              -93.4396244596341,
              29.775587208430473
            ],
            [
              -93.4396244596341,
              29.7661761608242
            ],
            [
              -93.45518252950565,
              29.7661761608242
            ]
          ]
        ]
      },
      "bbox": [
        -93.45518252950565,
        29.7661761608242,
        -93.4396244596341,
        29.775587208430473
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.983411+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN560925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN560925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN560925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1037,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            456000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN560940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.45524377056454,
              29.7755347111551
            ],
            [
              -93.45524377056454,
              29.789124171564705
            ],
            [
              -93.43966533085347,
              29.789124171564705
            ],
            [
              -93.43966533085347,
              29.7755347111551
            ],
            [
              -93.45524377056454,
              29.7755347111551
            ]
          ]
        ]
      },
      "bbox": [
        -93.45524377056454,
        29.7755347111551,
        -93.43966533085347,
        29.789124171564705
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:39.992260+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN560940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN560940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN560940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            456000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN560955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.45530505339522,
              29.78907164565385
            ],
            [
              -93.45530505339522,
              29.802661106851946
            ],
            [
              -93.43972448436796,
              29.802661106851946
            ],
            [
              -93.43972448436796,
              29.78907164565385
            ],
            [
              -93.45530505339522,
              29.78907164565385
            ]
          ]
        ]
      },
      "bbox": [
        -93.45530505339522,
        29.78907164565385,
        -93.43972448436796,
        29.802661106851946
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.001799+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN560955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN560955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN560955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            456000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN560970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.45536637802134,
              29.80260855229809
            ],
            [
              -93.45536637802134,
              29.81619801428451
            ],
            [
              -93.43978367823044,
              29.81619801428451
            ],
            [
              -93.43978367823044,
              29.80260855229809
            ],
            [
              -93.45536637802134,
              29.80260855229809
            ]
          ]
        ]
      },
      "bbox": [
        -93.45536637802134,
        29.80260855229809,
        -93.43978367823044,
        29.81619801428451
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.010730+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN560970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN560970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN560970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            456000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN560985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.4554277444665,
              29.81614543108012
            ],
            [
              -93.4554277444665,
              29.829734893854685
            ],
            [
              -93.43984291246372,
              29.829734893854685
            ],
            [
              -93.43984291246372,
              29.81614543108012
            ],
            [
              -93.4554277444665,
              29.81614543108012
            ]
          ]
        ]
      },
      "bbox": [
        -93.4554277444665,
        29.81614543108012,
        -93.43984291246372,
        29.829734893854685
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.019616+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN560985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN560985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN560985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            456000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN575925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.43966533085347,
              29.765876676394132
            ],
            [
              -93.43966533085347,
              29.775637885149052
            ],
            [
              -93.42410718053294,
              29.775637885149052
            ],
            [
              -93.42410718053294,
              29.765876676394132
            ],
            [
              -93.43966533085347,
              29.765876676394132
            ]
          ]
        ]
      },
      "bbox": [
        -93.43966533085347,
        29.765876676394132,
        -93.42410718053294,
        29.775637885149052
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.028369+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN575925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN575925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN575925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1076,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            457500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN575940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.43972448436796,
              29.775587208430473
            ],
            [
              -93.43972448436796,
              29.78917487592572
            ],
            [
              -93.42414809187608,
              29.78917487592572
            ],
            [
              -93.42414809187608,
              29.775587208430473
            ],
            [
              -93.43972448436796,
              29.775587208430473
            ]
          ]
        ]
      },
      "bbox": [
        -93.43972448436796,
        29.775587208430473,
        -93.42414809187608,
        29.78917487592572
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.037626+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN575940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN575940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN575940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            457500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN575955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.43978367823044,
              29.789124171564705
            ],
            [
              -93.43978367823044,
              29.802711838862688
            ],
            [
              -93.4242051578234,
              29.802711838862688
            ],
            [
              -93.4242051578234,
              29.789124171564705
            ],
            [
              -93.43978367823044,
              29.789124171564705
            ]
          ]
        ]
      },
      "bbox": [
        -93.43978367823044,
        29.789124171564705,
        -93.4242051578234,
        29.802711838862688
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.046957+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN575955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN575955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN575955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            457500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN575970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.43984291246372,
              29.802661106851946
            ],
            [
              -93.43984291246372,
              29.816248773952246
            ],
            [
              -93.42426226269487,
              29.816248773952246
            ],
            [
              -93.42426226269487,
              29.802661106851946
            ],
            [
              -93.43984291246372,
              29.802661106851946
            ]
          ]
        ]
      },
      "bbox": [
        -93.43984291246372,
        29.802661106851946,
        -93.42426226269487,
        29.816248773952246
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.055552+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN575970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN575970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN575970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            457500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN575985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.43990218709061,
              29.81619801428451
            ],
            [
              -93.43990218709061,
              29.82978568118669
            ],
            [
              -93.42431940651248,
              29.82978568118669
            ],
            [
              -93.42431940651248,
              29.81619801428451
            ],
            [
              -93.43990218709061,
              29.81619801428451
            ]
          ]
        ]
      },
      "bbox": [
        -93.43990218709061,
        29.81619801428451,
        -93.42431940651248,
        29.82978568118669
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.064427+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN575985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN575985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN575985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            457500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN590925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.42414809187608,
              29.765178284548067
            ],
            [
              -93.42414809187608,
              29.77568674129411
            ],
            [
              -93.40858835972008,
              29.77568674129411
            ],
            [
              -93.40858835972008,
              29.765178284548067
            ],
            [
              -93.42414809187608,
              29.765178284548067
            ]
          ]
        ]
      },
      "bbox": [
        -93.42414809187608,
        29.765178284548067,
        -93.40858835972008,
        29.77568674129411
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.073653+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN590925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN590925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN590925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1159,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            459000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN590940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.4242051578234,
              29.775637885149052
            ],
            [
              -93.4242051578234,
              29.78922375872019
            ],
            [
              -93.40863081399654,
              29.78922375872019
            ],
            [
              -93.40863081399654,
              29.775637885149052
            ],
            [
              -93.4242051578234,
              29.775637885149052
            ]
          ]
        ]
      },
      "bbox": [
        -93.4242051578234,
        29.775637885149052,
        -93.40863081399654,
        29.78922375872019
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.082587+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN590940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN590940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN590940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            459000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN590955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.42426226269487,
              29.78917487592572
            ],
            [
              -93.42426226269487,
              29.802760748313585
            ],
            [
              -93.40868579235472,
              29.802760748313585
            ],
            [
              -93.40868579235472,
              29.78917487592572
            ],
            [
              -93.42426226269487,
              29.78917487592572
            ]
          ]
        ]
      },
      "bbox": [
        -93.42426226269487,
        29.78917487592572,
        -93.40868579235472,
        29.802760748313585
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.091392+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN590955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN590955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN590955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            459000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN590970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.42431940651248,
              29.802711838862688
            ],
            [
              -93.42431940651248,
              29.81629771006657
            ],
            [
              -93.40874080821317,
              29.81629771006657
            ],
            [
              -93.40874080821317,
              29.802711838862688
            ],
            [
              -93.42431940651248,
              29.802711838862688
            ]
          ]
        ]
      },
      "bbox": [
        -93.42431940651248,
        29.802711838862688,
        -93.40874080821317,
        29.81629771006657
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.100180+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN590970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN590970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN590970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            459000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN590985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.42437658929825,
              29.816248773952246
            ],
            [
              -93.42437658929825,
              29.829834643971473
            ],
            [
              -93.40879586159308,
              29.829834643971473
            ],
            [
              -93.40879586159308,
              29.816248773952246
            ],
            [
              -93.42437658929825,
              29.816248773952246
            ]
          ]
        ]
      },
      "bbox": [
        -93.42437658929825,
        29.816248773952246,
        -93.40879586159308,
        29.829834643971473
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.109009+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN590985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN590985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN590985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            459000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN605925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.40863081399654,
              29.76396366172084
            ],
            [
              -93.40863081399654,
              29.775733776849517
            ],
            [
              -93.39306772438346,
              29.775733776849517
            ],
            [
              -93.39306772438346,
              29.76396366172084
            ],
            [
              -93.40863081399654,
              29.76396366172084
            ]
          ]
        ]
      },
      "bbox": [
        -93.40863081399654,
        29.76396366172084,
        -93.39306772438346,
        29.775733776849517
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.118023+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN605925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN605925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN605925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1299,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            460500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN605940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.40868579235472,
              29.77568674129411
            ],
            [
              -93.40868579235472,
              29.78927081993197
            ],
            [
              -93.3931134986379,
              29.78927081993197
            ],
            [
              -93.3931134986379,
              29.77568674129411
            ],
            [
              -93.40868579235472,
              29.77568674129411
            ]
          ]
        ]
      },
      "bbox": [
        -93.40868579235472,
        29.77568674129411,
        -93.3931134986379,
        29.78927081993197
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.126921+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN605940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN605940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN605940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            460500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN605955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.40874080821317,
              29.78922375872019
            ],
            [
              -93.40874080821317,
              29.80280783518846
            ],
            [
              -93.39316638938574,
              29.80280783518846
            ],
            [
              -93.39316638938574,
              29.78922375872019
            ],
            [
              -93.40874080821317,
              29.78922375872019
            ]
          ]
        ]
      },
      "bbox": [
        -93.40874080821317,
        29.78922375872019,
        -93.39316638938574,
        29.80280783518846
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.135824+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN605955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN605955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN605955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            460500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN605970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.40879586159308,
              29.802760748313585
            ],
            [
              -93.40879586159308,
              29.816344822611313
            ],
            [
              -93.39321931620998,
              29.816344822611313
            ],
            [
              -93.39321931620998,
              29.802760748313585
            ],
            [
              -93.40879586159308,
              29.802760748313585
            ]
          ]
        ]
      },
      "bbox": [
        -93.40879586159308,
        29.802760748313585,
        -93.39321931620998,
        29.816344822611313
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.144639+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN605970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN605970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN605970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            460500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN605985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.40885095251569,
              29.81629771006657
            ],
            [
              -93.40885095251569,
              29.829881782192835
            ],
            [
              -93.393272279131,
              29.829881782192835
            ],
            [
              -93.393272279131,
              29.81629771006657
            ],
            [
              -93.40885095251569,
              29.81629771006657
            ]
          ]
        ]
      },
      "bbox": [
        -93.40885095251569,
        29.81629771006657,
        -93.393272279131,
        29.829881782192835
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.153460+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN605985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN605985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN605985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            460500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN620925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.3931134986379,
              29.762756238763732
            ],
            [
              -93.3931134986379,
              29.775778991799747
            ],
            [
              -93.37754747648378,
              29.775778991799747
            ],
            [
              -93.37754747648378,
              29.762756238763732
            ],
            [
              -93.3931134986379,
              29.762756238763732
            ]
          ]
        ]
      },
      "bbox": [
        -93.3931134986379,
        29.762756238763732,
        -93.37754747648378,
        29.775778991799747
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.162477+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN620925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN620925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN620925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1438,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            462000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN620940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.39316638938574,
              29.775733776849517
            ],
            [
              -93.39316638938574,
              29.78931605954551
            ],
            [
              -93.37759614722324,
              29.78931605954551
            ],
            [
              -93.37759614722324,
              29.775733776849517
            ],
            [
              -93.39316638938574,
              29.775733776849517
            ]
          ]
        ]
      },
      "bbox": [
        -93.39316638938574,
        29.775733776849517,
        -93.37759614722324,
        29.78931605954551
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.171510+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN620940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN620940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN620940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            462000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN620955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.39321931620998,
              29.78927081993197
            ],
            [
              -93.39321931620998,
              29.802853099471804
            ],
            [
              -93.37764695034039,
              29.802853099471804
            ],
            [
              -93.37764695034039,
              29.78927081993197
            ],
            [
              -93.39321931620998,
              29.78927081993197
            ]
          ]
        ]
      },
      "bbox": [
        -93.39321931620998,
        29.78927081993197,
        -93.37764695034039,
        29.802853099471804
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.181082+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN620955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN620955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN620955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            462000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN620970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.393272279131,
              29.80280783518846
            ],
            [
              -93.393272279131,
              29.816390111570936
            ],
            [
              -93.37769778811003,
              29.816390111570936
            ],
            [
              -93.37769778811003,
              29.80280783518846
            ],
            [
              -93.393272279131,
              29.80280783518846
            ]
          ]
        ]
      },
      "bbox": [
        -93.393272279131,
        29.80280783518846,
        -93.37769778811003,
        29.816390111570936
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.189990+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN620970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN620970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN620970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            462000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN620985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.3933252781692,
              29.816344822611313
            ],
            [
              -93.3933252781692,
              29.829927095835245
            ],
            [
              -93.37774866055173,
              29.829927095835245
            ],
            [
              -93.37774866055173,
              29.816344822611313
            ],
            [
              -93.3933252781692,
              29.816344822611313
            ]
          ]
        ]
      },
      "bbox": [
        -93.3933252781692,
        29.816344822611313,
        -93.37774866055173,
        29.829927095835245
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.198857+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN620985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN620985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN620985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            462000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN635910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.37218743237493,
              29.761083862293138
            ],
            [
              -93.37218743237493,
              29.76228526690832
            ],
            [
              -93.36202586135283,
              29.76228526690832
            ],
            [
              -93.36202586135283,
              29.761083862293138
            ],
            [
              -93.37218743237493,
              29.761083862293138
            ]
          ]
        ]
      },
      "bbox": [
        -93.37218743237493,
        29.761083862293138,
        -93.36202586135283,
        29.76228526690832
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.207784+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN635910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN635910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN635910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            130,
            982
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            464018.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN635925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.37759614722324,
              29.762241896242195
            ],
            [
              -93.37759614722324,
              29.77582238612989
            ],
            [
              -93.3620300789186,
              29.77582238612989
            ],
            [
              -93.3620300789186,
              29.762241896242195
            ],
            [
              -93.37759614722324,
              29.762241896242195
            ]
          ]
        ]
      },
      "bbox": [
        -93.37759614722324,
        29.762241896242195,
        -93.3620300789186,
        29.77582238612989
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.216600+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN635925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN635925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN635925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            463500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN635940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.37764695034039,
              29.775778991799747
            ],
            [
              -93.37764695034039,
              29.789359477545887
            ],
            [
              -93.36207876117568,
              29.789359477545887
            ],
            [
              -93.36207876117568,
              29.775778991799747
            ],
            [
              -93.37764695034039,
              29.775778991799747
            ]
          ]
        ]
      },
      "bbox": [
        -93.37764695034039,
        29.775778991799747,
        -93.36207876117568,
        29.789359477545887
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.225523+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN635940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN635940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN635940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            463500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN635955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.37769778811003,
              29.78931605954551
            ],
            [
              -93.37769778811003,
              29.802896541148638
            ],
            [
              -93.36212747664257,
              29.802896541148638
            ],
            [
              -93.36212747664257,
              29.78931605954551
            ],
            [
              -93.37769778811003,
              29.78931605954551
            ]
          ]
        ]
      },
      "bbox": [
        -93.37769778811003,
        29.78931605954551,
        -93.36212747664257,
        29.802896541148638
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.234318+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN635955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN635955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN635955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            463500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN635970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.37774866055173,
              29.802853099471804
            ],
            [
              -93.37774866055173,
              29.81643357693047
            ],
            [
              -93.36217622533799,
              29.81643357693047
            ],
            [
              -93.36217622533799,
              29.802853099471804
            ],
            [
              -93.37774866055173,
              29.802853099471804
            ]
          ]
        ]
      },
      "bbox": [
        -93.37774866055173,
        29.802853099471804,
        -93.36217622533799,
        29.81643357693047
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.243092+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN635970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN635970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN635970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            463500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN635985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.37779956768509,
              29.816390111570936
            ],
            [
              -93.37779956768509,
              29.8299705848837
            ],
            [
              -93.36222500728077,
              29.8299705848837
            ],
            [
              -93.36222500728077,
              29.816390111570936
            ],
            [
              -93.37779956768509,
              29.816390111570936
            ]
          ]
        ]
      },
      "bbox": [
        -93.37779956768509,
        29.816390111570936,
        -93.36222500728077,
        29.8299705848837
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.252004+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN635985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN635985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN635985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            463500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN650895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.34763684748503,
              29.74718017067228
            ],
            [
              -93.34763684748503,
              29.748789648248177
            ],
            [
              -93.34646265814897,
              29.748789648248177
            ],
            [
              -93.34646265814897,
              29.74718017067228
            ],
            [
              -93.34763684748503,
              29.74718017067228
            ]
          ]
        ]
      },
      "bbox": [
        -93.34763684748503,
        29.74718017067228,
        -93.34646265814897,
        29.748789648248177
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.263558+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN650895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN650895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN650895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            178,
            113
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            466387.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN650910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.3620300789186,
              29.748748119888894
            ],
            [
              -93.3620300789186,
              29.762326817932852
            ],
            [
              -93.34646818166462,
              29.762326817932852
            ],
            [
              -93.34646818166462,
              29.748748119888894
            ],
            [
              -93.3620300789186,
              29.748748119888894
            ]
          ]
        ]
      },
      "bbox": [
        -93.3620300789186,
        29.748748119888894,
        -93.34646818166462,
        29.762326817932852
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.272566+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN650910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN650910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN650910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            465000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN650925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.36207876117568,
              29.76228526690832
            ],
            [
              -93.36207876117568,
              29.77586395982563
            ],
            [
              -93.34651474590711,
              29.77586395982563
            ],
            [
              -93.34651474590711,
              29.76228526690832
            ],
            [
              -93.36207876117568,
              29.76228526690832
            ]
          ]
        ]
      },
      "bbox": [
        -93.36207876117568,
        29.76228526690832,
        -93.34651474590711,
        29.77586395982563
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.281432+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN650925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN650925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN650925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            465000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN650940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.36212747664257,
              29.77582238612989
            ],
            [
              -93.36212747664257,
              29.78940107391879
            ],
            [
              -93.34656134191833,
              29.78940107391879
            ],
            [
              -93.34656134191833,
              29.77582238612989
            ],
            [
              -93.36212747664257,
              29.77582238612989
            ]
          ]
        ]
      },
      "bbox": [
        -93.36212747664257,
        29.77582238612989,
        -93.34656134191833,
        29.78940107391879
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.290312+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN650940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN650940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN650940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            465000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN650955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.36217622533799,
              29.789359477545887
            ],
            [
              -93.36217622533799,
              29.802938160204658
            ],
            [
              -93.34660796971619,
              29.802938160204658
            ],
            [
              -93.34660796971619,
              29.789359477545887
            ],
            [
              -93.36217622533799,
              29.789359477545887
            ]
          ]
        ]
      },
      "bbox": [
        -93.36217622533799,
        29.789359477545887,
        -93.34660796971619,
        29.802938160204658
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.298576+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN650955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN650955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN650955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            465000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN650970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.36222500728077,
              29.802896541148638
            ],
            [
              -93.36222500728077,
              29.81647521867557
            ],
            [
              -93.34665462931864,
              29.81647521867557
            ],
            [
              -93.34665462931864,
              29.802896541148638
            ],
            [
              -93.36222500728077,
              29.802896541148638
            ]
          ]
        ]
      },
      "bbox": [
        -93.36222500728077,
        29.802896541148638,
        -93.34665462931864,
        29.81647521867557
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.306935+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN650970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN650970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN650970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            465000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN650985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.36227382248968,
              29.81643357693047
            ],
            [
              -93.36227382248968,
              29.83001224932387
            ],
            [
              -93.3467013207437,
              29.83001224932387
            ],
            [
              -93.3467013207437,
              29.81643357693047
            ],
            [
              -93.36227382248968,
              29.81643357693047
            ]
          ]
        ]
      },
      "bbox": [
        -93.36227382248968,
        29.81643357693047,
        -93.3467013207437,
        29.83001224932387
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.314879+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN650985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN650985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN650985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            465000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN665895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.34646818166462,
              29.746939566233028
            ],
            [
              -93.34646818166462,
              29.74881627090994
            ],
            [
              -93.33614051104443,
              29.74881627090994
            ],
            [
              -93.33614051104443,
              29.746939566233028
            ],
            [
              -93.34646818166462,
              29.746939566233028
            ]
          ]
        ]
      },
      "bbox": [
        -93.34646818166462,
        29.746939566233028,
        -93.33614051104443,
        29.74881627090994
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.322922+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN665895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN665895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN665895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            205,
            998
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            466500.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN665910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.34651474590711,
              29.748789648248177
            ],
            [
              -93.34651474590711,
              29.76236654930209
            ],
            [
              -93.33095490172592,
              29.76236654930209
            ],
            [
              -93.33095490172592,
              29.748789648248177
            ],
            [
              -93.34651474590711,
              29.748789648248177
            ]
          ]
        ]
      },
      "bbox": [
        -93.34651474590711,
        29.748789648248177,
        -93.33095490172592,
        29.76236654930209
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.331259+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN665910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN665910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN665910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            466500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN665925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.34656134191833,
              29.762326817932852
            ],
            [
              -93.34656134191833,
              29.775903712873223
            ],
            [
              -93.33099938112696,
              29.775903712873223
            ],
            [
              -93.33099938112696,
              29.762326817932852
            ],
            [
              -93.34656134191833,
              29.762326817932852
            ]
          ]
        ]
      },
      "bbox": [
        -93.34656134191833,
        29.762326817932852,
        -93.33099938112696,
        29.775903712873223
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.339467+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN665925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN665925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN665925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            466500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN665940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.34660796971619,
              29.77586395982563
            ],
            [
              -93.34660796971619,
              29.789440848650457
            ],
            [
              -93.33104389087433,
              29.789440848650457
            ],
            [
              -93.33104389087433,
              29.77586395982563
            ],
            [
              -93.34660796971619,
              29.77586395982563
            ]
          ]
        ]
      },
      "bbox": [
        -93.34660796971619,
        29.77586395982563,
        -93.33104389087433,
        29.789440848650457
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.347536+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN665940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN665940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN665940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            466500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN665955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.34665462931864,
              29.78940107391879
            ],
            [
              -93.34665462931864,
              29.802977956626094
            ],
            [
              -93.33108843098519,
              29.802977956626094
            ],
            [
              -93.33108843098519,
              29.78940107391879
            ],
            [
              -93.34665462931864,
              29.78940107391879
            ]
          ]
        ]
      },
      "bbox": [
        -93.34665462931864,
        29.78940107391879,
        -93.33108843098519,
        29.802977956626094
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.355682+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN665955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN665955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN665955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            466500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN665970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.3467013207437,
              29.802938160204658
            ],
            [
              -93.3467013207437,
              29.81651503679249
            ],
            [
              -93.33113300147672,
              29.81651503679249
            ],
            [
              -93.33113300147672,
              29.802938160204658
            ],
            [
              -93.3467013207437,
              29.802938160204658
            ]
          ]
        ]
      },
      "bbox": [
        -93.3467013207437,
        29.802938160204658,
        -93.33113300147672,
        29.81651503679249
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.363766+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN665970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN665970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN665970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            466500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN665985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.34674804400933,
              29.81647521867557
            ],
            [
              -93.34674804400933,
              29.83005208914197
            ],
            [
              -93.33117760236604,
              29.83005208914197
            ],
            [
              -93.33117760236604,
              29.81647521867557
            ],
            [
              -93.34674804400933,
              29.81647521867557
            ]
          ]
        ]
      },
      "bbox": [
        -93.34674804400933,
        29.81647521867557,
        -93.33117760236604,
        29.83005208914197
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.371900+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN665985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN665985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN665985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            466500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN680910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.33099938112696,
              29.752628799123503
            ],
            [
              -93.33099938112696,
              29.76239916355186
            ],
            [
              -93.31766680480122,
              29.76239916355186
            ],
            [
              -93.31766680480122,
              29.752628799123503
            ],
            [
              -93.33099938112696,
              29.752628799123503
            ]
          ]
        ]
      },
      "bbox": [
        -93.33099938112696,
        29.752628799123503,
        -93.31766680480122,
        29.76239916355186
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.379981+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN680910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN680910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN680910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1079,
            1286
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            468000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN680925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.33104389087433,
              29.76236654930209
            ],
            [
              -93.33104389087433,
              29.77594164525958
            ],
            [
              -93.31548398600043,
              29.77594164525958
            ],
            [
              -93.31548398600043,
              29.76236654930209
            ],
            [
              -93.33104389087433,
              29.76236654930209
            ]
          ]
        ]
      },
      "bbox": [
        -93.33104389087433,
        29.76236654930209,
        -93.31548398600043,
        29.77594164525958
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.387944+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN680925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN680925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN680925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            468000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN680940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.33108843098519,
              29.775903712873223
            ],
            [
              -93.33108843098519,
              29.789478801727775
            ],
            [
              -93.31552640946684,
              29.789478801727775
            ],
            [
              -93.31552640946684,
              29.775903712873223
            ],
            [
              -93.33108843098519,
              29.775903712873223
            ]
          ]
        ]
      },
      "bbox": [
        -93.33108843098519,
        29.775903712873223,
        -93.31552640946684,
        29.789478801727775
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.395971+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN680940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN680940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN680940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            468000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN680955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.33113300147672,
              29.789440848650457
            ],
            [
              -93.33113300147672,
              29.803015930399823
            ],
            [
              -93.31556886187357,
              29.803015930399823
            ],
            [
              -93.31556886187357,
              29.789440848650457
            ],
            [
              -93.33113300147672,
              29.789440848650457
            ]
          ]
        ]
      },
      "bbox": [
        -93.33113300147672,
        29.789440848650457,
        -93.31556886187357,
        29.803015930399823
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.404192+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN680955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN680955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN680955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            468000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN680970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.33117760236604,
              29.802977956626094
            ],
            [
              -93.33117760236604,
              29.81655303126807
            ],
            [
              -93.31561134323695,
              29.81655303126807
            ],
            [
              -93.31561134323695,
              29.802977956626094
            ],
            [
              -93.33117760236604,
              29.802977956626094
            ]
          ]
        ]
      },
      "bbox": [
        -93.33117760236604,
        29.802977956626094,
        -93.31561134323695,
        29.81655303126807
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.412337+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN680970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN680970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN680970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            468000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN680985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.33122223367039,
              29.81651503679249
            ],
            [
              -93.33122223367039,
              29.830090104324867
            ],
            [
              -93.31565385357338,
              29.830090104324867
            ],
            [
              -93.31565385357338,
              29.81651503679249
            ],
            [
              -93.33122223367039,
              29.81651503679249
            ]
          ]
        ]
      },
      "bbox": [
        -93.33122223367039,
        29.81651503679249,
        -93.31565385357338,
        29.830090104324867
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.420294+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN680985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN680985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN680985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            468000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN695925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.31552640946684,
              29.764028924580685
            ],
            [
              -93.31552640946684,
              29.77597775697216
            ],
            [
              -93.29997340095784,
              29.77597775697216
            ],
            [
              -93.29997340095784,
              29.764028924580685
            ],
            [
              -93.31552640946684,
              29.764028924580685
            ]
          ]
        ]
      },
      "bbox": [
        -93.31552640946684,
        29.764028924580685,
        -93.29997340095784,
        29.77597775697216
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.428121+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN695925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN695925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN695925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1320,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            469500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN695940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.31556886187357,
              29.77594164525958
            ],
            [
              -93.31556886187357,
              29.789514933138214
            ],
            [
              -93.30000889911905,
              29.789514933138214
            ],
            [
              -93.30000889911905,
              29.77594164525958
            ],
            [
              -93.31556886187357,
              29.77594164525958
            ]
          ]
        ]
      },
      "bbox": [
        -93.31556886187357,
        29.77594164525958,
        -93.30000889911905,
        29.789514933138214
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.436068+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN695940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN695940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN695940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            469500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN695955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.31561134323695,
              29.789478801727775
            ],
            [
              -93.31561134323695,
              29.803052081513307
            ],
            [
              -93.30004926380528,
              29.803052081513307
            ],
            [
              -93.30004926380528,
              29.789478801727775
            ],
            [
              -93.31561134323695,
              29.789478801727775
            ]
          ]
        ]
      },
      "bbox": [
        -93.31561134323695,
        29.789478801727775,
        -93.30004926380528,
        29.803052081513307
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.443909+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN695955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN695955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN695955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            469500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN695970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.31565385357338,
              29.803015930399823
            ],
            [
              -93.31565385357338,
              29.81658920208978
            ],
            [
              -93.30008965602418,
              29.81658920208978
            ],
            [
              -93.30008965602418,
              29.803015930399823
            ],
            [
              -93.31565385357338,
              29.803015930399823
            ]
          ]
        ]
      },
      "bbox": [
        -93.31565385357338,
        29.803015930399823,
        -93.30008965602418,
        29.81658920208978
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.451922+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN695970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN695970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN695970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            469500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN695985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.31569639289923,
              29.81655303126807
            ],
            [
              -93.31569639289923,
              29.83012629485999
            ],
            [
              -93.30013007579132,
              29.83012629485999
            ],
            [
              -93.30013007579132,
              29.81655303126807
            ],
            [
              -93.31569639289923,
              29.81655303126807
            ]
          ]
        ]
      },
      "bbox": [
        -93.31569639289923,
        29.81655303126807,
        -93.30013007579132,
        29.83012629485999
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.460202+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN695985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN695985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN695985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            469500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN710925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.30000889911905,
              29.767133453537745
            ],
            [
              -93.30000889911905,
              29.776012047999053
            ],
            [
              -93.28446636774063,
              29.776012047999053
            ],
            [
              -93.28446636774063,
              29.767133453537745
            ],
            [
              -93.30000889911905,
              29.767133453537745
            ]
          ]
        ]
      },
      "bbox": [
        -93.30000889911905,
        29.767133453537745,
        -93.28446636774063,
        29.776012047999053
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.468260+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN710925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN710925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN710925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            980,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            471000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN710940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.30004926380528,
              29.77597775697216
            ],
            [
              -93.30004926380528,
              29.78954924286985
            ],
            [
              -93.28449136125413,
              29.78954924286985
            ],
            [
              -93.28449136125413,
              29.77597775697216
            ],
            [
              -93.30004926380528,
              29.77597775697216
            ]
          ]
        ]
      },
      "bbox": [
        -93.30004926380528,
        29.77597775697216,
        -93.28449136125413,
        29.78954924286985
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.476421+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN710940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN710940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN710940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            471000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN710955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.30008965602418,
              29.789514933138214
            ],
            [
              -93.30008965602418,
              29.803086409954613
            ],
            [
              -93.28452963820432,
              29.803086409954613
            ],
            [
              -93.28452963820432,
              29.789514933138214
            ],
            [
              -93.30008965602418,
              29.789514933138214
            ]
          ]
        ]
      },
      "bbox": [
        -93.30008965602418,
        29.789514933138214,
        -93.28452963820432,
        29.803086409954613
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.484954+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN710955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN710955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN710955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            471000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN710970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.30013007579132,
              29.803052081513307
            ],
            [
              -93.30013007579132,
              29.816623549245676
            ],
            [
              -93.28456794126316,
              29.816623549245676
            ],
            [
              -93.28456794126316,
              29.803052081513307
            ],
            [
              -93.30013007579132,
              29.803052081513307
            ]
          ]
        ]
      },
      "bbox": [
        -93.30013007579132,
        29.803052081513307,
        -93.28456794126316,
        29.816623549245676
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.492954+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN710970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN710970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN710970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            471000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN710985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.30017052312225,
              29.81658920208978
            ],
            [
              -93.30017052312225,
              29.830160660735395
            ],
            [
              -93.28460627044544,
              29.830160660735395
            ],
            [
              -93.28460627044544,
              29.81658920208978
            ],
            [
              -93.30017052312225,
              29.81658920208978
            ]
          ]
        ]
      },
      "bbox": [
        -93.30017052312225,
        29.81658920208978,
        -93.28460627044544,
        29.830160660735395
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.501054+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN710985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN710985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN710985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            471000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN725925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.28449136125413,
              29.7700015245711
            ],
            [
              -93.28449136125413,
              29.776044518328952
            ],
            [
              -93.26895773720024,
              29.776044518328952
            ],
            [
              -93.26895773720024,
              29.7700015245711
            ],
            [
              -93.28449136125413,
              29.7700015245711
            ]
          ]
        ]
      },
      "bbox": [
        -93.28449136125413,
        29.7700015245711,
        -93.26895773720024,
        29.776044518328952
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.509147+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN725925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN725925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN725925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            666,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            472500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN725940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.28452963820432,
              29.776012047999053
            ],
            [
              -93.28452963820432,
              29.789581730911372
            ],
            [
              -93.26897379729532,
              29.789581730911372
            ],
            [
              -93.26897379729532,
              29.776012047999053
            ],
            [
              -93.28452963820432,
              29.776012047999053
            ]
          ]
        ]
      },
      "bbox": [
        -93.28452963820432,
        29.776012047999053,
        -93.26897379729532,
        29.789581730911372
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.517230+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN725940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN725940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN725940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            472500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN725955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.28456794126316,
              29.78954924286985
            ],
            [
              -93.28456794126316,
              29.803118915712403
            ],
            [
              -93.26900998649472,
              29.803118915712403
            ],
            [
              -93.26900998649472,
              29.78954924286985
            ],
            [
              -93.28456794126316,
              29.78954924286985
            ]
          ]
        ]
      },
      "bbox": [
        -93.28456794126316,
        29.78954924286985,
        -93.26900998649472,
        29.803118915712403
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.525413+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN725955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN725955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN725955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            472500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN725970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.28460627044544,
              29.803086409954613
            ],
            [
              -93.28460627044544,
              29.816656072724406
            ],
            [
              -93.26904620037875,
              29.816656072724406
            ],
            [
              -93.26904620037875,
              29.803086409954613
            ],
            [
              -93.28460627044544,
              29.803086409954613
            ]
          ]
        ]
      },
      "bbox": [
        -93.28460627044544,
        29.803086409954613,
        -93.26904620037875,
        29.816656072724406
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.533573+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN725970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN725970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN725970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            472500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN725985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.28464462576588,
              29.816623549245676
            ],
            [
              -93.28464462576588,
              29.830193201939714
            ],
            [
              -93.26908243896136,
              29.830193201939714
            ],
            [
              -93.26908243896136,
              29.816623549245676
            ],
            [
              -93.28464462576588,
              29.816623549245676
            ]
          ]
        ]
      },
      "bbox": [
        -93.28464462576588,
        29.816623549245676,
        -93.26908243896136,
        29.830193201939714
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.541675+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN725985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN725985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN725985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            472500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN740925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.26897379729532,
              29.7731565760499
            ],
            [
              -93.26897379729532,
              29.776075167951117
            ],
            [
              -93.25344893670224,
              29.776075167951117
            ],
            [
              -93.25344893670224,
              29.7731565760499
            ],
            [
              -93.26897379729532,
              29.7731565760499
            ]
          ]
        ]
      },
      "bbox": [
        -93.26897379729532,
        29.7731565760499,
        -93.25344893670224,
        29.776075167951117
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.549781+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN740925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN740925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN740925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            320,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            474000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN740940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.26900998649472,
              29.776044518328952
            ],
            [
              -93.26900998649472,
              29.78961239725203
            ],
            [
              -93.2534562086658,
              29.78961239725203
            ],
            [
              -93.2534562086658,
              29.776044518328952
            ],
            [
              -93.26900998649472,
              29.776044518328952
            ]
          ]
        ]
      },
      "bbox": [
        -93.26900998649472,
        29.776044518328952,
        -93.2534562086658,
        29.78961239725203
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.557834+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN740940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN740940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN740940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            474000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN740955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.26904620037875,
              29.789581730911372
            ],
            [
              -93.26904620037875,
              29.80314959877594
            ],
            [
              -93.25349031010047,
              29.80314959877594
            ],
            [
              -93.25349031010047,
              29.789581730911372
            ],
            [
              -93.26904620037875,
              29.789581730911372
            ]
          ]
        ]
      },
      "bbox": [
        -93.26904620037875,
        29.789581730911372,
        -93.25349031010047,
        29.80314959877594
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.566124+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN740955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN740955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN740955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            474000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN740970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.26908243896136,
              29.803118915712403
            ],
            [
              -93.26908243896136,
              29.816686772515222
            ],
            [
              -93.25352443479575,
              29.816686772515222
            ],
            [
              -93.25352443479575,
              29.803118915712403
            ],
            [
              -93.26908243896136,
              29.803118915712403
            ]
          ]
        ]
      },
      "bbox": [
        -93.26908243896136,
        29.803118915712403,
        -93.25352443479575,
        29.816686772515222
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.574329+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN740970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN740970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN740970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            474000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN740985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.26911870225653,
              29.816656072724406
            ],
            [
              -93.26911870225653,
              29.830223918462227
            ],
            [
              -93.25355858276477,
              29.830223918462227
            ],
            [
              -93.25355858276477,
              29.816656072724406
            ],
            [
              -93.26911870225653,
              29.816656072724406
            ]
          ]
        ]
      },
      "bbox": [
        -93.26911870225653,
        29.816656072724406,
        -93.25355858276477,
        29.830223918462227
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.582390+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN740985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN740985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN740985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            474000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN755925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.2534562086658,
              29.773882134190465
            ],
            [
              -93.2534562086658,
              29.77610399685545
            ],
            [
              -93.23793341263088,
              29.77610399685545
            ],
            [
              -93.23793341263088,
              29.773882134190465
            ],
            [
              -93.2534562086658,
              29.773882134190465
            ]
          ]
        ]
      },
      "bbox": [
        -93.2534562086658,
        29.773882134190465,
        -93.23793341263088,
        29.77610399685545
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.590464+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN755925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN755925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN755925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            243,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            475500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN755940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.25349031010047,
              29.776075167951117
            ],
            [
              -93.25349031010047,
              29.789641241881707
            ],
            [
              -93.23793859678882,
              29.789641241881707
            ],
            [
              -93.23793859678882,
              29.776075167951117
            ],
            [
              -93.25349031010047,
              29.776075167951117
            ]
          ]
        ]
      },
      "bbox": [
        -93.25349031010047,
        29.776075167951117,
        -93.23793859678882,
        29.789641241881707
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.598781+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN755940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN755940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN755940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            475500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN755955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.25352443479575,
              29.78961239725203
            ],
            [
              -93.25352443479575,
              29.80317845913511
            ],
            [
              -93.23797061044566,
              29.80317845913511
            ],
            [
              -93.23797061044566,
              29.78961239725203
            ],
            [
              -93.25352443479575,
              29.78961239725203
            ]
          ]
        ]
      },
      "bbox": [
        -93.25352443479575,
        29.78961239725203,
        -93.23797061044566,
        29.80317845913511
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.606949+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN755955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN755955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN755955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            475500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN755970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.25355858276477,
              29.80314959877594
            ],
            [
              -93.25355858276477,
              29.816715648608014
            ],
            [
              -93.23800264593902,
              29.816715648608014
            ],
            [
              -93.23800264593902,
              29.80314959877594
            ],
            [
              -93.25355858276477,
              29.80314959877594
            ]
          ]
        ]
      },
      "bbox": [
        -93.25355858276477,
        29.80314959877594,
        -93.23800264593902,
        29.816715648608014
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.615047+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN755970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN755970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN755970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            475500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN755985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.25359275402067,
              29.816686772515222
            ],
            [
              -93.25359275402067,
              29.830252810292784
            ],
            [
              -93.23803470328124,
              29.830252810292784
            ],
            [
              -93.23803470328124,
              29.816686772515222
            ],
            [
              -93.25359275402067,
              29.816686772515222
            ]
          ]
        ]
      },
      "bbox": [
        -93.25359275402067,
        29.816686772515222,
        -93.23803470328124,
        29.830252810292784
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.623142+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN755985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN755985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN755985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            475500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN770925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.23793859678882,
              29.773766563069756
            ],
            [
              -93.23793859678882,
              29.77613100503245
            ],
            [
              -93.22241579795374,
              29.77613100503245
            ],
            [
              -93.22241579795374,
              29.773766563069756
            ],
            [
              -93.23793859678882,
              29.773766563069756
            ]
          ]
        ]
      },
      "bbox": [
        -93.23793859678882,
        29.773766563069756,
        -93.22241579795374,
        29.77613100503245
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.631258+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN770925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN770925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN770925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            259,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            477000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN770940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.23797061044566,
              29.77610399685545
            ],
            [
              -93.23797061044566,
              29.789668264790897
            ],
            [
              -93.22242096308766,
              29.789668264790897
            ],
            [
              -93.22242096308766,
              29.77610399685545
            ],
            [
              -93.23797061044566,
              29.77610399685545
            ]
          ]
        ]
      },
      "bbox": [
        -93.23797061044566,
        29.77610399685545,
        -93.22242096308766,
        29.789668264790897
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.639506+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN770940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN770940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN770940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            477000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN770955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.23800264593902,
              29.789641241881707
            ],
            [
              -93.23800264593902,
              29.803205496780375
            ],
            [
              -93.2224508889543,
              29.803205496780375
            ],
            [
              -93.2224508889543,
              29.789641241881707
            ],
            [
              -93.23800264593902,
              29.789641241881707
            ]
          ]
        ]
      },
      "bbox": [
        -93.23800264593902,
        29.789641241881707,
        -93.2224508889543,
        29.803205496780375
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.647421+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN770955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN770955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN770955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            477000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN770970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.23803470328124,
              29.80317845913511
            ],
            [
              -93.23803470328124,
              29.816742700993224
            ],
            [
              -93.2224808352334,
              29.816742700993224
            ],
            [
              -93.2224808352334,
              29.80317845913511
            ],
            [
              -93.23803470328124,
              29.80317845913511
            ]
          ]
        ]
      },
      "bbox": [
        -93.23803470328124,
        29.80317845913511,
        -93.2224808352334,
        29.816742700993224
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.655621+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN770970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN770970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN770970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            477000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN770985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.23806678248472,
              29.816715648608014
            ],
            [
              -93.23806678248472,
              29.83027987742183
            ],
            [
              -93.22251080193651,
              29.83027987742183
            ],
            [
              -93.22251080193651,
              29.816715648608014
            ],
            [
              -93.23806678248472,
              29.816715648608014
            ]
          ]
        ]
      },
      "bbox": [
        -93.23806678248472,
        29.816715648608014,
        -93.22251080193651,
        29.83027987742183
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.663767+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN770985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN770985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN770985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            477000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN785925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.22242096308766,
              29.772105921109585
            ],
            [
              -93.22242096308766,
              29.776156192473177
            ],
            [
              -93.20689503546163,
              29.776156192473177
            ],
            [
              -93.20689503546163,
              29.772105921109585
            ],
            [
              -93.22242096308766,
              29.772105921109585
            ]
          ]
        ]
      },
      "bbox": [
        -93.22242096308766,
        29.772105921109585,
        -93.20689503546163,
        29.776156192473177
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.671888+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN785925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN785925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN785925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            446,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            478500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN785940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.2224508889543,
              29.77613100503245
            ],
            [
              -93.2224508889543,
              29.789693465970675
            ],
            [
              -93.20690330898556,
              29.789693465970675
            ],
            [
              -93.20690330898556,
              29.77613100503245
            ],
            [
              -93.2224508889543,
              29.77613100503245
            ]
          ]
        ]
      },
      "bbox": [
        -93.2224508889543,
        29.77613100503245,
        -93.20690330898556,
        29.789693465970675
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.680334+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN785940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN785940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN785940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            478500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN785955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.2224808352334,
              29.789668264790897
            ],
            [
              -93.2224808352334,
              29.803230711702813
            ],
            [
              -93.20693114705047,
              29.803230711702813
            ],
            [
              -93.20693114705047,
              29.789668264790897
            ],
            [
              -93.2224808352334,
              29.789668264790897
            ]
          ]
        ]
      },
      "bbox": [
        -93.2224808352334,
        29.789668264790897,
        -93.20693114705047,
        29.803230711702813
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.688202+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN785955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN785955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN785955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            478500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN785970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.22251080193651,
              29.803205496780375
            ],
            [
              -93.22251080193651,
              29.81676792966194
            ],
            [
              -93.20695900410378,
              29.81676792966194
            ],
            [
              -93.20695900410378,
              29.803205496780375
            ],
            [
              -93.22251080193651,
              29.803205496780375
            ]
          ]
        ]
      },
      "bbox": [
        -93.22251080193651,
        29.803205496780375,
        -93.20695900410378,
        29.81676792966194
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.696147+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN785970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN785970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN785970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            478500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN785985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.22254078907518,
              29.816742700993224
            ],
            [
              -93.22254078907518,
              29.830305119840432
            ],
            [
              -93.20698688015621,
              29.830305119840432
            ],
            [
              -93.20698688015621,
              29.816742700993224
            ],
            [
              -93.22254078907518,
              29.816742700993224
            ]
          ]
        ]
      },
      "bbox": [
        -93.22254078907518,
        29.816742700993224,
        -93.20698688015621,
        29.830305119840432
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.704209+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN785985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN785985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN785985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            478500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN800925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.20690330898556,
              29.769802689206923
            ],
            [
              -93.20690330898556,
              29.776179559169336
            ],
            [
              -93.19137355650737,
              29.776179559169336
            ],
            [
              -93.19137355650737,
              29.769802689206923
            ],
            [
              -93.20690330898556,
              29.769802689206923
            ]
          ]
        ]
      },
      "bbox": [
        -93.20690330898556,
        29.769802689206923,
        -93.19137355650737,
        29.776179559169336
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.712242+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN800925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN800925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN800925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            704,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            480000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN800940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.20693114705047,
              29.776156192473177
            ],
            [
              -93.20693114705047,
              29.78971684541272
            ],
            [
              -93.19138563590577,
              29.78971684541272
            ],
            [
              -93.19138563590577,
              29.776156192473177
            ],
            [
              -93.20693114705047,
              29.776156192473177
            ]
          ]
        ]
      },
      "bbox": [
        -93.20693114705047,
        29.776156192473177,
        -93.19138563590577,
        29.78971684541272
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.720526+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN800940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN800940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN800940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            480000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN800955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.20695900410378,
              29.789693465970675
            ],
            [
              -93.20695900410378,
              29.803254103894094
            ],
            [
              -93.19141138615825,
              29.803254103894094
            ],
            [
              -93.19141138615825,
              29.789693465970675
            ],
            [
              -93.20695900410378,
              29.789693465970675
            ]
          ]
        ]
      },
      "bbox": [
        -93.20695900410378,
        29.789693465970675,
        -93.19141138615825,
        29.803254103894094
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.728765+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN800955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN800955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN800955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            480000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN800970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.20698688015621,
              29.803230711702813
            ],
            [
              -93.20698688015621,
              29.816791334605814
            ],
            [
              -93.19143715397503,
              29.816791334605814
            ],
            [
              -93.19143715397503,
              29.803230711702813
            ],
            [
              -93.20698688015621,
              29.803230711702813
            ]
          ]
        ]
      },
      "bbox": [
        -93.20698688015621,
        29.803230711702813,
        -93.19143715397503,
        29.816791334605814
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.736894+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN800970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN800970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN800970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            480000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN800985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.20701477521852,
              29.81676792966194
            ],
            [
              -93.20701477521852,
              29.83032853754026
            ],
            [
              -93.19146293936606,
              29.83032853754026
            ],
            [
              -93.19146293936606,
              29.81676792966194
            ],
            [
              -93.20701477521852,
              29.81676792966194
            ]
          ]
        ]
      },
      "bbox": [
        -93.20701477521852,
        29.81676792966194,
        -93.19146293936606,
        29.83032853754026
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.744918+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN800985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN800985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN800985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            480000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN815925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.19138563590577,
              29.76710053697946
            ],
            [
              -93.19138563590577,
              29.776201105113206
            ],
            [
              -93.17585208470616,
              29.776201105113206
            ],
            [
              -93.17585208470616,
              29.76710053697946
            ],
            [
              -93.19138563590577,
              29.76710053697946
            ]
          ]
        ]
      },
      "bbox": [
        -93.19138563590577,
        29.76710053697946,
        -93.17585208470616,
        29.776201105113206
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.753087+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN815925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN815925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN815925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1006,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            481500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN815940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.19141138615825,
              29.776179559169336
            ],
            [
              -93.19141138615825,
              29.789738403109308
            ],
            [
              -93.17586794527162,
              29.789738403109308
            ],
            [
              -93.17586794527162,
              29.776179559169336
            ],
            [
              -93.19141138615825,
              29.776179559169336
            ]
          ]
        ]
      },
      "bbox": [
        -93.19141138615825,
        29.776179559169336,
        -93.17586794527162,
        29.789738403109308
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.761175+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN815940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN815940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN815940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            481500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN815955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.19143715397503,
              29.78971684541272
            ],
            [
              -93.19143715397503,
              29.803275673346494
            ],
            [
              -93.17589160770173,
              29.803275673346494
            ],
            [
              -93.17589160770173,
              29.78971684541272
            ],
            [
              -93.19143715397503,
              29.78971684541272
            ]
          ]
        ]
      },
      "bbox": [
        -93.19143715397503,
        29.78971684541272,
        -93.17589160770173,
        29.803275673346494
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.769327+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN815955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN815955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN815955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            481500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN815970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.19146293936606,
              29.803254103894094
            ],
            [
              -93.19146293936606,
              29.81681291581712
            ],
            [
              -93.17591528627206,
              29.81681291581712
            ],
            [
              -93.17591528627206,
              29.803254103894094
            ],
            [
              -93.19146293936606,
              29.803254103894094
            ]
          ]
        ]
      },
      "bbox": [
        -93.19146293936606,
        29.803254103894094,
        -93.17591528627206,
        29.81681291581712
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.777308+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN815970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN815970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN815970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            481500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN815985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.19148874234125,
              29.816791334605814
            ],
            [
              -93.19148874234125,
              29.83035013051357
            ],
            [
              -93.17593898099172,
              29.83035013051357
            ],
            [
              -93.17593898099172,
              29.816791334605814
            ],
            [
              -93.19148874234125,
              29.816791334605814
            ]
          ]
        ]
      },
      "bbox": [
        -93.19148874234125,
        29.816791334605814,
        -93.17593898099172,
        29.83035013051357
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.785490+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN815985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN815985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN815985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            481500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN830925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.17586794527162,
              29.764387533719237
            ],
            [
              -93.17586794527162,
              29.776220830297675
            ],
            [
              -93.16033142309139,
              29.776220830297675
            ],
            [
              -93.16033142309139,
              29.764387533719237
            ],
            [
              -93.17586794527162,
              29.764387533719237
            ]
          ]
        ]
      },
      "bbox": [
        -93.17586794527162,
        29.764387533719237,
        -93.16033142309139,
        29.776220830297675
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.793127+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN830925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN830925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN830925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1309,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            483000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN830940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.17589160770173,
              29.776201105113206
            ],
            [
              -93.17589160770173,
              29.78975813905333
            ],
            [
              -93.16035023850635,
              29.78975813905333
            ],
            [
              -93.16035023850635,
              29.776201105113206
            ],
            [
              -93.17589160770173,
              29.776201105113206
            ]
          ]
        ]
      },
      "bbox": [
        -93.17589160770173,
        29.776201105113206,
        -93.16035023850635,
        29.78975813905333
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.800551+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN830940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN830940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN830940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            483000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN830955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.17591528627206,
              29.789738403109308
            ],
            [
              -93.17591528627206,
              29.803295420052898
            ],
            [
              -93.160371813105,
              29.803295420052898
            ],
            [
              -93.160371813105,
              29.789738403109308
            ],
            [
              -93.17591528627206,
              29.789738403109308
            ]
          ]
        ]
      },
      "bbox": [
        -93.17591528627206,
        29.789738403109308,
        -93.160371813105,
        29.803295420052898
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.807921+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN830955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN830955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN830955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            483000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN830970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.17593898099172,
              29.803275673346494
            ],
            [
              -93.17593898099172,
              29.81683267328874
            ],
            [
              -93.16039340241976,
              29.81683267328874
            ],
            [
              -93.16039340241976,
              29.803275673346494
            ],
            [
              -93.17593898099172,
              29.803275673346494
            ]
          ]
        ]
      },
      "bbox": [
        -93.17593898099172,
        29.803275673346494,
        -93.16039340241976,
        29.81683267328874
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.815260+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN830970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN830970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN830970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            483000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN830985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.17596269186984,
              29.81681291581712
            ],
            [
              -93.17596269186984,
              29.830369898753247
            ],
            [
              -93.16041500645892,
              29.830369898753247
            ],
            [
              -93.16041500645892,
              29.81681291581712
            ],
            [
              -93.17596269186984,
              29.81681291581712
            ]
          ]
        ]
      },
      "bbox": [
        -93.17596269186984,
        29.81681291581712,
        -93.16041500645892,
        29.830369898753247
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.822970+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN830985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN830985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN830985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            483000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN845910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.15105033052744,
              29.761268478509592
            ],
            [
              -93.15105033052744,
              29.762701388448313
            ],
            [
              -93.14481099312599,
              29.762701388448313
            ],
            [
              -93.14481099312599,
              29.761268478509592
            ],
            [
              -93.15105033052744,
              29.761268478509592
            ]
          ]
        ]
      },
      "bbox": [
        -93.15105033052744,
        29.761268478509592,
        -93.14481099312599,
        29.762701388448313
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.830576+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN845910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN845910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN845910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            158,
            603
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            485397.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN845925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.16035023850635,
              29.762683493793556
            ],
            [
              -93.16035023850635,
              29.776238734716237
            ],
            [
              -93.14481304355891,
              29.776238734716237
            ],
            [
              -93.14481304355891,
              29.762683493793556
            ],
            [
              -93.16035023850635,
              29.762683493793556
            ]
          ]
        ]
      },
      "bbox": [
        -93.16035023850635,
        29.762683493793556,
        -93.14481304355891,
        29.776238734716237
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.838062+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN845925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN845925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN845925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            484500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN845940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.160371813105,
              29.776220830297675
            ],
            [
              -93.160371813105,
              29.789776053238285
            ],
            [
              -93.14483251703331,
              29.789776053238285
            ],
            [
              -93.14483251703331,
              29.776220830297675
            ],
            [
              -93.160371813105,
              29.776220830297675
            ]
          ]
        ]
      },
      "bbox": [
        -93.160371813105,
        29.776220830297675,
        -93.14483251703331,
        29.789776053238285
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.845709+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN845940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN845940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN845940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            484500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN845955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.16039340241976,
              29.78975813905333
            ],
            [
              -93.16039340241976,
              29.80331334400679
            ],
            [
              -93.14485200379217,
              29.80331334400679
            ],
            [
              -93.14485200379217,
              29.78975813905333
            ],
            [
              -93.16039340241976,
              29.78975813905333
            ]
          ]
        ]
      },
      "bbox": [
        -93.16039340241976,
        29.78975813905333,
        -93.14485200379217,
        29.80331334400679
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.853205+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN845955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN845955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN845955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            484500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN845970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.16041500645892,
              29.803295420052898
            ],
            [
              -93.16041500645892,
              29.81685060701415
            ],
            [
              -93.14487150384302,
              29.81685060701415
            ],
            [
              -93.14487150384302,
              29.803295420052898
            ],
            [
              -93.16041500645892,
              29.803295420052898
            ]
          ]
        ]
      },
      "bbox": [
        -93.16041500645892,
        29.803295420052898,
        -93.14487150384302,
        29.81685060701415
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.860728+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN845970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN845970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN845970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            484500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN845985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.16043662523083,
              29.81683267328874
            ],
            [
              -93.16043662523083,
              29.83038784225274
            ],
            [
              -93.14489101719337,
              29.83038784225274
            ],
            [
              -93.14489101719337,
              29.81683267328874
            ],
            [
              -93.16043662523083,
              29.81683267328874
            ]
          ]
        ]
      },
      "bbox": [
        -93.16043662523083,
        29.81683267328874,
        -93.14489101719337,
        29.83038784225274
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.868109+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN845985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN845985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN845985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            484500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN860910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.14481304355891,
              29.757737687866364
            ],
            [
              -93.14481304355891,
              29.762717463324172
            ],
            [
              -93.12929102294409,
              29.762717463324172
            ],
            [
              -93.12929102294409,
              29.757737687866364
            ],
            [
              -93.14481304355891,
              29.757737687866364
            ]
          ]
        ]
      },
      "bbox": [
        -93.14481304355891,
        29.757737687866364,
        -93.12929102294409,
        29.762717463324172
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.875655+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN860910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN860910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN860910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            550,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            486000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN860925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.14483251703331,
              29.762701388448313
            ],
            [
              -93.14483251703331,
              29.776254818362993
            ],
            [
              -93.12929739522536,
              29.776254818362993
            ],
            [
              -93.12929739522536,
              29.762701388448313
            ],
            [
              -93.14483251703331,
              29.762701388448313
            ]
          ]
        ]
      },
      "bbox": [
        -93.14483251703331,
        29.762701388448313,
        -93.12929739522536,
        29.776254818362993
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.883183+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN860925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN860925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN860925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            486000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN860940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.14485200379217,
              29.776238734716237
            ],
            [
              -93.14485200379217,
              29.78979214565823
            ],
            [
              -93.12931478227577,
              29.78979214565823
            ],
            [
              -93.12931478227577,
              29.776238734716237
            ],
            [
              -93.14485200379217,
              29.776238734716237
            ]
          ]
        ]
      },
      "bbox": [
        -93.14485200379217,
        29.776238734716237,
        -93.12931478227577,
        29.78979214565823
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.890689+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN860940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN860940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN860940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            486000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN860955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.14487150384302,
              29.789776053238285
            ],
            [
              -93.14487150384302,
              29.80332944520225
            ],
            [
              -93.12933218118735,
              29.80332944520225
            ],
            [
              -93.12933218118735,
              29.789776053238285
            ],
            [
              -93.14487150384302,
              29.789776053238285
            ]
          ]
        ]
      },
      "bbox": [
        -93.14487150384302,
        29.789776053238285,
        -93.12933218118735,
        29.80332944520225
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.898238+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN860955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN860955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN860955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            486000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN860970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.14489101719337,
              29.80331334400679
            ],
            [
              -93.14489101719337,
              29.81686671698742
            ],
            [
              -93.12934959196679,
              29.81686671698742
            ],
            [
              -93.12934959196679,
              29.80331334400679
            ],
            [
              -93.14489101719337,
              29.80331334400679
            ]
          ]
        ]
      },
      "bbox": [
        -93.14489101719337,
        29.80331334400679,
        -93.12934959196679,
        29.81686671698742
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.905837+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN860970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN860970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN860970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            486000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN860985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.14491054385076,
              29.81685060701415
            ],
            [
              -93.14491054385076,
              29.83040396100613
            ],
            [
              -93.12936701462081,
              29.83040396100613
            ],
            [
              -93.12936701462081,
              29.81685060701415
            ],
            [
              -93.14491054385076,
              29.81685060701415
            ]
          ]
        ]
      },
      "bbox": [
        -93.14491054385076,
        29.81685060701415,
        -93.12936701462081,
        29.83040396100613
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.913303+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN860985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN860985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN860985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            486000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN875910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.12929739522536,
              29.75412574093814
            ],
            [
              -93.12929739522536,
              29.762731718415825
            ],
            [
              -93.11377202965578,
              29.762731718415825
            ],
            [
              -93.11377202965578,
              29.75412574093814
            ],
            [
              -93.12929739522536,
              29.75412574093814
            ]
          ]
        ]
      },
      "bbox": [
        -93.12929739522536,
        29.75412574093814,
        -93.11377202965578,
        29.762731718415825
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.920709+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN875910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN875910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN875910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            952,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            487500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN875925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.12931478227577,
              29.762717463324172
            ],
            [
              -93.12931478227577,
              29.77626908123263
            ],
            [
              -93.11378173503734,
              29.77626908123263
            ],
            [
              -93.11378173503734,
              29.762717463324172
            ],
            [
              -93.12931478227577,
              29.762717463324172
            ]
          ]
        ]
      },
      "bbox": [
        -93.12931478227577,
        29.762717463324172,
        -93.11378173503734,
        29.77626908123263
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.927984+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN875925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN875925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN875925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            487500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN875940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.12933218118735,
              29.776254818362993
            ],
            [
              -93.12933218118735,
              29.789806416307872
            ],
            [
              -93.11379703565709,
              29.789806416307872
            ],
            [
              -93.11379703565709,
              29.776254818362993
            ],
            [
              -93.12933218118735,
              29.776254818362993
            ]
          ]
        ]
      },
      "bbox": [
        -93.12933218118735,
        29.776254818362993,
        -93.11379703565709,
        29.789806416307872
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.935344+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN875940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN875940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN875940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            487500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN875955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.12934959196679,
              29.78979214565823
            ],
            [
              -93.12934959196679,
              29.803343723633958
            ],
            [
              -93.11381234671467,
              29.803343723633958
            ],
            [
              -93.11381234671467,
              29.78979214565823
            ],
            [
              -93.12934959196679,
              29.78979214565823
            ]
          ]
        ]
      },
      "bbox": [
        -93.12934959196679,
        29.78979214565823,
        -93.11381234671467,
        29.803343723633958
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.942853+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN875955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN875955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN875955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            487500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN875970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.12936701462081,
              29.80332944520225
            ],
            [
              -93.12936701462081,
              29.816881003203243
            ],
            [
              -93.11382766821599,
              29.816881003203243
            ],
            [
              -93.11382766821599,
              29.80332944520225
            ],
            [
              -93.12936701462081,
              29.80332944520225
            ]
          ]
        ]
      },
      "bbox": [
        -93.12936701462081,
        29.80332944520225,
        -93.11382766821599,
        29.816881003203243
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.950371+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN875970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN875970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN875970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            487500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN875985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.12938444915612,
              29.81686671698742
            ],
            [
              -93.12938444915612,
              29.83041825500811
            ],
            [
              -93.11384300016695,
              29.83041825500811
            ],
            [
              -93.11384300016695,
              29.81686671698742
            ],
            [
              -93.12938444915612,
              29.81686671698742
            ]
          ]
        ]
      },
      "bbox": [
        -93.12938444915612,
        29.81686671698742,
        -93.11384300016695,
        29.83041825500811
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.957786+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN875985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN875985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN875985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            487500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN890910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.11378173503734,
              29.750286345064413
            ],
            [
              -93.11378173503734,
              29.76274415371858
            ],
            [
              -93.098253924127,
              29.76274415371858
            ],
            [
              -93.098253924127,
              29.750286345064413
            ],
            [
              -93.11378173503734,
              29.750286345064413
            ]
          ]
        ]
      },
      "bbox": [
        -93.11378173503734,
        29.750286345064413,
        -93.098253924127,
        29.76274415371858
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.965963+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN890910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN890910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN890910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1379,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            489000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN890925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.11379703565709,
              29.762731718415825
            ],
            [
              -93.11379703565709,
              29.77628152332042
            ],
            [
              -93.09826606441734,
              29.77628152332042
            ],
            [
              -93.09826606441734,
              29.762731718415825
            ],
            [
              -93.11379703565709,
              29.762731718415825
            ]
          ]
        ]
      },
      "bbox": [
        -93.11379703565709,
        29.762731718415825,
        -93.09826606441734,
        29.77628152332042
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.973896+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN890925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN890925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN890925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            489000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN890940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.11381234671467,
              29.77626908123263
            ],
            [
              -93.11381234671467,
              29.789818865182504
            ],
            [
              -93.09827927860054,
              29.789818865182504
            ],
            [
              -93.09827927860054,
              29.77626908123263
            ],
            [
              -93.11381234671467,
              29.77626908123263
            ]
          ]
        ]
      },
      "bbox": [
        -93.11381234671467,
        29.77626908123263,
        -93.09827927860054,
        29.789818865182504
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.981593+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN890940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN890940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN890940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            489000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN890955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.11382766821599,
              29.789806416307872
            ],
            [
              -93.11382766821599,
              29.80335617929719
            ],
            [
              -93.09829250179826,
              29.80335617929719
            ],
            [
              -93.09829250179826,
              29.789806416307872
            ],
            [
              -93.11382766821599,
              29.789806416307872
            ]
          ]
        ]
      },
      "bbox": [
        -93.11382766821599,
        29.789806416307872,
        -93.09829250179826,
        29.80335617929719
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.989144+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN890955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN890955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN890955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            489000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN890970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.11384300016695,
              29.803343723633958
            ],
            [
              -93.11384300016695,
              29.816893465656875
            ],
            [
              -93.09830573401554,
              29.816893465656875
            ],
            [
              -93.09830573401554,
              29.803343723633958
            ],
            [
              -93.11384300016695,
              29.803343723633958
            ]
          ]
        ]
      },
      "bbox": [
        -93.11384300016695,
        29.803343723633958,
        -93.09830573401554,
        29.816893465656875
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:40.996683+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN890970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN890970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN890970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            489000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN890985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.11385834257347,
              29.816881003203243
            ],
            [
              -93.11385834257347,
              29.830430724253937
            ],
            [
              -93.09831897525756,
              29.830430724253937
            ],
            [
              -93.09831897525756,
              29.816881003203243
            ],
            [
              -93.11385834257347,
              29.816881003203243
            ]
          ]
        ]
      },
      "bbox": [
        -93.11385834257347,
        29.816881003203243,
        -93.09831897525756,
        29.830430724253937
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.004334+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN890985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN890985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN890985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            489000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN905895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.09383665683266,
              29.746917626144302
            ],
            [
              -93.09383665683266,
              29.749217366103775
            ],
            [
              -93.08273738237128,
              29.749217366103775
            ],
            [
              -93.08273738237128,
              29.746917626144302
            ],
            [
              -93.09383665683266,
              29.746917626144302
            ]
          ]
        ]
      },
      "bbox": [
        -93.09383665683266,
        29.746917626144302,
        -93.08273738237128,
        29.749217366103775
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.011733+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN905895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN905895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN905895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            254,
            1073
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            490927.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN905910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.09826606441734,
              29.749206756384627
            ],
            [
              -93.09826606441734,
              29.762754769228327
            ],
            [
              -93.0827392646333,
              29.762754769228327
            ],
            [
              -93.0827392646333,
              29.749206756384627
            ],
            [
              -93.09826606441734,
              29.749206756384627
            ]
          ]
        ]
      },
      "bbox": [
        -93.09826606441734,
        29.749206756384627,
        -93.0827392646333,
        29.762754769228327
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.019309+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN905910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN905910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN905910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            490500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN905925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.09827927860054,
              29.76274415371858
            ],
            [
              -93.09827927860054,
              29.77629214462229
            ],
            [
              -93.08275038478797,
              29.77629214462229
            ],
            [
              -93.08275038478797,
              29.76274415371858
            ],
            [
              -93.09827927860054,
              29.76274415371858
            ]
          ]
        ]
      },
      "bbox": [
        -93.09827927860054,
        29.76274415371858,
        -93.08275038478797,
        29.77629214462229
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.026993+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN905925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN905925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN905925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            490500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN905940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.09829250179826,
              29.77628152332042
            ],
            [
              -93.09829250179826,
              29.789829492278013
            ],
            [
              -93.0827615125295,
              29.789829492278013
            ],
            [
              -93.0827615125295,
              29.77628152332042
            ],
            [
              -93.09829250179826,
              29.77628152332042
            ]
          ]
        ]
      },
      "bbox": [
        -93.09829250179826,
        29.77628152332042,
        -93.0827615125295,
        29.789829492278013
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.034598+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN905940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN905940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN905940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            490500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN905955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.09830573401554,
              29.789818865182504
            ],
            [
              -93.09830573401554,
              29.803366812187868
            ],
            [
              -93.08277264786223,
              29.803366812187868
            ],
            [
              -93.08277264786223,
              29.789818865182504
            ],
            [
              -93.09830573401554,
              29.789818865182504
            ]
          ]
        ]
      },
      "bbox": [
        -93.09830573401554,
        29.789818865182504,
        -93.08277264786223,
        29.803366812187868
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.042078+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN905955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN905955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN905955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            490500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN905970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.09831897525756,
              29.80335617929719
            ],
            [
              -93.09831897525756,
              29.816904104344236
            ],
            [
              -93.0827837907904,
              29.816904104344236
            ],
            [
              -93.0827837907904,
              29.80335617929719
            ],
            [
              -93.09831897525756,
              29.80335617929719
            ]
          ]
        ]
      },
      "bbox": [
        -93.09831897525756,
        29.80335617929719,
        -93.0827837907904,
        29.816904104344236
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.049715+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN905970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN905970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN905970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            490500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN905985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.09833222552936,
              29.816893465656875
            ],
            [
              -93.09833222552936,
              29.830441368739507
            ],
            [
              -93.08279494131834,
              29.830441368739507
            ],
            [
              -93.08279494131834,
              29.816893465656875
            ],
            [
              -93.09833222552936,
              29.816893465656875
            ]
          ]
        ]
      },
      "bbox": [
        -93.09833222552936,
        29.816893465656875,
        -93.08279494131834,
        29.830441368739507
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.057192+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN905985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN905985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN905985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            490500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN920895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.0827392646333,
              29.74362189804762
            ],
            [
              -93.0827392646333,
              29.749226157019088
            ],
            [
              -93.06722192971921,
              29.749226157019088
            ],
            [
              -93.06722192971921,
              29.74362189804762
            ],
            [
              -93.0827392646333,
              29.74362189804762
            ]
          ]
        ]
      },
      "bbox": [
        -93.0827392646333,
        29.74362189804762,
        -93.06722192971921,
        29.749226157019088
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.064627+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN920895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN920895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN920895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            620,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            492000.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN920910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.08275038478797,
              29.749217366103775
            ],
            [
              -93.08275038478797,
              29.76276356494156
            ],
            [
              -93.0672256624404,
              29.76276356494156
            ],
            [
              -93.0672256624404,
              29.749217366103775
            ],
            [
              -93.08275038478797,
              29.749217366103775
            ]
          ]
        ]
      },
      "bbox": [
        -93.08275038478797,
        29.749217366103775,
        -93.0672256624404,
        29.76276356494156
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.072066+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN920910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN920910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN920910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            492000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN920925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.0827615125295,
              29.762754769228327
            ],
            [
              -93.0827615125295,
              29.776300945134704
            ],
            [
              -93.06723469757168,
              29.776300945134704
            ],
            [
              -93.06723469757168,
              29.762754769228327
            ],
            [
              -93.0827615125295,
              29.762754769228327
            ]
          ]
        ]
      },
      "bbox": [
        -93.0827615125295,
        29.762754769228327,
        -93.06723469757168,
        29.776300945134704
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.079720+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN920925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN920925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN920925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            492000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN920940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.08277264786223,
              29.77629214462229
            ],
            [
              -93.08277264786223,
              29.789838297590876
            ],
            [
              -93.06724373886729,
              29.789838297590876
            ],
            [
              -93.06724373886729,
              29.77629214462229
            ],
            [
              -93.08277264786223,
              29.77629214462229
            ]
          ]
        ]
      },
      "bbox": [
        -93.08277264786223,
        29.77629214462229,
        -93.06724373886729,
        29.789838297590876
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.087250+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN920940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN920940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN920940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            492000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN920955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.0827837907904,
              29.789829492278013
            ],
            [
              -93.0827837907904,
              29.803375622302447
            ],
            [
              -93.06725278633074,
              29.803375622302447
            ],
            [
              -93.06725278633074,
              29.789829492278013
            ],
            [
              -93.0827837907904,
              29.789829492278013
            ]
          ]
        ]
      },
      "bbox": [
        -93.0827837907904,
        29.789829492278013,
        -93.06725278633074,
        29.803375622302447
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.094828+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN920955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN920955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN920955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            492000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN920970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.08279494131834,
              29.803366812187868
            ],
            [
              -93.08279494131834,
              29.81691291926179
            ],
            [
              -93.06726183996551,
              29.81691291926179
            ],
            [
              -93.06726183996551,
              29.803366812187868
            ],
            [
              -93.08279494131834,
              29.803366812187868
            ]
          ]
        ]
      },
      "bbox": [
        -93.08279494131834,
        29.803366812187868,
        -93.06726183996551,
        29.81691291926179
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.102196+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN920970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN920970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN920970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            492000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN920985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.08280609945034,
              29.816904104344236
            ],
            [
              -93.08280609945034,
              29.8304501884613
            ],
            [
              -93.06727089977508,
              29.8304501884613
            ],
            [
              -93.06727089977508,
              29.816904104344236
            ],
            [
              -93.08280609945034,
              29.816904104344236
            ]
          ]
        ]
      },
      "bbox": [
        -93.08280609945034,
        29.816904104344236,
        -93.06727089977508,
        29.8304501884613
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.109633+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN920985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN920985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN920985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            492000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN935895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.0672256624404,
              29.73983117962511
            ],
            [
              -93.0672256624404,
              29.749233129127653
            ],
            [
              -93.05170723350012,
              29.749233129127653
            ],
            [
              -93.05170723350012,
              29.73983117962511
            ],
            [
              -93.0672256624404,
              29.73983117962511
            ]
          ]
        ]
      },
      "bbox": [
        -93.0672256624404,
        29.73983117962511,
        -93.05170723350012,
        29.749233129127653
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.117159+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN935895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN935895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN935895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1041,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            493500.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN935910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.06723469757168,
              29.749226157019088
            ],
            [
              -93.06723469757168,
              29.76277054085538
            ],
            [
              -93.05171205408666,
              29.76277054085538
            ],
            [
              -93.05171205408666,
              29.749226157019088
            ],
            [
              -93.06723469757168,
              29.749226157019088
            ]
          ]
        ]
      },
      "bbox": [
        -93.06723469757168,
        29.749226157019088,
        -93.05171205408666,
        29.76277054085538
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.124550+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN935910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN935910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN935910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            493500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN935925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.06724373886729,
              29.76276356494156
            ],
            [
              -93.06724373886729,
              29.776307924854784
            ],
            [
              -93.05171900419104,
              29.776307924854784
            ],
            [
              -93.05171900419104,
              29.76276356494156
            ],
            [
              -93.06724373886729,
              29.76276356494156
            ]
          ]
        ]
      },
      "bbox": [
        -93.06724373886729,
        29.76276356494156,
        -93.05171900419104,
        29.776307924854784
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.131964+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN935925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN935925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN935925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            493500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN935940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.06725278633074,
              29.776300945134704
            ],
            [
              -93.06725278633074,
              29.789845281118208
            ],
            [
              -93.05172595903724,
              29.789845281118208
            ],
            [
              -93.05172595903724,
              29.776300945134704
            ],
            [
              -93.06725278633074,
              29.776300945134704
            ]
          ]
        ]
      },
      "bbox": [
        -93.06725278633074,
        29.776300945134704,
        -93.05172595903724,
        29.789845281118208
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.139298+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN935940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN935940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN935940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            493500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN935955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.06726183996551,
              29.789838297590876
            ],
            [
              -93.06726183996551,
              29.803382609638028
            ],
            [
              -93.05173291862793,
              29.803382609638028
            ],
            [
              -93.05173291862793,
              29.789838297590876
            ],
            [
              -93.06726183996551,
              29.789838297590876
            ]
          ]
        ]
      },
      "bbox": [
        -93.06726183996551,
        29.789838297590876,
        -93.05173291862793,
        29.803382609638028
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.146843+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN935955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN935955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN935955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            493500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN935970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.06727089977508,
              29.803375622302447
            ],
            [
              -93.06727089977508,
              29.816919910406636
            ],
            [
              -93.0517398829658,
              29.816919910406636
            ],
            [
              -93.0517398829658,
              29.803375622302447
            ],
            [
              -93.06727089977508,
              29.803375622302447
            ]
          ]
        ]
      },
      "bbox": [
        -93.06727089977508,
        29.803375622302447,
        -93.0517398829658,
        29.816919910406636
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.155251+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN935970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN935970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN935970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            493500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN935985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.06727996576296,
              29.81691291926179
            ],
            [
              -93.06727996576296,
              29.830457183416407
            ],
            [
              -93.05174685205353,
              29.830457183416407
            ],
            [
              -93.05174685205353,
              29.81691291926179
            ],
            [
              -93.06727996576296,
              29.81691291926179
            ]
          ]
        ]
      },
      "bbox": [
        -93.06727996576296,
        29.81691291926179,
        -93.05174685205353,
        29.830457183416407
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.162682+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN935985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN935985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN935985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            493500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN950880",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.03741381969448,
              29.735339502036574
            ],
            [
              -93.03741381969448,
              29.735700840166892
            ],
            [
              -93.03619344963484,
              29.735700840166892
            ],
            [
              -93.03619344963484,
              29.735339502036574
            ],
            [
              -93.03741381969448,
              29.735339502036574
            ]
          ]
        ]
      },
      "bbox": [
        -93.03741381969448,
        29.735339502036574,
        -93.03619344963484,
        29.735700840166892
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.170216+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN950880.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN950880": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN950880.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            40,
            118
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            496382.0,
            0.0,
            -1.0,
            3289500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN950895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.05171205408666,
              29.735695689679208
            ],
            [
              -93.05171205408666,
              29.74923828242718
            ],
            [
              -93.03619357923631,
              29.74923828242718
            ],
            [
              -93.03619357923631,
              29.735695689679208
            ],
            [
              -93.05171205408666,
              29.735695689679208
            ]
          ]
        ]
      },
      "bbox": [
        -93.05171205408666,
        29.735695689679208,
        -93.03619357923631,
        29.74923828242718
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.177818+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN950895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN950895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN950895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            495000.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN950910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.05171900419104,
              29.749233129127653
            ],
            [
              -93.05171900419104,
              29.76277569696749
            ],
            [
              -93.03619844099374,
              29.76277569696749
            ],
            [
              -93.03619844099374,
              29.749233129127653
            ],
            [
              -93.05171900419104,
              29.749233129127653
            ]
          ]
        ]
      },
      "bbox": [
        -93.05171900419104,
        29.749233129127653,
        -93.03619844099374,
        29.76277569696749
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.185294+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN950910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN950910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN950910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            495000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN950925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.05172595903724,
              29.76277054085538
            ],
            [
              -93.05172595903724,
              29.77631308378022
            ],
            [
              -93.0362033060686,
              29.77631308378022
            ],
            [
              -93.0362033060686,
              29.76277054085538
            ],
            [
              -93.05172595903724,
              29.76277054085538
            ]
          ]
        ]
      },
      "bbox": [
        -93.05172595903724,
        29.76277054085538,
        -93.0362033060686,
        29.77631308378022
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.192729+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN950925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN950925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN950925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            495000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN950940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.05173291862793,
              29.776307924854784
            ],
            [
              -93.05173291862793,
              29.789850442857688
            ],
            [
              -93.0362081744627,
              29.789850442857688
            ],
            [
              -93.0362081744627,
              29.776307924854784
            ],
            [
              -93.05173291862793,
              29.776307924854784
            ]
          ]
        ]
      },
      "bbox": [
        -93.05173291862793,
        29.776307924854784,
        -93.0362081744627,
        29.789850442857688
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.200236+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN950940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN950940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN950940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            495000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN950955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.0517398829658,
              29.789845281118208
            ],
            [
              -93.0517398829658,
              29.803387774192306
            ],
            [
              -93.03621304617796,
              29.803387774192306
            ],
            [
              -93.03621304617796,
              29.789845281118208
            ],
            [
              -93.0517398829658,
              29.789845281118208
            ]
          ]
        ]
      },
      "bbox": [
        -93.0517398829658,
        29.789845281118208,
        -93.03621304617796,
        29.803387774192306
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.207698+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN950955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN950955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN950955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            495000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN950970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.05174685205353,
              29.803382609638028
            ],
            [
              -93.05174685205353,
              29.816925077776464
            ],
            [
              -93.03621792121625,
              29.816925077776464
            ],
            [
              -93.03621792121625,
              29.803382609638028
            ],
            [
              -93.05174685205353,
              29.803382609638028
            ]
          ]
        ]
      },
      "bbox": [
        -93.05174685205353,
        29.803382609638028,
        -93.03621792121625,
        29.816925077776464
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.215345+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN950970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN950970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN950970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            495000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN950985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.0517538258938,
              29.816919910406636
            ],
            [
              -93.0517538258938,
              29.830462353602513
            ],
            [
              -93.03622279957942,
              29.830462353602513
            ],
            [
              -93.03622279957942,
              29.816919910406636
            ],
            [
              -93.0517538258938,
              29.816919910406636
            ]
          ]
        ]
      },
      "bbox": [
        -93.0517538258938,
        29.816919910406636,
        -93.03622279957942,
        29.830462353602513
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.222895+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN950985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN950985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN950985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            495000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN965880",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.03619357923631,
              29.730565629819147
            ],
            [
              -93.03619357923631,
              29.735704172836243
            ],
            [
              -93.02068099308734,
              29.735704172836243
            ],
            [
              -93.02068099308734,
              29.730565629819147
            ],
            [
              -93.03619357923631,
              29.730565629819147
            ]
          ]
        ]
      },
      "bbox": [
        -93.03619357923631,
        29.730565629819147,
        -93.02068099308734,
        29.735704172836243
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.230850+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN965880.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN965880": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN965880.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            569,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            496500.0,
            0.0,
            -1.0,
            3289500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN965895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.03619844099374,
              29.735700840166892
            ],
            [
              -93.03619844099374,
              29.74924161691596
            ],
            [
              -93.0206820464357,
              29.74924161691596
            ],
            [
              -93.0206820464357,
              29.735700840166892
            ],
            [
              -93.03619844099374,
              29.735700840166892
            ]
          ]
        ]
      },
      "bbox": [
        -93.03619844099374,
        29.735700840166892,
        -93.0206820464357,
        29.74924161691596
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.238463+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN965895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN965895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN965895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            496500.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN965910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.0362033060686,
              29.74923828242718
            ],
            [
              -93.0362033060686,
              29.762779033276175
            ],
            [
              -93.02068482458345,
              29.762779033276175
            ],
            [
              -93.02068482458345,
              29.74923828242718
            ],
            [
              -93.0362033060686,
              29.74923828242718
            ]
          ]
        ]
      },
      "bbox": [
        -93.0362033060686,
        29.74923828242718,
        -93.02068482458345,
        29.762779033276175
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.245963+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN965910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN965910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN965910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            496500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN965925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.0362081744627,
              29.76277569696749
            ],
            [
              -93.0362081744627,
              29.776316421909286
            ],
            [
              -93.02068760462687,
              29.776316421909286
            ],
            [
              -93.02068760462687,
              29.76277569696749
            ],
            [
              -93.0362081744627,
              29.76277569696749
            ]
          ]
        ]
      },
      "bbox": [
        -93.0362081744627,
        29.76277569696749,
        -93.02068760462687,
        29.776316421909286
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.253446+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN965925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN965925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN965925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            496500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN965940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.03621304617796,
              29.77631308378022
            ],
            [
              -93.03621304617796,
              29.78985378280763
            ],
            [
              -93.02069038656701,
              29.78985378280763
            ],
            [
              -93.02069038656701,
              29.77631308378022
            ],
            [
              -93.03621304617796,
              29.77631308378022
            ]
          ]
        ]
      },
      "bbox": [
        -93.03621304617796,
        29.77631308378022,
        -93.02069038656701,
        29.78985378280763
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.260755+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN965940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN965940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN965940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            496500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN965955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.03621792121625,
              29.789850442857688
            ],
            [
              -93.03621792121625,
              29.803391115963592
            ],
            [
              -93.02069317040497,
              29.803391115963592
            ],
            [
              -93.02069317040497,
              29.789850442857688
            ],
            [
              -93.03621792121625,
              29.789850442857688
            ]
          ]
        ]
      },
      "bbox": [
        -93.03621792121625,
        29.789850442857688,
        -93.02069317040497,
        29.803391115963592
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.268257+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN965955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN965955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN965955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            496500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN965970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.03622279957942,
              29.803387774192306
            ],
            [
              -93.03622279957942,
              29.816928421369553
            ],
            [
              -93.02069595614178,
              29.816928421369553
            ],
            [
              -93.02069595614178,
              29.803387774192306
            ],
            [
              -93.03622279957942,
              29.803387774192306
            ]
          ]
        ]
      },
      "bbox": [
        -93.03622279957942,
        29.803387774192306,
        -93.02069595614178,
        29.816928421369553
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.275865+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN965970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN965970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN965970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            496500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN965985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.03622768126938,
              29.816925077776464
            ],
            [
              -93.03622768126938,
              29.830465699017907
            ],
            [
              -93.02069874377854,
              29.830465699017907
            ],
            [
              -93.02069874377854,
              29.816925077776464
            ],
            [
              -93.03622768126938,
              29.816925077776464
            ]
          ]
        ]
      },
      "bbox": [
        -93.03622768126938,
        29.816925077776464,
        -93.02069874377854,
        29.830465699017907
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.283456+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN965985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN965985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN965985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            496500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN980865",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.01404122465925,
              29.720606247857376
            ],
            [
              -93.01404122465925,
              29.72216821506782
            ],
            [
              -93.00516973765892,
              29.72216821506782
            ],
            [
              -93.00516973765892,
              29.720606247857376
            ],
            [
              -93.01404122465925,
              29.720606247857376
            ]
          ]
        ]
      },
      "bbox": [
        -93.01404122465925,
        29.720606247857376,
        -93.00516973765892,
        29.72216821506782
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.295960+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN980865.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN980865": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN980865.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            173,
            858
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            498642.0,
            0.0,
            -1.0,
            3288000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN980880",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.0206820464357,
              29.72216670104469
            ],
            [
              -93.0206820464357,
              29.73570568768617
            ],
            [
              -93.00516981767713,
              29.73570568768617
            ],
            [
              -93.00516981767713,
              29.72216670104469
            ],
            [
              -93.0206820464357,
              29.72216670104469
            ]
          ]
        ]
      },
      "bbox": [
        -93.0206820464357,
        29.72216670104469,
        -93.00516981767713,
        29.73570568768617
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.310060+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN980880.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN980880": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN980880.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            498000.0,
            0.0,
            -1.0,
            3289500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN980895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.02068482458345,
              29.735704172836243
            ],
            [
              -93.02068482458345,
              29.749243132592902
            ],
            [
              -93.00517051174049,
              29.749243132592902
            ],
            [
              -93.00517051174049,
              29.735704172836243
            ],
            [
              -93.02068482458345,
              29.735704172836243
            ]
          ]
        ]
      },
      "bbox": [
        -93.02068482458345,
        29.735704172836243,
        -93.00517051174049,
        29.749243132592902
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.323983+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN980895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN980895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN980895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            498000.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN980910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.02068760462687,
              29.74924161691596
            ],
            [
              -93.02068760462687,
              29.762780549780352
            ],
            [
              -93.0051712062775,
              29.762780549780352
            ],
            [
              -93.0051712062775,
              29.74924161691596
            ],
            [
              -93.02068760462687,
              29.74924161691596
            ]
          ]
        ]
      },
      "bbox": [
        -93.02068760462687,
        29.74924161691596,
        -93.0051712062775,
        29.762780549780352
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.337992+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN980910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN980910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN980910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            498000.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN980925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.02069038656701,
              29.762779033276175
            ],
            [
              -93.02069038656701,
              29.776317939240897
            ],
            [
              -93.00517190128843,
              29.776317939240897
            ],
            [
              -93.00517190128843,
              29.762779033276175
            ],
            [
              -93.02069038656701,
              29.762779033276175
            ]
          ]
        ]
      },
      "bbox": [
        -93.02069038656701,
        29.762779033276175,
        -93.00517190128843,
        29.776317939240897
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.352419+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN980925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN980925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN980925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            498000.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN980940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.02069317040497,
              29.776316421909286
            ],
            [
              -93.02069317040497,
              29.789855300966916
            ],
            [
              -93.00517259677353,
              29.789855300966916
            ],
            [
              -93.00517259677353,
              29.776316421909286
            ],
            [
              -93.02069317040497,
              29.776316421909286
            ]
          ]
        ]
      },
      "bbox": [
        -93.02069317040497,
        29.776316421909286,
        -93.00517259677353,
        29.789855300966916
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.366821+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN980940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN980940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN980940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            498000.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN980955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.02069595614178,
              29.78985378280763
            ],
            [
              -93.02069595614178,
              29.803392634950754
            ],
            [
              -93.0051732927331,
              29.803392634950754
            ],
            [
              -93.0051732927331,
              29.78985378280763
            ],
            [
              -93.02069595614178,
              29.78985378280763
            ]
          ]
        ]
      },
      "bbox": [
        -93.02069595614178,
        29.78985378280763,
        -93.0051732927331,
        29.803392634950754
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.381382+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN980955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN980955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN980955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            498000.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN980970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.02069874377854,
              29.803391115963592
            ],
            [
              -93.02069874377854,
              29.816929941184828
            ],
            [
              -93.00517398916737,
              29.816929941184828
            ],
            [
              -93.00517398916737,
              29.803391115963592
            ],
            [
              -93.02069874377854,
              29.803391115963592
            ]
          ]
        ]
      },
      "bbox": [
        -93.02069874377854,
        29.803391115963592,
        -93.00517398916737,
        29.816929941184828
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.395846+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN980970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN980970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN980970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            498000.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN980985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.02070153331633,
              29.816928421369553
            ],
            [
              -93.02070153331633,
              29.83046721966149
            ],
            [
              -93.00517468607664,
              29.83046721966149
            ],
            [
              -93.00517468607664,
              29.816928421369553
            ],
            [
              -93.02070153331633,
              29.816928421369553
            ]
          ]
        ]
      },
      "bbox": [
        -93.02070153331633,
        29.816928421369553,
        -93.00517468607664,
        29.83046721966149
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.409929+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN980985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN980985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN980985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            498000.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN995865",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.00516981767713,
              29.720570488686164
            ],
            [
              -93.00516981767713,
              29.722168314993358
            ],
            [
              -92.98966036469834,
              29.722168314993358
            ],
            [
              -92.98966036469834,
              29.720570488686164
            ],
            [
              -93.00516981767713,
              29.720570488686164
            ]
          ]
        ]
      },
      "bbox": [
        -93.00516981767713,
        29.720570488686164,
        -92.98966036469834,
        29.722168314993358
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.424064+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN995865.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN995865": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN995865.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            177,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            499500.0,
            0.0,
            -1.0,
            3288000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN995880",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.00517051174049,
              29.722167912263185
            ],
            [
              -93.00517051174049,
              29.735705787666266
            ],
            [
              -92.98965897657163,
              29.735705787666266
            ],
            [
              -92.98965897657163,
              29.722167912263185
            ],
            [
              -93.00517051174049,
              29.722167912263185
            ]
          ]
        ]
      },
      "bbox": [
        -93.00517051174049,
        29.722167912263185,
        -92.98965897657163,
        29.735705787666266
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.438190+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN995880.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN995880": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN995880.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            499500.0,
            0.0,
            -1.0,
            3289500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN995895",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.0051712062775,
              29.73570538471617
            ],
            [
              -93.0051712062775,
              29.749243232627585
            ],
            [
              -92.98965758749763,
              29.749243232627585
            ],
            [
              -92.98965758749763,
              29.73570538471617
            ],
            [
              -93.0051712062775,
              29.73570538471617
            ]
          ]
        ]
      },
      "bbox": [
        -93.0051712062775,
        29.73570538471617,
        -92.98965758749763,
        29.749243232627585
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.452101+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN995895.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN995895": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN995895.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            499500.0,
            0.0,
            -1.0,
            3291000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN995910",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.00517190128843,
              29.749242829457504
            ],
            [
              -93.00517190128843,
              29.76278064986963
            ],
            [
              -92.9896561974758,
              29.76278064986963
            ],
            [
              -92.9896561974758,
              29.749242829457504
            ],
            [
              -93.00517190128843,
              29.749242829457504
            ]
          ]
        ]
      },
      "bbox": [
        -93.00517190128843,
        29.749242829457504,
        -92.9896561974758,
        29.76278064986963
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.466156+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN995910.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN995910": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN995910.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            499500.0,
            0.0,
            -1.0,
            3292500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN995925",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.00517259677353,
              29.7627802464795
            ],
            [
              -93.00517259677353,
              29.776318039384797
            ],
            [
              -92.98965480650561,
              29.776318039384797
            ],
            [
              -92.98965480650561,
              29.7627802464795
            ],
            [
              -93.00517259677353,
              29.7627802464795
            ]
          ]
        ]
      },
      "bbox": [
        -93.00517259677353,
        29.7627802464795,
        -92.98965480650561,
        29.776318039384797
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.480747+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN995925.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN995925": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN995925.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            499500.0,
            0.0,
            -1.0,
            3294000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN995940",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.0051732927331,
              29.77631763577457
            ],
            [
              -93.0051732927331,
              29.789855401165433
            ],
            [
              -92.98965341458651,
              29.789855401165433
            ],
            [
              -92.98965341458651,
              29.77631763577457
            ],
            [
              -93.0051732927331,
              29.77631763577457
            ]
          ]
        ]
      },
      "bbox": [
        -93.0051732927331,
        29.77631763577457,
        -92.98965341458651,
        29.789855401165433
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.495282+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN995940.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN995940": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN995940.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            499500.0,
            0.0,
            -1.0,
            3295500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN995955",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.00517398916737,
              29.78985499733504
            ],
            [
              -93.00517398916737,
              29.803392735203918
            ],
            [
              -92.98965202171799,
              29.803392735203918
            ],
            [
              -92.98965202171799,
              29.78985499733504
            ],
            [
              -93.00517398916737,
              29.78985499733504
            ]
          ]
        ]
      },
      "bbox": [
        -93.00517398916737,
        29.78985499733504,
        -92.98965202171799,
        29.803392735203918
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.509542+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN995955.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN995955": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN995955.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            499500.0,
            0.0,
            -1.0,
            3297000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN995970",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.00517468607664,
              29.80339233115331
            ],
            [
              -93.00517468607664,
              29.81693004149264
            ],
            [
              -92.9896506278995,
              29.81693004149264
            ],
            [
              -92.9896506278995,
              29.80339233115331
            ],
            [
              -93.00517468607664,
              29.80339233115331
            ]
          ]
        ]
      },
      "bbox": [
        -93.00517468607664,
        29.80339233115331,
        -92.9896506278995,
        29.81693004149264
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.524134+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN995970.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN995970": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN995970.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            499500.0,
            0.0,
            -1.0,
            3298500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVN995985",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.00517538346116,
              29.81692963722176
            ],
            [
              -93.00517538346116,
              29.830467320023974
            ],
            [
              -92.98964923313048,
              29.830467320023974
            ],
            [
              -92.98964923313048,
              29.81692963722176
            ],
            [
              -93.00517538346116,
              29.81692963722176
            ]
          ]
        ]
      },
      "bbox": [
        -93.00517538346116,
        29.81692963722176,
        -92.98964923313048,
        29.830467320023974
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.538723+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVN995985.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVN995985": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVN995985.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            499500.0,
            0.0,
            -1.0,
            3300000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP185000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.82838930459475,
              29.82787002136351
            ],
            [
              -93.82838930459475,
              29.82808886594396
            ],
            [
              -93.82802528873013,
              29.82808886594396
            ],
            [
              -93.82802528873013,
              29.82787002136351
            ],
            [
              -93.82838930459475,
              29.82787002136351
            ]
          ]
        ]
      },
      "bbox": [
        -93.82838930459475,
        29.82787002136351,
        -93.82802528873013,
        29.82808886594396
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.553339+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP185000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP185000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP185000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            24,
            35
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            419965.0,
            0.0,
            -1.0,
            3300024.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP200000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.82804798213122,
              29.827872292332398
            ],
            [
              -93.82804798213122,
              29.830720986116976
            ],
            [
              -93.81250112915704,
              29.830720986116976
            ],
            [
              -93.81250112915704,
              29.827872292332398
            ],
            [
              -93.82804798213122,
              29.827872292332398
            ]
          ]
        ]
      },
      "bbox": [
        -93.82804798213122,
        29.827872292332398,
        -93.81250112915704,
        29.830720986116976
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.567847+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP200000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP200000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP200000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            305,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            420000.0,
            0.0,
            -1.0,
            3300305.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP215000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.81261067389966,
              29.827968686328315
            ],
            [
              -93.81261067389966,
              29.84159919729809
            ],
            [
              -93.79697689494584,
              29.84159919729809
            ],
            [
              -93.79697689494584,
              29.827968686328315
            ],
            [
              -93.81261067389966,
              29.827968686328315
            ]
          ]
        ]
      },
      "bbox": [
        -93.81261067389966,
        29.827968686328315,
        -93.79697689494584,
        29.84159919729809
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.581967+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP215000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP215000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP215000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            421500.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP215015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.80042183578206,
              29.84157922722866
            ],
            [
              -93.80042183578206,
              29.84605702768694
            ],
            [
              -93.79708434719272,
              29.84605702768694
            ],
            [
              -93.79708434719272,
              29.84157922722866
            ],
            [
              -93.80042183578206,
              29.84157922722866
            ]
          ]
        ]
      },
      "bbox": [
        -93.80042183578206,
        29.84157922722866,
        -93.79708434719272,
        29.84605702768694
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.596050+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP215015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP215015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP215015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            494,
            319
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            422681.0,
            0.0,
            -1.0,
            3301994.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP230000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.79708434719272,
              29.828063256376996
            ],
            [
              -93.79708434719272,
              29.841691993899506
            ],
            [
              -93.78145258752203,
              29.841691993899506
            ],
            [
              -93.78145258752203,
              29.828063256376996
            ],
            [
              -93.79708434719272,
              29.828063256376996
            ]
          ]
        ]
      },
      "bbox": [
        -93.79708434719272,
        29.828063256376996,
        -93.78145258752203,
        29.841691993899506
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.610559+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP230000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP230000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP230000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            423000.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP230015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.79719187269366,
              29.84159919729809
            ],
            [
              -93.79719187269366,
              29.855227957247365
            ],
            [
              -93.78155794723176,
              29.855227957247365
            ],
            [
              -93.78155794723176,
              29.84159919729809
            ],
            [
              -93.79719187269366,
              29.84159919729809
            ]
          ]
        ]
      },
      "bbox": [
        -93.79719187269366,
        29.84159919729809,
        -93.78155794723176,
        29.855227957247365
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.624591+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP230015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP230015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP230015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            423000.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP230030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78976196788011,
              29.85518039996753
            ],
            [
              -93.78976196788011,
              29.868763892482885
            ],
            [
              -93.78166337876918,
              29.868763892482885
            ],
            [
              -93.78166337876918,
              29.85518039996753
            ],
            [
              -93.78976196788011,
              29.85518039996753
            ]
          ]
        ]
      },
      "bbox": [
        -93.78976196788011,
        29.85518039996753,
        -93.78166337876918,
        29.868763892482885
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.638432+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP230030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP230030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP230030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            772
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            423728.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP230045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78282616562697,
              29.868757694737592
            ],
            [
              -93.78282616562697,
              29.870243819696803
            ],
            [
              -93.78176888217499,
              29.870243819696803
            ],
            [
              -93.78176888217499,
              29.868757694737592
            ],
            [
              -93.78282616562697,
              29.868757694737592
            ]
          ]
        ]
      },
      "bbox": [
        -93.78282616562697,
        29.868757694737592,
        -93.78176888217499,
        29.870243819696803
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.652412+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP230045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP230045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP230045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            164,
            101
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424399.0,
            0.0,
            -1.0,
            3304664.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP230150",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78691695728075,
              29.975057545166756
            ],
            [
              -93.78691695728075,
              29.97705036138122
            ],
            [
              -93.78260008015583,
              29.97705036138122
            ],
            [
              -93.78260008015583,
              29.975057545166756
            ],
            [
              -93.78691695728075,
              29.975057545166756
            ]
          ]
        ]
      },
      "bbox": [
        -93.78691695728075,
        29.975057545166756,
        -93.78260008015583,
        29.97705036138122
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.666368+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP230150.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP230150": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP230150.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            218,
            415
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424085.0,
            0.0,
            -1.0,
            3316500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP230165",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.79148122114607,
              29.97699802657692
            ],
            [
              -93.79148122114607,
              29.99058604325277
            ],
            [
              -93.78261550157517,
              29.99058604325277
            ],
            [
              -93.78261550157517,
              29.97699802657692
            ],
            [
              -93.79148122114607,
              29.97699802657692
            ]
          ]
        ]
      },
      "bbox": [
        -93.79148122114607,
        29.97699802657692,
        -93.78261550157517,
        29.99058604325277
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.680666+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP230165.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP230165": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP230165.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            845
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            423655.0,
            0.0,
            -1.0,
            3318000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP230180",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7883168368458,
              29.990552833744292
            ],
            [
              -93.7883168368458,
              29.99418652988423
            ],
            [
              -93.78272165363268,
              29.99418652988423
            ],
            [
              -93.78272165363268,
              29.990552833744292
            ],
            [
              -93.7883168368458,
              29.990552833744292
            ]
          ]
        ]
      },
      "bbox": [
        -93.7883168368458,
        29.990552833744292,
        -93.78272165363268,
        29.99418652988423
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.695045+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP230180.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP230180": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP230180.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            399,
            537
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            423963.0,
            0.0,
            -1.0,
            3318399.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP245000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78155794723176,
              29.82815600244719
            ],
            [
              -93.78155794723176,
              29.84178296549813
            ],
            [
              -93.76592820831114,
              29.84178296549813
            ],
            [
              -93.76592820831114,
              29.82815600244719
            ],
            [
              -93.78155794723176,
              29.82815600244719
            ]
          ]
        ]
      },
      "bbox": [
        -93.78155794723176,
        29.82815600244719,
        -93.76592820831114,
        29.84178296549813
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.709328+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP245000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP245000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP245000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP245015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78166337876918,
              29.841691993899506
            ],
            [
              -93.78166337876918,
              29.85531897839656
            ],
            [
              -93.76603147544309,
              29.85531897839656
            ],
            [
              -93.76603147544309,
              29.841691993899506
            ],
            [
              -93.78166337876918,
              29.841691993899506
            ]
          ]
        ]
      },
      "bbox": [
        -93.78166337876918,
        29.841691993899506,
        -93.76603147544309,
        29.85531897839656
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.723886+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP245015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP245015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP245015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP245030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78176888217499,
              29.855227957247365
            ],
            [
              -93.78176888217499,
              29.86885496319571
            ],
            [
              -93.76613481297635,
              29.86885496319571
            ],
            [
              -93.76613481297635,
              29.855227957247365
            ],
            [
              -93.78176888217499,
              29.855227957247365
            ]
          ]
        ]
      },
      "bbox": [
        -93.78176888217499,
        29.855227957247365,
        -93.76613481297635,
        29.86885496319571
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.737991+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP245030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP245030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP245030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP245045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78187445748983,
              29.868763892482885
            ],
            [
              -93.78187445748983,
              29.88239091988776
            ],
            [
              -93.76623822095078,
              29.88239091988776
            ],
            [
              -93.76623822095078,
              29.868763892482885
            ],
            [
              -93.78187445748983,
              29.868763892482885
            ]
          ]
        ]
      },
      "bbox": [
        -93.78187445748983,
        29.868763892482885,
        -93.76623822095078,
        29.88239091988776
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.752267+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP245045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP245045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP245045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3306000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP245060",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.77875921706851,
              29.88231884208384
            ],
            [
              -93.77875921706851,
              29.89592684846484
            ],
            [
              -93.76634169940628,
              29.89592684846484
            ],
            [
              -93.76634169940628,
              29.88231884208384
            ],
            [
              -93.77875921706851,
              29.88231884208384
            ]
          ]
        ]
      },
      "bbox": [
        -93.77875921706851,
        29.88231884208384,
        -93.76634169940628,
        29.89592684846484
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.766433+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP245060.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP245060": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP245060.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1189
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424811.0,
            0.0,
            -1.0,
            3307500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP245075",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.77438986067412,
              29.895881066670235
            ],
            [
              -93.77438986067412,
              29.909462748919136
            ],
            [
              -93.7664452483828,
              29.909462748919136
            ],
            [
              -93.7664452483828,
              29.895881066670235
            ],
            [
              -93.77438986067412,
              29.895881066670235
            ]
          ]
        ]
      },
      "bbox": [
        -93.77438986067412,
        29.895881066670235,
        -93.7664452483828,
        29.909462748919136
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.780291+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP245075.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP245075": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP245075.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            757
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            425243.0,
            0.0,
            -1.0,
            3309000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP245090",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.77013136808553,
              29.909442474803487
            ],
            [
              -93.77013136808553,
              29.922745951883787
            ],
            [
              -93.76654886792026,
              29.922745951883787
            ],
            [
              -93.76654886792026,
              29.909442474803487
            ],
            [
              -93.77013136808553,
              29.909442474803487
            ]
          ]
        ]
      },
      "bbox": [
        -93.77013136808553,
        29.909442474803487,
        -93.76654886792026,
        29.922745951883787
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.793188+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP245090.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP245090": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP245090.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1472,
            336
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            425664.0,
            0.0,
            -1.0,
            3310472.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP245105",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76731233947154,
              29.928292397010324
            ],
            [
              -93.76731233947154,
              29.936083271075255
            ],
            [
              -93.76669315469516,
              29.936083271075255
            ],
            [
              -93.76669315469516,
              29.928292397010324
            ],
            [
              -93.76731233947154,
              29.928292397010324
            ]
          ]
        ]
      },
      "bbox": [
        -93.76731233947154,
        29.928292397010324,
        -93.76669315469516,
        29.936083271075255
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.805359+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP245105.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP245105": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP245105.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            863,
            54
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            425946.0,
            0.0,
            -1.0,
            3311950.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP245150",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78261550157517,
              29.972348961283018
            ],
            [
              -93.78261550157517,
              29.977141829074718
            ],
            [
              -93.76703190413201,
              29.977141829074718
            ],
            [
              -93.76703190413201,
              29.972348961283018
            ],
            [
              -93.78261550157517,
              29.972348961283018
            ]
          ]
        ]
      },
      "bbox": [
        -93.78261550157517,
        29.972348961283018,
        -93.76703190413201,
        29.977141829074718
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.817437+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP245150.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP245150": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP245150.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            521,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3316500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP245165",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.78272165363268,
              29.97705036138122
            ],
            [
              -93.78272165363268,
              29.99067756062797
            ],
            [
              -93.76706802542407,
              29.99067756062797
            ],
            [
              -93.76706802542407,
              29.97705036138122
            ],
            [
              -93.78272165363268,
              29.97705036138122
            ]
          ]
        ]
      },
      "bbox": [
        -93.78272165363268,
        29.97705036138122,
        -93.76706802542407,
        29.99067756062797
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.829759+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP245165.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP245165": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP245165.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3318000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP245180",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7828278779674,
              29.99058604325277
            ],
            [
              -93.7828278779674,
              30.004213264003713
            ],
            [
              -93.76717206916904,
              30.004213264003713
            ],
            [
              -93.76717206916904,
              29.99058604325277
            ],
            [
              -93.7828278779674,
              29.99058604325277
            ]
          ]
        ]
      },
      "bbox": [
        -93.7828278779674,
        29.99058604325277,
        -93.76717206916904,
        30.004213264003713
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.841779+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP245180.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP245180": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP245180.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            424500.0,
            0.0,
            -1.0,
            3319500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP245195",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76818784685351,
              30.00420800329593
            ],
            [
              -93.76818784685351,
              30.005467571089724
            ],
            [
              -93.7672761837559,
              30.005467571089724
            ],
            [
              -93.7672761837559,
              30.00420800329593
            ],
            [
              -93.76818784685351,
              30.00420800329593
            ]
          ]
        ]
      },
      "bbox": [
        -93.76818784685351,
        30.00420800329593,
        -93.7672761837559,
        30.005467571089724
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.853824+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP245195.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP245195": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP245195.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            139,
            87
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            425913.0,
            0.0,
            -1.0,
            3319639.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76603147544309,
              29.82824692450831
            ],
            [
              -93.76603147544309,
              29.84187211206393
            ],
            [
              -93.75040375873876,
              29.84187211206393
            ],
            [
              -93.75040375873876,
              29.82824692450831
            ],
            [
              -93.76603147544309,
              29.82824692450831
            ]
          ]
        ]
      },
      "bbox": [
        -93.76603147544309,
        29.82824692450831,
        -93.75040375873876,
        29.84187211206393
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.866009+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76613481297635,
              29.84178296549813
            ],
            [
              -93.76613481297635,
              29.85540817351895
            ],
            [
              -93.75050493325311,
              29.85540817351895
            ],
            [
              -93.75050493325311,
              29.84178296549813
            ],
            [
              -93.76613481297635,
              29.84178296549813
            ]
          ]
        ]
      },
      "bbox": [
        -93.76613481297635,
        29.84178296549813,
        -93.75050493325311,
        29.85540817351895
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.878098+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76623822095078,
              29.85531897839656
            ],
            [
              -93.76623822095078,
              29.868944206887498
            ],
            [
              -93.75060617674235,
              29.868944206887498
            ],
            [
              -93.75060617674235,
              29.85531897839656
            ],
            [
              -93.76623822095078,
              29.85531897839656
            ]
          ]
        ]
      },
      "bbox": [
        -93.76623822095078,
        29.85531897839656,
        -93.75060617674235,
        29.868944206887498
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.890198+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76634169940628,
              29.86885496319571
            ],
            [
              -93.76634169940628,
              29.88248021216176
            ],
            [
              -93.75070748924553,
              29.88248021216176
            ],
            [
              -93.75070748924553,
              29.86885496319571
            ],
            [
              -93.76634169940628,
              29.86885496319571
            ]
          ]
        ]
      },
      "bbox": [
        -93.76634169940628,
        29.86885496319571,
        -93.75070748924553,
        29.88248021216176
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.902106+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3306000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260060",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7664452483828,
              29.88239091988776
            ],
            [
              -93.7664452483828,
              29.896016189333867
            ],
            [
              -93.75080887080175,
              29.896016189333867
            ],
            [
              -93.75080887080175,
              29.88239091988776
            ],
            [
              -93.7664452483828,
              29.88239091988776
            ]
          ]
        ]
      },
      "bbox": [
        -93.7664452483828,
        29.88239091988776,
        -93.75080887080175,
        29.896016189333867
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.914241+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260060.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260060": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260060.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3307500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260075",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76654886792026,
              29.89592684846484
            ],
            [
              -93.76654886792026,
              29.90955213839603
            ],
            [
              -93.7509103214501,
              29.90955213839603
            ],
            [
              -93.7509103214501,
              29.89592684846484
            ],
            [
              -93.76654886792026,
              29.89592684846484
            ]
          ]
        ]
      },
      "bbox": [
        -93.76654886792026,
        29.89592684846484,
        -93.7509103214501,
        29.90955213839603
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.926509+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260075.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260075": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260075.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3309000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260090",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76665255805872,
              29.909462748919136
            ],
            [
              -93.76665255805872,
              29.923088059340397
            ],
            [
              -93.75101184122978,
              29.923088059340397
            ],
            [
              -93.75101184122978,
              29.909462748919136
            ],
            [
              -93.76665255805872,
              29.909462748919136
            ]
          ]
        ]
      },
      "bbox": [
        -93.76665255805872,
        29.909462748919136,
        -93.75101184122978,
        29.923088059340397
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.938570+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260090.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260090": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260090.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3310500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260105",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76675631883822,
              29.922998621242797
            ],
            [
              -93.76675631883822,
              29.93662395215917
            ],
            [
              -93.75111343017997,
              29.93662395215917
            ],
            [
              -93.75111343017997,
              29.922998621242797
            ],
            [
              -93.76675631883822,
              29.922998621242797
            ]
          ]
        ]
      },
      "bbox": [
        -93.76675631883822,
        29.922998621242797,
        -93.75111343017997,
        29.93662395215917
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.951998+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260105.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260105": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260105.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3312000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260120",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76673580390116,
              29.936535188591254
            ],
            [
              -93.76673580390116,
              29.950159816844533
            ],
            [
              -93.75121508833992,
              29.950159816844533
            ],
            [
              -93.75121508833992,
              29.936535188591254
            ],
            [
              -93.76673580390116,
              29.936535188591254
            ]
          ]
        ]
      },
      "bbox": [
        -93.76673580390116,
        29.936535188591254,
        -93.75121508833992,
        29.950159816844533
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.964192+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260120.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260120": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260120.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1488
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426012.0,
            0.0,
            -1.0,
            3313500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260135",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76088061196211,
              29.95010553794795
            ],
            [
              -93.76088061196211,
              29.963695653388676
            ],
            [
              -93.75131681574891,
              29.963695653388676
            ],
            [
              -93.75131681574891,
              29.95010553794795
            ],
            [
              -93.76088061196211,
              29.95010553794795
            ]
          ]
        ]
      },
      "bbox": [
        -93.76088061196211,
        29.95010553794795,
        -93.75131681574891,
        29.963695653388676
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.976268+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260135.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260135": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260135.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            913
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426587.0,
            0.0,
            -1.0,
            3315000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260150",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76706802542407,
              29.963606069351776
            ],
            [
              -93.76706802542407,
              29.97723146178381
            ],
            [
              -93.75141861244626,
              29.97723146178381
            ],
            [
              -93.75141861244626,
              29.963606069351776
            ],
            [
              -93.76706802542407,
              29.963606069351776
            ]
          ]
        ]
      },
      "bbox": [
        -93.76706802542407,
        29.963606069351776,
        -93.75141861244626,
        29.97723146178381
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:41.988347+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260150.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260150": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260150.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3316500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260165",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76717206916904,
              29.977141829074718
            ],
            [
              -93.76717206916904,
              29.990767242022162
            ],
            [
              -93.7515204784713,
              29.990767242022162
            ],
            [
              -93.7515204784713,
              29.977141829074718
            ],
            [
              -93.76717206916904,
              29.977141829074718
            ]
          ]
        ]
      },
      "bbox": [
        -93.76717206916904,
        29.977141829074718,
        -93.7515204784713,
        29.990767242022162
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.000778+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260165.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260165": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260165.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3318000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260180",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7672761837559,
              29.99067756062797
            ],
            [
              -93.7672761837559,
              30.0043029940959
            ],
            [
              -93.75162241386347,
              30.0043029940959
            ],
            [
              -93.75162241386347,
              29.99067756062797
            ],
            [
              -93.7672761837559,
              29.99067756062797
            ]
          ]
        ]
      },
      "bbox": [
        -93.7672761837559,
        29.99067756062797,
        -93.75162241386347,
        30.0043029940959
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.013546+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260180.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260180": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260180.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3319500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260195",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.76738036922495,
              30.004213264003713
            ],
            [
              -93.76738036922495,
              30.01783871799729
            ],
            [
              -93.7517244186622,
              30.01783871799729
            ],
            [
              -93.7517244186622,
              30.004213264003713
            ],
            [
              -93.76738036922495,
              30.004213264003713
            ]
          ]
        ]
      },
      "bbox": [
        -93.76738036922495,
        30.004213264003713,
        -93.7517244186622,
        30.01783871799729
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.026990+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260195.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260195": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260195.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            426000.0,
            0.0,
            -1.0,
            3321000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP260210",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75474838998916,
              30.017822039342466
            ],
            [
              -93.75474838998916,
              30.018912550887073
            ],
            [
              -93.75182649290694,
              30.018912550887073
            ],
            [
              -93.75182649290694,
              30.017822039342466
            ],
            [
              -93.75474838998916,
              30.017822039342466
            ]
          ]
        ]
      },
      "bbox": [
        -93.75474838998916,
        30.017822039342466,
        -93.75182649290694,
        30.018912550887073
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.039234+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP260210.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP260210": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP260210.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            119,
            281
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427219.0,
            0.0,
            -1.0,
            3321119.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75050493325311,
              29.828336022530305
            ],
            [
              -93.75050493325311,
              29.841959433567464
            ],
            [
              -93.7348792402305,
              29.841959433567464
            ],
            [
              -93.7348792402305,
              29.828336022530305
            ],
            [
              -93.75050493325311,
              29.828336022530305
            ]
          ]
        ]
      },
      "bbox": [
        -93.75050493325311,
        29.828336022530305,
        -93.7348792402305,
        29.841959433567464
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.051608+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75060617674235,
              29.84187211206393
            ],
            [
              -93.75060617674235,
              29.85549554258507
            ],
            [
              -93.73497832208824,
              29.85549554258507
            ],
            [
              -93.73497832208824,
              29.84187211206393
            ],
            [
              -93.75060617674235,
              29.84187211206393
            ]
          ]
        ]
      },
      "bbox": [
        -93.75060617674235,
        29.84187211206393,
        -93.73497832208824,
        29.85549554258507
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.064126+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75070748924553,
              29.85540817351895
            ],
            [
              -93.75070748924553,
              29.869031623528755
            ],
            [
              -93.73507747149442,
              29.869031623528755
            ],
            [
              -93.73507747149442,
              29.85540817351895
            ],
            [
              -93.75070748924553,
              29.85540817351895
            ]
          ]
        ]
      },
      "bbox": [
        -93.75070748924553,
        29.85540817351895,
        -93.73507747149442,
        29.869031623528755
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.076338+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75080887080175,
              29.868944206887498
            ],
            [
              -93.75080887080175,
              29.8825676763907
            ],
            [
              -93.73517668848727,
              29.8825676763907
            ],
            [
              -93.73517668848727,
              29.868944206887498
            ],
            [
              -93.75080887080175,
              29.868944206887498
            ]
          ]
        ]
      },
      "bbox": [
        -93.75080887080175,
        29.868944206887498,
        -93.73517668848727,
        29.8825676763907
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.088610+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3306000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275060",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7509103214501,
              29.88248021216176
            ],
            [
              -93.7509103214501,
              29.89610370116306
            ],
            [
              -93.73527597310506,
              29.89610370116306
            ],
            [
              -93.73527597310506,
              29.88248021216176
            ],
            [
              -93.7509103214501,
              29.88248021216176
            ]
          ]
        ]
      },
      "bbox": [
        -93.7509103214501,
        29.88248021216176,
        -93.73527597310506,
        29.89610370116306
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.100776+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275060.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275060": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275060.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3307500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275075",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75101184122978,
              29.896016189333867
            ],
            [
              -93.75101184122978,
              29.909639697838042
            ],
            [
              -93.73537532538612,
              29.909639697838042
            ],
            [
              -93.73537532538612,
              29.896016189333867
            ],
            [
              -93.75101184122978,
              29.896016189333867
            ]
          ]
        ]
      },
      "bbox": [
        -93.75101184122978,
        29.896016189333867,
        -93.73537532538612,
        29.909639697838042
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.112796+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275075.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275075": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275075.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3309000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275090",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75111343017997,
              29.90955213839603
            ],
            [
              -93.75111343017997,
              29.92317566640781
            ],
            [
              -93.73547474536879,
              29.92317566640781
            ],
            [
              -93.73547474536879,
              29.90955213839603
            ],
            [
              -93.75111343017997,
              29.90955213839603
            ]
          ]
        ]
      },
      "bbox": [
        -93.75111343017997,
        29.90955213839603,
        -93.73547474536879,
        29.92317566640781
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.125016+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275090.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275090": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275090.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3310500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275105",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75121508833992,
              29.923088059340397
            ],
            [
              -93.75121508833992,
              29.936711606864577
            ],
            [
              -93.73557423309147,
              29.936711606864577
            ],
            [
              -93.73557423309147,
              29.923088059340397
            ],
            [
              -93.75121508833992,
              29.923088059340397
            ]
          ]
        ]
      },
      "bbox": [
        -93.75121508833992,
        29.923088059340397,
        -93.73557423309147,
        29.936711606864577
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.137047+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275105.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275105": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275105.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3312000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275120",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75131681574891,
              29.93662395215917
            ],
            [
              -93.75131681574891,
              29.95024751920053
            ],
            [
              -93.73567378859259,
              29.95024751920053
            ],
            [
              -93.73567378859259,
              29.93662395215917
            ],
            [
              -93.75131681574891,
              29.93662395215917
            ]
          ]
        ]
      },
      "bbox": [
        -93.75131681574891,
        29.93662395215917,
        -93.73567378859259,
        29.95024751920053
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.149155+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275120.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275120": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275120.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3313500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275135",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75141861244626,
              29.950159816844533
            ],
            [
              -93.75141861244626,
              29.963783403407884
            ],
            [
              -93.73577341191061,
              29.963783403407884
            ],
            [
              -93.73577341191061,
              29.950159816844533
            ],
            [
              -93.75141861244626,
              29.950159816844533
            ]
          ]
        ]
      },
      "bbox": [
        -93.75141861244626,
        29.950159816844533,
        -93.73577341191061,
        29.963783403407884
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.161421+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275135.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275135": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275135.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3315000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275150",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7515204784713,
              29.963695653388676
            ],
            [
              -93.7515204784713,
              29.977319259478858
            ],
            [
              -93.73587310308406,
              29.977319259478858
            ],
            [
              -93.73587310308406,
              29.963695653388676
            ],
            [
              -93.7515204784713,
              29.963695653388676
            ]
          ]
        ]
      },
      "bbox": [
        -93.7515204784713,
        29.963695653388676,
        -93.73587310308406,
        29.977319259478858
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.173429+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275150.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275150": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275150.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3316500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275165",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75162241386347,
              29.97723146178381
            ],
            [
              -93.75162241386347,
              29.99085508740566
            ],
            [
              -93.73597286215146,
              29.99085508740566
            ],
            [
              -93.73597286215146,
              29.97723146178381
            ],
            [
              -93.75162241386347,
              29.97723146178381
            ]
          ]
        ]
      },
      "bbox": [
        -93.75162241386347,
        29.97723146178381,
        -93.73597286215146,
        29.99085508740566
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.185518+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275165.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275165": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275165.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3318000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275180",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7517244186622,
              29.990767242022162
            ],
            [
              -93.7517244186622,
              30.00439088718051
            ],
            [
              -93.73607268915138,
              30.00439088718051
            ],
            [
              -93.73607268915138,
              29.990767242022162
            ],
            [
              -93.7517244186622,
              29.990767242022162
            ]
          ]
        ]
      },
      "bbox": [
        -93.7517244186622,
        29.990767242022162,
        -93.73607268915138,
        30.00439088718051
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.197545+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275180.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275180": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275180.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3319500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275195",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75182649290694,
              30.0043029940959
            ],
            [
              -93.75182649290694,
              30.01792665879566
            ],
            [
              -93.73617258412249,
              30.01792665879566
            ],
            [
              -93.73617258412249,
              30.0043029940959
            ],
            [
              -93.75182649290694,
              30.0043029940959
            ]
          ]
        ]
      },
      "bbox": [
        -93.75182649290694,
        30.0043029940959,
        -93.73617258412249,
        30.01792665879566
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.209525+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275195.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275195": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275195.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3321000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275210",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.75192863663723,
              30.01783871799729
            ],
            [
              -93.75192863663723,
              30.031462402243328
            ],
            [
              -93.73627254710343,
              30.031462402243328
            ],
            [
              -93.73627254710343,
              30.01783871799729
            ],
            [
              -93.75192863663723,
              30.01783871799729
            ]
          ]
        ]
      },
      "bbox": [
        -93.75192863663723,
        30.01783871799729,
        -93.73627254710343,
        30.031462402243328
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.227871+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275210.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275210": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275210.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            427500.0,
            0.0,
            -1.0,
            3322500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP275225",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7400106426701,
              30.031442386055375
            ],
            [
              -93.7400106426701,
              30.040955453505724
            ],
            [
              -93.73637257813286,
              30.040955453505724
            ],
            [
              -93.73637257813286,
              30.031442386055375
            ],
            [
              -93.7400106426701,
              30.031442386055375
            ]
          ]
        ]
      },
      "bbox": [
        -93.7400106426701,
        30.031442386055375,
        -93.73637257813286,
        30.040955453505724
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.241843+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP275225.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP275225": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP275225.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1052,
            344
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            428656.0,
            0.0,
            -1.0,
            3323552.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73497832208824,
              29.828423296483756
            ],
            [
              -93.73497832208824,
              29.842044929979867
            ],
            [
              -93.71935465421203,
              29.842044929979867
            ],
            [
              -93.71935465421203,
              29.828423296483756
            ],
            [
              -93.73497832208824,
              29.828423296483756
            ]
          ]
        ]
      },
      "bbox": [
        -93.73497832208824,
        29.828423296483756,
        -93.71935465421203,
        29.842044929979867
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.254068+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73507747149442,
              29.841959433567464
            ],
            [
              -93.73507747149442,
              29.85558108556606
            ],
            [
              -93.71945164337495,
              29.85558108556606
            ],
            [
              -93.71945164337495,
              29.841959433567464
            ],
            [
              -93.73507747149442,
              29.841959433567464
            ]
          ]
        ]
      },
      "bbox": [
        -93.73507747149442,
        29.841959433567464,
        -93.71945164337495,
        29.85558108556606
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.266376+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73517668848727,
              29.85549554258507
            ],
            [
              -93.73517668848727,
              29.86911721309061
            ],
            [
              -93.71954869865984,
              29.86911721309061
            ],
            [
              -93.71954869865984,
              29.85549554258507
            ],
            [
              -93.73517668848727,
              29.85549554258507
            ]
          ]
        ]
      },
      "bbox": [
        -93.73517668848727,
        29.85549554258507,
        -93.71954869865984,
        29.86911721309061
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.278549+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73527597310506,
              29.869031623528755
            ],
            [
              -93.73527597310506,
              29.882653312545695
            ],
            [
              -93.71964582010406,
              29.882653312545695
            ],
            [
              -93.71964582010406,
              29.869031623528755
            ],
            [
              -93.73527597310506,
              29.869031623528755
            ]
          ]
        ]
      },
      "bbox": [
        -93.73527597310506,
        29.869031623528755,
        -93.71964582010406,
        29.882653312545695
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.290766+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3306000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290060",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73537532538612,
              29.8825676763907
            ],
            [
              -93.73537532538612,
              29.896189383923502
            ],
            [
              -93.71974300774512,
              29.896189383923502
            ],
            [
              -93.71974300774512,
              29.8825676763907
            ],
            [
              -93.73537532538612,
              29.8825676763907
            ]
          ]
        ]
      },
      "bbox": [
        -93.73537532538612,
        29.8825676763907,
        -93.71974300774512,
        29.896189383923502
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.301602+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290060.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290060": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290060.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3307500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290075",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73547474536879,
              29.89610370116306
            ],
            [
              -93.73547474536879,
              29.90972542721623
            ],
            [
              -93.7198402616205,
              29.90972542721623
            ],
            [
              -93.7198402616205,
              29.89610370116306
            ],
            [
              -93.73547474536879,
              29.89610370116306
            ]
          ]
        ]
      },
      "bbox": [
        -93.73547474536879,
        29.89610370116306,
        -93.7198402616205,
        29.90972542721623
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.312487+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290075.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290075": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290075.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3309000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290090",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73557423309147,
              29.909639697838042
            ],
            [
              -93.73557423309147,
              29.923261442416074
            ],
            [
              -93.7199375817678,
              29.923261442416074
            ],
            [
              -93.7199375817678,
              29.909639697838042
            ],
            [
              -93.73557423309147,
              29.909639697838042
            ]
          ]
        ]
      },
      "bbox": [
        -93.73557423309147,
        29.909639697838042,
        -93.7199375817678,
        29.923261442416074
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.323277+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290090.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290090": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290090.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3310500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290105",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73567378859259,
              29.92317566640781
            ],
            [
              -93.73567378859259,
              29.936797429515227
            ],
            [
              -93.72003496822454,
              29.936797429515227
            ],
            [
              -93.72003496822454,
              29.92317566640781
            ],
            [
              -93.73567378859259,
              29.92317566640781
            ]
          ]
        ]
      },
      "bbox": [
        -93.73567378859259,
        29.92317566640781,
        -93.72003496822454,
        29.936797429515227
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.334320+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290105.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290105": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290105.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3312000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290120",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73577341191061,
              29.936711606864577
            ],
            [
              -93.73577341191061,
              29.950333388505918
            ],
            [
              -93.72013242102835,
              29.950333388505918
            ],
            [
              -93.72013242102835,
              29.936711606864577
            ],
            [
              -93.73577341191061,
              29.936711606864577
            ]
          ]
        ]
      },
      "bbox": [
        -93.73577341191061,
        29.936711606864577,
        -93.72013242102835,
        29.950333388505918
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.345304+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290120.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290120": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290120.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3313500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290135",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73587310308406,
              29.95024751920053
            ],
            [
              -93.73587310308406,
              29.963869319380372
            ],
            [
              -93.72022994021692,
              29.963869319380372
            ],
            [
              -93.72022994021692,
              29.95024751920053
            ],
            [
              -93.73587310308406,
              29.95024751920053
            ]
          ]
        ]
      },
      "bbox": [
        -93.73587310308406,
        29.95024751920053,
        -93.72022994021692,
        29.963869319380372
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.356326+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290135.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290135": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290135.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3315000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290150",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73597286215146,
              29.963783403407884
            ],
            [
              -93.73597286215146,
              29.977405222130777
            ],
            [
              -93.72032752582791,
              29.977405222130777
            ],
            [
              -93.72032752582791,
              29.963783403407884
            ],
            [
              -93.73597286215146,
              29.963783403407884
            ]
          ]
        ]
      },
      "bbox": [
        -93.73597286215146,
        29.963783403407884,
        -93.72032752582791,
        29.977405222130777
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.367170+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290150.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290150": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290150.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3316500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290165",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73607268915138,
              29.977319259478858
            ],
            [
              -93.73607268915138,
              29.9909410967494
            ],
            [
              -93.72042517789907,
              29.9909410967494
            ],
            [
              -93.72042517789907,
              29.977319259478858
            ],
            [
              -93.73607268915138,
              29.977319259478858
            ]
          ]
        ]
      },
      "bbox": [
        -93.73607268915138,
        29.977319259478858,
        -93.72042517789907,
        29.9909410967494
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.377984+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290165.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290165": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290165.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3318000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290180",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73617258412249,
              29.99085508740566
            ],
            [
              -93.73617258412249,
              30.004476943228457
            ],
            [
              -93.72052289646815,
              30.004476943228457
            ],
            [
              -93.72052289646815,
              29.99085508740566
            ],
            [
              -93.73617258412249,
              29.99085508740566
            ]
          ]
        ]
      },
      "bbox": [
        -93.73617258412249,
        29.99085508740566,
        -93.72052289646815,
        30.004476943228457
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.388821+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290180.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290180": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290180.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3319500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290195",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73627254710343,
              30.00439088718051
            ],
            [
              -93.73627254710343,
              30.018012761560186
            ],
            [
              -93.72062068157298,
              30.018012761560186
            ],
            [
              -93.72062068157298,
              30.00439088718051
            ],
            [
              -93.73627254710343,
              30.00439088718051
            ]
          ]
        ]
      },
      "bbox": [
        -93.73627254710343,
        30.00439088718051,
        -93.72062068157298,
        30.018012761560186
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.399634+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290195.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290195": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290195.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3321000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290210",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73637257813286,
              30.01792665879566
            ],
            [
              -93.73637257813286,
              30.031548551736847
            ],
            [
              -93.72071853325137,
              30.031548551736847
            ],
            [
              -93.72071853325137,
              30.01792665879566
            ],
            [
              -93.73637257813286,
              30.01792665879566
            ]
          ]
        ]
      },
      "bbox": [
        -93.73637257813286,
        30.01792665879566,
        -93.72071853325137,
        30.031548551736847
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.410772+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290210.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290210": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290210.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3322500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290225",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73647267724954,
              30.031462402243328
            ],
            [
              -93.73647267724954,
              30.045084313750678
            ],
            [
              -93.72081645154124,
              30.045084313750678
            ],
            [
              -93.72081645154124,
              30.031462402243328
            ],
            [
              -93.73647267724954,
              30.031462402243328
            ]
          ]
        ]
      },
      "bbox": [
        -93.73647267724954,
        30.031462402243328,
        -93.72081645154124,
        30.045084313750678
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.421689+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290225.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290225": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290225.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429000.0,
            0.0,
            -1.0,
            3324000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290240",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73218359958297,
              30.04502249567133
            ],
            [
              -93.73218359958297,
              30.055633164748564
            ],
            [
              -93.72091443648047,
              30.055633164748564
            ],
            [
              -93.72091443648047,
              30.04502249567133
            ],
            [
              -93.73218359958297,
              30.04502249567133
            ]
          ]
        ]
      },
      "bbox": [
        -93.73218359958297,
        30.04502249567133,
        -93.72091443648047,
        30.055633164748564
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.432407+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290240.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290240": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290240.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1169,
            1079
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429421.0,
            0.0,
            -1.0,
            3325169.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290270",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73486413054326,
              30.072964476611954
            ],
            [
              -93.73486413054326,
              30.08569143073791
            ],
            [
              -93.72111701918095,
              30.08569143073791
            ],
            [
              -93.72111701918095,
              30.072964476611954
            ],
            [
              -93.73486413054326,
              30.072964476611954
            ]
          ]
        ]
      },
      "bbox": [
        -93.73486413054326,
        30.072964476611954,
        -93.72111701918095,
        30.08569143073791
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.443206+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290270.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290270": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290270.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1402,
            1316
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429184.0,
            0.0,
            -1.0,
            3328500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP290285",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.73504849493746,
              30.0856152617673
            ],
            [
              -93.73504849493746,
              30.0979908252252
            ],
            [
              -93.72120879157418,
              30.0979908252252
            ],
            [
              -93.72120879157418,
              30.0856152617673
            ],
            [
              -93.73504849493746,
              30.0856152617673
            ]
          ]
        ]
      },
      "bbox": [
        -93.73504849493746,
        30.0856152617673,
        -93.72120879157418,
        30.0979908252252
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.453949+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP290285.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP290285": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP290285.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1363,
            1325
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            429175.0,
            0.0,
            -1.0,
            3329863.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.71945164337495,
              29.828508746339864
            ],
            [
              -93.71945164337495,
              29.84212860127294
            ],
            [
              -93.70383000210902,
              29.84212860127294
            ],
            [
              -93.70383000210902,
              29.828508746339864
            ],
            [
              -93.71945164337495,
              29.828508746339864
            ]
          ]
        ]
      },
      "bbox": [
        -93.71945164337495,
        29.828508746339864,
        -93.70383000210902,
        29.84212860127294
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.465010+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.71954869865984,
              29.842044929979867
            ],
            [
              -93.71954869865984,
              29.855664802433683
            ],
            [
              -93.70392489853975,
              29.855664802433683
            ],
            [
              -93.70392489853975,
              29.842044929979867
            ],
            [
              -93.71954869865984,
              29.842044929979867
            ]
          ]
        ]
      },
      "bbox": [
        -93.71954869865984,
        29.842044929979867,
        -93.70392489853975,
        29.855664802433683
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.475886+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.71964582010406,
              29.85558108556606
            ],
            [
              -93.71964582010406,
              29.869200975544782
            ],
            [
              -93.70401985966588,
              29.869200975544782
            ],
            [
              -93.70401985966588,
              29.85558108556606
            ],
            [
              -93.71964582010406,
              29.85558108556606
            ]
          ]
        ]
      },
      "bbox": [
        -93.71964582010406,
        29.85558108556606,
        -93.70401985966588,
        29.869200975544782
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.486644+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.71974300774512,
              29.86911721309061
            ],
            [
              -93.71974300774512,
              29.88273712059845
            ],
            [
              -93.70411488552402,
              29.88273712059845
            ],
            [
              -93.70411488552402,
              29.86911721309061
            ],
            [
              -93.71974300774512,
              29.86911721309061
            ]
          ]
        ]
      },
      "bbox": [
        -93.71974300774512,
        29.86911721309061,
        -93.70411488552402,
        29.88273712059845
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.497513+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3306000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305060",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7198402616205,
              29.882653312545695
            ],
            [
              -93.7198402616205,
              29.89627323758687
            ],
            [
              -93.70420997615085,
              29.89627323758687
            ],
            [
              -93.70420997615085,
              29.882653312545695
            ],
            [
              -93.7198402616205,
              29.882653312545695
            ]
          ]
        ]
      },
      "bbox": [
        -93.7198402616205,
        29.882653312545695,
        -93.70420997615085,
        29.89627323758687
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.508441+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305060.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305060": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305060.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3307500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305075",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7199375817678,
              29.896189383923502
            ],
            [
              -93.7199375817678,
              29.90980932650227
            ],
            [
              -93.70430513158303,
              29.90980932650227
            ],
            [
              -93.70430513158303,
              29.896189383923502
            ],
            [
              -93.7199375817678,
              29.896189383923502
            ]
          ]
        ]
      },
      "bbox": [
        -93.7199375817678,
        29.896189383923502,
        -93.70430513158303,
        29.90980932650227
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.519225+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305075.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305075": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305075.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3309000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305090",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.72003496822454,
              29.90972542721623
            ],
            [
              -93.72003496822454,
              29.923345387336827
            ],
            [
              -93.70440035185734,
              29.923345387336827
            ],
            [
              -93.70440035185734,
              29.90972542721623
            ],
            [
              -93.72003496822454,
              29.90972542721623
            ]
          ]
        ]
      },
      "bbox": [
        -93.72003496822454,
        29.90972542721623,
        -93.70440035185734,
        29.923345387336827
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.529976+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305090.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305090": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305090.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3310500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305105",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.72013242102835,
              29.923261442416074
            ],
            [
              -93.72013242102835,
              29.93688142008276
            ],
            [
              -93.70449563701052,
              29.93688142008276
            ],
            [
              -93.70449563701052,
              29.923261442416074
            ],
            [
              -93.72013242102835,
              29.923261442416074
            ]
          ]
        ]
      },
      "bbox": [
        -93.72013242102835,
        29.923261442416074,
        -93.70449563701052,
        29.93688142008276
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.540720+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305105.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305105": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305105.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3312000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305120",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.72022994021692,
              29.936797429515227
            ],
            [
              -93.72022994021692,
              29.950417424732326
            ],
            [
              -93.70459098707938,
              29.950417424732326
            ],
            [
              -93.70459098707938,
              29.936797429515227
            ],
            [
              -93.72022994021692,
              29.936797429515227
            ]
          ]
        ]
      },
      "bbox": [
        -93.72022994021692,
        29.936797429515227,
        -93.70459098707938,
        29.950417424732326
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.551606+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305120.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305120": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305120.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3313500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305135",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.72032752582791,
              29.950333388505918
            ],
            [
              -93.72032752582791,
              29.96395340127771
            ],
            [
              -93.70468640210079,
              29.96395340127771
            ],
            [
              -93.70468640210079,
              29.950333388505918
            ],
            [
              -93.72032752582791,
              29.950333388505918
            ]
          ]
        ]
      },
      "bbox": [
        -93.72032752582791,
        29.950333388505918,
        -93.70468640210079,
        29.96395340127771
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.562734+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305135.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305135": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305135.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3315000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305150",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.72042517789907,
              29.963869319380372
            ],
            [
              -93.72042517789907,
              29.977489349711167
            ],
            [
              -93.7047818821116,
              29.977489349711167
            ],
            [
              -93.7047818821116,
              29.963869319380372
            ],
            [
              -93.72042517789907,
              29.963869319380372
            ]
          ]
        ]
      },
      "bbox": [
        -93.72042517789907,
        29.963869319380372,
        -93.7047818821116,
        29.977489349711167
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.573780+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305150.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305150": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305150.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3316500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305165",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.72052289646815,
              29.977405222130777
            ],
            [
              -93.72052289646815,
              29.991025270024938
            ],
            [
              -93.70487742714876,
              29.991025270024938
            ],
            [
              -93.70487742714876,
              29.977405222130777
            ],
            [
              -93.72052289646815,
              29.977405222130777
            ]
          ]
        ]
      },
      "bbox": [
        -93.72052289646815,
        29.977405222130777,
        -93.70487742714876,
        29.991025270024938
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.584614+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305165.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305165": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305165.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3318000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305180",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.72062068157298,
              29.9909410967494
            ],
            [
              -93.72062068157298,
              30.00456116221125
            ],
            [
              -93.70497303724919,
              30.00456116221125
            ],
            [
              -93.70497303724919,
              29.9909410967494
            ],
            [
              -93.72062068157298,
              29.9909410967494
            ]
          ]
        ]
      },
      "bbox": [
        -93.72062068157298,
        29.9909410967494,
        -93.70497303724919,
        30.00456116221125
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.595619+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305180.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305180": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305180.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3319500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305195",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.72071853325137,
              30.004476943228457
            ],
            [
              -93.72071853325137,
              30.018097026262378
            ],
            [
              -93.70506871244989,
              30.018097026262378
            ],
            [
              -93.70506871244989,
              30.004476943228457
            ],
            [
              -93.72071853325137,
              30.004476943228457
            ]
          ]
        ]
      },
      "bbox": [
        -93.72071853325137,
        30.004476943228457,
        -93.70506871244989,
        30.018097026262378
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.606365+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305195.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305195": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305195.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3321000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305210",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.72081645154124,
              30.018012761560186
            ],
            [
              -93.72081645154124,
              30.031632862170564
            ],
            [
              -93.70516445278788,
              30.031632862170564
            ],
            [
              -93.70516445278788,
              30.018012761560186
            ],
            [
              -93.72081645154124,
              30.018012761560186
            ]
          ]
        ]
      },
      "bbox": [
        -93.72081645154124,
        30.018012761560186,
        -93.70516445278788,
        30.031632862170564
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.617143+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305210.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305210": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305210.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3322500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305225",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.72091443648047,
              30.031548551736847
            ],
            [
              -93.72091443648047,
              30.045168669928067
            ],
            [
              -93.70526025830024,
              30.045168669928067
            ],
            [
              -93.70526025830024,
              30.031548551736847
            ],
            [
              -93.72091443648047,
              30.031548551736847
            ]
          ]
        ]
      },
      "bbox": [
        -93.72091443648047,
        30.031548551736847,
        -93.70526025830024,
        30.045168669928067
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.627867+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305225.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305225": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305225.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3324000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305240",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.72101248810705,
              30.045084313750678
            ],
            [
              -93.72101248810705,
              30.058704449527173
            ],
            [
              -93.70535612902407,
              30.058704449527173
            ],
            [
              -93.70535612902407,
              30.045084313750678
            ],
            [
              -93.72101248810705,
              30.045084313750678
            ]
          ]
        ]
      },
      "bbox": [
        -93.72101248810705,
        30.045084313750678,
        -93.70535612902407,
        30.058704449527173
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.638883+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305240.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305240": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305240.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3325500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305255",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.72061260619876,
              30.05862277697025
            ],
            [
              -93.72061260619876,
              30.072240200960156
            ],
            [
              -93.70545206499649,
              30.072240200960156
            ],
            [
              -93.70545206499649,
              30.05862277697025
            ],
            [
              -93.72061260619876,
              30.05862277697025
            ]
          ]
        ]
      },
      "bbox": [
        -93.72061260619876,
        30.05862277697025,
        -93.70545206499649,
        30.072240200960156
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.649568+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305255.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305255": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305255.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1452
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430548.0,
            0.0,
            -1.0,
            3327000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305270",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.72120879157418,
              30.072155753258947
            ],
            [
              -93.72120879157418,
              30.085775924219284
            ],
            [
              -93.70554806625469,
              30.085775924219284
            ],
            [
              -93.70554806625469,
              30.072155753258947
            ],
            [
              -93.72120879157418,
              30.072155753258947
            ]
          ]
        ]
      },
      "bbox": [
        -93.72120879157418,
        30.072155753258947,
        -93.70554806625469,
        30.085775924219284
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.660419+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305270.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305270": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305270.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3328500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305285",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.72130704349087,
              30.08569143073791
            ],
            [
              -93.72130704349087,
              30.099311619296852
            ],
            [
              -93.70564413283589,
              30.099311619296852
            ],
            [
              -93.70564413283589,
              30.08569143073791
            ],
            [
              -93.72130704349087,
              30.08569143073791
            ]
          ]
        ]
      },
      "bbox": [
        -93.72130704349087,
        30.08569143073791,
        -93.70564413283589,
        30.099311619296852
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.671242+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305285.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305285": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305285.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430500.0,
            0.0,
            -1.0,
            3330000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305300",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.71941252966833,
              30.099237947146307
            ],
            [
              -93.71941252966833,
              30.111412506830888
            ],
            [
              -93.70574026477729,
              30.111412506830888
            ],
            [
              -93.70574026477729,
              30.099237947146307
            ],
            [
              -93.71941252966833,
              30.099237947146307
            ]
          ]
        ]
      },
      "bbox": [
        -93.71941252966833,
        30.099237947146307,
        -93.70574026477729,
        30.111412506830888
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.682073+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305300.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305300": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305300.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1341,
            1309
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            430691.0,
            0.0,
            -1.0,
            3331341.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP305315",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70889754809612,
              30.11782132783346
            ],
            [
              -93.70889754809612,
              30.122908780302648
            ],
            [
              -93.70587194337516,
              30.122908780302648
            ],
            [
              -93.70587194337516,
              30.11782132783346
            ],
            [
              -93.70889754809612,
              30.11782132783346
            ]
          ]
        ]
      },
      "bbox": [
        -93.70889754809612,
        30.11782132783346,
        -93.70587194337516,
        30.122908780302648
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.692813+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP305315.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP305315": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP305315.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            562,
            288
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            431712.0,
            0.0,
            -1.0,
            3332615.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70392489853975,
              29.82859237207041
            ],
            [
              -93.70392489853975,
              29.84221044741904
            ],
            [
              -93.68830528534721,
              29.84221044741904
            ],
            [
              -93.68830528534721,
              29.82859237207041
            ],
            [
              -93.70392489853975,
              29.82859237207041
            ]
          ]
        ]
      },
      "bbox": [
        -93.70392489853975,
        29.82859237207041,
        -93.68830528534721,
        29.84221044741904
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.703559+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70401985966588,
              29.84212860127294
            ],
            [
              -93.70401985966588,
              29.855746693160256
            ],
            [
              -93.68839808900916,
              29.855746693160256
            ],
            [
              -93.68839808900916,
              29.84212860127294
            ],
            [
              -93.70401985966588,
              29.84212860127294
            ]
          ]
        ]
      },
      "bbox": [
        -93.70401985966588,
        29.84212860127294,
        -93.68839808900916,
        29.855746693160256
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.714372+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70411488552402,
              29.855664802433683
            ],
            [
              -93.70411488552402,
              29.869282910863596
            ],
            [
              -93.68849095593993,
              29.869282910863596
            ],
            [
              -93.68849095593993,
              29.855664802433683
            ],
            [
              -93.70411488552402,
              29.855664802433683
            ]
          ]
        ]
      },
      "bbox": [
        -93.70411488552402,
        29.855664802433683,
        -93.68849095593993,
        29.869282910863596
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.725291+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70420997615085,
              29.869200975544782
            ],
            [
              -93.70420997615085,
              29.882819100521253
            ],
            [
              -93.68858388617531,
              29.882819100521253
            ],
            [
              -93.68858388617531,
              29.869200975544782
            ],
            [
              -93.70420997615085,
              29.869200975544782
            ]
          ]
        ]
      },
      "bbox": [
        -93.70420997615085,
        29.869200975544782,
        -93.68858388617531,
        29.882819100521253
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.735975+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3306000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320060",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70430513158303,
              29.88273712059845
            ],
            [
              -93.70430513158303,
              29.89635526212545
            ],
            [
              -93.6886768797512,
              29.89635526212545
            ],
            [
              -93.6886768797512,
              29.88273712059845
            ],
            [
              -93.70430513158303,
              29.88273712059845
            ]
          ]
        ]
      },
      "bbox": [
        -93.70430513158303,
        29.88273712059845,
        -93.6886768797512,
        29.89635526212545
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.746758+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320060.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320060": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320060.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3307500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320075",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70440035185734,
              29.89627323758687
            ],
            [
              -93.70440035185734,
              29.909891395668406
            ],
            [
              -93.68876993670347,
              29.909891395668406
            ],
            [
              -93.68876993670347,
              29.89627323758687
            ],
            [
              -93.70440035185734,
              29.89627323758687
            ]
          ]
        ]
      },
      "bbox": [
        -93.70440035185734,
        29.89627323758687,
        -93.68876993670347,
        29.909891395668406
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.757581+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320075.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320075": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320075.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3309000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320090",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70449563701052,
              29.90980932650227
            ],
            [
              -93.70449563701052,
              29.92342750114231
            ],
            [
              -93.68886305706802,
              29.92342750114231
            ],
            [
              -93.68886305706802,
              29.90980932650227
            ],
            [
              -93.70449563701052,
              29.90980932650227
            ]
          ]
        ]
      },
      "bbox": [
        -93.70449563701052,
        29.90980932650227,
        -93.68886305706802,
        29.92342750114231
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.768390+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320090.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320090": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320090.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3310500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320105",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70459098707938,
              29.923345387336827
            ],
            [
              -93.70459098707938,
              29.93696357853941
            ],
            [
              -93.68895624088083,
              29.93696357853941
            ],
            [
              -93.68895624088083,
              29.923345387336827
            ],
            [
              -93.70459098707938,
              29.923345387336827
            ]
          ]
        ]
      },
      "bbox": [
        -93.70459098707938,
        29.923345387336827,
        -93.68895624088083,
        29.93696357853941
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.779283+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320105.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320105": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320105.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3312000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320120",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70468640210079,
              29.93688142008276
            ],
            [
              -93.70468640210079,
              29.95049962785193
            ],
            [
              -93.6890494881779,
              29.95049962785193
            ],
            [
              -93.6890494881779,
              29.93688142008276
            ],
            [
              -93.70468640210079,
              29.93688142008276
            ]
          ]
        ]
      },
      "bbox": [
        -93.70468640210079,
        29.93688142008276,
        -93.6890494881779,
        29.95049962785193
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.789891+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320120.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320120": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320120.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3313500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320135",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.7047818821116,
              29.950417424732326
            ],
            [
              -93.7047818821116,
              29.964035649072105
            ],
            [
              -93.68914279899526,
              29.964035649072105
            ],
            [
              -93.68914279899526,
              29.950417424732326
            ],
            [
              -93.7047818821116,
              29.950417424732326
            ]
          ]
        ]
      },
      "bbox": [
        -93.7047818821116,
        29.950417424732326,
        -93.68914279899526,
        29.964035649072105
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.799619+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320135.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320135": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320135.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3315000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320150",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70487742714876,
              29.96395340127771
            ],
            [
              -93.70487742714876,
              29.97757164219218
            ],
            [
              -93.68923617336898,
              29.97757164219218
            ],
            [
              -93.68923617336898,
              29.96395340127771
            ],
            [
              -93.70487742714876,
              29.96395340127771
            ]
          ]
        ]
      },
      "bbox": [
        -93.70487742714876,
        29.96395340127771,
        -93.68923617336898,
        29.97757164219218
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.809312+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320150.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320150": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320150.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3316500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320165",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70497303724919,
              29.977489349711167
            ],
            [
              -93.70497303724919,
              29.991107607204412
            ],
            [
              -93.68932961133517,
              29.991107607204412
            ],
            [
              -93.68932961133517,
              29.977489349711167
            ],
            [
              -93.70497303724919,
              29.977489349711167
            ]
          ]
        ]
      },
      "bbox": [
        -93.70497303724919,
        29.977489349711167,
        -93.68932961133517,
        29.991107607204412
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.819370+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320165.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320165": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320165.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3318000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320180",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70506871244989,
              29.991025270024938
            ],
            [
              -93.70506871244989,
              30.004643544101036
            ],
            [
              -93.68942311292994,
              30.004643544101036
            ],
            [
              -93.68942311292994,
              29.991025270024938
            ],
            [
              -93.70506871244989,
              29.991025270024938
            ]
          ]
        ]
      },
      "bbox": [
        -93.70506871244989,
        29.991025270024938,
        -93.68942311292994,
        30.004643544101036
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.828995+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320180.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320180": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320180.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3319500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320195",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70516445278788,
              30.00456116221125
            ],
            [
              -93.70516445278788,
              30.01817945287433
            ],
            [
              -93.6895166781895,
              30.01817945287433
            ],
            [
              -93.6895166781895,
              30.00456116221125
            ],
            [
              -93.70516445278788,
              30.00456116221125
            ]
          ]
        ]
      },
      "bbox": [
        -93.70516445278788,
        30.00456116221125,
        -93.6895166781895,
        30.01817945287433
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.838656+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320195.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320195": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320195.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3321000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320210",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70526025830024,
              30.018097026262378
            ],
            [
              -93.70526025830024,
              30.031715333516555
            ],
            [
              -93.68961030715003,
              30.031715333516555
            ],
            [
              -93.68961030715003,
              30.018097026262378
            ],
            [
              -93.70526025830024,
              30.018097026262378
            ]
          ]
        ]
      },
      "bbox": [
        -93.70526025830024,
        30.018097026262378,
        -93.68961030715003,
        30.031715333516555
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.848530+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320210.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320210": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320210.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3322500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320225",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70535612902407,
              30.031632862170564
            ],
            [
              -93.70535612902407,
              30.04525118601999
            ],
            [
              -93.68970399984781,
              30.04525118601999
            ],
            [
              -93.68970399984781,
              30.031632862170564
            ],
            [
              -93.70535612902407,
              30.031632862170564
            ]
          ]
        ]
      },
      "bbox": [
        -93.70535612902407,
        30.031632862170564,
        -93.68970399984781,
        30.04525118601999
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.858096+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320225.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320225": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320225.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3324000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320240",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70545206499649,
              30.045168669928067
            ],
            [
              -93.70545206499649,
              30.058787010376918
            ],
            [
              -93.68979775631908,
              30.058787010376918
            ],
            [
              -93.68979775631908,
              30.045168669928067
            ],
            [
              -93.70545206499649,
              30.045168669928067
            ]
          ]
        ]
      },
      "bbox": [
        -93.70545206499649,
        30.045168669928067,
        -93.68979775631908,
        30.058787010376918
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.867576+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320240.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320240": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320240.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3325500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320255",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70554806625469,
              30.058704449527173
            ],
            [
              -93.70554806625469,
              30.072322806579603
            ],
            [
              -93.68989157660019,
              30.072322806579603
            ],
            [
              -93.68989157660019,
              30.058704449527173
            ],
            [
              -93.70554806625469,
              30.058704449527173
            ]
          ]
        ]
      },
      "bbox": [
        -93.70554806625469,
        30.058704449527173,
        -93.68989157660019,
        30.072322806579603
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.877300+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320255.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320255": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320255.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3327000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320270",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70564413283589,
              30.072240200960156
            ],
            [
              -93.70564413283589,
              30.085858574620357
            ],
            [
              -93.68998546072748,
              30.085858574620357
            ],
            [
              -93.68998546072748,
              30.072240200960156
            ],
            [
              -93.70564413283589,
              30.072240200960156
            ]
          ]
        ]
      },
      "bbox": [
        -93.70564413283589,
        30.072240200960156,
        -93.68998546072748,
        30.085858574620357
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.887054+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320270.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320270": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320270.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3328500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320285",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70574026477729,
              30.085775924219284
            ],
            [
              -93.70574026477729,
              30.09939431449148
            ],
            [
              -93.69007940873735,
              30.09939431449148
            ],
            [
              -93.69007940873735,
              30.085775924219284
            ],
            [
              -93.70574026477729,
              30.085775924219284
            ]
          ]
        ]
      },
      "bbox": [
        -93.70574026477729,
        30.085775924219284,
        -93.69007940873735,
        30.09939431449148
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.896814+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320285.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320285": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320285.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3330000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320300",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70583646211624,
              30.099311619296852
            ],
            [
              -93.70583646211624,
              30.112930026185264
            ],
            [
              -93.69017342066623,
              30.112930026185264
            ],
            [
              -93.69017342066623,
              30.099311619296852
            ],
            [
              -93.70583646211624,
              30.099311619296852
            ]
          ]
        ]
      },
      "bbox": [
        -93.70583646211624,
        30.099311619296852,
        -93.69017342066623,
        30.112930026185264
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.906598+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320300.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320300": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320300.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3331500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP320315",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.70592771761233,
              30.11284728618517
            ],
            [
              -93.70592771761233,
              30.125761854846406
            ],
            [
              -93.69026749655056,
              30.125761854846406
            ],
            [
              -93.69026749655056,
              30.11284728618517
            ],
            [
              -93.70592771761233,
              30.11284728618517
            ]
          ]
        ]
      },
      "bbox": [
        -93.70592771761233,
        30.11284728618517,
        -93.69026749655056,
        30.125761854846406
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.916257+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP320315.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP320315": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP320315.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1422,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            432000.0,
            0.0,
            -1.0,
            3332922.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68839808900916,
              29.828674173647766
            ],
            [
              -93.68839808900916,
              29.84229046839113
            ],
            [
              -93.67278050535239,
              29.84229046839113
            ],
            [
              -93.67278050535239,
              29.828674173647766
            ],
            [
              -93.68839808900916,
              29.828674173647766
            ]
          ]
        ]
      },
      "bbox": [
        -93.68839808900916,
        29.828674173647766,
        -93.67278050535239,
        29.84229046839113
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.925986+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68849095593993,
              29.84221044741904
            ],
            [
              -93.68849095593993,
              29.85582675771874
            ],
            [
              -93.67287121620976,
              29.85582675771874
            ],
            [
              -93.67287121620976,
              29.84221044741904
            ],
            [
              -93.68849095593993,
              29.84221044741904
            ]
          ]
        ]
      },
      "bbox": [
        -93.68849095593993,
        29.84221044741904,
        -93.67287121620976,
        29.85582675771874
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.935567+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68858388617531,
              29.855746693160256
            ],
            [
              -93.68858388617531,
              29.869363019019964
            ],
            [
              -93.67296198890934,
              29.869363019019964
            ],
            [
              -93.67296198890934,
              29.855746693160256
            ],
            [
              -93.68858388617531,
              29.855746693160256
            ]
          ]
        ]
      },
      "bbox": [
        -93.68858388617531,
        29.855746693160256,
        -93.67296198890934,
        29.869363019019964
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.945097+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6886768797512,
              29.869282910863596
            ],
            [
              -93.6886768797512,
              29.882899252287043
            ],
            [
              -93.67305282348613,
              29.882899252287043
            ],
            [
              -93.67305282348613,
              29.869282910863596
            ],
            [
              -93.6886768797512,
              29.869282910863596
            ]
          ]
        ]
      },
      "bbox": [
        -93.6886768797512,
        29.869282910863596,
        -93.67305282348613,
        29.882899252287043
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.954901+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3306000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335060",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68876993670347,
              29.882819100521253
            ],
            [
              -93.68876993670347,
              29.896435457512148
            ],
            [
              -93.67314371997519,
              29.896435457512148
            ],
            [
              -93.67314371997519,
              29.882819100521253
            ],
            [
              -93.68876993670347,
              29.882819100521253
            ]
          ]
        ]
      },
      "bbox": [
        -93.68876993670347,
        29.882819100521253,
        -93.67314371997519,
        29.896435457512148
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.964832+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335060.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335060": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335060.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3307500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335075",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68886305706802,
              29.89635526212545
            ],
            [
              -93.68886305706802,
              29.90997163468752
            ],
            [
              -93.67323467841157,
              29.90997163468752
            ],
            [
              -93.67323467841157,
              29.89635526212545
            ],
            [
              -93.68886305706802,
              29.89635526212545
            ]
          ]
        ]
      },
      "bbox": [
        -93.68886305706802,
        29.89635526212545,
        -93.67323467841157,
        29.90997163468752
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.974521+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335075.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335075": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335075.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3309000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335090",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68895624088083,
              29.909891395668406
            ],
            [
              -93.68895624088083,
              29.92350778380539
            ],
            [
              -93.67332569883042,
              29.92350778380539
            ],
            [
              -93.67332569883042,
              29.909891395668406
            ],
            [
              -93.68895624088083,
              29.909891395668406
            ]
          ]
        ]
      },
      "bbox": [
        -93.68895624088083,
        29.909891395668406,
        -93.67332569883042,
        29.92350778380539
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.984274+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335090.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335090": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335090.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3310500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335105",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6890494881779,
              29.92342750114231
            ],
            [
              -93.6890494881779,
              29.937043904857987
            ],
            [
              -93.67341678126688,
              29.937043904857987
            ],
            [
              -93.67341678126688,
              29.92342750114231
            ],
            [
              -93.6890494881779,
              29.92342750114231
            ]
          ]
        ]
      },
      "bbox": [
        -93.6890494881779,
        29.92342750114231,
        -93.67341678126688,
        29.937043904857987
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:42.993779+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335105.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335105": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335105.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3312000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335120",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68914279899526,
              29.93696357853941
            ],
            [
              -93.68914279899526,
              29.95057999783755
            ],
            [
              -93.67350792575613,
              29.95057999783755
            ],
            [
              -93.67350792575613,
              29.93696357853941
            ],
            [
              -93.68914279899526,
              29.93696357853941
            ]
          ]
        ]
      },
      "bbox": [
        -93.68914279899526,
        29.93696357853941,
        -93.67350792575613,
        29.95057999783755
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.003454+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335120.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335120": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335120.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3313500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335135",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68923617336898,
              29.95049962785193
            ],
            [
              -93.68923617336898,
              29.964116062736323
            ],
            [
              -93.67359913233338,
              29.964116062736323
            ],
            [
              -93.67359913233338,
              29.95049962785193
            ],
            [
              -93.68923617336898,
              29.95049962785193
            ]
          ]
        ]
      },
      "bbox": [
        -93.68923617336898,
        29.95049962785193,
        -93.67359913233338,
        29.964116062736323
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.013294+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335135.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335135": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335135.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3315000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335150",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68932961133517,
              29.964035649072105
            ],
            [
              -93.68932961133517,
              29.97765209954658
            ],
            [
              -93.67369040103391,
              29.97765209954658
            ],
            [
              -93.67369040103391,
              29.964035649072105
            ],
            [
              -93.68932961133517,
              29.964035649072105
            ]
          ]
        ]
      },
      "bbox": [
        -93.68932961133517,
        29.964035649072105,
        -93.67369040103391,
        29.97765209954658
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.022876+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335150.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335150": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335150.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3316500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335165",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68942311292994,
              29.97757164219218
            ],
            [
              -93.68942311292994,
              29.991188108260566
            ],
            [
              -93.67378173189299,
              29.991188108260566
            ],
            [
              -93.67378173189299,
              29.97757164219218
            ],
            [
              -93.68942311292994,
              29.97757164219218
            ]
          ]
        ]
      },
      "bbox": [
        -93.68942311292994,
        29.97757164219218,
        -93.67378173189299,
        29.991188108260566
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.032992+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335165.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335165": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335165.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3318000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335180",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6895166781895,
              29.991107607204412
            ],
            [
              -93.6895166781895,
              30.004724088870525
            ],
            [
              -93.67387312494594,
              30.004724088870525
            ],
            [
              -93.67387312494594,
              29.991107607204412
            ],
            [
              -93.6895166781895,
              29.991107607204412
            ]
          ]
        ]
      },
      "bbox": [
        -93.6895166781895,
        29.991107607204412,
        -93.67387312494594,
        30.004724088870525
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.042609+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335180.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335180": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335180.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3319500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335195",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68961030715003,
              30.004643544101036
            ],
            [
              -93.68961030715003,
              30.01826004136877
            ],
            [
              -93.67396458022813,
              30.01826004136877
            ],
            [
              -93.67396458022813,
              30.004643544101036
            ],
            [
              -93.68961030715003,
              30.004643544101036
            ]
          ]
        ]
      },
      "bbox": [
        -93.68961030715003,
        30.004643544101036,
        -93.67396458022813,
        30.01826004136877
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.052394+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335195.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335195": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335195.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3321000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335210",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68970399984781,
              30.01817945287433
            ],
            [
              -93.68970399984781,
              30.031795965747524
            ],
            [
              -93.67405609777495,
              30.031795965747524
            ],
            [
              -93.67405609777495,
              30.01817945287433
            ],
            [
              -93.68970399984781,
              30.01817945287433
            ]
          ]
        ]
      },
      "bbox": [
        -93.68970399984781,
        30.01817945287433,
        -93.67405609777495,
        30.031795965747524
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.062103+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335210.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335210": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335210.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3322500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335225",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68979775631908,
              30.031715333516555
            ],
            [
              -93.68979775631908,
              30.045331861999127
            ],
            [
              -93.67414767762185,
              30.045331861999127
            ],
            [
              -93.67414767762185,
              30.031715333516555
            ],
            [
              -93.68979775631908,
              30.031715333516555
            ]
          ]
        ]
      },
      "bbox": [
        -93.68979775631908,
        30.031715333516555,
        -93.67414767762185,
        30.045331861999127
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.071826+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335225.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335225": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335225.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3324000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335240",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68989157660019,
              30.04525118601999
            ],
            [
              -93.68989157660019,
              30.058867730115836
            ],
            [
              -93.67423931980426,
              30.058867730115836
            ],
            [
              -93.67423931980426,
              30.04525118601999
            ],
            [
              -93.68989157660019,
              30.04525118601999
            ]
          ]
        ]
      },
      "bbox": [
        -93.68989157660019,
        30.04525118601999,
        -93.67423931980426,
        30.058867730115836
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.082452+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335240.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335240": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335240.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3325500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335255",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.68998546072748,
              30.058787010376918
            ],
            [
              -93.68998546072748,
              30.072403570089946
            ],
            [
              -93.6743310243577,
              30.072403570089946
            ],
            [
              -93.6743310243577,
              30.058787010376918
            ],
            [
              -93.68998546072748,
              30.058787010376918
            ]
          ]
        ]
      },
      "bbox": [
        -93.68998546072748,
        30.058787010376918,
        -93.6743310243577,
        30.072403570089946
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.092129+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335255.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335255": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335255.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3327000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335270",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.69007940873735,
              30.072322806579603
            ],
            [
              -93.69007940873735,
              30.085939381913764
            ],
            [
              -93.6744227913177,
              30.085939381913764
            ],
            [
              -93.6744227913177,
              30.072322806579603
            ],
            [
              -93.69007940873735,
              30.072322806579603
            ]
          ]
        ]
      },
      "bbox": [
        -93.69007940873735,
        30.072322806579603,
        -93.6744227913177,
        30.085939381913764
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.101749+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335270.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335270": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335270.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3328500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335285",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.69017342066623,
              30.085858574620357
            ],
            [
              -93.69017342066623,
              30.09947516557961
            ],
            [
              -93.67451462071982,
              30.09947516557961
            ],
            [
              -93.67451462071982,
              30.085858574620357
            ],
            [
              -93.69017342066623,
              30.085858574620357
            ]
          ]
        ]
      },
      "bbox": [
        -93.69017342066623,
        30.085858574620357,
        -93.67451462071982,
        30.09947516557961
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.111443+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335285.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335285": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335285.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3330000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335300",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.69026749655056,
              30.09939431449148
            ],
            [
              -93.69026749655056,
              30.113010921079773
            ],
            [
              -93.67460651259968,
              30.113010921079773
            ],
            [
              -93.67460651259968,
              30.09939431449148
            ],
            [
              -93.69026749655056,
              30.09939431449148
            ]
          ]
        ]
      },
      "bbox": [
        -93.69026749655056,
        30.09939431449148,
        -93.67460651259968,
        30.113010921079773
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.121307+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335300.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335300": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335300.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3331500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP335315",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.69035579789309,
              30.112930026185264
            ],
            [
              -93.69035579789309,
              30.125707434131694
            ],
            [
              -93.67469846699294,
              30.125707434131694
            ],
            [
              -93.67469846699294,
              30.112930026185264
            ],
            [
              -93.69035579789309,
              30.112930026185264
            ]
          ]
        ]
      },
      "bbox": [
        -93.69035579789309,
        30.112930026185264,
        -93.67469846699294,
        30.125707434131694
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.131048+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP335315.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP335315": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP335315.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1407,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            433500.0,
            0.0,
            -1.0,
            3332907.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67287121620976,
              29.828754151044937
            ],
            [
              -93.67287121620976,
              29.84236866416278
            ],
            [
              -93.65725566355034,
              29.84236866416278
            ],
            [
              -93.65725566355034,
              29.828754151044937
            ],
            [
              -93.67287121620976,
              29.828754151044937
            ]
          ]
        ]
      },
      "bbox": [
        -93.67287121620976,
        29.828754151044937,
        -93.65725566355034,
        29.84236866416278
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.140903+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67296198890934,
              29.84229046839113
            ],
            [
              -93.67296198890934,
              29.8559049960827
            ],
            [
              -93.65734428156817,
              29.8559049960827
            ],
            [
              -93.65734428156817,
              29.84229046839113
            ],
            [
              -93.67296198890934,
              29.84229046839113
            ]
          ]
        ]
      },
      "bbox": [
        -93.67296198890934,
        29.84229046839113,
        -93.65734428156817,
        29.8559049960827
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.150589+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67305282348613,
              29.85582675771874
            ],
            [
              -93.67305282348613,
              29.869441299987464
            ],
            [
              -93.65743296000156,
              29.869441299987464
            ],
            [
              -93.65743296000156,
              29.85582675771874
            ],
            [
              -93.67305282348613,
              29.85582675771874
            ]
          ]
        ]
      },
      "bbox": [
        -93.67305282348613,
        29.85582675771874,
        -93.65743296000156,
        29.869441299987464
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.160309+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67314371997519,
              29.869363019019964
            ],
            [
              -93.67314371997519,
              29.882977575869305
            ],
            [
              -93.6575216988847,
              29.882977575869305
            ],
            [
              -93.6575216988847,
              29.869363019019964
            ],
            [
              -93.67314371997519,
              29.869363019019964
            ]
          ]
        ]
      },
      "bbox": [
        -93.67314371997519,
        29.869363019019964,
        -93.6575216988847,
        29.882977575869305
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.169940+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3306000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350060",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67323467841157,
              29.882899252287043
            ],
            [
              -93.67323467841157,
              29.896513823720433
            ],
            [
              -93.65761049825183,
              29.896513823720433
            ],
            [
              -93.65761049825183,
              29.882899252287043
            ],
            [
              -93.67323467841157,
              29.882899252287043
            ]
          ]
        ]
      },
      "bbox": [
        -93.67323467841157,
        29.882899252287043,
        -93.65761049825183,
        29.896513823720433
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.179683+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350060.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350060": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350060.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3307500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350075",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67332569883042,
              29.896435457512148
            ],
            [
              -93.67332569883042,
              29.91005004353309
            ],
            [
              -93.65769935813725,
              29.91005004353309
            ],
            [
              -93.65769935813725,
              29.896435457512148
            ],
            [
              -93.67332569883042,
              29.896435457512148
            ]
          ]
        ]
      },
      "bbox": [
        -93.67332569883042,
        29.896435457512148,
        -93.65769935813725,
        29.91005004353309
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.189357+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350075.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350075": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350075.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3309000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350090",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67341678126688,
              29.90997163468752
            ],
            [
              -93.67341678126688,
              29.923586235299513
            ],
            [
              -93.65778827857525,
              29.923586235299513
            ],
            [
              -93.65778827857525,
              29.90997163468752
            ],
            [
              -93.67341678126688,
              29.90997163468752
            ]
          ]
        ]
      },
      "bbox": [
        -93.67341678126688,
        29.90997163468752,
        -93.65778827857525,
        29.923586235299513
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.198979+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350090.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350090": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350090.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3310500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350105",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67350792575613,
              29.92350778380539
            ],
            [
              -93.67350792575613,
              29.93712239901193
            ],
            [
              -93.65787725960016,
              29.93712239901193
            ],
            [
              -93.65787725960016,
              29.92350778380539
            ],
            [
              -93.67350792575613,
              29.92350778380539
            ]
          ]
        ]
      },
      "bbox": [
        -93.67350792575613,
        29.92350778380539,
        -93.65787725960016,
        29.93712239901193
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.208667+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350105.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350105": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350105.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3312000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350120",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67359913233338,
              29.937043904857987
            ],
            [
              -93.67359913233338,
              29.95065853466261
            ],
            [
              -93.65796630124635,
              29.95065853466261
            ],
            [
              -93.65796630124635,
              29.937043904857987
            ],
            [
              -93.67359913233338,
              29.937043904857987
            ]
          ]
        ]
      },
      "bbox": [
        -93.67359913233338,
        29.937043904857987,
        -93.65796630124635,
        29.95065853466261
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.218324+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350120.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350120": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350120.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3313500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350135",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67369040103391,
              29.95057999783755
            ],
            [
              -93.67369040103391,
              29.964194642243804
            ],
            [
              -93.65805540354825,
              29.964194642243804
            ],
            [
              -93.65805540354825,
              29.95057999783755
            ],
            [
              -93.67369040103391,
              29.95057999783755
            ]
          ]
        ]
      },
      "bbox": [
        -93.67369040103391,
        29.95057999783755,
        -93.65805540354825,
        29.964194642243804
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.228141+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350135.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350135": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350135.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3315000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350150",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67378173189299,
              29.964116062736323
            ],
            [
              -93.67378173189299,
              29.977730721747765
            ],
            [
              -93.65814456654029,
              29.977730721747765
            ],
            [
              -93.65814456654029,
              29.964116062736323
            ],
            [
              -93.67378173189299,
              29.964116062736323
            ]
          ]
        ]
      },
      "bbox": [
        -93.67378173189299,
        29.964116062736323,
        -93.65814456654029,
        29.977730721747765
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.237753+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350150.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350150": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350150.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3316500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350165",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67387312494594,
              29.97765209954658
            ],
            [
              -93.67387312494594,
              29.991266773166767
            ],
            [
              -93.65823379025694,
              29.991266773166767
            ],
            [
              -93.65823379025694,
              29.97765209954658
            ],
            [
              -93.67387312494594,
              29.97765209954658
            ]
          ]
        ]
      },
      "bbox": [
        -93.67387312494594,
        29.97765209954658,
        -93.65823379025694,
        29.991266773166767
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.247770+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350165.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350165": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350165.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3318000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350180",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67396458022813,
              29.991188108260566
            ],
            [
              -93.67396458022813,
              30.00480279649308
            ],
            [
              -93.6583230747327,
              30.00480279649308
            ],
            [
              -93.6583230747327,
              29.991188108260566
            ],
            [
              -93.67396458022813,
              29.991188108260566
            ]
          ]
        ]
      },
      "bbox": [
        -93.67396458022813,
        29.991188108260566,
        -93.6583230747327,
        30.00480279649308
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.257413+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350180.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350180": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350180.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3319500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350195",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67405609777495,
              30.004724088870525
            ],
            [
              -93.67405609777495,
              30.018338791719003
            ],
            [
              -93.65841242000214,
              30.018338791719003
            ],
            [
              -93.65841242000214,
              30.004724088870525
            ],
            [
              -93.67405609777495,
              30.004724088870525
            ]
          ]
        ]
      },
      "bbox": [
        -93.67405609777495,
        30.004724088870525,
        -93.65841242000214,
        30.018338791719003
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.267004+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350195.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350195": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350195.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3321000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350210",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67414767762185,
              30.01826004136877
            ],
            [
              -93.67414767762185,
              30.03187475883679
            ],
            [
              -93.65850182609982,
              30.03187475883679
            ],
            [
              -93.65850182609982,
              30.01826004136877
            ],
            [
              -93.67414767762185,
              30.01826004136877
            ]
          ]
        ]
      },
      "bbox": [
        -93.67414767762185,
        30.01826004136877,
        -93.65850182609982,
        30.03187475883679
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.276672+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350210.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350210": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350210.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3322500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350225",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67423931980426,
              30.031795965747524
            ],
            [
              -93.67423931980426,
              30.045410697838754
            ],
            [
              -93.65859129306037,
              30.045410697838754
            ],
            [
              -93.65859129306037,
              30.031795965747524
            ],
            [
              -93.67423931980426,
              30.031795965747524
            ]
          ]
        ]
      },
      "bbox": [
        -93.67423931980426,
        30.031795965747524,
        -93.65859129306037,
        30.045410697838754
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.286303+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350225.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350225": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350225.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3324000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350240",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6743310243577,
              30.045331861999127
            ],
            [
              -93.6743310243577,
              30.058946608717193
            ],
            [
              -93.6586808209184,
              30.058946608717193
            ],
            [
              -93.6586808209184,
              30.045331861999127
            ],
            [
              -93.6743310243577,
              30.045331861999127
            ]
          ]
        ]
      },
      "bbox": [
        -93.6743310243577,
        30.045331861999127,
        -93.6586808209184,
        30.058946608717193
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.294954+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350240.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350240": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350240.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3325500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350255",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6744227913177,
              30.058867730115836
            ],
            [
              -93.6744227913177,
              30.072482491464417
            ],
            [
              -93.65877040970865,
              30.072482491464417
            ],
            [
              -93.65877040970865,
              30.058867730115836
            ],
            [
              -93.6744227913177,
              30.058867730115836
            ]
          ]
        ]
      },
      "bbox": [
        -93.6744227913177,
        30.058867730115836,
        -93.65877040970865,
        30.072482491464417
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.303748+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350255.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350255": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350255.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3327000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350270",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67451462071982,
              30.072403570089946
            ],
            [
              -93.67451462071982,
              30.086018346072716
            ],
            [
              -93.65886005946578,
              30.086018346072716
            ],
            [
              -93.65886005946578,
              30.072403570089946
            ],
            [
              -93.67451462071982,
              30.072403570089946
            ]
          ]
        ]
      },
      "bbox": [
        -93.67451462071982,
        30.072403570089946,
        -93.65886005946578,
        30.086018346072716
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.312549+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350270.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350270": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350270.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3328500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350285",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67460651259968,
              30.085939381913764
            ],
            [
              -93.67460651259968,
              30.099554172534425
            ],
            [
              -93.65894977022457,
              30.099554172534425
            ],
            [
              -93.65894977022457,
              30.085939381913764
            ],
            [
              -93.67460651259968,
              30.085939381913764
            ]
          ]
        ]
      },
      "bbox": [
        -93.67460651259968,
        30.085939381913764,
        -93.65894977022457,
        30.099554172534425
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.321439+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350285.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350285": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350285.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3330000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350300",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.67469846699294,
              30.09947516557961
            ],
            [
              -93.67469846699294,
              30.113089970841873
            ],
            [
              -93.65903954201978,
              30.113089970841873
            ],
            [
              -93.65903954201978,
              30.09947516557961
            ],
            [
              -93.67469846699294,
              30.09947516557961
            ]
          ]
        ]
      },
      "bbox": [
        -93.67469846699294,
        30.09947516557961,
        -93.65903954201978,
        30.113089970841873
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.330231+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350300.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350300": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350300.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3331500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP350315",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6747837952625,
              30.113010921079773
            ],
            [
              -93.6747837952625,
              30.125642142639173
            ],
            [
              -93.65912937488625,
              30.125642142639173
            ],
            [
              -93.65912937488625,
              30.113010921079773
            ],
            [
              -93.6747837952625,
              30.113010921079773
            ]
          ]
        ]
      },
      "bbox": [
        -93.6747837952625,
        30.113010921079773,
        -93.65912937488625,
        30.125642142639173
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.339023+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP350315.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP350315": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP350315.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1391,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            435000.0,
            0.0,
            -1.0,
            3332891.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65734428156817,
              29.8288323042355
            ],
            [
              -93.65734428156817,
              29.84244503470817
            ],
            [
              -93.64173076136692,
              29.84244503470817
            ],
            [
              -93.64173076136692,
              29.8288323042355
            ],
            [
              -93.65734428156817,
              29.8288323042355
            ]
          ]
        ]
      },
      "bbox": [
        -93.65734428156817,
        29.8288323042355,
        -93.64173076136692,
        29.84244503470817
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.348059+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65743296000156,
              29.84236866416278
            ],
            [
              -93.65743296000156,
              29.855981408226285
            ],
            [
              -93.64181728651101,
              29.855981408226285
            ],
            [
              -93.64181728651101,
              29.84236866416278
            ],
            [
              -93.65743296000156,
              29.84236866416278
            ]
          ]
        ]
      },
      "bbox": [
        -93.65743296000156,
        29.84236866416278,
        -93.64181728651101,
        29.855981408226285
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.356938+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6575216988847,
              29.8559049960827
            ],
            [
              -93.6575216988847,
              29.869517753740205
            ],
            [
              -93.64190387064399,
              29.869517753740205
            ],
            [
              -93.64190387064399,
              29.8559049960827
            ],
            [
              -93.6575216988847,
              29.8559049960827
            ]
          ]
        ]
      },
      "bbox": [
        -93.6575216988847,
        29.8559049960827,
        -93.64190387064399,
        29.869517753740205
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.365734+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65761049825183,
              29.869441299987464
            ],
            [
              -93.65761049825183,
              29.883054071242174
            ],
            [
              -93.64199051379926,
              29.883054071242174
            ],
            [
              -93.64199051379926,
              29.869441299987464
            ],
            [
              -93.65761049825183,
              29.869441299987464
            ]
          ]
        ]
      },
      "bbox": [
        -93.65761049825183,
        29.869441299987464,
        -93.64199051379926,
        29.883054071242174
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.374504+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3306000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365060",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65769935813725,
              29.882977575869305
            ],
            [
              -93.65769935813725,
              29.896590360724428
            ],
            [
              -93.64207721601022,
              29.896590360724428
            ],
            [
              -93.64207721601022,
              29.882977575869305
            ],
            [
              -93.65769935813725,
              29.882977575869305
            ]
          ]
        ]
      },
      "bbox": [
        -93.65769935813725,
        29.882977575869305,
        -93.64207721601022,
        29.896590360724428
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.383322+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365060.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365060": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365060.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3307500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365075",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65778827857525,
              29.896513823720433
            ],
            [
              -93.65778827857525,
              29.910126622179202
            ],
            [
              -93.64216397731035,
              29.910126622179202
            ],
            [
              -93.64216397731035,
              29.896513823720433
            ],
            [
              -93.65778827857525,
              29.896513823720433
            ]
          ]
        ]
      },
      "bbox": [
        -93.65778827857525,
        29.896513823720433,
        -93.64216397731035,
        29.910126622179202
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.392184+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365075.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365075": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365075.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3309000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365090",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65787725960016,
              29.91005004353309
            ],
            [
              -93.65787725960016,
              29.923662855598735
            ],
            [
              -93.64225079773315,
              29.923662855598735
            ],
            [
              -93.64225079773315,
              29.91005004353309
            ],
            [
              -93.65787725960016,
              29.91005004353309
            ]
          ]
        ]
      },
      "bbox": [
        -93.65787725960016,
        29.91005004353309,
        -93.64225079773315,
        29.923662855598735
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.401025+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365090.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365090": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365090.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3310500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365105",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65796630124635,
              29.923586235299513
            ],
            [
              -93.65796630124635,
              29.9371990609753
            ],
            [
              -93.64233767731214,
              29.9371990609753
            ],
            [
              -93.64233767731214,
              29.923586235299513
            ],
            [
              -93.65796630124635,
              29.923586235299513
            ]
          ]
        ]
      },
      "bbox": [
        -93.65796630124635,
        29.923586235299513,
        -93.64233767731214,
        29.9371990609753
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.410748+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365105.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365105": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365105.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3312000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365120",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65805540354825,
              29.93712239901193
            ],
            [
              -93.65805540354825,
              29.95073523830113
            ],
            [
              -93.64242461608089,
              29.95073523830113
            ],
            [
              -93.64242461608089,
              29.93712239901193
            ],
            [
              -93.65805540354825,
              29.93712239901193
            ]
          ]
        ]
      },
      "bbox": [
        -93.65805540354825,
        29.93712239901193,
        -93.64242461608089,
        29.95073523830113
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.419759+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365120.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365120": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365120.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3313500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365135",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65814456654029,
              29.95065853466261
            ],
            [
              -93.65814456654029,
              29.964271387568505
            ],
            [
              -93.64251161407299,
              29.964271387568505
            ],
            [
              -93.64251161407299,
              29.95065853466261
            ],
            [
              -93.65814456654029,
              29.95065853466261
            ]
          ]
        ]
      },
      "bbox": [
        -93.65814456654029,
        29.95065853466261,
        -93.64251161407299,
        29.964271387568505
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.428491+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365135.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365135": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365135.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3315000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365150",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65823379025694,
              29.964194642243804
            ],
            [
              -93.65823379025694,
              29.977807508769704
            ],
            [
              -93.64259867132205,
              29.977807508769704
            ],
            [
              -93.64259867132205,
              29.964194642243804
            ],
            [
              -93.65823379025694,
              29.964194642243804
            ]
          ]
        ]
      },
      "bbox": [
        -93.65823379025694,
        29.964194642243804,
        -93.64259867132205,
        29.977807508769704
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.437245+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365150.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365150": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365150.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3316500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365165",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6583230747327,
              29.977730721747765
            ],
            [
              -93.6583230747327,
              29.991343601896993
            ],
            [
              -93.64268578786177,
              29.991343601896993
            ],
            [
              -93.64268578786177,
              29.977730721747765
            ],
            [
              -93.6583230747327,
              29.977730721747765
            ]
          ]
        ]
      },
      "bbox": [
        -93.6583230747327,
        29.977730721747765,
        -93.64268578786177,
        29.991343601896993
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.446083+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365165.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365165": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365165.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3318000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365180",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65841242000214,
              29.991266773166767
            ],
            [
              -93.65841242000214,
              30.00487966694263
            ],
            [
              -93.6427729637258,
              30.00487966694263
            ],
            [
              -93.6427729637258,
              29.991266773166767
            ],
            [
              -93.65841242000214,
              29.991266773166767
            ]
          ]
        ]
      },
      "bbox": [
        -93.65841242000214,
        29.991266773166767,
        -93.6427729637258,
        30.00487966694263
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.454688+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365180.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365180": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365180.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3319500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365195",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65850182609982,
              30.00480279649308
            ],
            [
              -93.65850182609982,
              30.018415703898963
            ],
            [
              -93.6428601989479,
              30.018415703898963
            ],
            [
              -93.6428601989479,
              30.00480279649308
            ],
            [
              -93.65850182609982,
              30.00480279649308
            ]
          ]
        ]
      },
      "bbox": [
        -93.65850182609982,
        30.00480279649308,
        -93.6428601989479,
        30.018415703898963
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.463747+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365195.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365195": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365195.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3321000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365210",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65859129306037,
              30.018338791719003
            ],
            [
              -93.65859129306037,
              30.031951712758232
            ],
            [
              -93.64294749356185,
              30.031951712758232
            ],
            [
              -93.64294749356185,
              30.018338791719003
            ],
            [
              -93.65859129306037,
              30.018338791719003
            ]
          ]
        ]
      },
      "bbox": [
        -93.65859129306037,
        30.018338791719003,
        -93.64294749356185,
        30.031951712758232
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.472683+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365210.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365210": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365210.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3322500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365225",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6586808209184,
              30.03187475883679
            ],
            [
              -93.6586808209184,
              30.04548769351278
            ],
            [
              -93.6430348476014,
              30.04548769351278
            ],
            [
              -93.6430348476014,
              30.03187475883679
            ],
            [
              -93.6586808209184,
              30.03187475883679
            ]
          ]
        ]
      },
      "bbox": [
        -93.6586808209184,
        30.03187475883679,
        -93.6430348476014,
        30.04548769351278
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.481480+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365225.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365225": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365225.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3324000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365240",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65877040970865,
              30.045410697838754
            ],
            [
              -93.65877040970865,
              30.059023646154884
            ],
            [
              -93.64312226110039,
              30.059023646154884
            ],
            [
              -93.64312226110039,
              30.045410697838754
            ],
            [
              -93.65877040970865,
              30.045410697838754
            ]
          ]
        ]
      },
      "bbox": [
        -93.65877040970865,
        30.045410697838754,
        -93.64312226110039,
        30.059023646154884
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.490139+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365240.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365240": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365240.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3325500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365255",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65886005946578,
              30.058946608717193
            ],
            [
              -93.65886005946578,
              30.072559570676873
            ],
            [
              -93.64320973409271,
              30.072559570676873
            ],
            [
              -93.64320973409271,
              30.058946608717193
            ],
            [
              -93.65886005946578,
              30.058946608717193
            ]
          ]
        ]
      },
      "bbox": [
        -93.65886005946578,
        30.058946608717193,
        -93.64320973409271,
        30.072559570676873
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.499053+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365255.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365255": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365255.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3327000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365270",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65894977022457,
              30.072482491464417
            ],
            [
              -93.65894977022457,
              30.08609546707106
            ],
            [
              -93.64329726661222,
              30.08609546707106
            ],
            [
              -93.64329726661222,
              30.072482491464417
            ],
            [
              -93.65894977022457,
              30.072482491464417
            ]
          ]
        ]
      },
      "bbox": [
        -93.65894977022457,
        30.072482491464417,
        -93.64329726661222,
        30.08609546707106
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.507968+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365270.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365270": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365270.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3328500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365285",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65903954201978,
              30.086018346072716
            ],
            [
              -93.65903954201978,
              30.09963133532979
            ],
            [
              -93.64338485869287,
              30.09963133532979
            ],
            [
              -93.64338485869287,
              30.086018346072716
            ],
            [
              -93.65903954201978,
              30.086018346072716
            ]
          ]
        ]
      },
      "bbox": [
        -93.65903954201978,
        30.086018346072716,
        -93.64338485869287,
        30.09963133532979
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.516745+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365285.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365285": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365285.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3330000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365300",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.65912937488625,
              30.099554172534425
            ],
            [
              -93.65912937488625,
              30.113167175445366
            ],
            [
              -93.64347251036862,
              30.113167175445366
            ],
            [
              -93.64347251036862,
              30.099554172534425
            ],
            [
              -93.65912937488625,
              30.099554172534425
            ]
          ]
        ]
      },
      "bbox": [
        -93.65912937488625,
        30.099554172534425,
        -93.64347251036862,
        30.113167175445366
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.525625+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365300.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365300": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365300.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3331500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP365315",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6592119551987,
              30.113089970841873
            ],
            [
              -93.6592119551987,
              30.125602075755555
            ],
            [
              -93.64356022167347,
              30.125602075755555
            ],
            [
              -93.64356022167347,
              30.113089970841873
            ],
            [
              -93.6592119551987,
              30.113089970841873
            ]
          ]
        ]
      },
      "bbox": [
        -93.6592119551987,
        30.113089970841873,
        -93.64356022167347,
        30.125602075755555
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.534772+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP365315.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP365315": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP365315.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1378,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            436500.0,
            0.0,
            -1.0,
            3332878.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64181728651101,
              29.82890863319366
            ],
            [
              -93.64181728651101,
              29.84251958000208
            ],
            [
              -93.62620580022798,
              29.84251958000208
            ],
            [
              -93.62620580022798,
              29.82890863319366
            ],
            [
              -93.64181728651101,
              29.82890863319366
            ]
          ]
        ]
      },
      "bbox": [
        -93.64181728651101,
        29.82890863319366,
        -93.62620580022798,
        29.84251958000208
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.543728+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64190387064399,
              29.84244503470817
            ],
            [
              -93.64190387064399,
              29.856055994124247
            ],
            [
              -93.62629023246498,
              29.856055994124247
            ],
            [
              -93.62629023246498,
              29.84244503470817
            ],
            [
              -93.64190387064399,
              29.84244503470817
            ]
          ]
        ]
      },
      "bbox": [
        -93.64190387064399,
        29.84244503470817,
        -93.62629023246498,
        29.856055994124247
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.552643+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64199051379926,
              29.855981408226285
            ],
            [
              -93.64199051379926,
              29.86959238025293
            ],
            [
              -93.62637472226417,
              29.86959238025293
            ],
            [
              -93.62637472226417,
              29.855981408226285
            ],
            [
              -93.64199051379926,
              29.855981408226285
            ]
          ]
        ]
      },
      "bbox": [
        -93.64199051379926,
        29.855981408226285,
        -93.62637472226417,
        29.86959238025293
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.561398+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64207721601022,
              29.869517753740205
            ],
            [
              -93.64207721601022,
              29.88312873838039
            ],
            [
              -93.62645926965813,
              29.88312873838039
            ],
            [
              -93.62645926965813,
              29.869517753740205
            ],
            [
              -93.64207721601022,
              29.869517753740205
            ]
          ]
        ]
      },
      "bbox": [
        -93.64207721601022,
        29.869517753740205,
        -93.62645926965813,
        29.88312873838039
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.570246+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3306000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380060",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64216397731035,
              29.883054071242174
            ],
            [
              -93.64216397731035,
              29.896665068498827
            ],
            [
              -93.62654387467944,
              29.896665068498827
            ],
            [
              -93.62654387467944,
              29.883054071242174
            ],
            [
              -93.64216397731035,
              29.883054071242174
            ]
          ]
        ]
      },
      "bbox": [
        -93.64216397731035,
        29.883054071242174,
        -93.62654387467944,
        29.896665068498827
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.579275+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380060.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380060": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380060.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3307500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380075",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64225079773315,
              29.896590360724428
            ],
            [
              -93.64225079773315,
              29.910201370600536
            ],
            [
              -93.6266285373608,
              29.910201370600536
            ],
            [
              -93.6266285373608,
              29.896590360724428
            ],
            [
              -93.64225079773315,
              29.896590360724428
            ]
          ]
        ]
      },
      "bbox": [
        -93.64225079773315,
        29.896590360724428,
        -93.6266285373608,
        29.910201370600536
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.588219+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380075.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380075": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380075.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3309000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380090",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64233767731214,
              29.910126622179202
            ],
            [
              -93.64233767731214,
              29.92373764467775
            ],
            [
              -93.62671325773486,
              29.92373764467775
            ],
            [
              -93.62671325773486,
              29.910126622179202
            ],
            [
              -93.64233767731214,
              29.910126622179202
            ]
          ]
        ]
      },
      "bbox": [
        -93.64233767731214,
        29.910126622179202,
        -93.62671325773486,
        29.92373764467775
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.596966+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380090.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380090": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380090.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3310500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380105",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64242461608089,
              29.923662855598735
            ],
            [
              -93.64242461608089,
              29.93727389072273
            ],
            [
              -93.62679803583438,
              29.93727389072273
            ],
            [
              -93.62679803583438,
              29.923662855598735
            ],
            [
              -93.64242461608089,
              29.923662855598735
            ]
          ]
        ]
      },
      "bbox": [
        -93.64242461608089,
        29.923662855598735,
        -93.62679803583438,
        29.93727389072273
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.605884+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380105.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380105": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380105.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3312000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380120",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64251161407299,
              29.9371990609753
            ],
            [
              -93.64251161407299,
              29.95081010872775
            ],
            [
              -93.62688287169208,
              29.95081010872775
            ],
            [
              -93.62688287169208,
              29.9371990609753
            ],
            [
              -93.64251161407299,
              29.9371990609753
            ]
          ]
        ]
      },
      "bbox": [
        -93.64251161407299,
        29.9371990609753,
        -93.62688287169208,
        29.95081010872775
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.614529+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380120.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380120": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380120.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3313500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380135",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64259867132205,
              29.95073523830113
            ],
            [
              -93.64259867132205,
              29.964346298685086
            ],
            [
              -93.62696776534074,
              29.964346298685086
            ],
            [
              -93.62696776534074,
              29.95073523830113
            ],
            [
              -93.64259867132205,
              29.95073523830113
            ]
          ]
        ]
      },
      "bbox": [
        -93.64259867132205,
        29.95073523830113,
        -93.62696776534074,
        29.964346298685086
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.623375+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380135.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380135": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380135.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3315000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380150",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64268578786177,
              29.964271387568505
            ],
            [
              -93.64268578786177,
              29.977882460587004
            ],
            [
              -93.62705271681318,
              29.977882460587004
            ],
            [
              -93.62705271681318,
              29.964271387568505
            ],
            [
              -93.64268578786177,
              29.964271387568505
            ]
          ]
        ]
      },
      "bbox": [
        -93.64268578786177,
        29.964271387568505,
        -93.62705271681318,
        29.977882460587004
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.632187+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380150.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380150": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380150.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3316500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380165",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6427729637258,
              29.977807508769704
            ],
            [
              -93.6427729637258,
              29.991418594425806
            ],
            [
              -93.62713772614225,
              29.991418594425806
            ],
            [
              -93.62713772614225,
              29.977807508769704
            ],
            [
              -93.6427729637258,
              29.977807508769704
            ]
          ]
        ]
      },
      "bbox": [
        -93.6427729637258,
        29.977807508769704,
        -93.62713772614225,
        29.991418594425806
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.640989+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380165.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380165": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380165.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3318000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380180",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6428601989479,
              29.991343601896993
            ],
            [
              -93.6428601989479,
              30.004954700193764
            ],
            [
              -93.62722279336086,
              30.004954700193764
            ],
            [
              -93.62722279336086,
              29.991343601896993
            ],
            [
              -93.6428601989479,
              29.991343601896993
            ]
          ]
        ]
      },
      "bbox": [
        -93.6428601989479,
        29.991343601896993,
        -93.62722279336086,
        30.004954700193764
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.649865+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380180.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380180": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380180.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3319500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380195",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64294749356185,
              30.00487966694263
            ],
            [
              -93.64294749356185,
              30.018490777883205
            ],
            [
              -93.62730791850187,
              30.018490777883205
            ],
            [
              -93.62730791850187,
              30.00487966694263
            ],
            [
              -93.64294749356185,
              30.00487966694263
            ]
          ]
        ]
      },
      "bbox": [
        -93.64294749356185,
        30.00487966694263,
        -93.62730791850187,
        30.018490777883205
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.658967+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380195.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380195": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380195.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3321000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380210",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6430348476014,
              30.018415703898963
            ],
            [
              -93.6430348476014,
              30.032026827486405
            ],
            [
              -93.62739310159826,
              30.032026827486405
            ],
            [
              -93.62739310159826,
              30.018415703898963
            ],
            [
              -93.6430348476014,
              30.018415703898963
            ]
          ]
        ]
      },
      "bbox": [
        -93.6430348476014,
        30.018415703898963,
        -93.62739310159826,
        30.032026827486405
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.667978+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380210.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380210": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380210.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3322500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380225",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64312226110039,
              30.031951712758232
            ],
            [
              -93.64312226110039,
              30.045562848995694
            ],
            [
              -93.62747834268298,
              30.045562848995694
            ],
            [
              -93.62747834268298,
              30.031951712758232
            ],
            [
              -93.64312226110039,
              30.031951712758232
            ]
          ]
        ]
      },
      "bbox": [
        -93.64312226110039,
        30.031951712758232,
        -93.62747834268298,
        30.045562848995694
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.677031+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380225.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380225": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380225.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3324000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380240",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64320973409271,
              30.04548769351278
            ],
            [
              -93.64320973409271,
              30.059098842403383
            ],
            [
              -93.62756364178907,
              30.059098842403383
            ],
            [
              -93.62756364178907,
              30.04548769351278
            ],
            [
              -93.64320973409271,
              30.04548769351278
            ]
          ]
        ]
      },
      "bbox": [
        -93.64320973409271,
        30.04548769351278,
        -93.62756364178907,
        30.059098842403383
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.686081+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380240.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380240": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380240.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3325500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380255",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64329726661222,
              30.059023646154884
            ],
            [
              -93.64329726661222,
              30.072634807701792
            ],
            [
              -93.62764899894955,
              30.072634807701792
            ],
            [
              -93.62764899894955,
              30.059023646154884
            ],
            [
              -93.64329726661222,
              30.059023646154884
            ]
          ]
        ]
      },
      "bbox": [
        -93.64329726661222,
        30.059023646154884,
        -93.62764899894955,
        30.072634807701792
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.695180+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380255.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380255": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380255.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3327000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380270",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64338485869287,
              30.072559570676873
            ],
            [
              -93.64338485869287,
              30.08617074488324
            ],
            [
              -93.62773441419753,
              30.08617074488324
            ],
            [
              -93.62773441419753,
              30.072559570676873
            ],
            [
              -93.64338485869287,
              30.072559570676873
            ]
          ]
        ]
      },
      "bbox": [
        -93.64338485869287,
        30.072559570676873,
        -93.62773441419753,
        30.08617074488324
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.704021+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380270.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380270": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380270.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3328500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380285",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64347251036862,
              30.08609546707106
            ],
            [
              -93.64347251036862,
              30.09970665394009
            ],
            [
              -93.62781988756609,
              30.09970665394009
            ],
            [
              -93.62781988756609,
              30.08609546707106
            ],
            [
              -93.64347251036862,
              30.08609546707106
            ]
          ]
        ]
      },
      "bbox": [
        -93.64347251036862,
        30.08609546707106,
        -93.62781988756609,
        30.09970665394009
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.712905+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380285.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380285": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380285.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3330000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380300",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64356022167347,
              30.09963133532979
            ],
            [
              -93.64356022167347,
              30.11324253486466
            ],
            [
              -93.62790541908838,
              30.11324253486466
            ],
            [
              -93.62790541908838,
              30.09963133532979
            ],
            [
              -93.64356022167347,
              30.09963133532979
            ]
          ]
        ]
      },
      "bbox": [
        -93.64356022167347,
        30.09963133532979,
        -93.62790541908838,
        30.11324253486466
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.721785+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380300.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380300": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380300.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3331500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP380315",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.64363985668928,
              30.113167175445366
            ],
            [
              -93.64363985668928,
              30.125524066474465
            ],
            [
              -93.62799100879758,
              30.125524066474465
            ],
            [
              -93.62799100879758,
              30.113167175445366
            ],
            [
              -93.64363985668928,
              30.113167175445366
            ]
          ]
        ]
      },
      "bbox": [
        -93.64363985668928,
        30.113167175445366,
        -93.62799100879758,
        30.125524066474465
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.730774+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP380315.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP380315": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP380315.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1361,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            438000.0,
            0.0,
            -1.0,
            3332861.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395000",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62629023246498,
              29.82898313789421
            ],
            [
              -93.62629023246498,
              29.84259230001988
            ],
            [
              -93.61068078155941,
              29.84259230001988
            ],
            [
              -93.61068078155941,
              29.82898313789421
            ],
            [
              -93.62629023246498,
              29.82898313789421
            ]
          ]
        ]
      },
      "bbox": [
        -93.62629023246498,
        29.82898313789421,
        -93.61068078155941,
        29.84259230001988
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.739625+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395000.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395000": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395000.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3301500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395015",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62637472226417,
              29.84251958000208
            ],
            [
              -93.62637472226417,
              29.856128753751957
            ],
            [
              -93.6107631208568,
              29.856128753751957
            ],
            [
              -93.6107631208568,
              29.84251958000208
            ],
            [
              -93.62637472226417,
              29.84251958000208
            ]
          ]
        ]
      },
      "bbox": [
        -93.62637472226417,
        29.84251958000208,
        -93.6107631208568,
        29.856128753751957
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.749004+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395015.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395015": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395015.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3303000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395030",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62645926965813,
              29.856055994124247
            ],
            [
              -93.62645926965813,
              29.86966517950098
            ],
            [
              -93.6108455162896,
              29.86966517950098
            ],
            [
              -93.6108455162896,
              29.856055994124247
            ],
            [
              -93.62645926965813,
              29.856055994124247
            ]
          ]
        ]
      },
      "bbox": [
        -93.62645926965813,
        29.856055994124247,
        -93.6108455162896,
        29.86966517950098
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.758065+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395030.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395030": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395030.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3304500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395045",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62654387467944,
              29.86959238025293
            ],
            [
              -93.62654387467944,
              29.88320157725924
            ],
            [
              -93.61092796788961,
              29.88320157725924
            ],
            [
              -93.61092796788961,
              29.86959238025293
            ],
            [
              -93.62654387467944,
              29.86959238025293
            ]
          ]
        ]
      },
      "bbox": [
        -93.62654387467944,
        29.86959238025293,
        -93.61092796788961,
        29.88320157725924
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.766994+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395045.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395045": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395045.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3306000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395060",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.6266285373608,
              29.88312873838039
            ],
            [
              -93.6266285373608,
              29.896737947018938
            ],
            [
              -93.61101047568863,
              29.896737947018938
            ],
            [
              -93.61101047568863,
              29.88312873838039
            ],
            [
              -93.6266285373608,
              29.88312873838039
            ]
          ]
        ]
      },
      "bbox": [
        -93.6266285373608,
        29.88312873838039,
        -93.61101047568863,
        29.896737947018938
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.775957+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395060.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395060": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395060.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3307500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395075",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62671325773486,
              29.896665068498827
            ],
            [
              -93.62671325773486,
              29.910274288772385
            ],
            [
              -93.61109303971853,
              29.910274288772385
            ],
            [
              -93.61109303971853,
              29.896665068498827
            ],
            [
              -93.62671325773486,
              29.896665068498827
            ]
          ]
        ]
      },
      "bbox": [
        -93.62671325773486,
        29.896665068498827,
        -93.61109303971853,
        29.910274288772385
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.785237+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395075.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395075": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395075.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3309000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395090",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62679803583438,
              29.910201370600536
            ],
            [
              -93.62679803583438,
              29.92381060251181
            ],
            [
              -93.61117566001116,
              29.92381060251181
            ],
            [
              -93.61117566001116,
              29.910201370600536
            ],
            [
              -93.62679803583438,
              29.910201370600536
            ]
          ]
        ]
      },
      "bbox": [
        -93.62679803583438,
        29.910201370600536,
        -93.61117566001116,
        29.92381060251181
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.793631+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395090.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395090": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395090.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3310500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395105",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62688287169208,
              29.92373764467775
            ],
            [
              -93.62688287169208,
              29.937346888229484
            ],
            [
              -93.61125833659844,
              29.937346888229484
            ],
            [
              -93.61125833659844,
              29.92373764467775
            ],
            [
              -93.62688287169208,
              29.92373764467775
            ]
          ]
        ]
      },
      "bbox": [
        -93.62688287169208,
        29.92373764467775,
        -93.61125833659844,
        29.937346888229484
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.801824+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395105.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395105": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395105.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3312000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395120",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62696776534074,
              29.93727389072273
            ],
            [
              -93.62696776534074,
              29.950883145917697
            ],
            [
              -93.61134106951229,
              29.950883145917697
            ],
            [
              -93.61134106951229,
              29.93727389072273
            ],
            [
              -93.62696776534074,
              29.93727389072273
            ]
          ]
        ]
      },
      "bbox": [
        -93.62696776534074,
        29.93727389072273,
        -93.61134106951229,
        29.950883145917697
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.809998+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395120.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395120": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395120.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3313500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395135",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62705271681318,
              29.95081010872775
            ],
            [
              -93.62705271681318,
              29.96441937556873
            ],
            [
              -93.61142385878472,
              29.96441937556873
            ],
            [
              -93.61142385878472,
              29.95081010872775
            ],
            [
              -93.62705271681318,
              29.95081010872775
            ]
          ]
        ]
      },
      "bbox": [
        -93.62705271681318,
        29.95081010872775,
        -93.61142385878472,
        29.96441937556873
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.818409+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395135.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395135": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395135.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3315000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395150",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62713772614225,
              29.964346298685086
            ],
            [
              -93.62713772614225,
              29.97795557717486
            ],
            [
              -93.61150670444769,
              29.97795557717486
            ],
            [
              -93.61150670444769,
              29.964346298685086
            ],
            [
              -93.62713772614225,
              29.964346298685086
            ]
          ]
        ]
      },
      "bbox": [
        -93.62713772614225,
        29.964346298685086,
        -93.61150670444769,
        29.97795557717486
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.826463+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395150.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395150": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395150.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3316500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395165",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62722279336086,
              29.977882460587004
            ],
            [
              -93.62722279336086,
              29.991491750728404
            ],
            [
              -93.61158960653326,
              29.991491750728404
            ],
            [
              -93.61158960653326,
              29.977882460587004
            ],
            [
              -93.62722279336086,
              29.977882460587004
            ]
          ]
        ]
      },
      "bbox": [
        -93.62722279336086,
        29.977882460587004,
        -93.61158960653326,
        29.991491750728404
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.835228+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395165.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395165": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395165.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3318000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395180",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62730791850187,
              29.991418594425806
            ],
            [
              -93.62730791850187,
              30.005027896221623
            ],
            [
              -93.61167256507348,
              30.005027896221623
            ],
            [
              -93.61167256507348,
              29.991418594425806
            ],
            [
              -93.62730791850187,
              29.991418594425806
            ]
          ]
        ]
      },
      "bbox": [
        -93.62730791850187,
        29.991418594425806,
        -93.61167256507348,
        30.005027896221623
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.843427+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395180.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395180": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395180.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3319500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395195",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62739310159826,
              30.004954700193764
            ],
            [
              -93.62739310159826,
              30.01856401364687
            ],
            [
              -93.61175558010045,
              30.01856401364687
            ],
            [
              -93.61175558010045,
              30.004954700193764
            ],
            [
              -93.62739310159826,
              30.004954700193764
            ]
          ]
        ]
      },
      "bbox": [
        -93.62739310159826,
        30.004954700193764,
        -93.61175558010045,
        30.01856401364687
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.851461+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395195.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395195": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395195.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3321000.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395210",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62747834268298,
              30.018490777883205
            ],
            [
              -93.62747834268298,
              30.032100102996417
            ],
            [
              -93.61183865164631,
              30.032100102996417
            ],
            [
              -93.61183865164631,
              30.018490777883205
            ],
            [
              -93.62747834268298,
              30.018490777883205
            ]
          ]
        ]
      },
      "bbox": [
        -93.62747834268298,
        30.018490777883205,
        -93.61183865164631,
        30.032100102996417
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.859784+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395210.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395210": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395210.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"metre\",1]],\n        AXIS[\"(N)\",north,\n            ORDER[2],\n            LENGTHUNIT[\"metre\",1]],\n    USAGE[\n        SCOPE[\"Engineering survey, topographic mapping.\"],\n        AREA[\"United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.\"],\n        BBOX[25.61,-96.01,49.38,-90]],\n    ID[\"EPSG\",6344]]",
          "proj:epsg": 6344,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(2011) / UTM zone 15N",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(2011)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (National Spatial Reference System 2011)",
                "anchor_epoch": 2010,
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6318
              }
            },
            "conversion": {
              "name": "UTM zone 15N",
              "method": {
                "name": "Transverse Mercator",
                "id": {
                  "authority": "EPSG",
                  "code": 9807
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 0,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -93,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 0.9996,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 500000,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 0,
                  "unit": "metre",
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "coordinate_system": {
              "subtype": "Cartesian",
              "axis": [
                {
                  "name": "Easting",
                  "abbreviation": "E",
                  "direction": "east",
                  "unit": "metre"
                },
                {
                  "name": "Northing",
                  "abbreviation": "N",
                  "direction": "north",
                  "unit": "metre"
                }
              ]
            },
            "scope": "Engineering survey, topographic mapping.",
            "area": "United States (USA) - between 96\u00b0W and 90\u00b0W onshore and offshore - Arkansas; Illinois; Iowa; Kansas; Louisiana; Michigan; Minnesota; Mississippi; Missouri; Nebraska; Oklahoma; Tennessee; Texas; Wisconsin.",
            "bbox": {
              "south_latitude": 25.61,
              "west_longitude": -96.01,
              "north_latitude": 49.38,
              "east_longitude": -90
            },
            "id": {
              "authority": "EPSG",
              "code": 6344
            }
          },
          "proj:transform": [
            1.0,
            0.0,
            439500.0,
            0.0,
            -1.0,
            3322500.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -9999.0
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "LA_Chenier_Plain_2017_15RVP395225",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -93.62756364178907,
              30.032026827486405
            ],
            [
              -93.62756364178907,
              30.045636164262614
            ],
            [
              -93.61192177974321,
              30.045636164262614
            ],
            [
              -93.61192177974321,
              30.032026827486405
            ],
            [
              -93.62756364178907,
              30.032026827486405
            ]
          ]
        ]
      },
      "bbox": [
        -93.62756364178907,
        30.032026827486405,
        -93.61192177974321,
        30.045636164262614
      ],
      "properties": {
        "start_datetime": "2017-01-08T00:00:00+00:00",
        "end_datetime": "2017-03-03T00:00:00+00:00",
        "created": "2026-03-18 23:38:43.868233+00:00",
        "license": "NLPL",
        "datetime": "2017-01-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/stac/LA_Chenier_Plain_2017_15RVP395225.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "LA_Chenier_Plain_2017_15RVP395225": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/LA_Chenier_DEM_2017_8598/LA_Chenier_Plain_2017_15RVP395225.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1500,
            1500
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(2011) / UTM zone 15N\",\n    BASEGEOGCRS[\"NAD83(2011)\",\n        DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]],\n            ANCHOREPOCH[2010]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6318]],\n    CONVERSION[\"UTM zone 15N\",\n        METHOD[\"Transverse Mercator\",\n            ID[\"EPSG\",9807]],\n        PARAMETER[\"Latitude of natural origin\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-93,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",0.9996,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",500000,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",0,\n            LENGTHUNIT[\"metre\",1],\n            ID[\"EPSG\",8807]]],\n    CS[Cartesian,2],\n        AXIS[\"(E)\",east,\n            ORDER[1],\n            LENGTHUNIT[\"