jmaspons / osmapiR

An R interface to OpenStreetMap API for fetching and saving data from/to the OpenStreetMap database
https://jmaspons.github.io/osmapiR/
GNU General Public License v3.0
5 stars 3 forks source link

Rename type & id columns to osm_type & osm_id for `osmapi_objects` in tags_wide format #12

Closed jmaspons closed 4 months ago

jmaspons commented 4 months ago

Avoid clashes with tag keys in columns. FIX #9

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 55.00000% with 90 lines in your changes are missing coverage. Please review.

Project coverage is 81.27%. Comparing base (8e2f5dd) to head (7a014f0).

Files Patch % Lines
R/osmapiR_objects.R 16.66% 65 Missing :warning:
R/R_to_xml.R 77.14% 24 Missing :warning:
R/osmchange.R 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ========================================== - Coverage 85.09% 81.27% -3.83% ========================================== Files 21 22 +1 Lines 1590 1762 +172 ========================================== + Hits 1353 1432 +79 - Misses 237 330 +93 ```

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