We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
we can now do
im <- imagery(source = sprintf(whatarelief:::.imagery_sources[6], Sys.getenv("MAPBOX_API_KEY"))) ## and el <- whatarelief:::mapbox_elevation())
The elevation is transpose though ?? - why had I not noticed this before, here we push into dim[1] and normal R matrix order and it works
whatarelief/R/elevation.R
Line 152 in 4edb661
The text was updated successfully, but these errors were encountered:
No branches or pull requests
we can now do
The elevation is transpose though ?? - why had I not noticed this before, here we push into dim[1] and normal R matrix order and it works
whatarelief/R/elevation.R
Line 152 in 4edb661
The text was updated successfully, but these errors were encountered: