Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tahoe_highrez_training

Point and polygon files for use with gdalUtils


Description

Point and polygon files for use with gdalUtils

Author(s)

Jonathan A. Greenberg gdalUtils@estarcion.net

Examples

## Not run: 
tahoe_highrez_training_polygons <- readOGR(
	dsn=system.file("external", package="gdalUtils"),layer="tahoe_highrez_training")
spplot(tahoe_highrez_training_polygons,zcol="Class")
tahoe_highrez_training_points <- readOGR(
	dsn=system.file("external", package="gdalUtils"),layer="tahoe_highrez_training_points")
spplot(tahoe_highrez_training_points,zcol="SPECIES")

## End(Not run)

gdalUtils

Wrappers for the Geospatial Data Abstraction Library (GDAL) Utilities

v2.0.3.2
GPL (>= 2)
Authors
Jonathan Asher Greenberg and Matteo Mattiuzzi
Initial release
2020-01-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.