Skip to content

Commit

Permalink
Change links that are now redirected
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Feb 16, 2024
1 parent c272fda commit dfb71ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The steps required to set up HSL are also described in the
Here is a short version for reference:

First, you need to obtain an academic license for HSL Solvers.
Under https://www.hsl.rl.ac.uk/ipopt/ download the sources for Coin-HSL Full (Stable).
Under https://licences.stfc.ac.uk/product/coin-hsl download the sources for Coin-HSL Full (Stable).
You will need to provide an institutional e-mail to gain access.

Unpack the tar.gz:
Expand Down Expand Up @@ -163,7 +163,7 @@ Beyond a running and up-to-date installation of eDisGo you need **grid topology
data**. Currently synthetic grid data generated with the python project
`Ding0 <https://github.com/openego/ding0>`_
is the only supported data source. You can retrieve data from
`Zenodo <https://zenodo.org/record/890479>`_
`Zenodo <https://zenodo.org/records/890479>`_
(make sure you choose latest data) or check out the
`Ding0 documentation <https://dingo.readthedocs.io/en/dev/usage_details.html#ding0-examples>`_
on how to generate grids yourself.
Expand Down
2 changes: 1 addition & 1 deletion edisgo/tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ def reduce_memory_usage(df: pd.DataFrame, show_reduction: bool = False) -> pd.Da
be reduced to a smaller data type.
Source:
https://www.mikulskibartosz.name/how-to-reduce-memory-usage-in-pandas/
https://mikulskibartosz.name/how-to-reduce-memory-usage-in-pandas
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion examples/edisgo_simple_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"Currently, synthetic grid data generated with the python project\n",
"[ding0](https://github.com/openego/ding0)\n",
"is the only supported data source for distribution grid data. ding0 provides the grid topology data in the form of csv files, with separate files for buses, lines, loads, generators, etc. You can retrieve ding0 data from\n",
"[Zenodo](https://zenodo.org/record/890479)\n",
"[Zenodo](https://zenodo.org/records/890479)\n",
"(make sure you choose latest data) or check out the\n",
"[Ding0 documentation](https://dingo.readthedocs.io/en/dev/usage_details.html#ding0-examples)\n",
"on how to generate grids yourself. A ding0 example grid can be viewed [here](https://github.com/openego/eDisGo/tree/dev/tests/data/ding0_test_network_2). It is possible to provide your own grid data if it is in the same format as the ding0 grid data. \n",
Expand Down

0 comments on commit dfb71ae

Please sign in to comment.