Analysis in R of the data of luftdaten.info
- Download of city boundaries in OSM via overpass-turbo.eu:
type:relation and id:62713
.
- evaluation
- create a new subfolder for each independend analysis
- copy or link reusable codes or scripts into
scripts
- provide extensive documentation about your code inline or concepts in a respective markdown file
├── evaluation │ └── scripts │ ├── clean.R │ ├── do.R │ ├── func.R │ └── load.R ├── LICENSE
- literature
- if you have literature to share or is used in Rmd-files put a corresponding bibliography into
literature
- if you have literature to share or is used in Rmd-files put a corresponding bibliography into
├── literature │ ├── citation-320290135.bib │ ├── citation-320290219.bib │ ├── citation-320474792.bib │ ├── citation-320537200.bib │ ├── citation-321098824.bib │ ├── citation-322628807.bib │ └── citation-329809390.bib
- main project file with settings
├── luftdaten-r.Rproj
- paper
- Rmd-files for each possible chapter
├── paper │ ├── abstract.Rmd │ ├── discussion.Rmd │ ├── introduction.Rmd │ ├── methods.Rmd │ ├── paper.Rmd │ └── results.Rmd └── README.md
- data folder
- as of now a local non-indexed data folder is expected to be in the project root
- data is structured as given by the archive of luftdaten.info