hdus / pg_raster_upload

QGIS plugin for uploading raster data to a PostGIS database.
GNU General Public License v2.0
5 stars 3 forks source link

Use layer CRS (CRS that has been set in QGIS) instead of data provider CRS #14

Closed effjot closed 1 year ago

effjot commented 1 year ago

If raster file does not provide a CRS (layer.dataProvider().crs() is invalid) or the file’s CRS is wrong, the user can set the CRS in QGIS, i.e. layer.crs() will be valid.