neilcharles / geoviz

Functions to make it easy to process DEM data and add GPS traces to rstats Rayshader scenes, and to overlay mapbox and elevation shading imagery
http://www.hilltop-analytics.com
103 stars 11 forks source link

GPS tracks don't line up #34

Closed meganwinton closed 4 years ago

meganwinton commented 4 years ago

Super excited about using this package for visualizing fish tagging data but running into an issue where the tracks aren't lining up. Running the example also results in a map with the GPS track offset:

GPSexample

Any thoughts on how to appropriately re-scale would be much appreciated!

neilcharles commented 4 years ago

Installing the dev version from github should fix it: devtools::install_github("neilcharles/geoviz")

I'll push the change to CRAN soon. It happened because Rayshader was updated to use a different coordinate system.

meganwinton commented 4 years ago

Works beautifully now - thank you!!

neilcharles commented 4 years ago

Fixed by 0.2.2 on CRAN https://github.com/neilcharles/geoviz/releases/tag/0.2.2