Skip to content

Commit

Permalink
Version 0.0.2.3 published
Browse files Browse the repository at this point in the history
  • Loading branch information
midraed committed Sep 10, 2015
1 parent 154304d commit 6570c10
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
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.2.2
Version: 0.0.2.3
Date: 2015-08-26
Authors@R: c(person("Guillermo Federico", "Olmedo", role = c("aut", "cre"), email = "[email protected]"))
Author: Guillermo Federico Olmedo [aut, cre]
Expand Down
5 changes: 3 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export(METRIC.G)
export(METRIC.Rn)
export(METRICtopo)
export(albedo)
export(calcAnchors)
export(calcH)
export(calcSR)
export(calcTOAr)
export(checkSRTMgrids)
Expand All @@ -16,10 +18,9 @@ export(incLWradiation)
export(incSWradiation)
export(loadImage)
export(momentumRoughnessLength)
export(netRadiation)
export(outLWradiation)
export(prepareSRTMdata)
export(sensibleHeatFlux)
export(sensibleHeatFlux.CITRA)
export(soilHeatFlux)
export(solarAngles)
export(surfaceTemperature)
Expand Down
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
water:
change log. From 09/09/2015. Most recent changes first / on top.
Guillermo OLMEDO
-----------------------------------------------------------------

VERSION 0.0.2.3

* Rename sensibleHEatFlux() to sensibleHEatFlux_old()
* Remove sensibleHEatFlux.CITRA()
* Split sensibleHeatFlux in 2 new functions:
- calcAnchors() for anchors points
- sensibleHeatFlux() for the iterative process to calculate H and dT
* Added function to estimate Net Radiation
File renamed without changes.
20 changes: 20 additions & 0 deletions man/calcAnchors.Rd
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/water_sensibleHeatFlux.R
\name{calcAnchors}
\alias{calcAnchors}
\title{Select anchors pixels for H function}
\usage{
calcAnchors(image, Ts, LAI, albedo, Z.om, n = 1,
anchors.method = "CITRA-MCB", sat = "auto", ESPA = F, plots = TRUE,
deltaTemp = 5)
}
\description{
Select anchors pixels for H function
}
\author{
Guillermo F Olmedo, \email{guillermo.olmedo@gmail.com}
}
\references{
CITRA y MCB (com pers)
}

19 changes: 19 additions & 0 deletions man/calcH.Rd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/water_sensibleHeatFlux.R
\name{calcH}
\alias{calcH}
\title{Iterative function to estimate H and R.ah}
\usage{
calcH(anchors, Ts, Z.om, weatherStation, ETp.coef = 1.05, Z.om.ws = 0.0018,
sat = "auto", ESPA = F, mountainous = FALSE, DEM, Rn, G)
}
\description{
Iterative function to estimate H and R.ah
}
\author{
Guillermo F Olmedo, \email{guillermo.olmedo@gmail.com}
}
\references{
R. G. Allen, M. Tasumi, and R. Trezza, "Satellite-based energy balance for mapping evapotranspiration with internalized calibration (METRIC) - Model" Journal of Irrigation and Drainage Engineering, vol. 133, p. 380, 2007
}

18 changes: 18 additions & 0 deletions man/netRadiation.Rd
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/water_netRadiation.G.R
\name{netRadiation}
\alias{netRadiation}
\title{Estimates net radiation}
\usage{
netRadiation(LAI, albedo, Rs.inc, Rl.inc, Rl.out)
}
\description{
Estimates net radiation
}
\author{
Guillermo F Olmedo, \email{guillermo.olmedo@gmail.com}
}
\references{
R. G. Allen, M. Tasumi, and R. Trezza, "Satellite-based energy balance for mapping evapotranspiration with internalized calibration (METRIC) - Model" Journal of Irrigation and Drainage Engineering, vol. 133, p. 380, 2007
}

2 changes: 1 addition & 1 deletion man/surfaceTemperature.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
\alias{surfaceTemperature}
\title{Estimates Land Surface Temperature from Landsat Data}
\usage{
surfaceTemperature(path = getwd(), sat = "auto", LAI, aoi)
surfaceTemperature(path = getwd(), sat = "auto", LAI, aoi, WeatherStation)
}
\description{
Estimates Land Surface Temperature from Landsat Data
Expand Down

0 comments on commit 6570c10

Please sign in to comment.