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.10.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.10.0, https://cran.r-project.org/web/packages/gdalraster
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)
Other packages that cited gdalraster R package
View gdalraster citation profile
Other R packages that gdalraster depends, imports, suggests or enhances
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

rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
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  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns