Hi folks,
I am working with the Data API and I have a question that is really not covered by documentation (https://developers.planet.com/docs/apis/data/searches-filtering/).
What do these configs really mean (gte
, gt
, lt
, lte
, gsd
...) ?
Because some of them store not only one data type, for example lte
:
In the DateRangeFilter "lte":"2020-01-31T00:00:00Z", but in the RangeFilter it is a float - "lte":0.1, or even an integer (https://developers.planet.com/docs/apis/data/quick-saved-search/ or here https://developers.planet.com/docs/subscriptions/tools/).
Thanks!