How to get bbox value from longitude and latitude

I want to get bbox value from the longitude and latitude
ex -’ lat’: 18.47655203452731, ‘lng’: 76.45193777633689

Hi @testsentinel02 ,

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., [longitude-x, latitude-x, longitude+x, latitude+x] where x represents half of the side length of the bounding box.

Hello @chung.horng
Thank you so much for your help. I will implement this

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.