Seth Bryant

Results 34 issues of Seth Bryant

When running `BreachDepressionsLeastCost` via slurm I'm experiencing a perplexing failure: ``` #SBATCH --cpus-per-task=1 $wbt_exe --run="BreachDepressionsLeastCost" ... --max_procs=-1 ``` fails with: ``` thread 'main' panicked at whitebox-tools-app/src/tools/hydro_analysis/breach_depressions_least_cost.rs:657:27: Error unwrapping 'output' stack...

calling something like the below seems to change the working directory. This seems like a bad idea (especially without warning the user) as writes to relative file paths don't land...

I have a snakemake workflow running my compute chain on a set of parallel tiles. I'd like to easily be able to control which tiles are included/excluded from the workflow....

Cool tool. I successfully downloaded [this layer](https://hazards.fema.gov/arcgis/rest/services/public/NFHL/MapServer/1), but when I try [this one](https://hazards.fema.gov/arcgis/rest/services/public/NFHL/MapServer/28) from the same server I get an empty result. Both are `Type: Feature Layer` and `Geometry Type:...