- Extract max_dist keyword from kwargs in read_lon_lat and pass on to pygeogrids nearest neighbor search
- Replace read_ts with read call from io class (see #46)
- Replace read_ts with read in time series base class
- Use github actions for CI
- Remove deprecated classes and methods
- Update copyright year
- Update readme
- Specify sphinx version to fix rtd
- Update pyscaffold version in setup.py because of compatibility issues with setuptools 39
- Update classifier for pipy upload
- Fix cell switch bug
- Update copyright year
- Allow reading of data in append mode.
- iter_gp does not longer stop if an IOError occurs in the subclass. It catches the error warns the user and returns None as the dataset object.
- Add
IntervalReadingMixin
for reading files in bigger chunks based on intervals.
- change
resample_data
interface to get weights directly instead of windowRadius. - Add
dtype
and__getitem__
toImage
class.
- Fix issue 10 and add new spatial subset method
- allow iteration over time series to take keyword arguments.
- Fix bug in passing of keyword arguments to Image readers.
- Make the Image object backward compatible.
- Improve documentation.
- Fix issue #28, reading from non-existing cell
- Add exception handling for opening a files
- Add lon, lat information in writing operation of GriddedBase
- Remove unnecessary dependencies and improve documentation.
- Add conda requirements file
- Add object base classes for time series and image
- Add image base and multitemporal-image base classes
- Update requirements
- Add ImageBase class (moved from pytesmo)
- Fixing documentation
- Updating pyscaffold version to
- New GriddedBase class
- Slight changes in the method names
- Support of ioclass keyword arguments
- Fix iteration inconsistency
- First developer release