Andrew Gene Brown
Andrew Gene Brown
This issue occurs on Windows when path to whitebox_tools.exe is converted to [8.3 file name](https://en.wikipedia.org/wiki/8.3_filename). Problem seems limited to single flags with optional values, on Windows, with a modified file...
I noticed a little hiccup with `writeRaster()`. Not sure this is entirely a "bug," but it did throw me for a little bit of a loop so perhaps it can...
Hello! `as.polygons()` returns a bounding box polygon, which is awesome, but it has no CRS. This makes sense because the _SpatExtent_ does not have a way to keep track of...
I like the idea of R objects that provide a wrapper around a file-based spatial datasets--so I have found several uses for the _SpatVectorProxy_ class along with _SpatRaster_. I think...
A draft of some ideas I have been working on. This is a work in progress. Please if you see something odd that I mention or don't mention ask me...
- [x] handle error on timeout etc. gracefully and check other error handling logic is applied consistently (empty objects, try-error result) - [x] refactor code involving `melt` `ddply` etc #161...
- `get_SDA_pmgroupname()`: support for including or excluding misc. areas via `miscellaneous_areas` argument - `get_SDA_cosurfmorph()`: add `miscellaneous_areas`
General TODOs suggested in #124 - inventory soilDB related tutorials, examples, etc. - organize soilDB content via bookdown or related system - provide links to extended examples in manual pages...
I didn't realize or had forgotten that `soilDB::fetchOSD()` returns `family` `subgroup` `greatgroup` `suborder` and `soilorder` rather than `taxclname` `taxsubgrp` `taxgrtgroup` `taxsuborder` `taxorder`. I think where possible we should standardize on...
New function to consolidate `simplifyFragmentData` / `simplifyArtifactData` into a single routine #135 Things that might be supported: - custom input column names (table specific) (mostly already addressed in `simplifyFragmentData`) -...