fixedLatitude: Download fixed-latitude equal-area grid

Description Usage Arguments Details Value Author(s) Examples

View source: R/fixedLatitude.R

Description

Download an equal-area grid of the world with fixed latitudinal spacing and variable longitudinal spacing.

Usage

1
fixedLatitude(LatSpacing = 5, CellArea = "500000")

Arguments

LatSpacing

Number of degrees desired between latitudinal bands

CellArea

Desired target area of the cells in km^2 as a character string

Details

Downloads an equal-area grid with fixed latitudinal spacing and variable longitudinal spacing. The distance between longitudinal borders of grids will adjust to the target area size within each band of latitude. The algorithm will adjust the area of the grids to ensure that the total surface of the globe is covered.

Value

A simple features object

Author(s)

Andrew A. Zaffos

Examples

1
2
# Download an equal area grid with 10 degree latitudinal spacing and 1,000,000 km^2 grids
# EqualArea<-fixedLatitude(LatSpacing=10,CellArea="1000000")

velociraptr documentation built on Aug. 1, 2019, 1:05 a.m.