Releases: aazuspan/wxee
Releases · aazuspan/wxee
v0.4.2
v0.4.1
v0.4.0
⚠️ Breaking changes
- Drop Python 3.7 support in #60
- Swap
xarray.open_rasterio
forrioxarray.open_rasterio
for loading datasets behind the scenes in #63. This will affect someDataset
attributes, such ascrs
andnodata
. See the rioxarray docs for more info on the benefits and tips for transitioning. - Make plotly and netcdf4 optional dependencies in #66
Other changes
- Switch to MIT license by @aazuspan in #64.
- Deprecate
path
parameter for saving to netcdf in #67. This will be removed in a future release, so please start usingto_netcdf
instead. - Set default
col
andgroupby
kwargs for thergb
method in #58
Full Changelog: v0.3.3...v0.4.0
v0.3.3
Improvements
- Helpful error thrown when attempting to download images missing a
system:time_start
property (#54) wxee.TimeSeries.dataframe
now accepts aprops
parameter to specify which properties to include
Bug Fixes
wxee.TimeSeries.timeline
no longer throws error whensystem:time_end
property is missing (#45)
Full Changelog: v0.3.2...v0.3.3
v0.3.2
- Pin
plotly
version>=5.2.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
New Features
- Added
timeline
anddataframe
methods to inspectTimeSeries
image dates.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
New features
- Easy color composites from
xarray
datasets - Temporal gap filling
- Initialize with high-volume endpoint
Bug fixes
- Order of operations bug in cubic interpolation
Full Changelog: v0.2.2...v0.3.0