ateucher / rmapshaper

An R wrapper for the mapshaper javascript library
http://andyteucher.ca/rmapshaper/
Other
200 stars 13 forks source link

warn on invalid outputs #90

Open ateucher opened 5 years ago

ateucher commented 5 years ago

Add an option to check validity of outputs, use sf::st_is_valid() and rgeos::gIsValid() as per @rsbivand's suggestion in #89.