rgba_tif: Example RGBA GeoTIFF image file

View source: R/open.R

rgba_tifR Documentation

Example RGBA GeoTIFF image file

Description

Function returns a path to a file, for examples.

Usage

rgba_tif()

Details

The GeoTIFF is the canonical example file, used by rasterio examples. This is a small image 718x791 in UTM Zone 18 at approx. c(-77.76, 24.56) from the 'lnglat' property of the open data set.

Examples

## path to a 4-band TIFF image file
rgba_tif()
matrix(open.py(rgba_tif())$lnglat(), ncol = 2L,
         dimnames = list(NULL, c("longitude", "latitude")))

hypertidy/rasterio.py documentation built on April 16, 2022, 12:48 a.m.