act.io.read_gml_ozone#
- act.io.read_gml_ozone(filename=None, **kwargs)[source]#
Function to read ozone data from NOAA GML.
- Parameters:
filename (str or pathlib.Path) – Data file full path name.
**kwargs (keywords) – Keywords to pass through to ACT read_csv() routine.
- Returns:
ds (xarray.Dataset) – Standard ARM Xarray dataset with the data cleaned up to have units, long_name, correct type and some other stuff.