{
  "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": "kwigillingok_lidar_2021_dtm",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -163.20225352803297,
              59.83553569525567
            ],
            [
              -163.20225352803297,
              59.89920841729839
            ],
            [
              -163.09619818885992,
              59.89920841729839
            ],
            [
              -163.09619818885992,
              59.83553569525567
            ],
            [
              -163.20225352803297,
              59.83553569525567
            ]
          ]
        ]
      },
      "bbox": [
        -163.20225352803297,
        59.83553569525567,
        -163.09619818885992,
        59.89920841729839
      ],
      "properties": {
        "created": "2026-03-19 09:56:47.413957+00:00",
        "license": "NLPL",
        "datetime": "2021-08-18T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/AK_Kwigillingok_DEM_2021_10079/stac/kwigillingok_lidar_2021_dtm.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "kwigillingok_lidar_2021_dtm": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/AK_Kwigillingok_DEM_2021_10079/kwigillingok_lidar_2021_dtm.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            13868,
            11497
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(2011) / UTM zone 3N + NAVD88 height\",\n    PROJCRS[\"NAD83(2011) / UTM zone 3N\",\n        BASEGEOGCRS[\"NAD83(2011)\",\n            DATUM[\"NAD83 (National Spatial Reference System 2011)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]],\n                ANCHOREPOCH[2010]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",6318]],\n        CONVERSION[\"UTM zone 3N\",\n            METHOD[\"Transverse Mercator\",\n                ID[\"EPSG\",9807]],\n            PARAMETER[\"Latitude of natural origin\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8801]],\n            PARAMETER[\"Longitude of natural origin\",-165,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8802]],\n            PARAMETER[\"Scale factor at natural origin\",0.9996,\n                SCALEUNIT[\"unity\",1],\n                ID[\"EPSG\",8805]],\n            PARAMETER[\"False easting\",500000,\n                LENGTHUNIT[\"metre\",1],\n                ID[\"EPSG\",8806]],\n            PARAMETER[\"False northing\",0,\n                LENGTHUNIT[\"metre\",1],\n                ID[\"EPSG\",8807]]],\n        CS[Cartesian,2],\n            AXIS[\"(E)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"metre\",1]],\n            AXIS[\"(N)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"metre\",1]],\n        USAGE[\n            SCOPE[\"Engineering survey, topographic mapping.\"],\n            AREA[\"United States (USA) - between 168\u00b0W and 162\u00b0W - Alaska and offshore continental shelf (OCS).\"],\n            BBOX[49.52,-168,74.29,-161.99]],\n        ID[\"EPSG\",6332]],\n    VERTCRS[\"NAVD88 height\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"metre\",1]],\n        USAGE[\n            SCOPE[\"Geodesy, engineering survey, topographic mapping.\"],\n            AREA[\"Mexico - onshore. United States (USA) - CONUS and Alaska - onshore - Alabama; Alaska; 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[14.51,172.42,71.4,-66.91]],\n        ID[\"EPSG\",5703]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(2011) / UTM zone 3N + NAVD88 height",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(2011) / UTM zone 3N",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(2011)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (National Spatial Reference System 2011)",
                    "anchor_epoch": 2010,
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 6318
                  }
                },
                "conversion": {
                  "name": "UTM zone 3N",
                  "method": {
                    "name": "Transverse Mercator",
                    "id": {
                      "authority": "EPSG",
                      "code": 9807
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of natural origin",
                      "value": 0,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8801
                      }
                    },
                    {
                      "name": "Longitude of natural origin",
                      "value": -165,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8802
                      }
                    },
                    {
                      "name": "Scale factor at natural origin",
                      "value": 0.9996,
                      "unit": "unity",
                      "id": {
                        "authority": "EPSG",
                        "code": 8805
                      }
                    },
                    {
                      "name": "False easting",
                      "value": 500000,
                      "unit": "metre",
                      "id": {
                        "authority": "EPSG",
                        "code": 8806
                      }
                    },
                    {
                      "name": "False northing",
                      "value": 0,
                      "unit": "metre",
                      "id": {
                        "authority": "EPSG",
                        "code": 8807
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "E",
                      "direction": "east",
                      "unit": "metre"
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "N",
                      "direction": "north",
                      "unit": "metre"
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 6332
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height",
                "datum": {
                  "type": "VerticalReferenceFrame",
                  "name": "North American Vertical Datum 1988"
                },
                "coordinate_system": {
                  "subtype": "vertical",
                  "axis": [
                    {
                      "name": "Gravity-related height",
                      "abbreviation": "H",
                      "direction": "up",
                      "unit": "metre"
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 5703
                }
              }
            ]
          },
          "proj:transform": [
            0.5,
            0.0,
            600758.88,
            0.0,
            -0.5,
            6641556.640000001
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "stats": {
                "minimum": 0.17,
                "maximum": 7.48,
                "mean": 2.889,
                "stddev": 0.925
              },
              "nodata": -3.402823e+38,
              "unit": "metre"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "band_1"
            }
          ]
        }
      }
    }
  ]
}