ropensci / rnoaa

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

NOAA ACIS new datasource #218

Closed tphilippi closed 6 years ago

tphilippi commented 7 years ago

Potential new data source. Applied Climate Information System http://www.rcc-acis.org/ API documented at http://www.rcc-acis.org/docs_webservices.html

This may be the future unified API for NOAA climate data from their Regional Climate Centers. While some data (e.g., ghcn) are available from other APIs via rnoaa, ACIS appears to have several potential advantages:

NPS IMD is working with this API. I may take a stab at a pair of functions for rnoaa (ACIS_search and ACIS_get ?) later this year. This is just notification to all about the potential data source.

sckott commented 7 years ago

sounds great @tphilippi

i only ask that fxns stay lowercase acis_get, acis_search

sckott commented 6 years ago

any thoughts on this @tphilippi ?

tphilippi commented 6 years ago

I've been working more on species observations the past few months. I have on my to-do list either helping my colleague who wrote the NPS ACIS R functions wrap them into a stand-alone package, or change the function names, tweak the code style (mostly global replacements for variable names) and submitting to rnoaa. Maybe I'll take a day or 2 to do this over the holidays, as I have a few weeks of use-or-lose leave, but I'm trying to reserve that time for actually writing a paper, and my alternative (initial) contribution to rOpenSci would be to try to add authentication to rinat akin to that in rgbif, to get rid of my code that has to recursively split spatial queries to get small enough chunks of observations. Right now authentication for rinat and spinning up downloads in ridigbio akin to occ_download() occ_download_get() in rgbif are higher priorities for my work. But, dealing with authentication may be beyond my skillset, while I know I can write acis_get functions. Ping me in January if I haven't done anything by then.

sckott commented 6 years ago

Thx for the update and explanation @tphilippi

sckott commented 6 years ago

ping @tphilippi

sckott commented 6 years ago

ping @tphilippi any thoughts? Is this still going to happen?