{
  "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": "Charles_DEM_ft",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -77.29548594240636,
              38.24555850305016
            ],
            [
              -77.29548594240636,
              38.696360424396424
            ],
            [
              -76.66480481758809,
              38.696360424396424
            ],
            [
              -76.66480481758809,
              38.24555850305016
            ],
            [
              -77.29548594240636,
              38.24555850305016
            ]
          ]
        ]
      },
      "bbox": [
        -77.29548594240636,
        38.24555850305016,
        -76.66480481758809,
        38.696360424396424
      ],
      "properties": {
        "created": "2026-03-19 11:58:48.825293+00:00",
        "license": "NLPL",
        "datetime": "2023-03-08T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/MD_Charles_DEM_2023_10327/stac/Charles_DEM_ft.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "Charles_DEM_ft": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/MD_Charles_DEM_2023_10327/Charles_DEM_ft.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            82000,
            90000
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(2011) / Maryland (ftUS) + NAVD88 height (ftUS)\",\n    PROJCRS[\"NAD83(2011) / Maryland (ftUS)\",\n        BASEGEOGCRS[\"NAD83(2011)\",\n            DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]],\n                ANCHOREPOCH[2010]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",6318]],\n        CONVERSION[\"SPCS83 Maryland zone (US survey foot)\",\n            METHOD[\"Lambert Conic Conformal (2SP)\",\n                ID[\"EPSG\",9802]],\n            PARAMETER[\"Latitude of false origin\",37.6666666666667,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8821]],\n            PARAMETER[\"Longitude of false origin\",-77,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8822]],\n            PARAMETER[\"Latitude of 1st standard parallel\",39.45,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8823]],\n            PARAMETER[\"Latitude of 2nd standard parallel\",38.3,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8824]],\n            PARAMETER[\"Easting at false origin\",1312333.333,\n                LENGTHUNIT[\"US survey foot\",0.304800609601219],\n                ID[\"EPSG\",8826]],\n            PARAMETER[\"Northing at false origin\",0,\n                LENGTHUNIT[\"US survey foot\",0.304800609601219],\n                ID[\"EPSG\",8827]]],\n        CS[Cartesian,2],\n            AXIS[\"easting (X)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"US survey foot\",0.304800609601219]],\n            AXIS[\"northing (Y)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"US survey foot\",0.304800609601219]],\n        USAGE[\n            SCOPE[\"Engineering survey, topographic mapping.\"],\n            AREA[\"United States (USA) - Maryland - counties of Allegany; Anne Arundel; Baltimore; Calvert; Caroline; Carroll; Cecil; Charles; Dorchester; Frederick; Garrett; Harford; Howard; Kent; Montgomery; Prince Georges; Queen Annes; Somerset; St Marys; Talbot; Washington; Wicomico; Worcester.\"],\n            BBOX[37.97,-79.49,39.73,-74.97]],\n        ID[\"EPSG\",6488]],\n    VERTCRS[\"NAVD88 height (ftUS)\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"US survey foot\",0.304800609601219]],\n        USAGE[\n            SCOPE[\"Geodesy, engineering survey.\"],\n            AREA[\"United States (USA) - CONUS and Alaska - onshore - Alabama; Alaska mainland; Arizona; Arkansas; California; Colorado; Connecticut; Delaware; Florida; Georgia; Idaho; Illinois; Indiana; Iowa; Kansas; Kentucky; Louisiana; Maine; Maryland; Massachusetts; Michigan; Minnesota; Mississippi; Missouri; Montana; Nebraska; Nevada; New Hampshire; New Jersey; New Mexico; New York; North Carolina; North Dakota; Ohio; Oklahoma; Oregon; Pennsylvania; Rhode Island; South Carolina; South Dakota; Tennessee; Texas; Utah; Vermont; Virginia; Washington; West Virginia; Wisconsin; Wyoming.\"],\n            BBOX[24.41,-168.26,71.4,-66.91]],\n        ID[\"EPSG\",6360]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(2011) / Maryland (ftUS) + NAVD88 height (ftUS)",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(2011) / Maryland (ftUS)",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(2011)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (National Spatial Reference System 2011)",
                    "anchor_epoch": 2010,
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 6318
                  }
                },
                "conversion": {
                  "name": "SPCS83 Maryland zone (US survey foot)",
                  "method": {
                    "name": "Lambert Conic Conformal (2SP)",
                    "id": {
                      "authority": "EPSG",
                      "code": 9802
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of false origin",
                      "value": 37.6666666666667,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8821
                      }
                    },
                    {
                      "name": "Longitude of false origin",
                      "value": -77,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8822
                      }
                    },
                    {
                      "name": "Latitude of 1st standard parallel",
                      "value": 39.45,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8823
                      }
                    },
                    {
                      "name": "Latitude of 2nd standard parallel",
                      "value": 38.3,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8824
                      }
                    },
                    {
                      "name": "Easting at false origin",
                      "value": 1312333.333,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "US survey foot",
                        "conversion_factor": 0.304800609601219
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8826
                      }
                    },
                    {
                      "name": "Northing at false origin",
                      "value": 0,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "US survey foot",
                        "conversion_factor": 0.304800609601219
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8827
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "X",
                      "direction": "east",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "US survey foot",
                        "conversion_factor": 0.304800609601219
                      }
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "Y",
                      "direction": "north",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "US survey foot",
                        "conversion_factor": 0.304800609601219
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 6488
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height (ftUS)",
                "datum": {
                  "type": "VerticalReferenceFrame",
                  "name": "North American Vertical Datum 1988"
                },
                "coordinate_system": {
                  "subtype": "vertical",
                  "axis": [
                    {
                      "name": "Gravity-related height",
                      "abbreviation": "H",
                      "direction": "up",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "US survey foot",
                        "conversion_factor": 0.304800609601219
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 6360
                }
              }
            ]
          },
          "proj:transform": [
            2.0,
            0.0,
            1227999.9999999986,
            0.0,
            -2.0,
            374999.9999999997
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": 3.4e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "gray"
            }
          ]
        }
      }
    }
  ]
}