G16 Age of Water workshop preparation materials
The workshop material for downloading the geospatial data will be available by the first week of October. Gopal will notify Hillary as soon as available.
Contents
Pre-workshop Survey
Participants are asked to fill out a short survey to allow us to better coordinate workshop activities
GLM Data Requirements
For GLM v1.4:
Description of GLM data requirements for your lake: Media:INSPIRE_GLM_data_req.pdf
Example driver data & configuration files: Media:Glmv1.4_example_files.zip
Installing R
Installing required packages
Lake Analyzer
In R, type:
> install.packages('rLakeAnalyzer')
To use package, type:
> library(LakeAnalyzer)
see Lake Analyzer pdf for help
Lake Metabolizer
In R, type:
> install.packages('LakeMetabolizer')
To use package, type:
> library(LakeMetabolizer)
see Lake Metabolizer pdf for help
To see which packages are currently loaded into your R session, type:
> search()