Antares Web
REST API and web interface for Antares
This site is dedicated to the technical documentation of Antares Web. If you want a user guide on using Antares Web, please see the centralized documentation for Antares. It provides a first approach on the software and some tutorials.
Antares Web in Antares¶
Welcome to Antares Web, a comprehensive web application designed to interface with RTE’s adequacy software, Antares Simulator. Together, they are part of a comprehensive open-source power system simulation solution for anyone valuing the quantification of adequacy or the economic performance of interconnected energy systems over short or distant time horizons. It enables detailed modeling of energy consumption, generation, and transportation, performing probabilistic simulations across numerous year-long scenarios, each consisting of 8760 hourly time-frames.
Antares Web serves as a server API interfacing with Antares Simulator studies, providing a web application to manage studies while adding features for enhanced edition capabilities.
This integration brings:
- Application Interoperability: Assign unique IDs to studies and expose operations through an endpoint API, facilitating integration with other applications and services.
- Optimized Storage: Extract matrices data and share them between studies, supporting archive mode.
- Variant Management: Introduce a new editing description language and generation tool.
- User Accounts: Implement user management and permission systems.
Antares Web is developed mainly in Python and uses FastAPI web framework. The front end is a React web application.
Contributing¶
Antares Web is currently under development. Feel free to submit any issue. You can also contribute to the code (see contribution guide).