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
Hello,
I'm facing an issue when cropping an orthomosaic into tiles with solaris.tile.raster_tile.RasterTiler(). My orthomosaics covers a small area (155 m2) and when I crop it into smaller pieces, files are saved in a folder with the following name format : [src-filename]_[longitude]_[latitude].tif. However, longitude and latitude within the file name gets 3 numbers after the coma which is annoying to me because my orthomosaic doesn't cover a large area so, with 3 numbers after the coma, I only get 2 different longitude/latitude values. When saving after cropping, tiles then get the same dest name and are overwritten.
I would like to choose the accucary of longitude and latitude with an argument like dest_fname in the tile() function.
Currently, I have edited the save_tile() in raster_file.py to take 7 numbers after the coma in order to be able to get all my files saved and not overwritten:
Hello,
I'm facing an issue when cropping an orthomosaic into tiles with
solaris.tile.raster_tile.RasterTiler()
. My orthomosaics covers a small area (155 m2) and when I crop it into smaller pieces, files are saved in a folder with the following name format : [src-filename]_[longitude]_[latitude].tif. However, longitude and latitude within the file name gets 3 numbers after the coma which is annoying to me because my orthomosaic doesn't cover a large area so, with 3 numbers after the coma, I only get 2 different longitude/latitude values. When saving after cropping, tiles then get the same dest name and are overwritten.I would like to choose the accucary of longitude and latitude with an argument like dest_fname in the tile() function.
Currently, I have edited the
save_tile()
in raster_file.py to take 7 numbers after the coma in order to be able to get all my files saved and not overwritten:The text was updated successfully, but these errors were encountered: