OKC_20m

Load in Python

from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/OKC_20m.yaml") ds=cat.netcdf.read()

Metadata

title OKC_20m
location /shared/land/AMDAR
tags hourly,profiles,obs,atm,air,station
catalog_dir https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/OKC_20m.yaml
last updated 2022-05-24

Dataset Contents

<xarray.Dataset>
Dimensions:  (height: 251, time: 113952)
Coordinates:
  * height   (height) float64 0.0 20.0 40.0 60.0 ... 4.96e+03 4.98e+03 5e+03
  * time     (time) int64 0 1 2 3 4 5 ... 113947 113948 113949 113950 113951
Data variables:
    t        (height, time) float64 ...
    theta    (height, time) float64 ...
    u        (height, time) float64 ...
    v        (height, time) float64 ...
    sh       (height, time) float64 ...
    rh       (height, time) float64 ...
    pblh     (time) float64 ...
    lat      float64 35.4
    lon      float64 -97.6