Skip to content

MONET-v2.2.0

Compare
Choose a tag to compare
@bbakernoaa bbakernoaa released this 27 Mar 19:24
20dce1d

This release provides several major updates:

  • Removes many I/O functions into a new repository, https://github.com/noaa-oar-arl/monetio, so that MONET can stay lean and focused.
  • Adds pyresample back as the default restructure because esmpy and xesmf is not available on windows
  • Adds some default functionality to read common data formats like netCDF CF convention with XArray but still have the monet accessor options
  • Adds a conversion from cftime to datetime xarray objects
  • fixes the quick_map xarray.DataArray accessor so that it will work on generic netcdf files in the CF convention
  • Adds a pandas accessor to gain functionality for use with surface observational datasets
  • Adds a function to convert monetio dataframes into little_r formatted lists or pandas data frames for use in METplus
  • removes the hysplitutil directory as this will be migrating to a new repository focused on hysplit
  • many bug fixes for accessor functionality