Get BoundingBox from pyotb.otbObject
e.g.
sc = scenes.spot.Spot67Scene(...)
xs = sc.get_imagery().get_xs()
roi = xs [2000:3000, 5000:6000, :]
bbox = raster.get_bbox_wgs84(roi)
En prévision de l'arrivée de la forge institutionnelle INRAE, nous vous invitons à créer vos nouveaux projets sur la forge MIA.
e.g.
sc = scenes.spot.Spot67Scene(...)
xs = sc.get_imagery().get_xs()
roi = xs [2000:3000, 5000:6000, :]
bbox = raster.get_bbox_wgs84(roi)