I'm trying to write several geotiffs to a PostGIS database that has raster support enabled.
I do this through the PostGIS Raster writer. I don't receive any error message when writing this data, and the translation is successful.
However, when I attempt to view this written data in QGIS. I get an error message that looks something like this:
GDAL provider Cannot open GDAL dataset.........
Did you specify a 'where' clause too restrictive? .....
I was told that it could be because the raster metadata of the tables isn't registered correctly and that QGIS needs this data to render everything properly. Certain metadata like the SRID, the number of bands etc are empty, but in FME it should be able to add these constraints
I have always set the SRID in the writer. I've also played around with constraints in the writer , but still no luck. How should I set my parameters?