ropensci / parzer

Parse geographic coordinates
https://docs.ropensci.org/parzer
Other
63 stars 6 forks source link

fxns for adding/setting parts of coordinates #9

Closed sckott closed 5 years ago

sckott commented 5 years ago

These types of operations are a hardish problem

x = 40
x + minutes(7) # => 40.11666
x + minutes(7) + seconds(22.8) # => 40.123

not quite sure how to deal with yet