Skip to content

climdata/guideline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title author date output
Guidelines
KMicha71
2 8 2019
html_document pdf_document
keep_md
true
default

Guidelines

General

  • RStudio with R markdown is needed for execution
  • language is english
  • use utf-8 encoding
  • number format is english (1.000) - use point, no comma!

License

  • Prefered license is Apache 2.0

Geographic Foci

  • Germany
    • box: 5,45 / 15,55
  • Europe
  • ...

Time Resolution

  • yearly
  • monthly
  • ...

Generated geoJSON files

Generated CSV files

  • use descriptive, quoted header line
  • use really comma as seperator
  • quote strings, escape quote signes inside of them
  • Reserved columns
    • year: integer
    • month: integer 1..12
    • time: float: year with fractions (i.e. year + (month-1)/12)

Used R-libraries

  • ggplot2 (Plotting)
  • SCI (SPI generation)

Python code

print("Hello from chunk directly")
## Hello from chunk directly
python ./source/hello.py
## Hello from file in source folder

See also https://rstudio.github.io/reticulate/articles/r_markdown.html

Shell-scripting

  • unix/linux based
  • install/use cygwin on Windows: https://www.cygwin.com/
  • use wget -q -P download to download files in subdirectory if not direct target

Visualisation

  • Add R code to visualize some of the data

Releases

No releases published

Packages

No packages published

Languages