inbo / fistools

Repo containing widely used data & functions of the FIS team
https://inbo.github.io/fistools/
Other
1 stars 0 forks source link

Function: collect osm features #35

Closed MartijnUH closed 2 months ago

MartijnUH commented 3 months ago

New function proposal to collect OpenstreetMap features within a given bounding box (study area/project)

MartijnUH commented 3 months ago

@SanderDevisscher the

@MartijnUH nice idea. But before I can do a in depth review you should do the following:

  • [x] set PR to draft
  • [x] remove require() calls
  • [x] add package::function() to every function call thats not base r.
  • [x] fix other warnings & errors of devtools::check()

When this is done set pr back to ready for review.

@SanderDevisscher can you re-evaluate this, I have implemented your requested changes.