Skip to main content

I want to get bbox value from the longitude and latitude

ex -’ lat’: 18.47655203452731, ‘lng’: 76.45193777633689

Hi,

Sentinel Hub Processing API takes polygon and multipolygon only. I’d suggest buffering your point a little bit to make it as a tiny polygon, and then use it as the input area of interest. Alternatively, you can also create a tiny bounding box manually, e.g., elongitude-x, latitude-x, longitude+x, latitude+x] where x represents half of the side length of the bounding box.


Hi,
Thank you so much for your help. I will implement this


Reply