{
  "type": "Catalog",
  "id": "bradleylab",
  "stac_version": "1.1.0",
  "description": "Open geospatial data from the Fossett Laboratory.",
  "title": "Fossett Lab STAC Catalog",
  "links": [
    {
      "rel": "root",
      "href": "./catalog.json",
      "type": "application/json"
    },
    {
      "rel": "self",
      "href": "./catalog.json",
      "type": "application/json"
    },
    {
      "rel": "child",
      "href": "./imagery/collection.json",
      "type": "application/json",
      "title": "Imagery"
    },
    {
      "rel": "child",
      "href": "./pointclouds/collection.json",
      "type": "application/json",
      "title": "Point Clouds"
    },
    {
      "rel": "child",
      "href": "./radar/collection.json",
      "type": "application/json",
      "title": "Radar"
    }
  ]
}