transformTo: Transform EASE-grid projection

Description Usage Arguments Value Examples

View source: R/transformTo.R

Description

Transforms the projection of an EASE-grid-projected raster to the WGS84 projection system. Defaults to a 0.25*0.25 degree resolution.

Usage

1
transformTo(egRaster, nrows = 180 * 4, ncols = 360 * 4)

Arguments

egRaster

EASE-grid-projected raster object created through convertGrid.

Value

raster object

Examples

1
2
smr <- convertGrid(nc_path = '.../smos.nc', name = 'Soil_Moisture')
smrp <- transformTo(egRaster = smr)

ssaxe-usgs/EASEgridR documentation built on May 27, 2019, 3:32 p.m.