Releases: rte-antares-rpackage/antaresRead
Releases · rte-antares-rpackage/antaresRead
v0.15
BREAKING CHANGES:
- Parameter
synthesis
has been removed from readAntares. The new behavior is now to import synthetic results whenmcYears
isNULL
and to import detailed results whenmcYears
is set. - Variable
timeId
is now always numeric. Before it was numeric except for annual data where it could be character or factor.
NEW FEATURES:
- New function
getIdCols()
returns the Id columns of an antaresDataTable object. - New method
subset()
for antaresDataList objects permits to quickly extract the data for a given area or a given Monte-Carlo scenario.
BUGFIXES:
- In
input
mode,getLinks()
could return links that did not exist anymore. removeVirtualAreas()
was requiring some data that was not necesary. It should be OK now.setSimulationPath()
was crashing when one wanted to read the input data of a study before having run any simulation.
v0.14
NEW FEATURES
readAntares()
has been significantly improved. Depending on the query, the time needed to import data is decreased by 20% up to 95%. In particular, importing data for clusters is now 20 times faster than before. Moreover, the progress bar is now more precise.removeVirtualAreas()
has a new parameter "newCols" that permits to choose whether to create new columns containing the production of the virtual areas or to update the existing ones.removeVirtualAreas()
now also removes virtual links from the data. Before it was removing virtual areas but keeping the virtual links.- If the transmission capacity of the links is present in the data,
removeVirtualAreas()
now creates two new columns containing the capacity of pumping and storage of areas. These columns are used to compute upward and downward margins. - New functions
as.antaresDataTable
andas.antaresDataList
have been added to convert compatible objects to these classes.