Closed CeresBarros closed 9 months ago
test failures are due to server issues and arbitrarily pass in ubuntu and win (release versions). MacOS keeps hitting server errors.
These failures are not related to pkg code (as far as I and @kdaust can tell). Merging PR as it brings important changes to continue development
Several functions involved in downscaling were referring to columns using indices, instead of names. This is no robust to changes in column order. As part of the changes to use column names throughout I have:
main
branch);process_one_gcm
,process_one_historic
andprocess_one_gcm_hist
into a single function.xyz
andres
(internal object) are nowdata.table
s.xyz
must now be a 4 columndata.table
withlon
,lat
,elev
andid
columns. All other columns are ignored and NOT returned.xyz
andxyzID
became identical and soxyzID
is now simplyxyz
This PR also addresses
178
133
159