Andy Teucher

Results 136 comments of Andy Teucher

This should be fixed in ongoing work in #118

Hi @abasees - a couple of things to try... did you try to increase `sys_mem` in the `ms_simplify()` call? The default is 8gb, but you can specify up to your...

Hi Fabio, Thanks for the report, I can reproduce this and will investigage. Interestingly, this works with `sf`: ```r library(sf) library(rmapshaper) shp.mun.sf

Yes, an `sf` object is an entirely different beast than a `"Spatial"` object from package `sp`, and there is no `tidy` method for `sf` objects. I recommend checking out the...

My pleasure, thanks again for reporting this.

Thanks @fermm92 - it's due to the size of the spatial object and the memory limitations of `V8` in which the javascript mapshaper engine is running. I will work on...

Excellent, glad it worked!

This should be fixed by #118

After struggling with this for a while, I found a way: The bounding box of the `ggmap` object is in WGS84 (EPSG:4326), but the actual raster is in EPSG:3857. You...