Skip to content

Commit

Permalink
Merge pull request sentinelsat#324 from Fernerkundung/coda_pwd
Browse files Browse the repository at this point in the history
document CODA password limitations
  • Loading branch information
kr-stn authored Nov 4, 2019
2 parents 5b36290 + 78ccfc5 commit a6d396b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Added
* code formatting with `black` checked by Travis-CI
* trigger retrieval of offline products from LTA, while downloading online products (#297 @gbaier)
* allow input of multiple values per query parameter as logical OR (#321 @OlgaCh)
* document CODA password limitations (#315 @nishadhka)

Changed
~~~~~~~
Expand Down
7 changes: 6 additions & 1 deletion docs/common_issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ SciHub servers are known to have outages due to high demand, try again later.

Standard GeoJSON specification contains only WGS84 format, check if your data complies with it.


.. rubric:: My search returns 0 results

Maybe there are no images for the specified time period, by default
``sentinelsat`` will query the last 24 hours only.

.. rubric:: A query to Eumetsat CODA fails with *HTTP 401 - Full authentication is required* even with the correct password.

CODA does not allow the following special characters in passwords: ``~ ! @ # $ % ^ & * _ - + = ` | \ ( ) { } [ ] : ; " ' < > , . ? /``. See `issue #315`__ .

__ https://github.com/sentinelsat/sentinelsat/issues/315

.. rubric:: I get the warning 'The query string is too long and will likely cause a bad DHuS response'.

The query sent to the DHuS server is too complex and will likely fail. You can counter this by decreasing the query
Expand Down

0 comments on commit a6d396b

Please sign in to comment.