dgGEO_to_Q2DD: Convert from GEO to Q2DD

View source: R/cwrapper.R

dgGEO_to_Q2DDR Documentation

Convert from GEO to Q2DD

Description

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

Usage

dgGEO_to_Q2DD(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_Q2DD(dggs, in_lon_deg, in_lat_deg)

## End(Not run)


dggridR documentation built on Jan. 22, 2023, 1:15 a.m.