hunzikp / velox

https://hunzikp.github.io/velox/
119 stars 23 forks source link

along = TRUE argument for extract function? #42

Open adamkc opened 4 years ago

adamkc commented 4 years ago

In order to create an elevation cross section using the extract function I believe there needs to be an along argument, as seen in raster::extract. here's the description of this argument from the raster package:

along boolean. Should returned values be ordered to go along the lines?

Does anyone have a work around for this?