Releases: vandersat/vds-api-client
Releases · vandersat/vds-api-client
v2.2.0
Fix typo in previous release
v2.1.7 Re-add wait time when checking async downloads
Fix bug downloading data before status is ready
Merge pull request #55 from vandersat/release-prep Update changelog for version 2.1.6
Upgrade project with PyScaffold==3.3.1
Fix the python installation for setuptools>63
Fix area unit in ROI representation
The area unit of an Roi object is m2, but in the representation it is shown as hectares (Ha). The conversion from m2 to Ha was still missing until this fix.
Other changes:
- Dropped Travis-ci integration/tasks from project
- Fix documentation example for get_value with
lat
keyword - Add 3 retries to get_roi_df method before raising an error
Fix warnings import error
Changes
- fixes ImportError for warnings module
Provide coverage request and description filter in rois
Changes
- Added
provide_coverage
keyword to synchronous roi time series request - Fix bug when filtering rois on decsription regex when descriptions were missing
- Add deprecation warning for
delete_rois_from_account
to be be replaced with an roi.delete()
Coverage for roi time series
This release adds the prodvide_coverage
keyword to the python api for roi-time-series.
For CLI this is either --provide-coverage/no-provide-coverage or -cov for short
Roi with updates
Adds functionality to update Roi attributes name, description and display state
Fix command line interface
Command line interface script vds-api
is generated again from this release onward