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

Querying 'true' for Special Handling Required does not work #23

Closed keballantyne closed 1 year ago

keballantyne commented 1 year ago

For Special Handling Required, querying 'true' returns a Bad Request error.

Example of Python code:

filters = {'Special Handling Required': ('=', 'true')}
keballantyne commented 1 year ago

Fixed in v1.5.3 47fdf16