Opened 7 years ago

Closed 7 years ago

#28300 closed New feature (fixed)

Enable GDALRaster objects to be read and created in GDAL's virtual file system.

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

Description

When dealing with rasters in a web context, rasters might be read from remote binary sources or are returned to the user as files. In such situations, the rasters would have to be written to disk as a file and then openend with GDALRaster. This can represent significant overhead.

GDAL has an internal memory based virtual file system that allows reading and writing file buffers to memory and treat them as files. Allowing GDALRasters to use that filesystem would be useful for using rasters in web requests.

Change History (4)

comment:1 by Daniel Wiesmann, 7 years ago

Has patch: set
Last edited 7 years ago by Tim Graham (previous) (diff)

comment:2 by Tim Graham, 7 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Tim Graham, 7 years ago

Patch needs improvement: set

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

Resolution: fixed
Status: assignedclosed

In 6f44f714:

Fixed #28300 -- Allowed GDALRasters to use the vsimem filesystem.

Thanks Tim Graham for the review and edits.

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