Recent Releases of https://github.com/aazuspan/wxee
https://github.com/aazuspan/wxee - v0.4.2
What's Changed
- Fix missing import in
TimeSeries.timelineby @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
PermissionErroron 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_rasterioforrioxarray.open_rasteriofor loading datasets behind the scenes in https://github.com/aazuspan/wxee/pull/63. This will affect someDatasetattributes, such ascrsandnodata. 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
pathparameter for saving to netcdf in https://github.com/aazuspan/wxee/pull/67. This will be removed in a future release, so please start usingto_netcdfinstead. - Set default
colandgroupbykwargs for thergbmethod 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_startproperty (#54) wxee.TimeSeries.dataframenow accepts apropsparameter to specify which properties to include
Bug Fixes
wxee.TimeSeries.timelineno longer throws error whensystem:time_endproperty 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
plotlyversion>=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
- Added
timelineanddataframemethods to inspectTimeSeriesimage dates.
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
- Easy color composites from
xarraydatasets - Temporal gap filling
- Initialize with high-volume endpoint
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
describemethod
- 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, andintervalmethods (~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.ImageCollectionto xarray, NetCDF, and GeoTIFF - :calendar: Temporal aggregation
- :cloudwithrain: Climatological means
- Python
Published by aazuspan over 4 years ago