{
  "type": "Collection",
  "id": "noaa-gfs-analysis-hourly",
  "stac_version": "1.0.0",
  "stac_extensions": [
    "https://stac-extensions.github.io/xarray-assets/v1.0.0/schema.json",
    "https://stac-extensions.github.io/datacube/v2.2.0/schema.json"
  ],
  "title": "NOAA GFS analysis, hourly",
  "description": "Historical weather data from the Global Forecast System (GFS) model operated by NOAA NCEP.",
  "license": "CC-BY-4.0",
  "cube:dimensions": {
    "latitude": {
      "type": "spatial",
      "axis": "y",
      "extent": [
        -90,
        90
      ],
      "unit": "decimal degrees",
      "size": 721
    },
    "longitude": {
      "type": "spatial",
      "axis": "x",
      "extent": [
        -180,
        179.75
      ],
      "unit": "decimal degrees",
      "size": 1440
    },
    "time": {
      "type": "temporal",
      "extent": [
        "2015-01-15 00:00:00 UTCZ",
        null
      ],
      "unit": "seconds since 1970-01-01 00:00:00",
      "size": 82920
    }
  },
  "cube:variables": {
    "precipitation_surface": {
      "dimensions": [
        "time",
        "latitude",
        "longitude"
      ],
      "type": "data",
      "unit": "kg/(m^2 s)"
    },
    "temperature_2m": {
      "dimensions": [
        "time",
        "latitude",
        "longitude"
      ],
      "type": "data",
      "unit": "C"
    },
    "wind_u_10m": {
      "dimensions": [
        "time",
        "latitude",
        "longitude"
      ],
      "type": "data",
      "unit": "m/s"
    },
    "wind_v_10m": {
      "dimensions": [
        "time",
        "latitude",
        "longitude"
      ],
      "type": "data",
      "unit": "m/s"
    }
  },
  "extent": {
    "spatial": {
      "bbox": [
        [
          -180,
          -90,
          180,
          90
        ]
      ]
    },
    "temporal": {
      "interval": [
        [
          "2015-01-15 00:00:00 UTCZ",
          null
        ]
      ]
    }
  },
  "assets": {
    "zarr": {
      "href": "https://data.dynamical.org/noaa/gfs/analysis-hourly/latest.zarr",
      "type": "application/x-zarr",
      "title": "Zarr v3 store",
      "roles": [
        "data"
      ],
      "xarray:open_kwargs": {
        "engine": "zarr"
      }
    }
  },
  "links": [
    {
      "rel": "self",
      "href": "https://dynamical.org/stac/noaa-gfs-analysis-hourly/collection.json",
      "type": "application/json"
    },
    {
      "rel": "root",
      "href": "https://dynamical.org/stac/catalog.json",
      "type": "application/json"
    },
    {
      "rel": "parent",
      "href": "https://dynamical.org/stac/catalog.json",
      "type": "application/json"
    },
    {
      "rel": "about",
      "href": "https://dynamical.org/catalog/noaa-gfs-analysis-hourly/",
      "type": "text/html",
      "title": "Dataset documentation"
    }
  ]
}
