pathrow_poly: Get a polygon giving area of coverage of a given WRS-1 or...

Description Usage Arguments Value Examples

Description

Get a polygon giving area of coverage of a given WRS-1 or WRS-2 path and row

Usage

1
pathrow_poly(wrs_path, wrs_row, wrs_type = "2", wrs_mode = "D")

Arguments

wrs_path

WRS-1 or WRS-2 path as an integer

wrs_row

WRS-1 or WRS-2 row as an integer

wrs_type

1 (for WRS-1) or 2 (for WRS-2)

wrs_mode

either 'D' for descending (daytime) or 'A' for ascending (nighttime)

Value

SpatialPolygonsDataFrame with path and row polygon

Examples

1
2
3
4
library(sp)

x <- pathrow_poly(225, 61)
plot(x)

azvoleff/wrspathrow documentation built on May 11, 2019, 5:20 p.m.