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]
All associated links for this package
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 18 Feb. 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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  
MOSS  
Multi-Omic Integration via Sparse Singular Value Decomposition
High dimensionality, noise and heterogeneity among samples and features challenge the omic integrat ...
Download / Learn more Package Citations See dependency  
fclust  
Fuzzy Clustering
Algorithms for fuzzy clustering, cluster validity indices and plots for cluster validity and visuali ...
Download / Learn more Package Citations See dependency  
RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

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