-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Works from start to G. First part done but only for L8. To run all the code, for ON aoi, takes 4.84 minutes.
- Loading branch information
Showing
5 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: water | ||
Title: Actual Evapotranspiration with Energy Balance models | ||
Version: 0.0.0.3 | ||
Version: 0.0.0.4 | ||
Date: 2015-08-17 | ||
Authors@R: c(person("Guillermo Federico", "Olmedo", role = c("aut", "cre"), email = "[email protected]")) | ||
Author: Guillermo Federico Olmedo [aut, cre] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
# Generated by roxygen2 (4.1.1): do not edit by hand | ||
|
||
export(create.aoi) | ||
export(load_L8data) | ||
export(sensible.heat.flux) | ||
exportClasses(RasterStack) | ||
exportClasses(class) | ||
exportClasses(object) | ||
exportClasses(of) | ||
importFrom(grDevices,rgb2hsv) | ||
importFrom(graphics,par) | ||
importFrom(graphics,plot) | ||
importFrom(graphics,rect) | ||
importFrom(graphics,text) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters