Skip to content

Releases: vandersat/vds-api-client

v2.2.0

20 Feb 14:15
Compare
Choose a tag to compare
  • Add SSO support for Planeteers
  • Check if data attribute exists before starting download
  • Fix CI

Fix typo in previous release

14 Apr 14:00
Compare
Choose a tag to compare
v2.1.7

Re-add wait time when checking async downloads

Fix bug downloading data before status is ready

12 Apr 08:35
eba9f26
Compare
Choose a tag to compare
Merge pull request #55 from vandersat/release-prep

Update changelog for version 2.1.6

Upgrade project with PyScaffold==3.3.1

18 Aug 06:39
a5fe39d
Compare
Choose a tag to compare

Fix the python installation for setuptools>63

Fix area unit in ROI representation

02 May 13:12
Compare
Choose a tag to compare

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

20 May 13:19
Compare
Choose a tag to compare

Changes

  • fixes ImportError for warnings module

Provide coverage request and description filter in rois

18 May 09:52
Compare
Choose a tag to compare

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

07 Oct 15:12
Compare
Choose a tag to compare

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

23 Sep 11:01
340f34d
Compare
Choose a tag to compare

Adds functionality to update Roi attributes name, description and display state

Fix command line interface

16 Sep 15:55
e822dd0
Compare
Choose a tag to compare

Command line interface script vds-api is generated again from this release onward