ropensci / osmapiR

An R interface to OpenStreetMap API for fetching and saving data from/to the OpenStreetMap database
https://docs.ropensci.org/osmapiR/
GNU General Public License v3.0
7 stars 3 forks source link

Query changesets with more than 100 results #23

Closed jmaspons closed 1 month ago

jmaspons commented 1 month ago

Make multiple requests if limit > 100 (API limited to 100) and unite results

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 92.94118% with 6 lines in your changes missing coverage. Please review.

Project coverage is 92.93%. Comparing base (b9597c2) to head (d81aa20).

Files Patch % Lines
R/osm_query_changesets.R 93.58% 5 Missing :warning:
R/osmapi_changesets.R 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #23 +/- ## ========================================== + Coverage 92.68% 92.93% +0.24% ========================================== Files 22 23 +1 Lines 2050 2108 +58 ========================================== + Hits 1900 1959 +59 + Misses 150 149 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.