dgSEQNUM_to_PROJTRI: Convert from SEQNUM to PROJTRI

View source: R/cwrapper.R

dgSEQNUM_to_PROJTRIR Documentation

Convert from SEQNUM to PROJTRI

Description

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

Usage

dgSEQNUM_to_PROJTRI(dggs, in_seqnum)

Arguments

dggs

A dggs object from dgconstruct()

in_seqnum

Globally unique number identifying the surface polygon

Value

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

Examples

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

dgSEQNUM_to_PROJTRI(dggs, in_seqnum)

## End(Not run)


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