Skip to contents

Directed edge To Boundary

Usage

directedEdgeToBoundary(edge)

Arguments

edge

unidirectional edge

Value

named list, each element named with the input H3 cell, and containing a lat and lng vector

Examples


directedEdgeToBoundary(edge = c("115283473fffffff","115283477fffffff"))
#> $`115283473fffffff`
#>        lat       lng
#> 1 37.42013 -122.0377
#> 2 37.33756 -122.0904
#> 
#> $`115283477fffffff`
#>        lat       lng
#> 1 37.48597 -122.2133
#> 2 37.40339 -122.2658
#>