bcgov / wetlandmapR

Scripts, tools and example data for mapping wetland ecosystems using data driven R statistical methods like Random Forests and open source GIS
Apache License 2.0
17 stars 6 forks source link

First commit of Hunter Gleasons Branch, with additonal upstream basin… #27

Closed HunterGleason closed 3 years ago

HunterGleason commented 3 years ago

Hi Deepa, In this branch is the functions I have put together for delineating and calculating upstream statistics of pour point(s). Also, if you create a new branch for this repo I think I could put a pull request to that branch, that way master stays as is for now? I think in that case you would reject this pull request, and I could put a new pull request in on the new branch?

HunterGleason commented 3 years ago

Hi Deepa, this branch includes the addition of a vignette based on the original wetlandmapR_Example.R script. Some edits to the source code including the addition of DEM pre-processing including burning and filling. In addition, the README.md is updated to reflect these changes, as well as provide instruction on how to run this package using a Docker container I assembled with all the required dependencies based on the rocker/geospatial Docker image.