Recent Releases of https://github.com/aazuspan/wxee

https://github.com/aazuspan/wxee - v0.4.2

What's Changed

  • Fix missing import in TimeSeries.timeline by @aazuspan in https://github.com/aazuspan/wxee/pull/75

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

- Python
Published by aazuspan over 2 years ago

https://github.com/aazuspan/wxee - v0.4.1

What's Changed

  • Fix PermissionError on Windows (#70) by eager loading datasets by @aazuspan in https://github.com/aazuspan/wxee/pull/71
  • Simplify dev dependencies by @aazuspan in https://github.com/aazuspan/wxee/pull/68

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

- Python
Published by aazuspan almost 3 years ago

https://github.com/aazuspan/wxee - v0.4.0

:warning: Breaking changes

  • Drop Python 3.7 support in https://github.com/aazuspan/wxee/pull/60
  • Swap xarray.open_rasterio for rioxarray.open_rasterio for loading datasets behind the scenes in https://github.com/aazuspan/wxee/pull/63. This will affect some Dataset attributes, such as crs and nodata. See the rioxarray docs for more info on the benefits and tips for transitioning.
  • Make plotly and netcdf4 optional dependencies in https://github.com/aazuspan/wxee/pull/66

Other changes

  • Switch to MIT license by @aazuspan in https://github.com/aazuspan/wxee/pull/64.
  • Deprecate path parameter for saving to netcdf in https://github.com/aazuspan/wxee/pull/67. This will be removed in a future release, so please start using to_netcdf instead.
  • Set default col and groupby kwargs for the rgb method in https://github.com/aazuspan/wxee/pull/58

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

- Python
Published by aazuspan almost 3 years ago

https://github.com/aazuspan/wxee - v0.3.3

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

- Python
Published by aazuspan almost 4 years ago

https://github.com/aazuspan/wxee - v0.3.2

  • Pin plotly version >=5.2.2

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

- Python
Published by aazuspan over 4 years ago

https://github.com/aazuspan/wxee - v0.3.1

New Features

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

- Python
Published by aazuspan over 4 years ago

https://github.com/aazuspan/wxee - v0.3.0

New features

Bug fixes

  • Order of operations bug in cubic interpolation

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

- Python
Published by aazuspan over 4 years ago

https://github.com/aazuspan/wxee - v0.2.2

  • Fix off-by-one error in describe method

- Python
Published by aazuspan over 4 years ago

https://github.com/aazuspan/wxee - v0.2.1

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

- Python
Published by aazuspan over 4 years ago

https://github.com/aazuspan/wxee - v0.2.0

  • Add rolling time reducers

- Python
Published by aazuspan over 4 years ago

https://github.com/aazuspan/wxee - v0.1.1

  • Optimize describe, start_time, end_time, and interval methods (~16x faster :zap:)

- Python
Published by aazuspan over 4 years ago

https://github.com/aazuspan/wxee - v0.1.0

  • :snowflake: Climatological anomalies and standard deviations
  • :clock4: Temporal interpolation for filling missing data
  • :hourglass: Separate processing and downloading progress bars
  • :zap: Replace parallel backend with joblib
  • :hiking_boot: Bug fixes

- Python
Published by aazuspan over 4 years ago

https://github.com/aazuspan/wxee - v0.0.1

:sparkles: Initial release :sparkles:

  • :floppy_disk: ee.ImageCollection to xarray, NetCDF, and GeoTIFF
  • :calendar: Temporal aggregation
  • :cloudwithrain: Climatological means

- Python
Published by aazuspan over 4 years ago