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