inserting met ensembles into Bety database using dbfile.input.insert function
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
This issue is stale because it has been open 365 days with no activity.