qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.66k stars 3.02k forks source link

Cannot rename raster data that exists in geopackage (gpkg) #30907

Open wewindy opened 5 years ago

wewindy commented 5 years ago

Cannot rename rasterdata that exsits in geopackage(gpkg)

QGIS Info

QGIS Version: 3.8.1-Zanzibar QGIS code version: dcd95cc648

System Info

CPU: Intel Xeon e3 1230 v2 OS: Windows 10 64bit 1803

Describe the bug

I try to rename the raster data named "newRaster" in a gpkg at the "Browe" tabpage.

And I also try to do this in the "Database Manager" tool, it simply does not display raster data that exsits in the same geopackage database.

image

hard work and forgive my lame English...

gioman commented 5 years ago

And I also try to do this in the "Database Manager" tool, it simply does not display raster data that exsits in the same geopackage database.

for this I have filed https://github.com/qgis/QGIS/issues/30932

elpaso commented 5 months ago

This is not yet supported by GDAL.

agiudiceandrea commented 5 months ago

@elpaso, now that the rename functionality is supported by GDAL/OGR (https://github.com/OSGeo/gdal/pull/10213) and the OGR provider in QGIS (https://github.com/qgis/QGIS/pull/57812), it may be possible to fix the issue.