pecan icon indicating copy to clipboard operation
pecan copied to clipboard

inserting met ensembles into Bety database using dbfile.input.insert function

Open DongchenZ opened this issue 4 years ago • 1 comments

Bug Description

When I set 'ens' = TRUE and import multiple paths of each met ensemble associated with one site, I expect that there will be just a single name for the input, however, it uses the names from the ensembles' file names. see line 44 (name <- basename(in.path)); and also, I expect there will be a for loop to iteratively register met ensembles into bety. see line 208.

Expected behavior

when setting ens = TRUE, I expected the name of the input should be a single name (for example, If I am writing ERA5 associated with Site 646, the name could be like "ERA5_646"); and there should be a for loop to iteratively insert ensemble files into bety. @robkooper @bcow

DongchenZ avatar Jan 28 '22 15:01 DongchenZ

This issue is stale because it has been open 365 days with no activity.

github-actions[bot] avatar Aug 27 '23 00:08 github-actions[bot]