Skip to content

Commit

Permalink
Merge pull request #89 from RAMP-project/ramp_visualization
Browse files Browse the repository at this point in the history
Plot class for ramp visualization and data analysis routines (isse #63)
  • Loading branch information
mohammadamint authored Nov 8, 2023
2 parents 38accd4 + 5766f8c commit a57b121
Show file tree
Hide file tree
Showing 15 changed files with 185,187 additions and 18 deletions.
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ What is RAMP
============
RAMP is an open-source software suite for the stochastic simulation of any user-driven energy demand time series based on few simple inputs.

The project aims to provide synthetic data wherever metered data does not exist, such as when designing systems in remote areas. Check out the `documentation <https://rampdemand.readthedocs.io/en/latest/?badge=latest>`_ and learn more on the RAMP world from our `website <https://rampdemand.org>`_!
The project aims to provide synthetic data wherever metered data does not exist, such as when designing systems in remote areas. Check out the `documentation <https://rampdemand.readthedocs.io/en/latest/?badge=latest>`_ and learn more on the RAMP world from our `website <https://rampdemand.org>`_!

.. image:: https://github.com/RAMP-project/RAMP/blob/main/docs/figures/Example_output.jpg?raw=true
:width: 600
Expand Down Expand Up @@ -151,9 +151,7 @@ need to run the ``ramp`` command with the option ``-i``:
.. note:: You can input several files, separated from each others by a single blank space

If you already know
how many profile you want to simulate you can indicate it with the
``-n`` option:
If you already know how many profile you want to simulate you can indicate it with the ``-n`` option:

.. code-block:: bash
Expand Down
1 change: 1 addition & 0 deletions docs/docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pandas >= 1.3.3
numpy >= 1.21.2
multiprocess
tqdm
plotly
xlsxwriter <= 1.3.7
matplotlib >= 3.3.4
openpyxl >= 3.0.6
Expand Down
Loading

0 comments on commit a57b121

Please sign in to comment.