Wxee Versions Save

A Python interface between Earth Engine and xarray for processing time series data

v0.4.2

4 months ago

What's Changed

Full Changelog: https://github.com/aazuspan/wxee/compare/v0.4.1...v0.4.2

v0.4.1

10 months ago

What's Changed

Full Changelog: https://github.com/aazuspan/wxee/compare/v0.4.0...v0.4.1

v0.4.0

11 months ago

:warning: Breaking changes

Other changes

Full Changelog: https://github.com/aazuspan/wxee/compare/v0.3.3...v0.4.0

v0.3.3

1 year ago

Improvements

  • Helpful error thrown when attempting to download images missing a system:time_start property (#54)
  • wxee.TimeSeries.dataframe now accepts a props parameter to specify which properties to include

Bug Fixes

  • wxee.TimeSeries.timeline no longer throws error when system:time_end property is missing (#45)

Full Changelog: https://github.com/aazuspan/wxee/compare/v0.3.2...v0.3.3

v0.3.2

2 years ago
  • Pin plotly version >=5.2.2

Full Changelog: https://github.com/aazuspan/wxee/compare/v0.3.1...v0.3.2

v0.3.1

2 years ago

New Features

Full Changelog: https://github.com/aazuspan/wxee/compare/v0.3.0...v0.3.1

v0.3.0

2 years ago

v0.2.2

2 years ago
  • Fix off-by-one error in describe method

v0.2.1

2 years ago
  • Fix off-by-one error in interval calculation :man_facepalming:

v0.2.0

2 years ago
  • Add rolling time reducers