Opened 7 years ago

Closed 7 years ago

#28288 closed New feature (fixed)

Allow passing papsz creation options to GDALRaster initiation.

Reported by: Daniel Wiesmann Owned by: Daniel Wiesmann
Component: GIS Version: dev
Severity: Normal Keywords: raster gdal gis options papsz
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

GDAL allows passing driver specific creation options. These options can be used to create rasters with more specific properties, such as compression or internal tiling. Being able to set these options is important many practical use cases, especially with larger rasters.

Change History (4)

comment:1 by Daniel Wiesmann, 7 years ago

Owner: changed from nobody to Daniel Wiesmann
Status: newassigned

comment:2 by Daniel Wiesmann, 7 years ago

Has patch: set
Version 0, edited 7 years ago by Daniel Wiesmann (next)

comment:3 by Tim Graham, 7 years ago

Triage Stage: UnreviewedAccepted

comment:4 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In fe5e34a2:

Fixed #28288 -- Allowed passing papsz options to GDALRaster initialization.

Note: See TracTickets for help on using tickets.
Back to Top