rmapshaper
rmapshaper copied to clipboard
An R wrapper for the mapshaper javascript library
I'm finding it impossible to suppress messages when calling rmapshaper with sys=TRUE Those are some strong messages!! Any idea how to suppress these? Would it need to be the `-quiet`...
eg., https://github.com/mbloch/mapshaper/blob/master/src/cli/mapshaper-options.js
In the readme you identify the conversion to/from GeoJSON is slow > They are slower with the Spatial classes due to internal conversion to/from json Other than the [date fix](https://github.com/SymbolixAU/geojsonsf/pull/33)...
I'm encountering issues when running the below code for a shp file of approximately 1GB, with 242K features (US Census geography files). ` boundary_simp = ms_simplify(boundary_in, method="dp", keep = ratio,...
Hi, When executing the following code, ms_simplify causes R to abort after about 2 minutes running. ``` library(rgdal) #1.3-6 version library (rgeos) #0.4-2 version library(rmapshaper) #0.4.1 version shp.mun
hi @ateucher I'm not sure if this behaviour is intended, but it caught me a bit off guard. ``` library(sf) library(rmapshaper) nc