ropensci / rnoaa

R interface to many NOAA data APIs
https://docs.ropensci.org/rnoaa
Other
328 stars 84 forks source link

worldwide altitude/hypsography data #325

Closed hsiehph closed 4 years ago

hsiehph commented 4 years ago

Hello,

I apologize if I am not at the right place to ask the following question. I am interested in gathering altitude/ hypsography data for a set of geographic locations across the world. I found that the following project seems to have the data I look for, but neither am I sure how to use it nor I know how to apply rnoaa to it. I would be grateful if you can point me to the right tool/resource for me.

https://www.ngdc.noaa.gov/mgg/topo/globe.html

Thanks, PingHsun

sckott commented 4 years ago

thanks for the issue @hsiehph - this probably isn't something we would include in rnoaa since it's not climate data, but we can see if anyone knows if it's already avail. in another R pkg.

@amoeba @mbjoseph @jsta @tphilippi anyone know if this NOAA Global Land One-km Base Elevation Project data is avail in any R pkgs already?

hsiehph commented 4 years ago

Hi Scott,

Thanks for the reply. I would appreciate if anyone can point me in the right direction. In addition, since you mentioned climate data, is there any data set that has monthly average skin temperature in a one-km base or similar resolution across the world? I basically have coordinates for locations of interest that I would like to get temperature and altitude data. Any suggestions?

Thanks!

On Tue, Oct 8, 2019 at 10:54 AM Scott Chamberlain notifications@github.com wrote:

thanks for the issue @hsiehph https://github.com/hsiehph - this probably isn't something we would include in rnoaa since it's not climate data, but we can see if anyone knows if it's already avail. in another R pkg.

@amoeba https://github.com/amoeba @mbjoseph https://github.com/mbjoseph @jsta https://github.com/jsta @tphilippi https://github.com/tphilippi anyone know if this NOAA Global Land One-km Base Elevation Project data is avail in any R pkgs already?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ropensci/rnoaa/issues/325?email_source=notifications&email_token=AGD356TZHYM4J2JTXLSZGWLQNTCK3A5CNFSM4I6LDW52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAVBLLA#issuecomment-539628972, or mute the thread https://github.com/notifications/unsubscribe-auth/AGD356QP7KGOJ6KQOBC4ZJ3QNTCK3ANCNFSM4I6LDW5Q .

sckott commented 4 years ago

skin temperature? can you explain what that means

hsiehph commented 4 years ago

oops.... I meant to say temperature. Autocompletion sneakily added skin into the sentence. sorry

On Tue, Oct 8, 2019 at 11:08 AM Scott Chamberlain notifications@github.com wrote:

skin temperature? can you explain what that means

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ropensci/rnoaa/issues/325?email_source=notifications&email_token=AGD356URS3EVOTOPIEVIUFTQNTD53A5CNFSM4I6LDW52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAVCUMI#issuecomment-539634225, or mute the thread https://github.com/notifications/unsubscribe-auth/AGD356R4E3Q45342SXJNEZTQNTD53ANCNFSM4I6LDW5Q .

sckott commented 4 years ago

one-km base or similar resolution across the world

I'm not familiar with the resolutions of the datasets available here, you could look at the different data sources avail. https://github.com/ropensci/rnoaa#data-sources-in-rnoaa and see what their resolutions are

mbjoseph commented 4 years ago

@hsiehph for acquiring altitude data in R I would recommend the elevatr package: https://github.com/jhollist/elevatr

The elevatr package will pull data from a different source (either USGS or AWS terrain tiles depending on location), but it might solve your issue.

sckott commented 4 years ago

thanks @mbjoseph

hsiehph commented 4 years ago

Thanks, everyone for the suggestions. Sorry I was away for conferences in the past several days. I will try some of the packages mentioned and see how it goes.

Thanks!

On Tue, Oct 8, 2019 at 7:55 PM Max Joseph notifications@github.com wrote:

@hsiehph https://github.com/hsiehph for acquiring altitude data in R I would recommend the elevatr package: https://github.com/jhollist/elevatr

The elevatr package will pull data from a different source (either USGS or AWS terrain tiles depending on location), but it might solve your issue.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ropensci/rnoaa/issues/325?email_source=notifications&email_token=AGD356X3R4FMSTOMI5NFD2DQNVBWVA5CNFSM4I6LDW52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAWK6SI#issuecomment-539799369, or mute the thread https://github.com/notifications/unsubscribe-auth/AGD356XYJSZIUTOLEAY4U73QNVBWVANCNFSM4I6LDW5Q .