Open youngdjn opened 1 year ago
Thanks for the PR! I am very open to accepting this PR, just need some time to dig through it.
As I mentioned in #64 I am hoping to carve out some time for elevatr soon.
Sounds great! No rush and no pressure to merge; I'm able to use this by installing from my fork. Thanks for making this super useful package!
I have a use case that requires the SRTM GL1 Ellipsoidal DEM from OpenTopography, so I added that as an option of
get_elev_raster
and dependencies. Specifically, it adds the option "gl1e" for thesrc
parameter.This is my first PR to an R library. I don't know how to get the docs (
man
) or any other dependencies to update automatically to match my updates to the functions underR
. But the updated code runs the new functionality as expected.