API Reference#
Use this reference when you want the exact signature, parameters, return
values, and class interfaces for arl-met. Most workflows start with
open_dataset(), write_dataset(),
extract_subset(), or sample_points().
High-Level I/O#
Open an ARL meteorology file as an xarray Dataset. |
|
Write a simple flat Dataset representation to an ARL file. |
Cropping And Sampling#
Extract a spatial/vertical subset from an ARL file into a new ARL file. |
|
Sample meteorological variables at arbitrary (lon, lat, z, time) points. |
Low-Level File Model#
Read or write an ARL meteorology file. |
|
Records for one valid time within an ARL file. |
|
One ARL data record representing a single 2D variable slice. |
Grid And Vertical Metadata#
Horizontal projection metadata from an ARL index record. |
|
Two-dimensional horizontal grid definition for ARL data. |
|
Vertical coordinate metadata for an ARL file. |
Binary Metadata And Packing#
Fixed-width 50-byte header present at the start of every ARL record. |
|
Index record describing one ARL time step and its contained variables. |
|
Compute the ARL checksum for a packed payload. |
|
Pack a 2D field using the ARL differential byte encoding. |
|
Unpack an ARL differential byte stream into a 2D field. |
Remote Archive Sources#
Abstract base class for NOAA ARL meteorological archive sources. |
|
HRRR 3 km analysis (CONUS, June 2019–present). |
|
HRRR 3 km analysis, version 1 (CONUS, June 2015–2019). |
|
NAM 12 km analysis (North America, May 2007–present). |
|
NAMS hybrid sigma-pressure analysis (CONUS/Alaska/Hawaii, 2010–present). |
|
GDAS 1-degree global analysis (December 2004–present). |
|
GDAS 0.5-degree global analysis (September 2007–mid 2019). |
|
GFS 0.25-degree global analysis (June 2019–present). |
|
NCEP North American Regional Reanalysis (January 1979–2019). |
|
NCEP/NCAR Reanalysis 2.5-degree global (1948–present). |