ncss-tech / rosettaPTF

R frontend for the Python rosetta-soil module. Uses {reticulate} to wrap the Rosetta pedotransfer functions and provide unsaturated soil hydraulic parameter estimates from basic soil properties.
https://ncss-tech.github.io/rosettaPTF/
GNU General Public License v2.0
8 stars 1 forks source link

rasterStack / terra interface #3

Closed dylanbeaudette closed 3 years ago

dylanbeaudette commented 3 years ago

Given a rasterStack of required inputs, wrap raster::calc() (or terra equivalent) such that arbitrarily large input can be iterated over, resulting in a new rasterStack of ROSETTA output.

brownag commented 3 years ago

Reopened b/c https://github.com/ncss-tech/rosettaPTF/commit/1a2f56566c80fcbd5f1fad2bc44ab6dc0d3dd278 addresses the function definition for the RasterStack method but will not work with arbitrarily large input yet. The implementation can be refactored to be more generic.

Also will address a terra equivalent.

brownag commented 3 years ago

closed in #4