ropensci / osmextract

Download and import OpenStreetMap data from Geofabrik and other providers
https://docs.ropensci.org/osmextract
GNU General Public License v3.0
170 stars 12 forks source link

[FEATURE] Simplify approach #242

Open agila5 opened 2 years ago

agila5 commented 2 years ago

Remove the tests used to check if the requested attributes already exist in the gpkg file since they are waaaaaay too complicated and don't bring any real benefit.

Robinlovelace commented 2 years ago

+1 to simplicity.

agila5 commented 2 years ago

Another idea: check sQuote() to simplify some warnings/error messages.