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

Please add options #3

Open pcav opened 3 years ago

pcav commented 3 years ago

It would be great to add options (SRID, overview, etc.) to the importer. Especially -R would be important, even if more complex.

hdus commented 3 years ago

Create overview option added in c5c1a0024005c7f4c5b06d672e8fd2fd8c476631

hdus commented 3 years ago

The plugin was created as part of a small private development aid project with the city of Filadelfia in Paraguay. Personally, I only want to use limited resources for this plugin. But every pull request is welcome and will be reviewed.

guenterw commented 6 months ago

I would also like to see an option for SRID. Because with my imports with the extension, the table always gets SRID 0, even though the raster file is correctly defined with SRID 25832. (in QGIS 3.22.16 and 3.36.0)

guenterw commented 6 months ago

The cause for SRID = 0 is found. No TIF file was imported, but an xyz file (dgm), which QGIS automatically converts into raster data. And here the import tool can probably not take over the SRID from the QGIS layer.