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:2 by , 7 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 7 years ago
Patch needs improvement: | set |
---|
PR