FlowWest / hecr

https://flowwest.github.io/hecr/
MIT License
6 stars 2 forks source link

add a way to explicitly add files to the corpus #4

Closed ergz closed 7 years ago

ergz commented 7 years ago

hecras needs all of teh hdf files to live one directory but using create_hdf_corpus should be able to only pick out the ones the user cares about

ergz commented 7 years ago

a solution was added in the last commit. The setup basically optionally lets you add a vector of plan "numbers" for example Ardenwood.p50.hdf is represented by 50, and the vector c(10, 20, 30) represetents all Ardenwood.pXX.hdf for XX one of 10, 20, 30