Learn R Programming

dggridR (version 3.1.0)

dgSEQNUM_to_Q2DD: Convert from SEQNUM to Q2DD

Description

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

Usage

dgSEQNUM_to_Q2DD(dggs, in_seqnum)

Value

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

Arguments

dggs

A dggs object from dgconstruct()

in_seqnum

Globally unique number identifying the surface polygon

Examples

Run this code
if (FALSE) {
library(dggridR)
dggs <- dgconstruct(res=20)

dgSEQNUM_to_Q2DD(dggs, in_seqnum)
}

Run the code above in your browser using DataLab