Andy Teucher

Results 92 issues of Andy Teucher

https://github.com/mbloch/mapshaper/issues/154

enhancement

Available in mapshaper [v4.81](https://github.com/mbloch/mapshaper/releases/tag/v0.4.81)

Use in `ms_dissolve` if new arg 'overlaps' is `TRUE`.

https://github.com/mbloch/mapshaper/wiki/Command-Reference - [x] simplify - [x] clip - [x] erase - [x] dissolve - [x] explode - [x] lines - [x] innerlines - [x] points - [ ] snap (#161)...

https://github.com/mbloch/mapshaper/issues/233#issuecomment-346651886

enhancement

For any of the methods for `sp` objects, the function converts it to `json` (`character`) before sending it into the `V8` context along with commands for processing, and a `json`...

Add note about bcgov org being the only approved venue

This is related to #33. I understand that it might be difficult to increase the available memory to a `v8` context, but is there a way to fail gracefully when...

I noticed that different classes of `NA` were treated differently on a round trip: ``` r library(V8) ct NULL ct$assign("na_char", NA_character_) ct$get("na_char") #> NULL ## Real, integer, and complex return...