dgGEO_to_GEO {dggridR}R Documentation

Convert from GEO to GEO

Description

Uses a discrete global grid system to convert between GEO and GEO (see vignette for details)

Usage

dgGEO_to_GEO(dggs, in_lon_deg, in_lat_deg)

Arguments

dggs

A dggs object from dgconstruct()

in_lon_deg

Vector of longitude, in degrees

in_lat_deg

Vector of latitude, in degrees

Value

Returns a dggs object which can be passed to other dggridR functions

Examples

## Not run: 
library(dggridR)
dggs <- dgconstruct(res=20)

dgGEO_to_GEO(dggs, in_lon_deg, in_lat_deg)

## End(Not run)


[Package dggridR version 3.0.0 Index]