eodms-sgdot / py-eodms-rapi

EODMS RAPI Client is a Python3 package used to access the REST API service provided by the Earth Observation Data Management System (EODMS) from Natural Resources Canada.
Other
13 stars 4 forks source link

Error runing documentation example #30

Closed yreynaud closed 1 year ago

yreynaud commented 1 year ago

I wanted to try using the API by first searching products (dates and coordinates), and then making an order of these product. So, I first tried using the concerned example in the documentation (here : https://py-eodms-rapi.readthedocs.io/en/latest/). But it doesn't run correctly. Here is the returned error : image Then I tried to replace 'filters' by None and it runs correctly.

keballantyne commented 1 year ago

Fixed in release v.1.5.6 (https://github.com/eodms-sgdot/py-eodms-rapi/commit/175a11239af061c7b83e00a20a497eb39ebe6955)