Bug report #19483

Saving rasters in Rasterlite2 format is not possible

Added by Alexander Bruy over 5 years ago. Updated over 5 years ago.

Status:Closed
Priority:Normal
Assignee:Even Rouault
Category:Rasters
Affected QGIS version:3.3(master) Regression?:No
Operating System: Easy fix?:No
Pull Request or Patch supplied:No Resolution:
Crashes QGIS or corrupts data:No Copied to github as #:27311

Description

When QGIS build against GDAL with RasterLite2 support, corresponding format listed in the "Save Raster Layer as..." dialog. However, saving raster in this format is not possible: QGIS generates empty SQLite database but does not populate it with raster data.

Associated revisions

Revision d2a7668c
Added by Even Rouault over 5 years ago

Raster: do not list RasterLite2 as a supported output format, and use a helper for every call site (fixes #19483)

Revision 208571a8
Added by Even Rouault over 5 years ago

Merge pull request #7984 from rouault/fix_19483

Raster: do not list RasterLite2 as a supported output format, and use a helper for every call site (fixes #19483)

History

#1 Updated by Even Rouault over 5 years ago

  • Assignee set to Even Rouault
  • Status changed from Open to In Progress

Actually RasterLite2 only supports CreateCopy(), and not Create(). So it shouldn't be listed

#2 Updated by Even Rouault over 5 years ago

  • % Done changed from 0 to 100
  • Status changed from In Progress to Closed

Also available in: Atom PDF