Published June 20, 2018
| Version v0.12.2
Software
Open
sentinelsat/sentinelsat: v0.12.2
Authors/Creators
- 1. Reach-U / University of Tartu
- 2. DHI GRAS A/S
- 3. Fondazione Edmund Mach
Description
Added
- made exceptions more verbose regarding optional dependencies (#176)
- CLI username, password and DHuS URL can be set with environment variables
DHUS_USER,DHUS_PASSWORDandDHUS_URL(#184, @temal-) - added information about known errors and DHuS issues to docs (#186, @martinber)
- remove hard coded product type list from cli (#190, @lenniezelk)
- Made the function signature of
count()fully compatible withquery(). Irrelevant parameters are simply ignored.
- environment variables
SENTINEL_USERandSENTINEL_PASSWORDare superceded byDHUS_USERandDHUS_PASSWORD
- Updated handling of invalid queries. An exception is raised in such cases. #168
- Fixed
order_byparameter being ignored in queries that require multiple subqueries (that is, queries that return more than 100 products) (#200) - Special handling of quote symbols in query strings due to a server-side error is no longer necessary and has been removed. #168
- Updated effective query length calculation in
check_query_length()to reflect server-side changes. - skip failing tests on optional dependency Pandas for Python 3.3 and 3.4
- Unit tests work irrespective of the directory they are run from.
Files
sentinelsat/sentinelsat-v0.12.2.zip
Files
(971.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:0ba393d27d1d474f29269f57574a7c1a
|
971.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/sentinelsat/sentinelsat/tree/v0.12.2 (URL)