Skip to content
New issue

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

mapbox sources (WIP) #10

Open
mdsumner opened this issue Jan 15, 2023 · 0 comments
Open

mapbox sources (WIP) #10

mdsumner opened this issue Jan 15, 2023 · 0 comments

Comments

@mdsumner
Copy link
Member

mdsumner commented Jan 15, 2023

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

out <- matrix(-10000 + (l[[1L]] * 256 * 256 + l[[2L]] * 256 + l[[3L]]) * 0.1, dimension[1L], byrow = FALSE)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant