Releases: USEPA/lakemorpho
Releases · USEPA/lakemorpho
lakemorpho v1.0.1
lakemorpho v1.1.0
Release for submission to CRAN on 12/27/2016
See NEWS for latest changes.
Second CRAN release
lakemorpho 1.0.2 (2016-05-14)
New Features
- Added
intersect=
argument onlakeMaxWidth()
. Default isFALSE
which finds longest line perpendicular to the maximum length line, but not necessarily intersecting with the maximum length line.TRUE
forces the intersection. The definition of maximum lake width does not specify whether or not the intersection is required.
Bug Fixes
lakeMaxWidth()
was flipping slope of line on lakes with a maximum lake length that had negative slope. Tracked down to creating a line withmatrix()
. Switched todata.frame()
and now works.lakeMaxLength()
was usingrgeos::gWithin
to ID lines that fell inside the lake boundary. Would occassionally select a line that was outside the boundary on curved lakes (e.g. s-shaped). Couldn't track down why this was happening, butrgeos::gContains()
did not have this same behavior, so replacedgWithin()
withgContains
.- switched
paste(substitue())
todeparse(substitute())
API Changes
- lakeFetch - bearing parameter no long character, accepts numeric (0-360).
Minor Changes
- Fixed several typos in documentation
- Corrected older documenation that doesn't reflect current API
- Re-generated documentation with roxygen2 4.1.0
lakeSurroundTopo()
now returns stops and errors when multiple polygons submitted.lakeMorphoClass()
now accepts lake only. Other arguments have defualt NULL values.- Default plot accepts NULLS in
lakeMorphoClass
and plots lines if they exist. - Added NEWS.md
- Added elevation checks for functions that require it.
- check now error, instead of warns, when wrong input is supplied
- fixed versioning.
lakemorpho v1.1
This is the second release of the Lakemorpho R Package which is used for calculating a variety of lakemorphometry metric. More details about this are in the repository readme.
This release included some minor updates (imports) and changes required for push to CRAN
Lakemorpho v1.0
This is the initial working release of the Lakemorpho R Package which is used for calculating a variety of lakemorphometry metric. More details about this are in the repository readme