Solved

Configs definition of keys (gte, gt, lt, lte, gsd ...)

  • 9 February 2024
  • 4 replies
  • 223 views

Badge +1

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 (gtegtltlte, 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!

 

 

icon

Best answer by elyhienrich 4 March 2024, 19:50

View original

4 replies

Badge +1

Maybe here is a correct way to define them:

gte – greater than or equal Value

gt – greater than Value

lt – less than Value

lte – less than or equal Value

gsd  ground sample distance

Userlevel 7
Badge +13

Hi @AlidadA 

Thanks for bringing this to our attention, we will add this to our documentation to allow for more clarity! 

Userlevel 7
Badge +13

Hi @AlidadA

Just wanted to give you an update that we added this information to our documentation! 

https://developers.planet.com/docs/apis/data/searches-filtering/ 

Badge +1

Hi @elyhienrich,

Thank you very much for this update, the documentation now looks more informative.

Reply