Recent Releases of antaresRead

antaresRead - CRAN version 2.9.0

antaresRead 2.9.0

(cf. Antares v9 changelog)

NEW FEATURES:

  • setSimulationPath() / setSimulationPathAPI() have a new parameter 'verbose' (default to FALSE) to manage diagnostic messages

BUGFIXES :

  • setSimulationPathAPI() : encode URL before reading the data in simulation mode
  • api_get() : add warn_for_status in importFrom section
  • readAntares() : In disk mode, return all the available columns for a short-term storage output and match the column with the content
  • .importOutput() : check if output file exists in API mode (.check_output_files_existence())
  • .giveSize() : take into account ST clusters in the size computing and use enabled == TRUE or empty enabled for enabled clusters and ST clusters

BREAKING CHANGES :

  • setSimulationPathAPI() : reads and returns the new converted study version format (ex : 9.0 => 900)
  • readClusterDesc() / readClusterResDesc() / readClusterSTDesc() have a new parameter (dot_format = TRUE) to return two format to display input cluster properties

GITHUB ACTIONS :

  • Actions artifacts v3 is closing down, update to v4
  • test-coverage.yaml updated

Energy Systems - Energy System Modeling Frameworks - R
Published by berthetclement 3 months ago

antaresRead - v2.7.2

antaresRead 2.7.2
NEW FEATURES:

New function readAntaresSTClusters()
fread_antares() shiny compatible with a conditional processing of the error messages
BREAKING CHANGES :

readClusterDesc() / readClusterResDesc() / readClusterSTDesc() are updated with new endpoint "table mode".
In "text" mode, functions return all properties (with default properties) according to study version.
BUGFIXES :

setSimulationPathAPI(): control the existence of the output folder links or areas before reading the data (upgrade Antares Web)
readClusterDesc() / readClusterResDesc() / readClusterSTDesc() return a data.table in API mode

Energy Systems - Energy System Modeling Frameworks - R
Published by berthetclement 8 months ago

antaresRead - v2.7.1

ON CRAN

NEW FEATURES:

readInputThermal() :
new parameter areas to get desired clusters from selected areas.
new parameter thermalAvailabilities to import time series.
readInputRES() new parameter areas to get desired clusters from selected areas.
setSimulationPath() return a new parameter binding (for studies >= v8.7.0). It contains a table with group dimensions of time series for binding constraints.
readAntares() new parameter clustersST to read (output simulation) short-term clusters
BREAKING CHANGES :

readInputThermal() / readInputRES() default value when no time series in the selected clusters.
BUGFIXES :

readInputThermal() return data from file data.txt with thermalData parameter
setSimulationPath() has also the parameter areasWithSTClusters in 'output' mode

Energy Systems - Energy System Modeling Frameworks - R
Published by berthetclement 8 months ago

antaresRead - v2.7.0

antaresRead 2.7.0

Breaking changes (Antares v8.7.0) :
readBindingConstraints() read now Scenarized RHS for binding constraints (cf. Antares v8.7 changelog)
function returns a new list structure
Private function fread_antares() no longer returns warnings
api_put()/api_delete() return a server error message
BUGFIXES :

readBindingConstraints() read well study >= v8.3.2
DATA :

A test study in tar.gz format is available in version v8.7.0
An empty test study in version v8.7.0 for marginal cases
Dependencies :

New package lifecycle to manage functions status/package status

Energy Systems - Energy System Modeling Frameworks - R
Published by berthetclement 11 months ago

antaresRead - v2.6.1

Patch version:
BUGFIXES :

setSimulationPathAPI() :
returns an API exception if the requested study ID is incorrect
simulation the simulation parameter works with negative values within the limit of the number of simulations
correction in readClusterDesc() calls to add "opts"
readAntares() :
returns the right column names for details-timeStep.txt and details-res-timeStep.txt
Correction in .formatlist(), read N-level list instead of 2.
BREAKING CHANGES :

api_get() has a new parameter to control JSON file parsing
readClusterDesc()/ readClusterRESDesc() / readClusterSTDesc() return empty dataTable and warning if no cluster in Antares study.

Energy Systems - Energy System Modeling Frameworks - R
Published by berthetclement about 1 year ago

antaresRead - v2.6.0

NEW FEATURES (Antares v8.6, cf. Antares v8.6 changelog) :

  • readClusterSTDesc() read "short-term storage" clusters parameters (input files of an antares study)

BREAKING CHANGES (Antares v8.6) :

  • readInputTS() is now compatible to read time series with :
    • "short-term storage"
    • "mingen" (pmin hydro value)
  • setSimulationPath() has new parameter areasWithSTClusters (name of area with "st-storage" cluster)

BUGFIXES :

  • setSimulationPathAPI generate new global parameter sleep to add timer to API request
  • Correction of .importOutput() to use readAntares() with parallel == TRUE in shiny application
  • setSimulationPathAPI() delete a redundant API request
  • readClusterDesc() minor fix in API mode + fix if no cluster exists => return specific error message
  • readIniAPI() read well file generaldata for sections "playlist" and "variables selection"

DATA :

  • A test study in tar.gz format is available in version v8.6.0

Energy Systems - Energy System Modeling Frameworks - R
Published by berthetclement over 1 year ago

antaresRead - v2.5.1

BUGFIXES:

  • Major correction to setSimulationPath() (mc-all/mc-ind) (#199)

DEV:

  • Added new test study v8.5.
  • Package no longer tested on study v6.

Energy Systems - Energy System Modeling Frameworks - R
Published by berthetclement about 2 years ago

antaresRead - v2.5.0

NEW FEATURES:

  • Full support of studies up to v8.5
  • Function readAntares() has new argument for binding constraints output (v8.4+)
  • New functions readDigestFile(), mergeDigests() and writeDigest() to manipulate digest file.
  • Mc-all aggregation :
    • added computation of record years
    • merges original digest.txt with the one created
    • loads original thermal.txt

BUGFIXES:

  • Major corrections to mc-all and mc-ind aggregation (LOLP, H. LEV)
  • Fixed existing write digest.txt part in mc-all aggregation
  • Fixed copy of original links in mc-all aggregation

Energy Systems - Energy System Modeling Frameworks - R
Published by AssilMa about 2 years ago

antaresRead - v2.4.2

NEW FEATURES:

  • New function getGeographicTrimming() returns filtering options for selected areas (links optional).
  • New function added : readInputRes() for reading renewable clusters input data
  • Existing function getLinks() now has a new argument withTransmission. if TRUE, return additional column with type of transmission capacities.
  • Existing function readInputThermal() : added new argument for thermalData

Energy Systems - Energy System Modeling Frameworks - R
Published by AssilMa about 2 years ago

antaresRead - v2.4.1

NEW FEATURES:

Added new functions readInputThermal() and readAntaresClusters() :
Both functions take a vector of clusters instead of areas

  • readInputThermal() : read thermal TS (availabilities) and modulation in Input mode
  • readAntaresClusters() : read output data for clusters only with thematic trimming

Energy Systems - Energy System Modeling Frameworks - R
Published by AssilMa about 2 years ago

antaresRead - v2.4.0

NEW FEATURES:
Major upgrade to aggregateResult() and parAggregateMCall() :

  • Faster & memory efficient
  • Support for Antares studies up to v8.3 (v8.4 experimental)
  • Dynamic timestep detection
  • Creation of grid folder
  • Recycling of original mc-all data

Energy Systems - Energy System Modeling Frameworks - R
Published by AssilMa over 2 years ago

antaresRead - v2.3.2

NEW FEATURES:
added "profit by cluster" when reading cluster data

BUGFIXES:
Fix for 404 error when some output is missing in API mode(https://github.com/rte-antares-rpackage/antaresRead/issues/188)

Energy Systems - Energy System Modeling Frameworks - R
Published by AssilMa over 2 years ago

antaresRead - v2.3.1

BUGFIXES:

  • readAntares : fix memory problems for linkCapacity = TRUE (>v8.2)
  • Support for url with special characters (#181)
  • Fix for setSimulationPathAPI not working with EnR aggregated (<v8.1) (#180)

Energy Systems - Energy System Modeling Frameworks - R
Published by AssilMa over 2 years ago

antaresRead - v2.3.0

  • Interact directly with AntaREST API with api_get(), api_post(), api_put(), api_delete().
  • New function to read ini files : readIni().

Energy Systems - Energy System Modeling Frameworks - R
Published by pvictor over 2 years ago

antaresRead - v2.2.95

BUGFIXES:

  • removeVirtualAreas : setting custom prodVars same as new storageVars
  • API : fix study checking + httr options

Energy Systems - Energy System Modeling Frameworks - R
Published by bthieurmel about 3 years ago

antaresRead - v2.2.9

Energy Systems - Energy System Modeling Frameworks - R
Published by bthieurmel over 3 years ago

antaresRead - CRAN version 0.2.5

  • Fixed bugs in removeVirtualAreas() in getLinks()
  • Updated documentation & added pkgdown website

Energy Systems - Energy System Modeling Frameworks - R
Published by pvictor about 5 years ago

antaresRead - CRAN version 2.2.4

Compatibility with Antares v7

Energy Systems - Energy System Modeling Frameworks - R
Published by pvictor almost 6 years ago

antaresRead - CRAN version 2.2.3

BUGFIXES:

  • Error with next data.table release
  • Duplicated vignette title (email BDR)

Energy Systems - Energy System Modeling Frameworks - R
Published by pvictor about 6 years ago

antaresRead - v2.0.0

Changes in version 2.0.0 (2017-11-03)

NEW FEATURES:

  • New function "writeAntaresH5()" convert ANTARES outputs to h5 files.
  • The path parameter of "setSimulationPath()" can be a h5 file.
  • New function "isH5Opts()" test if the value returned by setSimulationPath() is referring to an h5 file.
  • New function "readOptimCriteria()" read the value of the criteria optimized by ANTARES.
  • New function "setRam()" specify RAM limit (in Go) of the value returned by readAntares, initially it is 10Go.
  • New vignette "antaresH5" is available.

BUGFIXES:

  • removeVirtualAreas() was not moving clusters from virtual production area to the real area.
  • antaresRead() sometimes returned a antaresDataList with element "thermalModulation". (#51)

Energy Systems - Energy System Modeling Frameworks - R
Published by jalazawa over 7 years ago

antaresRead - v0.15

BREAKING CHANGES:

  • Parameter synthesis has been removed from readAntares. The new behavior is now to import synthetic results when mcYears is NULL and to import detailed results when mcYears 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.

Energy Systems - Energy System Modeling Frameworks - R
Published by FrancoisGuillem over 8 years ago

antaresRead -

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.

Energy Systems - Energy System Modeling Frameworks - R
Published by FrancoisGuillem over 8 years ago