powered by
Converts GeoJSON to Well-Known Text
geojson_wkt(geojson)
data.frame with a 'geometry' column of well-known text
string or vector of GeoJSON, or a URL or file pointing to a geojson file
geojson <- '{ "type" : "Point", "coordinates" : [0, 0] }' geojson_wkt(geojson)
Run the code above in your browser using DataLab