Other packages > Find by keyword >

gdalraster  

Bindings to the 'Geospatial Data Abstraction Library' Raster API
View on CRAN: Click here


Download and install gdalraster package within the R console
Install from CRAN:
install.packages("gdalraster")

Install from Github:
library("remotes")
install_github("cran/gdalraster")

Install by package version:
library("remotes")
install_version("gdalraster", "1.12.0")



Attach the package and use:
library("gdalraster")
Maintained by
Chris Toney
[Scholar Profile | Author Map]
First Published: 2023-05-24
Latest Update: 2024-02-26
Description:
Interface to the Raster API of the 'Geospatial Data Abstraction Library' ('GDAL', ). Bindings are implemented in an exposed C++ class encapsulating a 'GDALDataset' and its raster band objects, along with several stand-alone functions. These support manual creation of uninitialized datasets, creation from existing raster as template, read/set dataset parameters, low level I/O, color tables, raster attribute tables, virtual raster (VRT), and 'gdalwarp' wrapper for reprojection and mosaicing. Includes 'GDAL' algorithms ('dem_proc()', 'polygonize()', 'rasterize()', etc.), and functions for coordinate transformation and spatial reference systems. Calling signatures resemble the native C, C++ and Python APIs provided by the 'GDAL' project. Includes raster 'calc()' to evaluate a given R expression on a layer or stack of layers, with pixel x/y available as variables in the expression; and raster 'combine()' to identify and count unique pixel combinations across multiple input layers, with optional output of the pixel-level combination IDs. Provides raster display using base 'graphics'. Bindings to a subset of the Virtual Systems Interface ('VSI') are also included to support operations on 'GDAL' virtual file systems. These are general utility functions that abstract file system operations on URLs, cloud storage services, 'Zip'/'GZip'/'7z'/'RAR' archives, and in-memory files. 'gdalraster' may be useful in applications that need scalable, low-level I/O, or prefer a direct 'GDAL' API.
How to cite:
Chris Toney (2023). gdalraster: Bindings to the 'Geospatial Data Abstraction Library' Raster API. R package version 1.12.0, https://cran.r-project.org/web/packages/gdalraster. Accessed 29 Mar. 2025.
Previous versions and publish date:
1.1.1 (2023-05-24 09:30), 1.2.0 (2023-05-29 01:20), 1.3.0 (2023-06-29 16:20), 1.4.0 (2023-08-29 20:40), 1.5.0 (2023-09-25 21:00), 1.6.0 (2023-10-28 00:40), 1.7.0 (2023-11-29 10:00), 1.8.0 (2024-01-27 08:50), 1.9.0 (2024-02-26 01:40), 1.10.0 (2024-03-26 07:40), 1.11.0 (2024-06-03 06:30), 1.11.1 (2024-06-13 23:50)
Other packages that cited gdalraster R package
View gdalraster citation profile
Other R packages that gdalraster depends, imports, suggests or enhances
Complete documentation for gdalraster
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for gdalraster0102030405060708090TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA