Wxee

Latest version: v0.4.2

Safety actively analyzes 627821 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.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

0.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

0.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](https://corteva.github.io/rioxarray/stable/getting_started/getting_started.html#rioxarray) 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`](https://xarray.pydata.org/en/stable/generated/xarray.Dataset.to_netcdf.html) instead.
- Set default `col` and `groupby` kwargs for the [`rgb`](https://wxee.readthedocs.io/en/latest/generated/wxee.xarray.DatasetAccessor.rgb.html#wxee.xarray.DatasetAccessor.rgb) method in https://github.com/aazuspan/wxee/pull/58

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

0.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

0.3.2

* Pin `plotly` version `>=5.2.2`

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

0.3.1

New Features
* Added [`timeline` and `dataframe`](https://wxee.readthedocs.io/en/latest/examples/time_series.html#dataframe) methods to inspect `TimeSeries` image dates.


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

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.