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
11 stars 3 forks source link

Implement format = "sf" for functions returning osmapi_map_notes objects #36

Closed jmaspons closed 3 months ago

jmaspons commented 3 months ago

Add print.sf_osmapi_notes() and st_as_sf.osmapi_map_notes()

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 93.75000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 94.09%. Comparing base (78513b3) to head (7281f46).

Files Patch % Lines
R/osm_get_notes.R 88.88% 1 Missing :warning:
R/osmapi_map_notes.R 90.90% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #36 +/- ## ========================================== - Coverage 94.12% 94.09% -0.03% ========================================== Files 27 28 +1 Lines 2247 2270 +23 ========================================== + Hits 2115 2136 +21 - Misses 132 134 +2 ```

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