wetlandmapR
wetlandmapR copied to clipboard
Scripts, tools and example data for mapping wetland ecosystems using data driven R statistical methods like Random Forests and open source GIS
# TL;DR Topics greatly improve the discoverability of repos; please add the short code from the table below to the topics of your repo so that ministries can use GitHub's...
Fixed problem with gdal_rasterize call on Windows, added note about recent change in Docker service agreement for commercial use to README.md.
Script to donwload the model output from EcoCat
Model output is currently in .img format. Add functionality to convert .img to GeoTiff format (.tif).
Add SAGA image segmentation (unsupervised) method for generating polygons from which wetland model prediction category attributes can be added. SAGA: object-based image segmentation
Update the script to use bcdata R package to call datasets. https://github.com/bcgov/bcdata E.g., Analysis watersheds, watershed groups, FWA stream network, FWA lakes Incorporate these changes into wetlandR scripts and example
consider what the model should output and what the analysis. Use the lookup table key table outputted from the model. add code to reclass model 3-category output to 1=upland, 2=wetland,...
Pre-define (?) map codes and colours to use in output prediction maps. Map codes will depend on response targets used - which will vary between model runs and areas -...
add the CDED function to download dem data