Andy Teucher

Results 136 comments of Andy Teucher

Working in `geojsonsf` branch. To Do: - [x] remove support for geojson lists - [x] drop geojsonio (possibly to `Suggests` for now as it's useful in tests) - [x] figure...

Sorry @dcooley I was wrong - `geojsonsf` already adds `json` class: ``` r library(sf) #> Linking to GEOS 3.8.1, GDAL 2.4.4, PROJ 7.0.0 library(geojsonsf) xs

Checklist updated - rmapshaper can just have methods for `geojson` I think...

This will be closed by #118

Sorry for the delay here - I've been on holidays :) This is fantastic! The ability to use the gui right inside R is so helpful. It would be great...

That's fantastic, thanks! I think it's getting close to getting the core stabilized and I will merge into master soon and start to flesh out the functions.

Thanks @mtennekes. I can reproduce this. Luckily the warning is spurious - after processing with mapshaper, the original column classes are restored, and some NA's were encountered in coercion. This...

I haven't, but it would be interesting to see. It doesn't look like v.generalize has the option to use the [Visvalingam](https://bost.ocks.org/mike/simplify/) simplification method, which is what [mapshaper uses by default](https://github.com/mbloch/mapshaper/wiki/Simplification-Tips),...

Looks very cool @mdsumner. Unfortunately I've never seen it implemented in R...