davidcarslaw / openair

Tools for air quality data analysis
https://davidcarslaw.github.io/openair/
GNU General Public License v2.0
307 stars 113 forks source link

importAURN endpoints #325

Closed jmclaren-17 closed 1 year ago

jmclaren-17 commented 1 year ago

I have been looking at how to download R data files using the importAURN call. I was wondering if there was any other formats available than .RData files when accessing. Perhaps there is some additional endpoints available through API access?

jack-davison commented 1 year ago

Hi @jmclaren-17,

There are a few end points to access AURN data.

I'm not sure which language you'd prefer to use, but as I know Python is popular there is a PyAURN library (https://pypi.org/project/pyaurn/) which accesses the RData objects. This is currently unaffiliated with the openair R package so any questions would have to go to its authors.

Hope this helps!

Jack