Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gearslaboratory/gdalUtils

R Wrappers for the Geospatial Data Abstraction Library (GDAL) Utilities
https://github.com/gearslaboratory/gdalUtils

gdal r

Last synced: 3 months ago
JSON representation

R Wrappers for the Geospatial Data Abstraction Library (GDAL) Utilities

Awesome Lists containing this project

README

        

# gdalUtils
R Wrappers for the Geospatial Data Abstraction Library (GDAL) Utilities

This is the development location for the gdalUtils library for R. To install the latest version:

```R
install.packages("devtools")

devtools:::install_github("gearslaboratory/gdalUtils")
```

Note that before using gdalUtils, you we need an installation of GDAL somewhere on your system (https://gdal.org/).