Skip to content

Releases: rte-antares-rpackage/antaresRead

v0.14

16 Nov 10:53
Compare
Choose a tag to compare

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 and as.antaresDataList have been added to convert compatible objects to these classes.