getPR: Query Landsat wrs2 grid by country name or location

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Performs a spatial query on the wrs2 grid using the worldHires dataset or an object of class Spatial*

Usage

1
getPR(location)

Arguments

location

character (Usually the name of a country) or an object of class Spatial*

Details

Check the getCountryList function to get the right spelling for the polygon name you want to use for the query.

Value

A list of path, rows, PathRows, and a spatialPolygon object

Author(s)

Loïc Dutrieux

See Also

getCountryList

Examples

1
2
3
4
5
6
pr <- getPR('France')
pr$PATH
pr$ROW
pr$PR
map('worldHires', 'France', exact=TRUE)
plot(pr$map, add=TRUE)

loicdtx/VCF documentation built on May 21, 2019, 7:37 a.m.