CSHS-CWRA / CSHShydRology

Main package
GNU Affero General Public License v3.0
35 stars 39 forks source link

Bug fix in ch_saga_channels and added the SpatialHydrology metadata #48

Closed rchlumsk closed 3 years ago

rchlumsk commented 3 years ago

…SpatialHydrology-functions.R)

Fixed the sf::st_crs to raster::crs for the optional outputs in ch_saga_channels (was applying the sf version of crs to raster objects, resulting in an error when the optional outputs were selected for generation and output).

Added the SpatialHydrology-functions.R descriptor, consistent with the format of the other descriptions (e.g. StatisticalHydrology-functions.R).

Added the 'aut' tag to Kevin's name, as the author (aut) tag is needed to include Kevin's name in the citation when citation("CSHShydRology") is called

KevinShook commented 3 years ago

Merged into Rob branch for testing