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

Flight dataframe left in add_gps_to_rayshader #2

Closed nstrayer closed 5 years ago

nstrayer commented 5 years ago

In trying to use add_gps_to_rayshader I got this error:

Error in cbind(flight$long, rep(e@ymin, nrow(flight))) : 
  object 'flight' not found

Upon investigating it looks like an object flight was left in the code at these lines.

When I have some free time I can fix this up if you are too busy!

Thanks for the fantastic library and inspiration for some visualizations!

neilcharles commented 5 years ago

Oops! Thanks, I'm working on a couple of new features so will push a fix today.

First thing I've built that's drawn enough attention for errors to get spotted :)