- Fix datatype cast issue
- Fix typo in flagfield name
- Add keyword to ignore ASCAT Level 1b flag noise out of limits
- 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
- Add str to path conversion for H SAF FTP download
- Update interface of file handling module
- Update to pyscaffold v4.5
- Update download module, supporting parallel download for EUMETSAT Data Store
- Update interface of file handling module
- Add draft for indexed ragged array netcdf file reader using xarray
- Add ASCAT netcdf swath file reader
- Add support reading ascat fmv 13 for szf, szr, szo
- Add timeout when reading corrupt EPS files
- Change beam names when reading ASCAT SZF data (adding -vv)
- Fix file handing bug (duplicated file names)
- Fix download
- Update CI
- Return metadata when reading ASCAT data
- Adapt EUMETSAT download API changes
- Update read native bufr
- Update ASCAT Level 1b SZF reader
- Fix test error of H14
- 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
- Add download interface for H SAF FTP and EUMETSAT Data Store
- Move CI to Github actions (Ubuntu and Windows CI)
- Fix dependencies in setup.cfg
- Pin dependency of h5py=2.10
- Update template name for consistency reason
- Python 2.7 no longer supported
- Update pyscaffold v3.2.3
- Fix netCDF4.num2date conversion problem
- Update readme
- Add unzip support for AscatL1Bufr and add metadata information
- Fix numpy FutureWarning
- 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
- Add reader for H112, H113 and H114
- Update copyright year
- Update of ascat test data fixing netCDF4 valid_range issue
- Fix bug in H-SAF static layer readers. It was not possible to read data over multiple cells.
- 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.
- Fix bugs in BUFR reading with newer numpy versions.
- Fix bug when reading CGLS SWI QFLAG values.
- Add chunked half-orbit readers for the three minute PDU BUFR files.
- Include resample interface for Level 2 BUFR data.
- 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.
- Add reader for Copernicus Global Land SWI_TS products.
- Fix pygrib support for pygrib 2.x for H14 products.
- Internal changes. Readers now based on pynetCF and pygeobase.
- Initial version with readers migrated from the pytesmo package.