You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we can specify bounds, as well as the EPSG code of the bounds' coordinate system. But we can't say "reproject all these images into EPSG:XXXX".
Right now we can specify bounds, as well as the EPSG code of the bounds' coordinate system. But we can't say "reproject all these images into EPSG:XXXX".
dolphin/src/dolphin/stitching.py
Lines 199 to 200 in d8fd3c8
It always gets the most common projection of the inputs to use
Since this makes sense in a lot of cases, we should decide
dest_epsg
argument so we can always force an output projection?gdalwarp ...
afterwards if they dont want the most common projection?The text was updated successfully, but these errors were encountered: