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 06 May. 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
04/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/05Downloads for gdalraster51015202530354045505560TrendBars

Today's Hot Picks in Authors and Packages

HuraultMisc  
Guillem Hurault Functions' Library
Contains various functions for data analysis, notably helpers and diagnostics for Bayesian modelling ...
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  
rotations  
Working with Rotation Data
Tools for working with rotational data, including simulation from the most commonly used distributi ...
Download / Learn more Package Citations See dependency  
netUtils  
A Collection of Tools for Network Analysis
Provides a collection of network analytic (convenience) functions which are missing in other standar ...
Download / Learn more Package Citations See dependency  
simfam  
Simulate and Model Family Pedigrees with Structured Founders
The focus is on simulating and modeling families with founders drawn from a structured population (f ...
Download / Learn more Package Citations See dependency  
tashu  
Analysis and Prediction of Bicycle Rental Amount
Provides functions for analyzing citizens' bicycle usage pattern and predicting rental amount on spe ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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