{
  "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": "be42121a7",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -121.87545553971603,
              42.03851059139849
            ],
            [
              -121.87545553971603,
              42.05804462052691
            ],
            [
              -121.86884893243825,
              42.05804462052691
            ],
            [
              -121.86884893243825,
              42.03851059139849
            ],
            [
              -121.87545553971603,
              42.03851059139849
            ]
          ]
        ]
      },
      "bbox": [
        -121.87545553971603,
        42.03851059139849,
        -121.86884893243825,
        42.05804462052691
      ],
      "properties": {
        "start_datetime": "2012-05-19T00:00:00+00:00",
        "end_datetime": "2012-08-17T00:00:00+00:00",
        "created": "2026-03-18 19:25:56.737377+00:00",
        "license": "NLPL",
        "datetime": "2012-05-19T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/stac/be42121a7.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "be42121a7": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/be42121a7.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            2365,
            559
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)\",\n    PROJCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft)\",\n        BASEGEOGCRS[\"NAD83(HARN)\",\n            DATUM[\"NAD83 (High Accuracy Reference Network)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",4152]],\n        CONVERSION[\"Oregon GIC Lambert (international foot)\",\n            METHOD[\"Lambert Conic Conformal (2SP)\",\n                ID[\"EPSG\",9802]],\n            PARAMETER[\"Latitude of false origin\",41.75,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8821]],\n            PARAMETER[\"Longitude of false origin\",-120.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8822]],\n            PARAMETER[\"Latitude of 1st standard parallel\",43,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8823]],\n            PARAMETER[\"Latitude of 2nd standard parallel\",45.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8824]],\n            PARAMETER[\"Easting at false origin\",1312335.958,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8826]],\n            PARAMETER[\"Northing at false origin\",0,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8827]]],\n        CS[Cartesian,2],\n            AXIS[\"easting (X)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"foot\",0.3048]],\n            AXIS[\"northing (Y)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"State-wide spatial data management.\"],\n            AREA[\"United States (USA) - Oregon.\"],\n            BBOX[41.98,-124.6,46.26,-116.47]],\n        ID[\"EPSG\",2994]],\n    VERTCRS[\"NAVD88 height (ft)\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"Engineering survey, GIS, topographic mapping.\"],\n            AREA[\"United States (USA) - onshore - Arizona; Michigan; Montana; North Dakota; Oregon; South Carolina.\"],\n            BBOX[31.33,-124.6,49.01,-78.52]],\n        ID[\"EPSG\",8228]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(HARN) / Oregon GIC Lambert (ft)",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(HARN)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (High Accuracy Reference Network)",
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 4152
                  }
                },
                "conversion": {
                  "name": "Oregon GIC Lambert (international foot)",
                  "method": {
                    "name": "Lambert Conic Conformal (2SP)",
                    "id": {
                      "authority": "EPSG",
                      "code": 9802
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of false origin",
                      "value": 41.75,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8821
                      }
                    },
                    {
                      "name": "Longitude of false origin",
                      "value": -120.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8822
                      }
                    },
                    {
                      "name": "Latitude of 1st standard parallel",
                      "value": 43,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8823
                      }
                    },
                    {
                      "name": "Latitude of 2nd standard parallel",
                      "value": 45.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8824
                      }
                    },
                    {
                      "name": "Easting at false origin",
                      "value": 1312335.958,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8826
                      }
                    },
                    {
                      "name": "Northing at false origin",
                      "value": 0,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8827
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "X",
                      "direction": "east",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "Y",
                      "direction": "north",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 2994
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height (ft)",
                "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": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 8228
                }
              }
            ]
          },
          "proj:transform": [
            3.0,
            0.0,
            938638.5,
            0.0,
            -3.0,
            115420.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "be42121a7"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "be42121a8",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -122.00301468606425,
              42.00155820198047
            ],
            [
              -122.00301468606425,
              42.12662194936935
            ],
            [
              -121.87377311236384,
              42.12662194936935
            ],
            [
              -121.87377311236384,
              42.00155820198047
            ],
            [
              -122.00301468606425,
              42.00155820198047
            ]
          ]
        ]
      },
      "bbox": [
        -122.00301468606425,
        42.00155820198047,
        -121.87377311236384,
        42.12662194936935
      ],
      "properties": {
        "start_datetime": "2012-05-19T00:00:00+00:00",
        "end_datetime": "2012-08-17T00:00:00+00:00",
        "created": "2026-03-18 19:25:56.812083+00:00",
        "license": "NLPL",
        "datetime": "2012-05-19T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/stac/be42121a8.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "be42121a8": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/be42121a8.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            15001,
            11443
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)\",\n    PROJCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft)\",\n        BASEGEOGCRS[\"NAD83(HARN)\",\n            DATUM[\"NAD83 (High Accuracy Reference Network)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",4152]],\n        CONVERSION[\"Oregon GIC Lambert (international foot)\",\n            METHOD[\"Lambert Conic Conformal (2SP)\",\n                ID[\"EPSG\",9802]],\n            PARAMETER[\"Latitude of false origin\",41.75,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8821]],\n            PARAMETER[\"Longitude of false origin\",-120.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8822]],\n            PARAMETER[\"Latitude of 1st standard parallel\",43,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8823]],\n            PARAMETER[\"Latitude of 2nd standard parallel\",45.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8824]],\n            PARAMETER[\"Easting at false origin\",1312335.958,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8826]],\n            PARAMETER[\"Northing at false origin\",0,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8827]]],\n        CS[Cartesian,2],\n            AXIS[\"easting (X)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"foot\",0.3048]],\n            AXIS[\"northing (Y)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"State-wide spatial data management.\"],\n            AREA[\"United States (USA) - Oregon.\"],\n            BBOX[41.98,-124.6,46.26,-116.47]],\n        ID[\"EPSG\",2994]],\n    VERTCRS[\"NAVD88 height (ft)\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"Engineering survey, GIS, topographic mapping.\"],\n            AREA[\"United States (USA) - onshore - Arizona; Michigan; Montana; North Dakota; Oregon; South Carolina.\"],\n            BBOX[31.33,-124.6,49.01,-78.52]],\n        ID[\"EPSG\",8228]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(HARN) / Oregon GIC Lambert (ft)",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(HARN)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (High Accuracy Reference Network)",
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 4152
                  }
                },
                "conversion": {
                  "name": "Oregon GIC Lambert (international foot)",
                  "method": {
                    "name": "Lambert Conic Conformal (2SP)",
                    "id": {
                      "authority": "EPSG",
                      "code": 9802
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of false origin",
                      "value": 41.75,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8821
                      }
                    },
                    {
                      "name": "Longitude of false origin",
                      "value": -120.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8822
                      }
                    },
                    {
                      "name": "Latitude of 1st standard parallel",
                      "value": 43,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8823
                      }
                    },
                    {
                      "name": "Latitude of 2nd standard parallel",
                      "value": 45.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8824
                      }
                    },
                    {
                      "name": "Easting at false origin",
                      "value": 1312335.958,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8826
                      }
                    },
                    {
                      "name": "Northing at false origin",
                      "value": 0,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8827
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "X",
                      "direction": "east",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "Y",
                      "direction": "north",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 2994
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height (ft)",
                "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": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 8228
                }
              }
            ]
          },
          "proj:transform": [
            3.0,
            0.0,
            904432.5,
            0.0,
            -3.0,
            140452.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "be42121a8"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "be42121b7",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -121.87509528215,
              42.156910213549146
            ],
            [
              -121.87509528215,
              42.16036709721666
            ],
            [
              -121.8735914180614,
              42.16036709721666
            ],
            [
              -121.8735914180614,
              42.156910213549146
            ],
            [
              -121.87509528215,
              42.156910213549146
            ]
          ]
        ]
      },
      "bbox": [
        -121.87509528215,
        42.156910213549146,
        -121.8735914180614,
        42.16036709721666
      ],
      "properties": {
        "start_datetime": "2012-05-19T00:00:00+00:00",
        "end_datetime": "2012-08-17T00:00:00+00:00",
        "created": "2026-03-18 19:25:56.871575+00:00",
        "license": "NLPL",
        "datetime": "2012-05-19T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/stac/be42121b7.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "be42121b7": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/be42121b7.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            418,
            129
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)\",\n    PROJCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft)\",\n        BASEGEOGCRS[\"NAD83(HARN)\",\n            DATUM[\"NAD83 (High Accuracy Reference Network)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",4152]],\n        CONVERSION[\"Oregon GIC Lambert (international foot)\",\n            METHOD[\"Lambert Conic Conformal (2SP)\",\n                ID[\"EPSG\",9802]],\n            PARAMETER[\"Latitude of false origin\",41.75,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8821]],\n            PARAMETER[\"Longitude of false origin\",-120.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8822]],\n            PARAMETER[\"Latitude of 1st standard parallel\",43,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8823]],\n            PARAMETER[\"Latitude of 2nd standard parallel\",45.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8824]],\n            PARAMETER[\"Easting at false origin\",1312335.958,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8826]],\n            PARAMETER[\"Northing at false origin\",0,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8827]]],\n        CS[Cartesian,2],\n            AXIS[\"easting (X)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"foot\",0.3048]],\n            AXIS[\"northing (Y)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"State-wide spatial data management.\"],\n            AREA[\"United States (USA) - Oregon.\"],\n            BBOX[41.98,-124.6,46.26,-116.47]],\n        ID[\"EPSG\",2994]],\n    VERTCRS[\"NAVD88 height (ft)\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"Engineering survey, GIS, topographic mapping.\"],\n            AREA[\"United States (USA) - onshore - Arizona; Michigan; Montana; North Dakota; Oregon; South Carolina.\"],\n            BBOX[31.33,-124.6,49.01,-78.52]],\n        ID[\"EPSG\",8228]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(HARN) / Oregon GIC Lambert (ft)",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(HARN)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (High Accuracy Reference Network)",
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 4152
                  }
                },
                "conversion": {
                  "name": "Oregon GIC Lambert (international foot)",
                  "method": {
                    "name": "Lambert Conic Conformal (2SP)",
                    "id": {
                      "authority": "EPSG",
                      "code": 9802
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of false origin",
                      "value": 41.75,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8821
                      }
                    },
                    {
                      "name": "Longitude of false origin",
                      "value": -120.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8822
                      }
                    },
                    {
                      "name": "Latitude of 1st standard parallel",
                      "value": 43,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8823
                      }
                    },
                    {
                      "name": "Latitude of 2nd standard parallel",
                      "value": 45.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8824
                      }
                    },
                    {
                      "name": "Easting at false origin",
                      "value": 1312335.958,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8826
                      }
                    },
                    {
                      "name": "Northing at false origin",
                      "value": 0,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8827
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "X",
                      "direction": "east",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "Y",
                      "direction": "north",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 2994
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height (ft)",
                "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": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 8228
                }
              }
            ]
          },
          "proj:transform": [
            3.0,
            0.0,
            939361.5,
            0.0,
            -3.0,
            152740.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "be42121b7"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "be42121b8",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -122.0020411422783,
              42.124098401702234
            ],
            [
              -122.0020411422783,
              42.20890175453022
            ],
            [
              -121.87422806640024,
              42.20890175453022
            ],
            [
              -121.87422806640024,
              42.124098401702234
            ],
            [
              -122.0020411422783,
              42.124098401702234
            ]
          ]
        ]
      },
      "bbox": [
        -122.0020411422783,
        42.124098401702234,
        -121.87422806640024,
        42.20890175453022
      ],
      "properties": {
        "start_datetime": "2012-05-19T00:00:00+00:00",
        "end_datetime": "2012-08-17T00:00:00+00:00",
        "created": "2026-03-18 19:25:56.932263+00:00",
        "license": "NLPL",
        "datetime": "2012-05-19T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/stac/be42121b8.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "be42121b8": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/be42121b8.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            10108,
            11380
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)\",\n    PROJCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft)\",\n        BASEGEOGCRS[\"NAD83(HARN)\",\n            DATUM[\"NAD83 (High Accuracy Reference Network)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",4152]],\n        CONVERSION[\"Oregon GIC Lambert (international foot)\",\n            METHOD[\"Lambert Conic Conformal (2SP)\",\n                ID[\"EPSG\",9802]],\n            PARAMETER[\"Latitude of false origin\",41.75,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8821]],\n            PARAMETER[\"Longitude of false origin\",-120.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8822]],\n            PARAMETER[\"Latitude of 1st standard parallel\",43,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8823]],\n            PARAMETER[\"Latitude of 2nd standard parallel\",45.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8824]],\n            PARAMETER[\"Easting at false origin\",1312335.958,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8826]],\n            PARAMETER[\"Northing at false origin\",0,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8827]]],\n        CS[Cartesian,2],\n            AXIS[\"easting (X)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"foot\",0.3048]],\n            AXIS[\"northing (Y)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"State-wide spatial data management.\"],\n            AREA[\"United States (USA) - Oregon.\"],\n            BBOX[41.98,-124.6,46.26,-116.47]],\n        ID[\"EPSG\",2994]],\n    VERTCRS[\"NAVD88 height (ft)\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"Engineering survey, GIS, topographic mapping.\"],\n            AREA[\"United States (USA) - onshore - Arizona; Michigan; Montana; North Dakota; Oregon; South Carolina.\"],\n            BBOX[31.33,-124.6,49.01,-78.52]],\n        ID[\"EPSG\",8228]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(HARN) / Oregon GIC Lambert (ft)",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(HARN)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (High Accuracy Reference Network)",
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 4152
                  }
                },
                "conversion": {
                  "name": "Oregon GIC Lambert (international foot)",
                  "method": {
                    "name": "Lambert Conic Conformal (2SP)",
                    "id": {
                      "authority": "EPSG",
                      "code": 9802
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of false origin",
                      "value": 41.75,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8821
                      }
                    },
                    {
                      "name": "Longitude of false origin",
                      "value": -120.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8822
                      }
                    },
                    {
                      "name": "Latitude of 1st standard parallel",
                      "value": 43,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8823
                      }
                    },
                    {
                      "name": "Latitude of 2nd standard parallel",
                      "value": 45.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8824
                      }
                    },
                    {
                      "name": "Easting at false origin",
                      "value": 1312335.958,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8826
                      }
                    },
                    {
                      "name": "Northing at false origin",
                      "value": 0,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8827
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "X",
                      "direction": "east",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "Y",
                      "direction": "north",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 2994
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height (ft)",
                "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": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 8228
                }
              }
            ]
          },
          "proj:transform": [
            3.0,
            0.0,
            905245.5,
            0.0,
            -3.0,
            170443.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "be42121b8"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "be42122a1",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -122.12819578009545,
              42.00132371043353
            ],
            [
              -122.12819578009545,
              42.12678062092745
            ],
            [
              -121.9970231750862,
              42.12678062092745
            ],
            [
              -121.9970231750862,
              42.00132371043353
            ],
            [
              -122.12819578009545,
              42.00132371043353
            ]
          ]
        ]
      },
      "bbox": [
        -122.12819578009545,
        42.00132371043353,
        -121.9970231750862,
        42.12678062092745
      ],
      "properties": {
        "start_datetime": "2012-05-19T00:00:00+00:00",
        "end_datetime": "2012-08-17T00:00:00+00:00",
        "created": "2026-03-18 19:25:56.992993+00:00",
        "license": "NLPL",
        "datetime": "2012-05-19T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/stac/be42122a1.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "be42122a1": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/be42122a1.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            15029,
            11595
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)\",\n    PROJCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft)\",\n        BASEGEOGCRS[\"NAD83(HARN)\",\n            DATUM[\"NAD83 (High Accuracy Reference Network)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",4152]],\n        CONVERSION[\"Oregon GIC Lambert (international foot)\",\n            METHOD[\"Lambert Conic Conformal (2SP)\",\n                ID[\"EPSG\",9802]],\n            PARAMETER[\"Latitude of false origin\",41.75,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8821]],\n            PARAMETER[\"Longitude of false origin\",-120.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8822]],\n            PARAMETER[\"Latitude of 1st standard parallel\",43,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8823]],\n            PARAMETER[\"Latitude of 2nd standard parallel\",45.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8824]],\n            PARAMETER[\"Easting at false origin\",1312335.958,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8826]],\n            PARAMETER[\"Northing at false origin\",0,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8827]]],\n        CS[Cartesian,2],\n            AXIS[\"easting (X)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"foot\",0.3048]],\n            AXIS[\"northing (Y)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"State-wide spatial data management.\"],\n            AREA[\"United States (USA) - Oregon.\"],\n            BBOX[41.98,-124.6,46.26,-116.47]],\n        ID[\"EPSG\",2994]],\n    VERTCRS[\"NAVD88 height (ft)\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"Engineering survey, GIS, topographic mapping.\"],\n            AREA[\"United States (USA) - onshore - Arizona; Michigan; Montana; North Dakota; Oregon; South Carolina.\"],\n            BBOX[31.33,-124.6,49.01,-78.52]],\n        ID[\"EPSG\",8228]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(HARN) / Oregon GIC Lambert (ft)",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(HARN)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (High Accuracy Reference Network)",
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 4152
                  }
                },
                "conversion": {
                  "name": "Oregon GIC Lambert (international foot)",
                  "method": {
                    "name": "Lambert Conic Conformal (2SP)",
                    "id": {
                      "authority": "EPSG",
                      "code": 9802
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of false origin",
                      "value": 41.75,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8821
                      }
                    },
                    {
                      "name": "Longitude of false origin",
                      "value": -120.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8822
                      }
                    },
                    {
                      "name": "Latitude of 1st standard parallel",
                      "value": 43,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8823
                      }
                    },
                    {
                      "name": "Latitude of 2nd standard parallel",
                      "value": 45.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8824
                      }
                    },
                    {
                      "name": "Easting at false origin",
                      "value": 1312335.958,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8826
                      }
                    },
                    {
                      "name": "Northing at false origin",
                      "value": 0,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8827
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "X",
                      "direction": "east",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "Y",
                      "direction": "north",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 2994
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height (ft)",
                "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": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 8228
                }
              }
            ]
          },
          "proj:transform": [
            3.0,
            0.0,
            870463.5,
            0.0,
            -3.0,
            141097.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "be42122a1"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "be42122a2",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -122.25340266591276,
              42.00365352310668
            ],
            [
              -122.25340266591276,
              42.126918714092305
            ],
            [
              -122.1218443570098,
              42.126918714092305
            ],
            [
              -122.1218443570098,
              42.00365352310668
            ],
            [
              -122.25340266591276,
              42.00365352310668
            ]
          ]
        ]
      },
      "bbox": [
        -122.25340266591276,
        42.00365352310668,
        -122.1218443570098,
        42.126918714092305
      ],
      "properties": {
        "start_datetime": "2012-05-19T00:00:00+00:00",
        "end_datetime": "2012-08-17T00:00:00+00:00",
        "created": "2026-03-18 19:25:57.053987+00:00",
        "license": "NLPL",
        "datetime": "2012-05-19T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/stac/be42122a2.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "be42122a2": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/be42122a2.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            14745,
            11613
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)\",\n    PROJCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft)\",\n        BASEGEOGCRS[\"NAD83(HARN)\",\n            DATUM[\"NAD83 (High Accuracy Reference Network)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",4152]],\n        CONVERSION[\"Oregon GIC Lambert (international foot)\",\n            METHOD[\"Lambert Conic Conformal (2SP)\",\n                ID[\"EPSG\",9802]],\n            PARAMETER[\"Latitude of false origin\",41.75,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8821]],\n            PARAMETER[\"Longitude of false origin\",-120.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8822]],\n            PARAMETER[\"Latitude of 1st standard parallel\",43,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8823]],\n            PARAMETER[\"Latitude of 2nd standard parallel\",45.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8824]],\n            PARAMETER[\"Easting at false origin\",1312335.958,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8826]],\n            PARAMETER[\"Northing at false origin\",0,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8827]]],\n        CS[Cartesian,2],\n            AXIS[\"easting (X)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"foot\",0.3048]],\n            AXIS[\"northing (Y)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"State-wide spatial data management.\"],\n            AREA[\"United States (USA) - Oregon.\"],\n            BBOX[41.98,-124.6,46.26,-116.47]],\n        ID[\"EPSG\",2994]],\n    VERTCRS[\"NAVD88 height (ft)\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"Engineering survey, GIS, topographic mapping.\"],\n            AREA[\"United States (USA) - onshore - Arizona; Michigan; Montana; North Dakota; Oregon; South Carolina.\"],\n            BBOX[31.33,-124.6,49.01,-78.52]],\n        ID[\"EPSG\",8228]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(HARN) / Oregon GIC Lambert (ft)",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(HARN)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (High Accuracy Reference Network)",
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 4152
                  }
                },
                "conversion": {
                  "name": "Oregon GIC Lambert (international foot)",
                  "method": {
                    "name": "Lambert Conic Conformal (2SP)",
                    "id": {
                      "authority": "EPSG",
                      "code": 9802
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of false origin",
                      "value": 41.75,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8821
                      }
                    },
                    {
                      "name": "Longitude of false origin",
                      "value": -120.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8822
                      }
                    },
                    {
                      "name": "Latitude of 1st standard parallel",
                      "value": 43,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8823
                      }
                    },
                    {
                      "name": "Latitude of 2nd standard parallel",
                      "value": 45.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8824
                      }
                    },
                    {
                      "name": "Easting at false origin",
                      "value": 1312335.958,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8826
                      }
                    },
                    {
                      "name": "Northing at false origin",
                      "value": 0,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8827
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "X",
                      "direction": "east",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "Y",
                      "direction": "north",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 2994
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height (ft)",
                "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": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 8228
                }
              }
            ]
          },
          "proj:transform": [
            3.0,
            0.0,
            836488.5,
            0.0,
            -3.0,
            141793.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "be42122a2"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "be42122a3",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -122.32116536039273,
              42.005675690918245
            ],
            [
              -122.32116536039273,
              42.12610084375337
            ],
            [
              -122.24663217190555,
              42.12610084375337
            ],
            [
              -122.24663217190555,
              42.005675690918245
            ],
            [
              -122.32116536039273,
              42.005675690918245
            ]
          ]
        ]
      },
      "bbox": [
        -122.32116536039273,
        42.005675690918245,
        -122.24663217190555,
        42.12610084375337
      ],
      "properties": {
        "start_datetime": "2012-05-19T00:00:00+00:00",
        "end_datetime": "2012-08-17T00:00:00+00:00",
        "created": "2026-03-18 19:25:57.115047+00:00",
        "license": "NLPL",
        "datetime": "2012-05-19T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/stac/be42122a3.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "be42122a3": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/be42122a3.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            14499,
            6436
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)\",\n    PROJCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft)\",\n        BASEGEOGCRS[\"NAD83(HARN)\",\n            DATUM[\"NAD83 (High Accuracy Reference Network)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",4152]],\n        CONVERSION[\"Oregon GIC Lambert (international foot)\",\n            METHOD[\"Lambert Conic Conformal (2SP)\",\n                ID[\"EPSG\",9802]],\n            PARAMETER[\"Latitude of false origin\",41.75,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8821]],\n            PARAMETER[\"Longitude of false origin\",-120.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8822]],\n            PARAMETER[\"Latitude of 1st standard parallel\",43,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8823]],\n            PARAMETER[\"Latitude of 2nd standard parallel\",45.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8824]],\n            PARAMETER[\"Easting at false origin\",1312335.958,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8826]],\n            PARAMETER[\"Northing at false origin\",0,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8827]]],\n        CS[Cartesian,2],\n            AXIS[\"easting (X)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"foot\",0.3048]],\n            AXIS[\"northing (Y)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"State-wide spatial data management.\"],\n            AREA[\"United States (USA) - Oregon.\"],\n            BBOX[41.98,-124.6,46.26,-116.47]],\n        ID[\"EPSG\",2994]],\n    VERTCRS[\"NAVD88 height (ft)\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"Engineering survey, GIS, topographic mapping.\"],\n            AREA[\"United States (USA) - onshore - Arizona; Michigan; Montana; North Dakota; Oregon; South Carolina.\"],\n            BBOX[31.33,-124.6,49.01,-78.52]],\n        ID[\"EPSG\",8228]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(HARN) / Oregon GIC Lambert (ft)",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(HARN)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (High Accuracy Reference Network)",
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 4152
                  }
                },
                "conversion": {
                  "name": "Oregon GIC Lambert (international foot)",
                  "method": {
                    "name": "Lambert Conic Conformal (2SP)",
                    "id": {
                      "authority": "EPSG",
                      "code": 9802
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of false origin",
                      "value": 41.75,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8821
                      }
                    },
                    {
                      "name": "Longitude of false origin",
                      "value": -120.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8822
                      }
                    },
                    {
                      "name": "Latitude of 1st standard parallel",
                      "value": 43,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8823
                      }
                    },
                    {
                      "name": "Latitude of 2nd standard parallel",
                      "value": 45.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8824
                      }
                    },
                    {
                      "name": "Easting at false origin",
                      "value": 1312335.958,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8826
                      }
                    },
                    {
                      "name": "Northing at false origin",
                      "value": 0,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8827
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "X",
                      "direction": "east",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "Y",
                      "direction": "north",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 2994
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height (ft)",
                "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": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 8228
                }
              }
            ]
          },
          "proj:transform": [
            3.0,
            0.0,
            818101.5,
            0.0,
            -3.0,
            142192.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "be42122a3"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "be42122b1",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -122.12835315987863,
              42.12323287072534
            ],
            [
              -122.12835315987863,
              42.251758263596166
            ],
            [
              -121.99798598902815,
              42.251758263596166
            ],
            [
              -121.99798598902815,
              42.12323287072534
            ],
            [
              -122.12835315987863,
              42.12323287072534
            ]
          ]
        ]
      },
      "bbox": [
        -122.12835315987863,
        42.12323287072534,
        -121.99798598902815,
        42.251758263596166
      ],
      "properties": {
        "start_datetime": "2012-05-19T00:00:00+00:00",
        "end_datetime": "2012-08-17T00:00:00+00:00",
        "created": "2026-03-18 19:25:57.175709+00:00",
        "license": "NLPL",
        "datetime": "2012-05-19T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/stac/be42122b1.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "be42122b1": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/be42122b1.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            15403,
            11491
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)\",\n    PROJCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft)\",\n        BASEGEOGCRS[\"NAD83(HARN)\",\n            DATUM[\"NAD83 (High Accuracy Reference Network)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",4152]],\n        CONVERSION[\"Oregon GIC Lambert (international foot)\",\n            METHOD[\"Lambert Conic Conformal (2SP)\",\n                ID[\"EPSG\",9802]],\n            PARAMETER[\"Latitude of false origin\",41.75,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8821]],\n            PARAMETER[\"Longitude of false origin\",-120.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8822]],\n            PARAMETER[\"Latitude of 1st standard parallel\",43,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8823]],\n            PARAMETER[\"Latitude of 2nd standard parallel\",45.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8824]],\n            PARAMETER[\"Easting at false origin\",1312335.958,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8826]],\n            PARAMETER[\"Northing at false origin\",0,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8827]]],\n        CS[Cartesian,2],\n            AXIS[\"easting (X)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"foot\",0.3048]],\n            AXIS[\"northing (Y)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"State-wide spatial data management.\"],\n            AREA[\"United States (USA) - Oregon.\"],\n            BBOX[41.98,-124.6,46.26,-116.47]],\n        ID[\"EPSG\",2994]],\n    VERTCRS[\"NAVD88 height (ft)\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"Engineering survey, GIS, topographic mapping.\"],\n            AREA[\"United States (USA) - onshore - Arizona; Michigan; Montana; North Dakota; Oregon; South Carolina.\"],\n            BBOX[31.33,-124.6,49.01,-78.52]],\n        ID[\"EPSG\",8228]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(HARN) / Oregon GIC Lambert (ft)",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(HARN)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (High Accuracy Reference Network)",
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 4152
                  }
                },
                "conversion": {
                  "name": "Oregon GIC Lambert (international foot)",
                  "method": {
                    "name": "Lambert Conic Conformal (2SP)",
                    "id": {
                      "authority": "EPSG",
                      "code": 9802
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of false origin",
                      "value": 41.75,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8821
                      }
                    },
                    {
                      "name": "Longitude of false origin",
                      "value": -120.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8822
                      }
                    },
                    {
                      "name": "Latitude of 1st standard parallel",
                      "value": 43,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8823
                      }
                    },
                    {
                      "name": "Latitude of 2nd standard parallel",
                      "value": 45.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8824
                      }
                    },
                    {
                      "name": "Easting at false origin",
                      "value": 1312335.958,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8826
                      }
                    },
                    {
                      "name": "Northing at false origin",
                      "value": 0,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8827
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "X",
                      "direction": "east",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "Y",
                      "direction": "north",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 2994
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height (ft)",
                "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": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 8228
                }
              }
            ]
          },
          "proj:transform": [
            3.0,
            0.0,
            871324.5,
            0.0,
            -3.0,
            186658.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "be42122b1"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "be42122b2",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -122.25360621512816,
              42.123089693917386
            ],
            [
              -122.25360621512816,
              42.2519142586106
            ],
            [
              -122.12168633405739,
              42.2519142586106
            ],
            [
              -122.12168633405739,
              42.123089693917386
            ],
            [
              -122.25360621512816,
              42.123089693917386
            ]
          ]
        ]
      },
      "bbox": [
        -122.25360621512816,
        42.123089693917386,
        -122.12168633405739,
        42.2519142586106
      ],
      "properties": {
        "start_datetime": "2012-05-19T00:00:00+00:00",
        "end_datetime": "2012-08-17T00:00:00+00:00",
        "created": "2026-03-18 19:25:57.236816+00:00",
        "license": "NLPL",
        "datetime": "2012-05-19T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/stac/be42122b2.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "be42122b2": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/be42122b2.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            15420,
            11608
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)\",\n    PROJCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft)\",\n        BASEGEOGCRS[\"NAD83(HARN)\",\n            DATUM[\"NAD83 (High Accuracy Reference Network)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",4152]],\n        CONVERSION[\"Oregon GIC Lambert (international foot)\",\n            METHOD[\"Lambert Conic Conformal (2SP)\",\n                ID[\"EPSG\",9802]],\n            PARAMETER[\"Latitude of false origin\",41.75,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8821]],\n            PARAMETER[\"Longitude of false origin\",-120.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8822]],\n            PARAMETER[\"Latitude of 1st standard parallel\",43,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8823]],\n            PARAMETER[\"Latitude of 2nd standard parallel\",45.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8824]],\n            PARAMETER[\"Easting at false origin\",1312335.958,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8826]],\n            PARAMETER[\"Northing at false origin\",0,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8827]]],\n        CS[Cartesian,2],\n            AXIS[\"easting (X)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"foot\",0.3048]],\n            AXIS[\"northing (Y)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"State-wide spatial data management.\"],\n            AREA[\"United States (USA) - Oregon.\"],\n            BBOX[41.98,-124.6,46.26,-116.47]],\n        ID[\"EPSG\",2994]],\n    VERTCRS[\"NAVD88 height (ft)\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"Engineering survey, GIS, topographic mapping.\"],\n            AREA[\"United States (USA) - onshore - Arizona; Michigan; Montana; North Dakota; Oregon; South Carolina.\"],\n            BBOX[31.33,-124.6,49.01,-78.52]],\n        ID[\"EPSG\",8228]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(HARN) / Oregon GIC Lambert (ft)",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(HARN)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (High Accuracy Reference Network)",
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 4152
                  }
                },
                "conversion": {
                  "name": "Oregon GIC Lambert (international foot)",
                  "method": {
                    "name": "Lambert Conic Conformal (2SP)",
                    "id": {
                      "authority": "EPSG",
                      "code": 9802
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of false origin",
                      "value": 41.75,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8821
                      }
                    },
                    {
                      "name": "Longitude of false origin",
                      "value": -120.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8822
                      }
                    },
                    {
                      "name": "Latitude of 1st standard parallel",
                      "value": 43,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8823
                      }
                    },
                    {
                      "name": "Latitude of 2nd standard parallel",
                      "value": 45.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8824
                      }
                    },
                    {
                      "name": "Easting at false origin",
                      "value": 1312335.958,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8826
                      }
                    },
                    {
                      "name": "Northing at false origin",
                      "value": 0,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8827
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "X",
                      "direction": "east",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "Y",
                      "direction": "north",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 2994
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height (ft)",
                "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": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 8228
                }
              }
            ]
          },
          "proj:transform": [
            3.0,
            0.0,
            837406.5,
            0.0,
            -3.0,
            187354.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "be42122b2"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "be42122b3",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -122.3201659477041,
              42.12392446126071
            ],
            [
              -122.3201659477041,
              42.250664197039114
            ],
            [
              -122.24642926614754,
              42.250664197039114
            ],
            [
              -122.24642926614754,
              42.12392446126071
            ],
            [
              -122.3201659477041,
              42.12392446126071
            ]
          ]
        ]
      },
      "bbox": [
        -122.3201659477041,
        42.12392446126071,
        -122.24642926614754,
        42.250664197039114
      ],
      "properties": {
        "start_datetime": "2012-05-19T00:00:00+00:00",
        "end_datetime": "2012-08-17T00:00:00+00:00",
        "created": "2026-03-18 19:25:57.286315+00:00",
        "license": "NLPL",
        "datetime": "2012-05-19T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/stac/be42122b3.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "be42122b3": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/be42122b3.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            15268,
            6334
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)\",\n    PROJCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft)\",\n        BASEGEOGCRS[\"NAD83(HARN)\",\n            DATUM[\"NAD83 (High Accuracy Reference Network)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",4152]],\n        CONVERSION[\"Oregon GIC Lambert (international foot)\",\n            METHOD[\"Lambert Conic Conformal (2SP)\",\n                ID[\"EPSG\",9802]],\n            PARAMETER[\"Latitude of false origin\",41.75,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8821]],\n            PARAMETER[\"Longitude of false origin\",-120.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8822]],\n            PARAMETER[\"Latitude of 1st standard parallel\",43,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8823]],\n            PARAMETER[\"Latitude of 2nd standard parallel\",45.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8824]],\n            PARAMETER[\"Easting at false origin\",1312335.958,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8826]],\n            PARAMETER[\"Northing at false origin\",0,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8827]]],\n        CS[Cartesian,2],\n            AXIS[\"easting (X)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"foot\",0.3048]],\n            AXIS[\"northing (Y)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"State-wide spatial data management.\"],\n            AREA[\"United States (USA) - Oregon.\"],\n            BBOX[41.98,-124.6,46.26,-116.47]],\n        ID[\"EPSG\",2994]],\n    VERTCRS[\"NAVD88 height (ft)\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"Engineering survey, GIS, topographic mapping.\"],\n            AREA[\"United States (USA) - onshore - Arizona; Michigan; Montana; North Dakota; Oregon; South Carolina.\"],\n            BBOX[31.33,-124.6,49.01,-78.52]],\n        ID[\"EPSG\",8228]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(HARN) / Oregon GIC Lambert (ft)",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(HARN)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (High Accuracy Reference Network)",
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 4152
                  }
                },
                "conversion": {
                  "name": "Oregon GIC Lambert (international foot)",
                  "method": {
                    "name": "Lambert Conic Conformal (2SP)",
                    "id": {
                      "authority": "EPSG",
                      "code": 9802
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of false origin",
                      "value": 41.75,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8821
                      }
                    },
                    {
                      "name": "Longitude of false origin",
                      "value": -120.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8822
                      }
                    },
                    {
                      "name": "Latitude of 1st standard parallel",
                      "value": 43,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8823
                      }
                    },
                    {
                      "name": "Latitude of 2nd standard parallel",
                      "value": 45.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8824
                      }
                    },
                    {
                      "name": "Easting at false origin",
                      "value": 1312335.958,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8826
                      }
                    },
                    {
                      "name": "Northing at false origin",
                      "value": 0,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8827
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "X",
                      "direction": "east",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "Y",
                      "direction": "north",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 2994
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height (ft)",
                "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": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 8228
                }
              }
            ]
          },
          "proj:transform": [
            3.0,
            0.0,
            819379.5,
            0.0,
            -3.0,
            187594.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "be42122b3"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "be42122c1",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -122.12525075672433,
              42.24877944839219
            ],
            [
              -122.12525075672433,
              42.25990324221296
            ],
            [
              -122.03877638167815,
              42.25990324221296
            ],
            [
              -122.03877638167815,
              42.24877944839219
            ],
            [
              -122.12525075672433,
              42.24877944839219
            ]
          ]
        ]
      },
      "bbox": [
        -122.12525075672433,
        42.24877944839219,
        -122.03877638167815,
        42.25990324221296
      ],
      "properties": {
        "start_datetime": "2012-05-19T00:00:00+00:00",
        "end_datetime": "2012-08-17T00:00:00+00:00",
        "created": "2026-03-18 19:25:57.334924+00:00",
        "license": "NLPL",
        "datetime": "2012-05-19T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/stac/be42122c1.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "be42122c1": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/be42122c1.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1202,
            7785
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)\",\n    PROJCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft)\",\n        BASEGEOGCRS[\"NAD83(HARN)\",\n            DATUM[\"NAD83 (High Accuracy Reference Network)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",4152]],\n        CONVERSION[\"Oregon GIC Lambert (international foot)\",\n            METHOD[\"Lambert Conic Conformal (2SP)\",\n                ID[\"EPSG\",9802]],\n            PARAMETER[\"Latitude of false origin\",41.75,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8821]],\n            PARAMETER[\"Longitude of false origin\",-120.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8822]],\n            PARAMETER[\"Latitude of 1st standard parallel\",43,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8823]],\n            PARAMETER[\"Latitude of 2nd standard parallel\",45.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8824]],\n            PARAMETER[\"Easting at false origin\",1312335.958,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8826]],\n            PARAMETER[\"Northing at false origin\",0,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8827]]],\n        CS[Cartesian,2],\n            AXIS[\"easting (X)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"foot\",0.3048]],\n            AXIS[\"northing (Y)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"State-wide spatial data management.\"],\n            AREA[\"United States (USA) - Oregon.\"],\n            BBOX[41.98,-124.6,46.26,-116.47]],\n        ID[\"EPSG\",2994]],\n    VERTCRS[\"NAVD88 height (ft)\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"Engineering survey, GIS, topographic mapping.\"],\n            AREA[\"United States (USA) - onshore - Arizona; Michigan; Montana; North Dakota; Oregon; South Carolina.\"],\n            BBOX[31.33,-124.6,49.01,-78.52]],\n        ID[\"EPSG\",8228]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(HARN) / Oregon GIC Lambert (ft)",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(HARN)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (High Accuracy Reference Network)",
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 4152
                  }
                },
                "conversion": {
                  "name": "Oregon GIC Lambert (international foot)",
                  "method": {
                    "name": "Lambert Conic Conformal (2SP)",
                    "id": {
                      "authority": "EPSG",
                      "code": 9802
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of false origin",
                      "value": 41.75,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8821
                      }
                    },
                    {
                      "name": "Longitude of false origin",
                      "value": -120.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8822
                      }
                    },
                    {
                      "name": "Latitude of 1st standard parallel",
                      "value": 43,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8823
                      }
                    },
                    {
                      "name": "Latitude of 2nd standard parallel",
                      "value": 45.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8824
                      }
                    },
                    {
                      "name": "Easting at false origin",
                      "value": 1312335.958,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8826
                      }
                    },
                    {
                      "name": "Northing at false origin",
                      "value": 0,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8827
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "X",
                      "direction": "east",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "Y",
                      "direction": "north",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 2994
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height (ft)",
                "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": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 8228
                }
              }
            ]
          },
          "proj:transform": [
            3.0,
            0.0,
            872227.5,
            0.0,
            -3.0,
            189817.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "be42122c1"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "be42122c2",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -122.25070606141091,
              42.248088920551275
            ],
            [
              -122.25070606141091,
              42.27587606409427
            ],
            [
              -122.12477605226162,
              42.27587606409427
            ],
            [
              -122.12477605226162,
              42.248088920551275
            ],
            [
              -122.25070606141091,
              42.248088920551275
            ]
          ]
        ]
      },
      "bbox": [
        -122.25070606141091,
        42.248088920551275,
        -122.12477605226162,
        42.27587606409427
      ],
      "properties": {
        "start_datetime": "2012-05-19T00:00:00+00:00",
        "end_datetime": "2012-08-17T00:00:00+00:00",
        "created": "2026-03-18 19:25:57.384072+00:00",
        "license": "NLPL",
        "datetime": "2012-05-19T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/stac/be42122c2.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "be42122c2": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/be42122c2.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            3145,
            11305
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)\",\n    PROJCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft)\",\n        BASEGEOGCRS[\"NAD83(HARN)\",\n            DATUM[\"NAD83 (High Accuracy Reference Network)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",4152]],\n        CONVERSION[\"Oregon GIC Lambert (international foot)\",\n            METHOD[\"Lambert Conic Conformal (2SP)\",\n                ID[\"EPSG\",9802]],\n            PARAMETER[\"Latitude of false origin\",41.75,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8821]],\n            PARAMETER[\"Longitude of false origin\",-120.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8822]],\n            PARAMETER[\"Latitude of 1st standard parallel\",43,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8823]],\n            PARAMETER[\"Latitude of 2nd standard parallel\",45.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8824]],\n            PARAMETER[\"Easting at false origin\",1312335.958,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8826]],\n            PARAMETER[\"Northing at false origin\",0,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8827]]],\n        CS[Cartesian,2],\n            AXIS[\"easting (X)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"foot\",0.3048]],\n            AXIS[\"northing (Y)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"State-wide spatial data management.\"],\n            AREA[\"United States (USA) - Oregon.\"],\n            BBOX[41.98,-124.6,46.26,-116.47]],\n        ID[\"EPSG\",2994]],\n    VERTCRS[\"NAVD88 height (ft)\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"Engineering survey, GIS, topographic mapping.\"],\n            AREA[\"United States (USA) - onshore - Arizona; Michigan; Montana; North Dakota; Oregon; South Carolina.\"],\n            BBOX[31.33,-124.6,49.01,-78.52]],\n        ID[\"EPSG\",8228]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(HARN) / Oregon GIC Lambert (ft)",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(HARN)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (High Accuracy Reference Network)",
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 4152
                  }
                },
                "conversion": {
                  "name": "Oregon GIC Lambert (international foot)",
                  "method": {
                    "name": "Lambert Conic Conformal (2SP)",
                    "id": {
                      "authority": "EPSG",
                      "code": 9802
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of false origin",
                      "value": 41.75,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8821
                      }
                    },
                    {
                      "name": "Longitude of false origin",
                      "value": -120.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8822
                      }
                    },
                    {
                      "name": "Latitude of 1st standard parallel",
                      "value": 43,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8823
                      }
                    },
                    {
                      "name": "Latitude of 2nd standard parallel",
                      "value": 45.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8824
                      }
                    },
                    {
                      "name": "Easting at false origin",
                      "value": 1312335.958,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8826
                      }
                    },
                    {
                      "name": "Northing at false origin",
                      "value": 0,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8827
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "X",
                      "direction": "east",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "Y",
                      "direction": "north",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 2994
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height (ft)",
                "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": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 8228
                }
              }
            ]
          },
          "proj:transform": [
            3.0,
            0.0,
            838378.5,
            0.0,
            -3.0,
            196090.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "be42122c2"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "be42122c3",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -122.2906276522956,
              42.24935904183927
            ],
            [
              -122.2906276522956,
              42.275381374597025
            ],
            [
              -122.2493204915096,
              42.275381374597025
            ],
            [
              -122.2493204915096,
              42.24935904183927
            ],
            [
              -122.2906276522956,
              42.24935904183927
            ]
          ]
        ]
      },
      "bbox": [
        -122.2906276522956,
        42.24935904183927,
        -122.2493204915096,
        42.275381374597025
      ],
      "properties": {
        "start_datetime": "2012-05-19T00:00:00+00:00",
        "end_datetime": "2012-08-17T00:00:00+00:00",
        "created": "2026-03-18 19:25:57.432337+00:00",
        "license": "NLPL",
        "datetime": "2012-05-19T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/stac/be42122c3.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "be42122c3": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/OLC_Keno_DEM_2012_8385/be42122c3.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            3084,
            3663
          ],
          "proj:wkt2": "COMPOUNDCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)\",\n    PROJCRS[\"NAD83(HARN) / Oregon GIC Lambert (ft)\",\n        BASEGEOGCRS[\"NAD83(HARN)\",\n            DATUM[\"NAD83 (High Accuracy Reference Network)\",\n                ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                    LENGTHUNIT[\"metre\",1]]],\n            PRIMEM[\"Greenwich\",0,\n                ANGLEUNIT[\"degree\",0.0174532925199433]],\n            ID[\"EPSG\",4152]],\n        CONVERSION[\"Oregon GIC Lambert (international foot)\",\n            METHOD[\"Lambert Conic Conformal (2SP)\",\n                ID[\"EPSG\",9802]],\n            PARAMETER[\"Latitude of false origin\",41.75,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8821]],\n            PARAMETER[\"Longitude of false origin\",-120.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8822]],\n            PARAMETER[\"Latitude of 1st standard parallel\",43,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8823]],\n            PARAMETER[\"Latitude of 2nd standard parallel\",45.5,\n                ANGLEUNIT[\"degree\",0.0174532925199433],\n                ID[\"EPSG\",8824]],\n            PARAMETER[\"Easting at false origin\",1312335.958,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8826]],\n            PARAMETER[\"Northing at false origin\",0,\n                LENGTHUNIT[\"foot\",0.3048],\n                ID[\"EPSG\",8827]]],\n        CS[Cartesian,2],\n            AXIS[\"easting (X)\",east,\n                ORDER[1],\n                LENGTHUNIT[\"foot\",0.3048]],\n            AXIS[\"northing (Y)\",north,\n                ORDER[2],\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"State-wide spatial data management.\"],\n            AREA[\"United States (USA) - Oregon.\"],\n            BBOX[41.98,-124.6,46.26,-116.47]],\n        ID[\"EPSG\",2994]],\n    VERTCRS[\"NAVD88 height (ft)\",\n        VDATUM[\"North American Vertical Datum 1988\"],\n        CS[vertical,1],\n            AXIS[\"gravity-related height (H)\",up,\n                LENGTHUNIT[\"foot\",0.3048]],\n        USAGE[\n            SCOPE[\"Engineering survey, GIS, topographic mapping.\"],\n            AREA[\"United States (USA) - onshore - Arizona; Michigan; Montana; North Dakota; Oregon; South Carolina.\"],\n            BBOX[31.33,-124.6,49.01,-78.52]],\n        ID[\"EPSG\",8228]]]",
          "proj:epsg": null,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "CompoundCRS",
            "name": "NAD83(HARN) / Oregon GIC Lambert (ft) + NAVD88 height (ft)",
            "components": [
              {
                "type": "ProjectedCRS",
                "name": "NAD83(HARN) / Oregon GIC Lambert (ft)",
                "base_crs": {
                  "type": "GeographicCRS",
                  "name": "NAD83(HARN)",
                  "datum": {
                    "type": "GeodeticReferenceFrame",
                    "name": "NAD83 (High Accuracy Reference Network)",
                    "ellipsoid": {
                      "name": "GRS 1980",
                      "semi_major_axis": 6378137,
                      "inverse_flattening": 298.257222101
                    }
                  },
                  "coordinate_system": {
                    "subtype": "ellipsoidal",
                    "axis": [
                      {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                      },
                      {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                      }
                    ]
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 4152
                  }
                },
                "conversion": {
                  "name": "Oregon GIC Lambert (international foot)",
                  "method": {
                    "name": "Lambert Conic Conformal (2SP)",
                    "id": {
                      "authority": "EPSG",
                      "code": 9802
                    }
                  },
                  "parameters": [
                    {
                      "name": "Latitude of false origin",
                      "value": 41.75,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8821
                      }
                    },
                    {
                      "name": "Longitude of false origin",
                      "value": -120.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8822
                      }
                    },
                    {
                      "name": "Latitude of 1st standard parallel",
                      "value": 43,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8823
                      }
                    },
                    {
                      "name": "Latitude of 2nd standard parallel",
                      "value": 45.5,
                      "unit": "degree",
                      "id": {
                        "authority": "EPSG",
                        "code": 8824
                      }
                    },
                    {
                      "name": "Easting at false origin",
                      "value": 1312335.958,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8826
                      }
                    },
                    {
                      "name": "Northing at false origin",
                      "value": 0,
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      },
                      "id": {
                        "authority": "EPSG",
                        "code": 8827
                      }
                    }
                  ]
                },
                "coordinate_system": {
                  "subtype": "Cartesian",
                  "axis": [
                    {
                      "name": "Easting",
                      "abbreviation": "X",
                      "direction": "east",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    },
                    {
                      "name": "Northing",
                      "abbreviation": "Y",
                      "direction": "north",
                      "unit": {
                        "type": "LinearUnit",
                        "name": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 2994
                }
              },
              {
                "type": "VerticalCRS",
                "name": "NAVD88 height (ft)",
                "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": "foot",
                        "conversion_factor": 0.3048
                      }
                    }
                  ]
                },
                "id": {
                  "authority": "EPSG",
                  "code": 8228
                }
              }
            ]
          },
          "proj:transform": [
            3.0,
            0.0,
            827578.5,
            0.0,
            -3.0,
            196603.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "be42122c3"
            }
          ]
        }
      }
    }
  ]
}