-
Notifications
You must be signed in to change notification settings - Fork 3
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
[LDI] How to acquire and process historical data for further analysis in R? #9
Comments
IntroductionFor acquiring observations from specific stations, you can use Ad hoc exampleWe want to outline a basic example here. The output of the command below is available at LDI_BE_7013_10725_13585_2019-09-27T210801Z.json to get an idea about what this could do for you.
Historical data exampleThere's a section named In short, you will have to download the historical data first by invoking
and then process this data by invoking
|
Reading Parquet files from RPlease also note that there are by-sensor Parquet files available at http://archive.luftdaten.info/parquet/. While Nevertheless, it might already be a better option for wrangling with the data directly in R without using The discussion at [1] outlines different ways of accessing Parquet files from R. |
We just found this module which could fill the gap between Python and R.
See also https://code.likeagirl.io/walking-the-python-r-bridge-66b63bab0fbd. |
One of our colleagues would like to download the data (since somewhere beginning of February) of 8 LDI-sensors next to official stations for further analysis in e.g. R.
Making a dashboard by using the specific LDI station identifiers is easy but is there actually some download functionality?
The text was updated successfully, but these errors were encountered: