Hi @ranneylxr ,
Can I ask you one more thing? In Tibet I get failures of dem.py for large areas (segmentation fault because of memory issues). I therefore need to use smaller DEMs with the size as needed. The coordinates can be determined from the frame edge coordinates in the ssara*.km file.
which reads the *kml file and outputs lat_min, lat_mx, lon_min, lon_max so that I can populate the field:
topsStack.boundingBox = 29.8 42.2 83.0 101.0
For that it needs to read the edge coordinates of each scene from the kml file for all scenes (example see below) and find the minima and maxima (delta_lat and delta_lon will be added/substracted from the maxima/minima. Then round to one decimal so that get e.g. 29.8
Hi @ranneylxr , Can I ask you one more thing? In Tibet I get failures of
dem.py
for large areas (segmentation fault because of memory issues). I therefore need to use smaller DEMs with the size as needed. The coordinates can be determined from the frame edge coordinates in thessara*.km
file.We need a script
which reads the *kml file and outputs
lat_min, lat_mx, lon_min, lon_max
so that I can populate the field:For that it needs to read the edge coordinates of each scene from the kml file for all scenes (example see below) and find the minima and maxima (
delta_lat
anddelta_lon
will be added/substracted from the maxima/minima. Then round to one decimal so that get e.g.29.8