https://github.com/robintw/visaot
Code for paper: Are visibility-derived AOT estimates suitable for parameterising satellite data atmospheric correction algorithms?
https://github.com/robintw/visaot
r reproducible-research science
Last synced: about 1 year ago
JSON representation
Code for paper: Are visibility-derived AOT estimates suitable for parameterising satellite data atmospheric correction algorithms?
- Host: GitHub
- URL: https://github.com/robintw/visaot
- Owner: robintw
- License: bsd-2-clause
- Created: 2014-02-13T12:10:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-13T12:13:11.000Z (over 12 years ago)
- Last Synced: 2025-04-01T15:57:20.358Z (about 1 year ago)
- Topics: r, reproducible-research, science
- Size: 141 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
This is the code used to produce the paper 'Are visibility-derived AOT estimates suitable for parameterising satellite data atmospheric correction algorithms?' by Wilson, R.T., Milton, E.J. and Nield, J.
This code is released under the BSD license (see LICENCE.txt), but unfortunately I cannot redistribute the data. The README file in the data directory explains where to acquire the data from.
Once the data has been acquired, load R (preferably using RStudio - it makes it so much nicer!), change to this directory and run:
source('go.r')
This will load the data and configure the environment properly. Then, to reproduce the analyses in the paper, simply source one or more of the files in the `src` folder - all of which have comments explaining what they do.