Skip to content

Latest commit

 

History

History
204 lines (138 loc) · 4.02 KB

CHANGELOG.rst

File metadata and controls

204 lines (138 loc) · 4.02 KB

Changelog

Version 2.4.3

  • Fix datatype cast issue

Version 2.4.2

  • Fix typo in flagfield name

Version 2.4.1

  • Add keyword to ignore ASCAT Level 1b flag noise out of limits

Version 2.4.0

  • Update file handling read_period
  • Refactor xarray readers/writers into SwathFileCollection, CellFileCollection, and CellFileCollectionStack
  • Add tutorial for xarray readers/writers
  • Add CLI for aggregating ASCAT swath data
  • Add CLI for regridding ASCAT swath data to a regular lat/lon grid

Version 2.3.1

  • Add str to path conversion for H SAF FTP download

Version 2.3.0

  • Update interface of file handling module

Version 2.2.0

  • Update to pyscaffold v4.5
  • Update download module, supporting parallel download for EUMETSAT Data Store
  • Update interface of file handling module

Version 2.1.1

  • Add draft for indexed ragged array netcdf file reader using xarray
  • Add ASCAT netcdf swath file reader

Version 2.1.0

  • Add support reading ascat fmv 13 for szf, szr, szo

Version 2.0.6

  • Add timeout when reading corrupt EPS files
  • Change beam names when reading ASCAT SZF data (adding -vv)

Version 2.0.5

  • Fix file handing bug (duplicated file names)

Version 2.0.4

  • Fix download
  • Update CI

Version 2.0.3

  • Return metadata when reading ASCAT data

Version 2.0.2

  • Adapt EUMETSAT download API changes
  • Update read native bufr

Version 2.0.1

  • Update ASCAT Level 1b SZF reader
  • Fix test error of H14

Version 2.0.0

  • New interface reading ASCAT Level 1b and Level 2 data
  • Removing old interfaces to TU Wien data
  • Restructure package and harmonize interface class names
  • Update documentation

Version 1.2.0

  • Add download interface for H SAF FTP and EUMETSAT Data Store
  • Move CI to Github actions (Ubuntu and Windows CI)

Version 1.1.2

  • Fix dependencies in setup.cfg
  • Pin dependency of h5py=2.10

Version 1.1.1

  • Update template name for consistency reason

Version 1.1.0

  • Python 2.7 no longer supported
  • Update pyscaffold v3.2.3
  • Fix netCDF4.num2date conversion problem

Version 1.0.2

  • Update readme

Version 1.0.1

  • Add unzip support for AscatL1Bufr and add metadata information
  • Fix numpy FutureWarning

Version 1.0

  • Adding generic readers for ASCAT Level 1b and Level 2 data in EPS Native, BUFR, NetCDF and HDF5 formats
  • Update readme structure
  • Fix read the docs error
  • Add cython to travis requirements
  • Add script to setup miniconda development environment
  • Read static layers into memory, instead of using NetCDF variables
  • Add reader for H115
  • Update copyright year

Version 0.10

  • Add reader for H112, H113 and H114
  • Update copyright year
  • Update of ascat test data fixing netCDF4 valid_range issue

Version 0.9

  • Fix bug in H-SAF static layer readers. It was not possible to read data over multiple cells.

Version 0.8

  • Add reader for ASCAT VOD time series data.
  • Add readers for all H-SAF time series products.
  • Automatically detect CGLS SWI-TS time series product date and version.

Version 0.7

  • Fix bugs in BUFR reading with newer numpy versions.

Version 0.6

  • Fix bug when reading CGLS SWI QFLAG values.
  • Add chunked half-orbit readers for the three minute PDU BUFR files.

Version 0.5

  • Include resample interface for Level 2 BUFR data.

Version 0.4

  • Restructure ASCAT swath readers and add support for NetCDF, BUFR and BUFR PDU files from EUMETSAT.
  • Fix read_ts function of CGLS SWI_TS reader.

Version 0.3

  • Add reader for Copernicus Global Land SWI_TS products.

Version 0.2

  • Fix pygrib support for pygrib 2.x for H14 products.
  • Internal changes. Readers now based on pynetCF and pygeobase.

Version 0.1

  • Initial version with readers migrated from the pytesmo package.