Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gearslaboratory/gdalUtils
- Owner: gearslaboratory
- Created: 2019-11-21T15:22:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T17:08:21.000Z (over 4 years ago)
- Last Synced: 2024-05-21T02:11:30.907Z (6 months ago)
- Topics: gdal, r
- Language: R
- Size: 1.24 MB
- Stars: 17
- Watchers: 4
- Forks: 12
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gdalUtils
R Wrappers for the Geospatial Data Abstraction Library (GDAL) UtilitiesThis 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/).