When importing a raster (tif file) we add the suffix _raster and in case the name of the file plus the suffix is longer than 63 chars postgresql won't save it properly, thus the dataset won't be treated as a raster
Steps to Reproduce
Drag and drop a raster with a name 56 chars or more
Current Result
The name is shortened, no _raster added
Expected result
@ivanprado and me decided to truncate the name beforehand in case is longer than 56 chars, but we will need a better way to mark the dataset as raster
Context
When importing a raster (tif file) we add the suffix
_raster
and in case the name of the file plus the suffix is longer than 63 chars postgresql won't save it properly, thus the dataset won't be treated as a rasterSteps to Reproduce
Current Result
The name is shortened, no
_raster
addedExpected result
@ivanprado and me decided to truncate the name beforehand in case is longer than 56 chars, but we will need a better way to mark the dataset as raster