geo_boundary_to_sf: Parse geo boundaries to object of class 'sf'

Description Usage Arguments Value

View source: R/geo-boundary-to-sf.R

Description

Parse geo boundaries to object of class sf

Usage

1
2
3
4
5
6
7
geo_boundary_to_sf(obj)

## S3 method for class 'matrix'
geo_boundary_to_sf(obj)

## S3 method for class 'list'
geo_boundary_to_sf(obj)

Arguments

obj

geo boundary matrix or list of matrices with [lng, lat] pairs as returned from h3_to_geo_boundary or h3_set_to_multi_polygon

Value

object of class sf (geometry type: POLYGON)


crazycapivara/h3forr documentation built on Dec. 6, 2020, 5:21 a.m.