geojson_wkt: Geojson to WKT

View source: R/geojson_wkt.R

geojson_wktR Documentation

Geojson to WKT

Description

Converts GeoJSON to Well-Known Text

Usage

geojson_wkt(geojson)

Arguments

geojson

string or vector of GeoJSON, or a URL or file pointing to a geojson file

Value

data.frame with a 'geometry' column of well-known text

Examples

geojson <- '{ "type" : "Point", "coordinates" : [0, 0] }'
geojson_wkt(geojson)


SymbolixAU/geojsonsf documentation built on Aug. 2, 2024, 5:43 p.m.