{
  "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": "bh_g1",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.14262521875895,
              45.48429106757949
            ],
            [
              -123.14262521875895,
              45.487886026139925
            ],
            [
              -123.1370798789474,
              45.487886026139925
            ],
            [
              -123.1370798789474,
              45.48429106757949
            ],
            [
              -123.14262521875895,
              45.48429106757949
            ]
          ]
        ]
      },
      "bbox": [
        -123.14262521875895,
        45.48429106757949,
        -123.1370798789474,
        45.487886026139925
      ],
      "properties": {
        "created": "2026-03-19 02:56:02.908574+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g1.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g1": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g1.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            815,
            885
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            227384.0,
            0.0,
            -1.6,
            159864.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g1_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g10",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.1253292622442,
              45.467894410658644
            ],
            [
              -123.1253292622442,
              45.47615953195374
            ],
            [
              -123.11358205030098,
              45.47615953195374
            ],
            [
              -123.11358205030098,
              45.467894410658644
            ],
            [
              -123.1253292622442,
              45.467894410658644
            ]
          ]
        ]
      },
      "bbox": [
        -123.1253292622442,
        45.467894410658644,
        -123.11358205030098,
        45.47615953195374
      ],
      "properties": {
        "created": "2026-03-19 02:56:02.937770+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g10.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g10": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g10.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            231800.0,
            0.0,
            -1.6,
            155560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g10_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g11",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.11362163945837,
              45.46792538474021
            ],
            [
              -123.11362163945837,
              45.473802103975984
            ],
            [
              -123.10760358468548,
              45.473802103975984
            ],
            [
              -123.10760358468548,
              45.46792538474021
            ],
            [
              -123.11362163945837,
              45.46792538474021
            ]
          ]
        ]
      },
      "bbox": [
        -123.11362163945837,
        45.46792538474021,
        -123.10760358468548,
        45.473802103975984
      ],
      "properties": {
        "created": "2026-03-19 02:56:02.960754+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g11.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g11": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g11.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1335,
            959
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234799.5,
            0.0,
            -1.6,
            154693.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g11_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g12",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.15570061095173,
              45.45955620985093
            ],
            [
              -123.15570061095173,
              45.467817085458826
            ],
            [
              -123.14859582983314,
              45.467817085458826
            ],
            [
              -123.14859582983314,
              45.45955620985093
            ],
            [
              -123.15570061095173,
              45.45955620985093
            ]
          ]
        ]
      },
      "bbox": [
        -123.15570061095173,
        45.45955620985093,
        -123.14859582983314,
        45.467817085458826
      ],
      "properties": {
        "created": "2026-03-19 02:56:02.984104+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g12.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g12": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g12.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1877,
            1130
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            223993.5,
            0.0,
            -1.6,
            152560.7
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g12_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g13",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.14865974269615,
              45.45958786603095
            ],
            [
              -123.14865974269615,
              45.467855376766046
            ],
            [
              -123.13691087731989,
              45.467855376766046
            ],
            [
              -123.13691087731989,
              45.45958786603095
            ],
            [
              -123.14865974269615,
              45.45958786603095
            ]
          ]
        ]
      },
      "bbox": [
        -123.14865974269615,
        45.45958786603095,
        -123.13691087731989,
        45.467855376766046
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.007062+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g13.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g13": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g13.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            225800.0,
            0.0,
            -1.6,
            152560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g13_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g14",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.13696719479631,
              45.45962809164979
            ],
            [
              -123.13696719479631,
              45.467894410658644
            ],
            [
              -123.1252200146563,
              45.467894410658644
            ],
            [
              -123.1252200146563,
              45.45962809164979
            ],
            [
              -123.13696719479631,
              45.45962809164979
            ]
          ]
        ]
      },
      "bbox": [
        -123.13696719479631,
        45.45962809164979,
        -123.1252200146563,
        45.467894410658644
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.030017+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g14.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g14": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g14.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            228800.0,
            0.0,
            -1.6,
            152560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g14_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g15",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.12527463049946,
              45.45966711991454
            ],
            [
              -123.12527463049946,
              45.467932247022
            ],
            [
              -123.11352913609805,
              45.467932247022
            ],
            [
              -123.11352913609805,
              45.45966711991454
            ],
            [
              -123.12527463049946,
              45.45966711991454
            ]
          ]
        ]
      },
      "bbox": [
        -123.12527463049946,
        45.45966711991454,
        -123.11352913609805,
        45.467932247022
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.052808+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g15.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g15": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g15.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            231800.0,
            0.0,
            -1.6,
            152560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g15_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g16",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.11358205030098,
              45.459704950822704
            ],
            [
              -123.11358205030098,
              45.46796888585374
            ],
            [
              -123.10183824214033,
              45.46796888585374
            ],
            [
              -123.10183824214033,
              45.459704950822704
            ],
            [
              -123.11358205030098,
              45.459704950822704
            ]
          ]
        ]
      },
      "bbox": [
        -123.11358205030098,
        45.459704950822704,
        -123.10183824214033,
        45.46796888585374
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.075567+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g16.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g16": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g16.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234800.0,
            0.0,
            -1.6,
            152560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g16_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g17",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.10185669830807,
              45.45973472227684
            ],
            [
              -123.10185669830807,
              45.46239923197019
            ],
            [
              -123.10006936611782,
              45.46239923197019
            ],
            [
              -123.10006936611782,
              45.45973472227684
            ],
            [
              -123.10185669830807,
              45.45973472227684
            ]
          ]
        ]
      },
      "bbox": [
        -123.10185669830807,
        45.45973472227684,
        -123.10006936611782,
        45.46239923197019
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.118365+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g17.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g17": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g17.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            606,
            284
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            237799.5,
            0.0,
            -1.6,
            150527.1
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g17_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g18",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.15222432375539,
              45.45134786987469
            ],
            [
              -123.15222432375539,
              45.45958786603095
            ],
            [
              -123.14854372137616,
              45.45958786603095
            ],
            [
              -123.14854372137616,
              45.45134786987469
            ],
            [
              -123.15222432375539,
              45.45134786987469
            ]
          ]
        ]
      },
      "bbox": [
        -123.15222432375539,
        45.45134786987469,
        -123.14854372137616,
        45.45958786603095
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.141296+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g18.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g18": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g18.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            581
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            224870.4,
            0.0,
            -1.6,
            149560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g18_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g19",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.14860172359361,
              45.45136057561403
            ],
            [
              -123.14860172359361,
              45.45962809164979
            ],
            [
              -123.13685457623336,
              45.45962809164979
            ],
            [
              -123.13685457623336,
              45.45136057561403
            ],
            [
              -123.14860172359361,
              45.45136057561403
            ]
          ]
        ]
      },
      "bbox": [
        -123.14860172359361,
        45.45136057561403,
        -123.13685457623336,
        45.45962809164979
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.164568+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g19.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g19": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g19.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            225800.0,
            0.0,
            -1.6,
            149560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g19_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g2",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.13711583148353,
              45.484309913022024
            ],
            [
              -123.13711583148353,
              45.48959685216017
            ],
            [
              -123.12538390989752,
              45.48959685216017
            ],
            [
              -123.12538390989752,
              45.484309913022024
            ],
            [
              -123.13711583148353,
              45.484309913022024
            ]
          ]
        ]
      },
      "bbox": [
        -123.13711583148353,
        45.484309913022024,
        -123.12538390989752,
        45.48959685216017
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.187769+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g2.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g2": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g2.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1196,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            228800.0,
            0.0,
            -1.6,
            160473.6
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g2_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g20",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.13691087731989,
              45.45140079543323
            ],
            [
              -123.13691087731989,
              45.45966711991454
            ],
            [
              -123.12516541470787,
              45.45966711991454
            ],
            [
              -123.12516541470787,
              45.45140079543323
            ],
            [
              -123.13691087731989,
              45.45140079543323
            ]
          ]
        ]
      },
      "bbox": [
        -123.13691087731989,
        45.45140079543323,
        -123.12516541470787,
        45.45966711991454
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.210472+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g20.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g20": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g20.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            228800.0,
            0.0,
            -1.6,
            149560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g20_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g21",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.1252200146563,
              45.451439818070966
            ],
            [
              -123.1252200146563,
              45.459704950822704
            ],
            [
              -123.11347623729462,
              45.459704950822704
            ],
            [
              -123.11347623729462,
              45.451439818070966
            ],
            [
              -123.1252200146563,
              45.451439818070966
            ]
          ]
        ]
      },
      "bbox": [
        -123.1252200146563,
        45.451439818070966,
        -123.11347623729462,
        45.459704950822704
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.233376+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g21.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g21": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g21.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            231800.0,
            0.0,
            -1.6,
            149560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g21_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g22",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.11352913609805,
              45.451477643524754
            ],
            [
              -123.11352913609805,
              45.459741584371905
            ],
            [
              -123.10178704448863,
              45.459741584371905
            ],
            [
              -123.10178704448863,
              45.451477643524754
            ],
            [
              -123.11352913609805,
              45.451477643524754
            ]
          ]
        ]
      },
      "bbox": [
        -123.11352913609805,
        45.451477643524754,
        -123.10178704448863,
        45.459741584371905
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.256043+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g22.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g22": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g22.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234800.0,
            0.0,
            -1.6,
            149560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g22_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g23",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.10183824214033,
              45.459026357103
            ],
            [
              -123.10183824214033,
              45.459743677175716
            ],
            [
              -123.10115416826609,
              45.459743677175716
            ],
            [
              -123.10115416826609,
              45.459026357103
            ],
            [
              -123.10183824214033,
              45.459026357103
            ]
          ]
        ]
      },
      "bbox": [
        -123.10183824214033,
        45.459026357103,
        -123.10115416826609,
        45.459743677175716
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.278663+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g23.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g23": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g23.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            163,
            109
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            237800.0,
            0.0,
            -1.6,
            149560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g23_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g24",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.14990901243755,
              45.443128499197115
            ],
            [
              -123.14990901243755,
              45.45136057561403
            ],
            [
              -123.14848573603636,
              45.45136057561403
            ],
            [
              -123.14848573603636,
              45.443128499197115
            ],
            [
              -123.14990901243755,
              45.443128499197115
            ]
          ]
        ]
      },
      "bbox": [
        -123.14990901243755,
        45.443128499197115,
        -123.14848573603636,
        45.45136057561403
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.301308+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g24.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g24": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g24.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            219
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            225449.6,
            0.0,
            -1.6,
            146560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g24_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g25",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.14854372137616,
              45.44313327426485
            ],
            [
              -123.14854372137616,
              45.45140079543323
            ],
            [
              -123.13679829152954,
              45.45140079543323
            ],
            [
              -123.13679829152954,
              45.44313327426485
            ],
            [
              -123.14854372137616,
              45.44313327426485
            ]
          ]
        ]
      },
      "bbox": [
        -123.14854372137616,
        45.44313327426485,
        -123.13679829152954,
        45.45140079543323
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.324438+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g25.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g25": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g25.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            225800.0,
            0.0,
            -1.6,
            146560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g25_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g26",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.13685457623336,
              45.4431734882853
            ],
            [
              -123.13685457623336,
              45.451439818070966
            ],
            [
              -123.12511083064715,
              45.451439818070966
            ],
            [
              -123.12511083064715,
              45.4431734882853
            ],
            [
              -123.13685457623336,
              45.4431734882853
            ]
          ]
        ]
      },
      "bbox": [
        -123.13685457623336,
        45.4431734882853,
        -123.12511083064715,
        45.451439818070966
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.347350+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g26.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g26": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g26.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            228800.0,
            0.0,
            -1.6,
            146560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g26_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g27",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.12516541470787,
              45.44321250529682
            ],
            [
              -123.12516541470787,
              45.451477643524754
            ],
            [
              -123.11342335388393,
              45.451477643524754
            ],
            [
              -123.11342335388393,
              45.44321250529682
            ],
            [
              -123.12516541470787,
              45.44321250529682
            ]
          ]
        ]
      },
      "bbox": [
        -123.12516541470787,
        45.44321250529682,
        -123.11342335388393,
        45.451477643524754
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.370188+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g27.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g27": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g27.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            231800.0,
            0.0,
            -1.6,
            146560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g27_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g28",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.11347819783349,
              45.44324346299041
            ],
            [
              -123.11347819783349,
              45.45151620471054
            ],
            [
              -123.1017315336726,
              45.45151620471054
            ],
            [
              -123.1017315336726,
              45.44324346299041
            ],
            [
              -123.11347819783349,
              45.44324346299041
            ]
          ]
        ]
      },
      "bbox": [
        -123.11347819783349,
        45.44324346299041,
        -123.1017315336726,
        45.45151620471054
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.393420+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g28.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g28": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g28.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1877,
            1876
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234799.5,
            0.0,
            -1.6,
            146560.7
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g28_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g29",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.10176239301505,
              45.44328694828352
            ],
            [
              -123.10176239301505,
              45.44757891668878
            ],
            [
              -123.09289075775018,
              45.44757891668878
            ],
            [
              -123.09289075775018,
              45.44328694828352
            ],
            [
              -123.10176239301505,
              45.44328694828352
            ]
          ]
        ]
      },
      "bbox": [
        -123.10176239301505,
        45.44328694828352,
        -123.09289075775018,
        45.44757891668878
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.416062+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g29.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g29": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g29.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            972,
            1419
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            237800.0,
            0.0,
            -1.6,
            145115.2
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g29_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g3",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.12541860119697,
              45.48434895817283
            ],
            [
              -123.12541860119697,
              45.48957819093146
            ],
            [
              -123.12304471416181,
              45.48957819093146
            ],
            [
              -123.12304471416181,
              45.48434895817283
            ],
            [
              -123.12541860119697,
              45.48434895817283
            ]
          ]
        ]
      },
      "bbox": [
        -123.12541860119697,
        45.48434895817283,
        -123.12304471416181,
        45.48957819093146
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.468935+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g3.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g3": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g3.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1190,
            375
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            231800.0,
            0.0,
            -1.6,
            160464.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g3_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g30",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.1520488802134,
              45.436139533830094
            ],
            [
              -123.1520488802134,
              45.439302639074015
            ],
            [
              -123.14843654677394,
              45.439302639074015
            ],
            [
              -123.14843654677394,
              45.436139533830094
            ],
            [
              -123.1520488802134,
              45.436139533830094
            ]
          ]
        ]
      },
      "bbox": [
        -123.1520488802134,
        45.436139533830094,
        -123.14843654677394,
        45.439302639074015
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.495257+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g30.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g30": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g30.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            718,
            576
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            224878.4,
            0.0,
            -1.6,
            142163.2
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g30_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g31",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.14848573603636,
              45.43490596215225
            ],
            [
              -123.14848573603636,
              45.4431734882853
            ],
            [
              -123.1367420232013,
              45.4431734882853
            ],
            [
              -123.1367420232013,
              45.43490596215225
            ],
            [
              -123.14848573603636,
              45.43490596215225
            ]
          ]
        ]
      },
      "bbox": [
        -123.14848573603636,
        45.43490596215225,
        -123.1367420232013,
        45.4431734882853
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.518868+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g31.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g31": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g31.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            225800.0,
            0.0,
            -1.6,
            143560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g31_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g32",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.13679829152954,
              45.434946170374765
            ],
            [
              -123.13679829152954,
              45.44321250529682
            ],
            [
              -123.12505626246723,
              45.44321250529682
            ],
            [
              -123.12505626246723,
              45.434946170374765
            ],
            [
              -123.13679829152954,
              45.434946170374765
            ]
          ]
        ]
      },
      "bbox": [
        -123.13679829152954,
        45.434946170374765,
        -123.12505626246723,
        45.44321250529682
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.541885+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g32.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g32": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g32.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            228800.0,
            0.0,
            -1.6,
            143560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g32_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g33",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.12511083064715,
              45.434985181760986
            ],
            [
              -123.12511083064715,
              45.44325032529704
            ],
            [
              -123.1133704858593,
              45.44325032529704
            ],
            [
              -123.1133704858593,
              45.434985181760986
            ],
            [
              -123.12511083064715,
              45.434985181760986
            ]
          ]
        ]
      },
      "bbox": [
        -123.12511083064715,
        45.434985181760986,
        -123.1133704858593,
        45.44325032529704
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.565010+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g33.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g33": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g33.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            231800.0,
            0.0,
            -1.6,
            143560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g33_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g34",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.11342335388393,
              45.435022996308405
            ],
            [
              -123.11342335388393,
              45.44328694828352
            ],
            [
              -123.10168469387204,
              45.44328694828352
            ],
            [
              -123.10168469387204,
              45.435022996308405
            ],
            [
              -123.11342335388393,
              45.435022996308405
            ]
          ]
        ]
      },
      "bbox": [
        -123.11342335388393,
        45.435022996308405,
        -123.10168469387204,
        45.44328694828352
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.587871+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g34.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g34": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g34.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234800.0,
            0.0,
            -1.6,
            143560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g34_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g35",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.10173586173472,
              45.435059614014705
            ],
            [
              -123.10173586173472,
              45.44332083138552
            ],
            [
              -123.0905161790256,
              45.44332083138552
            ],
            [
              -123.0905161790256,
              45.435059614014705
            ],
            [
              -123.10173586173472,
              45.435059614014705
            ]
          ]
        ]
      },
      "bbox": [
        -123.10173586173472,
        45.435059614014705,
        -123.0905161790256,
        45.44332083138552
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.610631+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g35.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g35": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g35.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1792
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            237800.0,
            0.0,
            -1.6,
            143560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g35_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g36",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.14713261186834,
              45.426676298071854
            ],
            [
              -123.14713261186834,
              45.43494810724766
            ],
            [
              -123.13668066128267,
              45.43494810724766
            ],
            [
              -123.13668066128267,
              45.426676298071854
            ],
            [
              -123.14713261186834,
              45.426676298071854
            ]
          ]
        ]
      },
      "bbox": [
        -123.14713261186834,
        45.426676298071854,
        -123.13668066128267,
        45.43494810724766
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.633738+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g36.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g36": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g36.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1877,
            1668
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            226132.5,
            0.0,
            -1.6,
            140560.7
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g36_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g37",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.1367420232013,
              45.42671884187053
            ],
            [
              -123.1367420232013,
              45.434985181760986
            ],
            [
              -123.1250017101612,
              45.434985181760986
            ],
            [
              -123.1250017101612,
              45.42671884187053
            ],
            [
              -123.1367420232013,
              45.42671884187053
            ]
          ]
        ]
      },
      "bbox": [
        -123.1367420232013,
        45.42671884187053,
        -123.1250017101612,
        45.434985181760986
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.656704+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g37.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g37": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g37.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            228800.0,
            0.0,
            -1.6,
            140560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g37_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g38",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.12505626246723,
              45.426757847632246
            ],
            [
              -123.12505626246723,
              45.435022996308405
            ],
            [
              -123.11331763321397,
              45.435022996308405
            ],
            [
              -123.11331763321397,
              45.426757847632246
            ],
            [
              -123.12505626246723,
              45.426757847632246
            ]
          ]
        ]
      },
      "bbox": [
        -123.12505626246723,
        45.426757847632246,
        -123.11331763321397,
        45.435022996308405
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.679587+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g38.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g38": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g38.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            231800.0,
            0.0,
            -1.6,
            140560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g38_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g39",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.1133704858593,
              45.42679565672771
            ],
            [
              -123.1133704858593,
              45.435059614014705
            ],
            [
              -123.10163354089413,
              45.435059614014705
            ],
            [
              -123.10163354089413,
              45.42679565672771
            ],
            [
              -123.1133704858593,
              45.42679565672771
            ]
          ]
        ]
      },
      "bbox": [
        -123.1133704858593,
        45.42679565672771,
        -123.10163354089413,
        45.435059614014705
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.702623+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g39.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g39": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g39.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234800.0,
            0.0,
            -1.6,
            140560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g39_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g4",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.14661753971642,
              45.476049928616106
            ],
            [
              -123.14661753971642,
              45.484309913022024
            ],
            [
              -123.13702352866977,
              45.484309913022024
            ],
            [
              -123.13702352866977,
              45.476049928616106
            ],
            [
              -123.14661753971642,
              45.476049928616106
            ]
          ]
        ]
      },
      "bbox": [
        -123.14661753971642,
        45.476049928616106,
        -123.13702352866977,
        45.484309913022024
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.725885+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g4.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g4": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g4.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1529
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            226353.6,
            0.0,
            -1.6,
            158560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g4_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g40",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.10168469387204,
              45.426832269154616
            ],
            [
              -123.10168469387204,
              45.43508907441742
            ],
            [
              -123.0919435223561,
              45.43508907441742
            ],
            [
              -123.0919435223561,
              45.426832269154616
            ],
            [
              -123.10168469387204,
              45.426832269154616
            ]
          ]
        ]
      },
      "bbox": [
        -123.10168469387204,
        45.426832269154616,
        -123.0919435223561,
        45.43508907441742
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.748738+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g40.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g40": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g40.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1555
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            237800.0,
            0.0,
            -1.6,
            140560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g40_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g41",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.14692411106431,
              45.41845634483881
            ],
            [
              -123.14692411106431,
              45.42671884187053
            ],
            [
              -123.13662953564294,
              45.42671884187053
            ],
            [
              -123.13662953564294,
              45.41845634483881
            ],
            [
              -123.14692411106431,
              45.41845634483881
            ]
          ]
        ]
      },
      "bbox": [
        -123.14692411106431,
        45.41845634483881,
        -123.13662953564294,
        45.42671884187053
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.772010+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g41.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g41": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g41.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1643
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            226171.2,
            0.0,
            -1.6,
            137560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g41_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g42",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.13668577124147,
              45.41849150294142
            ],
            [
              -123.13668577124147,
              45.426757847632246
            ],
            [
              -123.12494717372212,
              45.426757847632246
            ],
            [
              -123.12494717372212,
              45.41849150294142
            ],
            [
              -123.13668577124147,
              45.41849150294142
            ]
          ]
        ]
      },
      "bbox": [
        -123.13668577124147,
        45.41849150294142,
        -123.12494717372212,
        45.426757847632246
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.795071+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g42.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g42": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g42.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            228800.0,
            0.0,
            -1.6,
            137560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g42_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g43",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.1250017101612,
              45.41853050307945
            ],
            [
              -123.1250017101612,
              45.42679565672771
            ],
            [
              -123.11326479594128,
              45.42679565672771
            ],
            [
              -123.11326479594128,
              45.41853050307945
            ],
            [
              -123.1250017101612,
              45.41853050307945
            ]
          ]
        ]
      },
      "bbox": [
        -123.1250017101612,
        45.41853050307945,
        -123.11326479594128,
        45.42679565672771
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.817912+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g43.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g43": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g43.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            231800.0,
            0.0,
            -1.6,
            137560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g43_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g44",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.11331763321397,
              45.4185683067238
            ],
            [
              -123.11331763321397,
              45.426832269154616
            ],
            [
              -123.10158240279452,
              45.426832269154616
            ],
            [
              -123.10158240279452,
              45.4185683067238
            ],
            [
              -123.11331763321397,
              45.4185683067238
            ]
          ]
        ]
      },
      "bbox": [
        -123.11331763321397,
        45.4185683067238,
        -123.10158240279452,
        45.426832269154616
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.840991+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g44.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g44": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g44.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234800.0,
            0.0,
            -1.6,
            137560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g44_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g45",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.10163354089413,
              45.418604913872066
            ],
            [
              -123.10163354089413,
              45.42686768491062
            ],
            [
              -123.08989999477596,
              45.42686768491062
            ],
            [
              -123.08989999477596,
              45.418604913872066
            ],
            [
              -123.10163354089413,
              45.418604913872066
            ]
          ]
        ]
      },
      "bbox": [
        -123.10163354089413,
        45.418604913872066,
        -123.08989999477596,
        45.42686768491062
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.863880+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g45.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g45": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g45.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            237800.0,
            0.0,
            -1.6,
            137560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g45_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g46",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.14831188120964,
              45.41022396292227
            ],
            [
              -123.14831188120964,
              45.41849150294142
            ],
            [
              -123.13657331639857,
              45.41849150294142
            ],
            [
              -123.13657331639857,
              45.41022396292227
            ],
            [
              -123.14831188120964,
              45.41022396292227
            ]
          ]
        ]
      },
      "bbox": [
        -123.14831188120964,
        45.41022396292227,
        -123.13657331639857,
        45.41849150294142
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.886949+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g46.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g46": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g46.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            225800.0,
            0.0,
            -1.6,
            134560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g46_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g47",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.13662953564294,
              45.4102641537562
            ],
            [
              -123.13662953564294,
              45.41853050307945
            ],
            [
              -123.12489265314306,
              45.41853050307945
            ],
            [
              -123.12489265314306,
              45.4102641537562
            ],
            [
              -123.13662953564294,
              45.4102641537562
            ]
          ]
        ]
      },
      "bbox": [
        -123.13662953564294,
        45.4102641537562,
        -123.12489265314306,
        45.41853050307945
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.909742+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g47.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g47": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g47.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            228800.0,
            0.0,
            -1.6,
            134560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g47_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g48",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.12494717372212,
              45.410303148271396
            ],
            [
              -123.12494717372212,
              45.4185683067238
            ],
            [
              -123.11321197403447,
              45.4185683067238
            ],
            [
              -123.11321197403447,
              45.410303148271396
            ],
            [
              -123.12494717372212,
              45.410303148271396
            ]
          ]
        ]
      },
      "bbox": [
        -123.12494717372212,
        45.410303148271396,
        -123.11321197403447,
        45.4185683067238
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.932861+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g48.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g48": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g48.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            231800.0,
            0.0,
            -1.6,
            134560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g48_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g49",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.11326479594128,
              45.410340946465396
            ],
            [
              -123.11326479594128,
              45.418604913872066
            ],
            [
              -123.10153127956666,
              45.418604913872066
            ],
            [
              -123.10153127956666,
              45.410340946465396
            ],
            [
              -123.11326479594128,
              45.410340946465396
            ]
          ]
        ]
      },
      "bbox": [
        -123.11326479594128,
        45.410340946465396,
        -123.10153127956666,
        45.418604913872066
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.955760+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g49.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g49": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g49.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234800.0,
            0.0,
            -1.6,
            134560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g49_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g5",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.1370798789474,
              45.47608265061311
            ],
            [
              -123.1370798789474,
              45.48434895817283
            ],
            [
              -123.1253292622442,
              45.48434895817283
            ],
            [
              -123.1253292622442,
              45.47608265061311
            ],
            [
              -123.1370798789474,
              45.47608265061311
            ]
          ]
        ]
      },
      "bbox": [
        -123.1370798789474,
        45.47608265061311,
        -123.1253292622442,
        45.48434895817283
      ],
      "properties": {
        "created": "2026-03-19 02:56:03.979288+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g5.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g5": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g5.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            228800.0,
            0.0,
            -1.6,
            158560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g5_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g50",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.10158240279452,
              45.41037754833585
            ],
            [
              -123.10158240279452,
              45.41863889388381
            ],
            [
              -123.09033025831651,
              45.41863889388381
            ],
            [
              -123.09033025831651,
              45.41037754833585
            ],
            [
              -123.10158240279452,
              45.41037754833585
            ]
          ]
        ]
      },
      "bbox": [
        -123.10158240279452,
        45.41037754833585,
        -123.09033025831651,
        45.41863889388381
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.002399+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g50.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g50": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g50.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1798
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            237800.0,
            0.0,
            -1.6,
            134560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g50_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g51",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.14791133123506,
              45.401997805234195
            ],
            [
              -123.14791133123506,
              45.4102641537562
            ],
            [
              -123.13651711350118,
              45.4102641537562
            ],
            [
              -123.13651711350118,
              45.401997805234195
            ],
            [
              -123.14791133123506,
              45.401997805234195
            ]
          ]
        ]
      },
      "bbox": [
        -123.14791133123506,
        45.401997805234195,
        -123.13651711350118,
        45.4102641537562
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.025335+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g51.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g51": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g51.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1820
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            225888.0,
            0.0,
            -1.6,
            131560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g51_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g52",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.13657331639857,
              45.40203679448366
            ],
            [
              -123.13657331639857,
              45.410303148271396
            ],
            [
              -123.12483814841713,
              45.410303148271396
            ],
            [
              -123.12483814841713,
              45.40203679448366
            ],
            [
              -123.13657331639857,
              45.40203679448366
            ]
          ]
        ]
      },
      "bbox": [
        -123.13657331639857,
        45.40203679448366,
        -123.12483814841713,
        45.410303148271396
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.048094+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g52.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g52": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g52.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            228800.0,
            0.0,
            -1.6,
            131560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g52_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g53",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.12489265314306,
              45.40207578337685
            ],
            [
              -123.12489265314306,
              45.410340946465396
            ],
            [
              -123.11315916748687,
              45.410340946465396
            ],
            [
              -123.11315916748687,
              45.40207578337685
            ],
            [
              -123.12489265314306,
              45.40207578337685
            ]
          ]
        ]
      },
      "bbox": [
        -123.12489265314306,
        45.40207578337685,
        -123.11315916748687,
        45.410340946465396
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.113623+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g53.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g53": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g53.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            231800.0,
            0.0,
            -1.6,
            131560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g53_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g54",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.11321197403447,
              45.40211357612134
            ],
            [
              -123.11321197403447,
              45.41037754833585
            ],
            [
              -123.10148017120409,
              45.41037754833585
            ],
            [
              -123.10148017120409,
              45.40211357612134
            ],
            [
              -123.11321197403447,
              45.40211357612134
            ]
          ]
        ]
      },
      "bbox": [
        -123.11321197403447,
        45.40211357612134,
        -123.10148017120409,
        45.41037754833585
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.136430+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g54.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g54": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g54.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234800.0,
            0.0,
            -1.6,
            131560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g54_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g55",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.10153127956666,
              45.402150172714734
            ],
            [
              -123.10153127956666,
              45.41041295388042
            ],
            [
              -123.08980116006254,
              45.41041295388042
            ],
            [
              -123.08980116006254,
              45.402150172714734
            ],
            [
              -123.10153127956666,
              45.402150172714734
            ]
          ]
        ]
      },
      "bbox": [
        -123.10153127956666,
        45.402150172714734,
        -123.08980116006254,
        45.41041295388042
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.159834+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g55.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g55": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g55.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            237800.0,
            0.0,
            -1.6,
            131560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g55_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g56",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.14819606224538,
              45.39376924604666
            ],
            [
              -123.14819606224538,
              45.40203679448366
            ],
            [
              -123.1364609269437,
              45.40203679448366
            ],
            [
              -123.1364609269437,
              45.39376924604666
            ],
            [
              -123.14819606224538,
              45.39376924604666
            ]
          ]
        ]
      },
      "bbox": [
        -123.14819606224538,
        45.39376924604666,
        -123.1364609269437,
        45.40203679448366
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.182674+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g56.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g56": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g56.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            225800.0,
            0.0,
            -1.6,
            128560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g56_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g57",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.13651711350118,
              45.39380942529252
            ],
            [
              -123.13651711350118,
              45.40207578337685
            ],
            [
              -123.12478365953739,
              45.40207578337685
            ],
            [
              -123.12478365953739,
              45.39380942529252
            ],
            [
              -123.13651711350118,
              45.39380942529252
            ]
          ]
        ]
      },
      "bbox": [
        -123.13651711350118,
        45.39380942529252,
        -123.12478365953739,
        45.40207578337685
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.205564+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g57.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g57": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g57.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            228800.0,
            0.0,
            -1.6,
            128560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g57_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g58",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.12483814841713,
              45.393848408564565
            ],
            [
              -123.12483814841713,
              45.40211357612134
            ],
            [
              -123.11310637629177,
              45.40211357612134
            ],
            [
              -123.11310637629177,
              45.393848408564565
            ],
            [
              -123.12483814841713,
              45.393848408564565
            ]
          ]
        ]
      },
      "bbox": [
        -123.12483814841713,
        45.393848408564565,
        -123.11310637629177,
        45.40211357612134
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.228417+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g58.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g58": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g58.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            231800.0,
            0.0,
            -1.6,
            128560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g58_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g59",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.11315916748687,
              45.39388619586032
            ],
            [
              -123.11315916748687,
              45.402150172714734
            ],
            [
              -123.10142907770037,
              45.402150172714734
            ],
            [
              -123.10142907770037,
              45.39388619586032
            ],
            [
              -123.11315916748687,
              45.39388619586032
            ]
          ]
        ]
      },
      "bbox": [
        -123.11315916748687,
        45.39388619586032,
        -123.10142907770037,
        45.402150172714734
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.251314+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g59.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g59": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g59.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234800.0,
            0.0,
            -1.6,
            128560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g59_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g6",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.12538587198007,
              45.47611482766609
            ],
            [
              -123.12538587198007,
              45.4843754126894
            ],
            [
              -123.1177906952147,
              45.4843754126894
            ],
            [
              -123.1177906952147,
              45.47611482766609
            ],
            [
              -123.12538587198007,
              45.47611482766609
            ]
          ]
        ]
      },
      "bbox": [
        -123.12538587198007,
        45.47611482766609,
        -123.1177906952147,
        45.4843754126894
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.274302+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g6.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g6": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g6.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1877,
            1209
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            231799.5,
            0.0,
            -1.6,
            158560.7
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g6_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g60",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.10182209950969,
              45.393725650725415
            ],
            [
              -123.10182209950969,
              45.402387935525034
            ],
            [
              -123.09150490373897,
              45.402387935525034
            ],
            [
              -123.09150490373897,
              45.393725650725415
            ],
            [
              -123.10182209950969,
              45.393725650725415
            ]
          ]
        ]
      },
      "bbox": [
        -123.10182209950969,
        45.393725650725415,
        -123.09150490373897,
        45.402387935525034
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.297021+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g60.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g60": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g60.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1967,
            1648
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.599999999999,
            0.0,
            237712.5,
            0.0,
            -1.599999999999,
            128635.69999999832
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "band_1"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g61",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.14813817801726,
              45.385541872898436
            ],
            [
              -123.14813817801726,
              45.39380942529252
            ],
            [
              -123.136404756719,
              45.39380942529252
            ],
            [
              -123.136404756719,
              45.385541872898436
            ],
            [
              -123.14813817801726,
              45.385541872898436
            ]
          ]
        ]
      },
      "bbox": [
        -123.14813817801726,
        45.385541872898436,
        -123.136404756719,
        45.39380942529252
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.320880+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g61.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g61": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g61.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            225800.0,
            0.0,
            -1.6,
            125560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g61_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g62",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.1364609269437,
              45.38558204635154
            ],
            [
              -123.1364609269437,
              45.393848408564565
            ],
            [
              -123.12472918649694,
              45.393848408564565
            ],
            [
              -123.12472918649694,
              45.38558204635154
            ],
            [
              -123.1364609269437,
              45.38558204635154
            ]
          ]
        ]
      },
      "bbox": [
        -123.1364609269437,
        45.38558204635154,
        -123.12472918649694,
        45.393848408564565
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.401885+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g62.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g62": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g62.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            228800.0,
            0.0,
            -1.6,
            125560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g62_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g63",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.12478365953739,
              45.38562102400324
            ],
            [
              -123.12478365953739,
              45.39388619586032
            ],
            [
              -123.1130536004425,
              45.39388619586032
            ],
            [
              -123.1130536004425,
              45.38562102400324
            ],
            [
              -123.12478365953739,
              45.38562102400324
            ]
          ]
        ]
      },
      "bbox": [
        -123.12478365953739,
        45.38562102400324,
        -123.1130536004425,
        45.39388619586032
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.457903+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g63.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g63": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g63.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            231800.0,
            0.0,
            -1.6,
            125560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g63_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g64",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.11310637629177,
              45.38565880585111
            ],
            [
              -123.11310637629177,
              45.39392278717746
            ],
            [
              -123.10137799904895,
              45.39392278717746
            ],
            [
              -123.10137799904895,
              45.38565880585111
            ],
            [
              -123.11310637629177,
              45.38565880585111
            ]
          ]
        ]
      },
      "bbox": [
        -123.11310637629177,
        45.38565880585111,
        -123.10137799904895,
        45.39392278717746
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.513486+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g64.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g64": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g64.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234800.0,
            0.0,
            -1.6,
            125560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g64_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g65",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.10142907770037,
              45.38569539189275
            ],
            [
              -123.10142907770037,
              45.39395818251366
            ],
            [
              -123.08970238280952,
              45.39395818251366
            ],
            [
              -123.08970238280952,
              45.38569539189275
            ],
            [
              -123.10142907770037,
              45.38569539189275
            ]
          ]
        ]
      },
      "bbox": [
        -123.10142907770037,
        45.38569539189275,
        -123.08970238280952,
        45.39395818251366
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.569063+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g65.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g65": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g65.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            237800.0,
            0.0,
            -1.6,
            125560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g65_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g66",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.08974757615279,
              45.3857307821259
            ],
            [
              -123.08974757615279,
              45.39328614765351
            ],
            [
              -123.08098457996445,
              45.39328614765351
            ],
            [
              -123.08098457996445,
              45.3857307821259
            ],
            [
              -123.08974757615279,
              45.3857307821259
            ]
          ]
        ]
      },
      "bbox": [
        -123.08974757615279,
        45.3857307821259,
        -123.08098457996445,
        45.39328614765351
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.624654+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g66.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g66": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g66.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1716,
            1400
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            240800.0,
            0.0,
            -1.6,
            125305.6
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g66_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g67",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.1480180410388,
              45.3828917771331
            ],
            [
              -123.1480180410388,
              45.38558204635154
            ],
            [
              -123.1363866658942,
              45.38558204635154
            ],
            [
              -123.1363866658942,
              45.3828917771331
            ],
            [
              -123.1480180410388,
              45.3828917771331
            ]
          ]
        ]
      },
      "bbox": [
        -123.1480180410388,
        45.3828917771331,
        -123.1363866658942,
        45.38558204635154
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.679651+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g67.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g67": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g67.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            604,
            1865
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            225816.0,
            0.0,
            -1.6,
            122560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g67_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g68",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.136404756719,
              45.382361299123296
            ],
            [
              -123.136404756719,
              45.38562102400324
            ],
            [
              -123.1247078664298,
              45.38562102400324
            ],
            [
              -123.1247078664298,
              45.382361299123296
            ],
            [
              -123.136404756719,
              45.382361299123296
            ]
          ]
        ]
      },
      "bbox": [
        -123.136404756719,
        45.382361299123296,
        -123.1247078664298,
        45.38562102400324
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.734893+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g68.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g68": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g68.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            734,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            228800.0,
            0.0,
            -1.6,
            122560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g68_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g69",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.12472918649694,
              45.377393629861615
            ],
            [
              -123.12472918649694,
              45.38565880585111
            ],
            [
              -123.11300083993234,
              45.38565880585111
            ],
            [
              -123.11300083993234,
              45.377393629861615
            ],
            [
              -123.12472918649694,
              45.377393629861615
            ]
          ]
        ]
      },
      "bbox": [
        -123.12472918649694,
        45.377393629861615,
        -123.11300083993234,
        45.38565880585111
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.790245+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g69.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g69": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g69.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            231800.0,
            0.0,
            -1.6,
            122560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g69_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g7",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.15464637049925,
              45.467787386130034
            ],
            [
              -123.15464637049925,
              45.474082957501075
            ],
            [
              -123.14865852508605,
              45.474082957501075
            ],
            [
              -123.14865852508605,
              45.467787386130034
            ],
            [
              -123.15464637049925,
              45.467787386130034
            ]
          ]
        ]
      },
      "bbox": [
        -123.15464637049925,
        45.467787386130034,
        -123.14865852508605,
        45.474082957501075
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.844994+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g7.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g7": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g7.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1430,
            953
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            224275.5,
            0.0,
            -1.6,
            154845.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g7_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g70",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.1130536004425,
              45.37743140626239
            ],
            [
              -123.1130536004425,
              45.38569539189275
            ],
            [
              -123.10132693524338,
              45.38569539189275
            ],
            [
              -123.10132693524338,
              45.37743140626239
            ],
            [
              -123.1130536004425,
              45.37743140626239
            ]
          ]
        ]
      },
      "bbox": [
        -123.1130536004425,
        45.37743140626239,
        -123.10132693524338,
        45.38569539189275
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.893512+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g70.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g70": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g70.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234800.0,
            0.0,
            -1.6,
            122560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g70_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g71",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.10137799904895,
              45.37746798702935
            ],
            [
              -123.10137799904895,
              45.3857307821259
            ],
            [
              -123.08965301571504,
              45.3857307821259
            ],
            [
              -123.08965301571504,
              45.37746798702935
            ],
            [
              -123.10137799904895,
              45.37746798702935
            ]
          ]
        ]
      },
      "bbox": [
        -123.10137799904895,
        45.37746798702935,
        -123.08965301571504,
        45.3857307821259
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.941468+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g71.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g71": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g71.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            237800.0,
            0.0,
            -1.6,
            122560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g71_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g72",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.08970238280952,
              45.37750337216018
            ],
            [
              -123.08970238280952,
              45.385754798507094
            ],
            [
              -123.08149682872873,
              45.385754798507094
            ],
            [
              -123.08149682872873,
              45.37750337216018
            ],
            [
              -123.08970238280952,
              45.37750337216018
            ]
          ]
        ]
      },
      "bbox": [
        -123.08970238280952,
        45.37750337216018,
        -123.08149682872873,
        45.385754798507094
      ],
      "properties": {
        "created": "2026-03-19 02:56:04.989875+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g72.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g72": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g72.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1310
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            240800.0,
            0.0,
            -1.6,
            122560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g72_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g73",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.11372929108184,
              45.36962730682932
            ],
            [
              -123.11372929108184,
              45.37743140626239
            ],
            [
              -123.1129508230625,
              45.37743140626239
            ],
            [
              -123.1129508230625,
              45.36962730682932
            ],
            [
              -123.11372929108184,
              45.36962730682932
            ]
          ]
        ]
      },
      "bbox": [
        -123.11372929108184,
        45.36962730682932,
        -123.1129508230625,
        45.37743140626239
      ],
      "properties": {
        "created": "2026-03-19 02:56:05.037255+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g73.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g73": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g73.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1778,
            117
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234612.8,
            0.0,
            -1.6,
            119560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g73_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g74",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.11300083993234,
              45.36920399726285
            ],
            [
              -123.11300083993234,
              45.37746798702935
            ],
            [
              -123.10127588627722,
              45.37746798702935
            ],
            [
              -123.10127588627722,
              45.36920399726285
            ],
            [
              -123.11300083993234,
              45.36920399726285
            ]
          ]
        ]
      },
      "bbox": [
        -123.11300083993234,
        45.36920399726285,
        -123.10127588627722,
        45.37746798702935
      ],
      "properties": {
        "created": "2026-03-19 02:56:05.085458+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g74.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g74": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g74.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234800.0,
            0.0,
            -1.6,
            119560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g74_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g75",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.10132693524338,
              45.3692405727559
            ],
            [
              -123.10132693524338,
              45.37750337216018
            ],
            [
              -123.0896036629669,
              45.37750337216018
            ],
            [
              -123.0896036629669,
              45.3692405727559
            ],
            [
              -123.10132693524338,
              45.3692405727559
            ]
          ]
        ]
      },
      "bbox": [
        -123.10132693524338,
        45.3692405727559,
        -123.0896036629669,
        45.37750337216018
      ],
      "properties": {
        "created": "2026-03-19 02:56:05.293881+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g75.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g75": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g75.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            237800.0,
            0.0,
            -1.6,
            119560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g75_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g76",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.0896549695962,
              45.371251899723994
            ],
            [
              -123.0896549695962,
              45.377524140300025
            ],
            [
              -123.08304342806284,
              45.377524140300025
            ],
            [
              -123.08304342806284,
              45.371251899723994
            ],
            [
              -123.0896549695962,
              45.371251899723994
            ]
          ]
        ]
      },
      "bbox": [
        -123.0896549695962,
        45.371251899723994,
        -123.08304342806284,
        45.377524140300025
      ],
      "properties": {
        "created": "2026-03-19 02:56:05.347407+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g76.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g76": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g76.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1425,
            1056
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            240799.5,
            0.0,
            -1.6,
            119560.5
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g76_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g77",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.11294809475463,
              45.367225029766246
            ],
            [
              -123.11294809475463,
              45.3692405727559
            ],
            [
              -123.10126360951244,
              45.3692405727559
            ],
            [
              -123.10126360951244,
              45.367225029766246
            ],
            [
              -123.11294809475463,
              45.367225029766246
            ]
          ]
        ]
      },
      "bbox": [
        -123.11294809475463,
        45.367225029766246,
        -123.10126360951244,
        45.3692405727559
      ],
      "properties": {
        "created": "2026-03-19 02:56:05.523068+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g77.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g77": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g77.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            451,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            234800.0,
            0.0,
            -1.6,
            116560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g77_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g78",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.10127783675073,
              45.36813123635775
            ],
            [
              -123.10127783675073,
              45.36926360700678
            ],
            [
              -123.09398762669517,
              45.36926360700678
            ],
            [
              -123.09398762669517,
              45.36813123635775
            ],
            [
              -123.10127783675073,
              45.36813123635775
            ]
          ]
        ]
      },
      "bbox": [
        -123.10127783675073,
        45.36813123635775,
        -123.09398762669517,
        45.36926360700678
      ],
      "properties": {
        "created": "2026-03-19 02:56:05.597176+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g78.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g78": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g78.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            253,
            1170
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            237799.5,
            0.0,
            -1.6,
            116560.3
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g78_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g8",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.14871777869115,
              45.467815145346705
            ],
            [
              -123.14871777869115,
              45.47608265061311
            ],
            [
              -123.13696719479631,
              45.47608265061311
            ],
            [
              -123.13696719479631,
              45.467815145346705
            ],
            [
              -123.14871777869115,
              45.467815145346705
            ]
          ]
        ]
      },
      "bbox": [
        -123.14871777869115,
        45.467815145346705,
        -123.13696719479631,
        45.47608265061311
      ],
      "properties": {
        "created": "2026-03-19 02:56:05.658654+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g8.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g8": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g8.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            225800.0,
            0.0,
            -1.6,
            155560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g8_elev"
            }
          ]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.1.0",
      "stac_extensions": [
        "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
        "https://stac-extensions.github.io/eo/v1.1.0/schema.json",
        "https://stac-extensions.github.io/projection/v2.0.0/schema.json"
      ],
      "id": "bh_g9",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -123.13702352866977,
              45.467855376766046
            ],
            [
              -123.13702352866977,
              45.47612169013438
            ],
            [
              -123.12527463049946,
              45.47612169013438
            ],
            [
              -123.12527463049946,
              45.467855376766046
            ],
            [
              -123.13702352866977,
              45.467855376766046
            ]
          ]
        ]
      },
      "bbox": [
        -123.13702352866977,
        45.467855376766046,
        -123.12527463049946,
        45.47612169013438
      ],
      "properties": {
        "created": "2026-03-19 02:56:05.718471+00:00",
        "license": "NLPL",
        "datetime": "2012-05-15T00:00:00Z"
      },
      "links": [
        {
          "rel": "self",
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/stac/bh_g9.json",
          "type": "application/json"
        }
      ],
      "assets": {
        "bh_g9": {
          "href": "https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/dem/FWS_Wapato_Or_2012_8964/bh_g9.tif",
          "type": "image/tiff; application=geotiff; profile=cloud-optimized",
          "proj:shape": [
            1875,
            1875
          ],
          "proj:wkt2": "PROJCRS[\"NAD83(CORS96) / Oregon Portland zone (ft)\",\n    BASEGEOGCRS[\"NAD83(CORS96)\",\n        DATUM[\"NAD83 (Continuously Operating Reference Station 1996)\",\n            ELLIPSOID[\"GRS 1980\",6378137,298.257222101,\n                LENGTHUNIT[\"metre\",1]]],\n        PRIMEM[\"Greenwich\",0,\n            ANGLEUNIT[\"degree\",0.0174532925199433]],\n        ID[\"EPSG\",6783]],\n    CONVERSION[\"Oregon Portland zone (international foot)\",\n        METHOD[\"Lambert Conic Conformal (1SP)\",\n            ID[\"EPSG\",9801]],\n        PARAMETER[\"Latitude of natural origin\",45.5,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8801]],\n        PARAMETER[\"Longitude of natural origin\",-122.75,\n            ANGLEUNIT[\"degree\",0.0174532925199433],\n            ID[\"EPSG\",8802]],\n        PARAMETER[\"Scale factor at natural origin\",1.000002,\n            SCALEUNIT[\"unity\",1],\n            ID[\"EPSG\",8805]],\n        PARAMETER[\"False easting\",328083.9895,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8806]],\n        PARAMETER[\"False northing\",164041.9948,\n            LENGTHUNIT[\"foot\",0.3048],\n            ID[\"EPSG\",8807]]],\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[\"Engineering survey.\"],\n        AREA[\"United States (USA) - Oregon - Portland area.\"],\n        BBOX[45.23,-123.53,46.01,-122.11]],\n    ID[\"EPSG\",6853]]",
          "proj:epsg": 6853,
          "proj:projjson": {
            "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
            "type": "ProjectedCRS",
            "name": "NAD83(CORS96) / Oregon Portland zone (ft)",
            "base_crs": {
              "type": "GeographicCRS",
              "name": "NAD83(CORS96)",
              "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "NAD83 (Continuously Operating Reference Station 1996)",
                "ellipsoid": {
                  "name": "GRS 1980",
                  "semi_major_axis": 6378137,
                  "inverse_flattening": 298.257222101
                }
              },
              "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                  {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                  },
                  {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                  }
                ]
              },
              "id": {
                "authority": "EPSG",
                "code": 6783
              }
            },
            "conversion": {
              "name": "Oregon Portland zone (international foot)",
              "method": {
                "name": "Lambert Conic Conformal (1SP)",
                "id": {
                  "authority": "EPSG",
                  "code": 9801
                }
              },
              "parameters": [
                {
                  "name": "Latitude of natural origin",
                  "value": 45.5,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8801
                  }
                },
                {
                  "name": "Longitude of natural origin",
                  "value": -122.75,
                  "unit": "degree",
                  "id": {
                    "authority": "EPSG",
                    "code": 8802
                  }
                },
                {
                  "name": "Scale factor at natural origin",
                  "value": 1.000002,
                  "unit": "unity",
                  "id": {
                    "authority": "EPSG",
                    "code": 8805
                  }
                },
                {
                  "name": "False easting",
                  "value": 328083.9895,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8806
                  }
                },
                {
                  "name": "False northing",
                  "value": 164041.9948,
                  "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                  },
                  "id": {
                    "authority": "EPSG",
                    "code": 8807
                  }
                }
              ]
            },
            "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
                  }
                }
              ]
            },
            "scope": "Engineering survey.",
            "area": "United States (USA) - Oregon - Portland area.",
            "bbox": {
              "south_latitude": 45.23,
              "west_longitude": -123.53,
              "north_latitude": 46.01,
              "east_longitude": -122.11
            },
            "id": {
              "authority": "EPSG",
              "code": 6853
            }
          },
          "proj:transform": [
            1.6,
            0.0,
            228800.0,
            0.0,
            -1.6,
            155560.0
          ],
          "raster:bands": [
            {
              "data_type": "float32",
              "nodata": -3.4028235e+38,
              "unit": "US survey foot"
            }
          ],
          "eo:bands": [
            {
              "name": "b1",
              "description": "g9_elev"
            }
          ]
        }
      }
    }
  ]
}