#6249 closed enhancement (fixed)
Create a driver for R's "raster" format
Reported by: | jgrn307 | Owned by: | warmerdam |
---|---|---|---|
Priority: | high | Milestone: | 2.2.0 |
Component: | GDAL_Raster | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
It would be great if GDAL would start supporting R's "raster" format. R's "raster" format is a pretty straightforward flat binary/header format (very similar to ENVI's). The specifications are laid out in:
https://cran.r-project.org/web/packages/raster/vignettes/rasterfile.pdf
I think this would be a nice addition, to allow more fluid work between R and the various gdal utilities.
Change History (2)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
Component: | default → GDAL_Raster |
---|---|
Milestone: | → 2.2.0 |
Note:
See TracTickets
for help on using tickets.
In 34432: