This PR adds the ability to provide a geojson file in the config.json to specify the region of interest (done in 034160a)
It also fixes two small bugs that impacted the roi_kml functionality:
The path to roi_kml was not made relative to the config.json file, as it is already done for the output directory and for the input image paths. Fixed by 805d02d.
The parsing of the file given in roi_kml was done in such a way that only the first 4 points of the given polygon were taken into account to compute the bounding box. Fixed by 6005a82.
This PR adds the ability to provide a
geojson
file in theconfig.json
to specify the region of interest (done in 034160a)It also fixes two small bugs that impacted the
roi_kml
functionality:roi_kml
was not made relative to theconfig.json
file, as it is already done for the output directory and for the input image paths. Fixed by 805d02d.roi_kml
was done in such a way that only the first 4 points of the given polygon were taken into account to compute the bounding box. Fixed by 6005a82.