Uses a discrete global grid system to convert between Q2DI and GEO (see vignette for details)
dgQ2DI_to_GEO(dggs, in_quad, in_i, in_j)
Returns a dggs object which can be passed to other dggridR functions
A dggs object from dgconstruct()
Vector of quad numbers
Vector of quadrant i values
Vector of quadrant j values
if (FALSE) {
library(dggridR)
dggs <- dgconstruct(res=20)
dgQ2DI_to_GEO(dggs, in_quad, in_i, in_j)
}
Run the code above in your browser using DataLab