Skip to content

Commit 0c63b61

Browse files
Merge env_analysis_euroc into forecast_comparison
2 parents e5c920c + 8bbf782 commit 0c63b61

File tree

7 files changed

+62540
-177
lines changed

7 files changed

+62540
-177
lines changed
Binary file not shown.
Binary file not shown.

docs/notebooks/environment_analysis_EuroC_example.ipynb

Lines changed: 62310 additions & 0 deletions
Large diffs are not rendered by default.

docs/user/requirements.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following packages are needed in order to run RocketPy:
2727
- timezonefinder
2828
- simplekml
2929
- ipywidgets >= 7.6.3
30-
- json
30+
- jsonpickle
3131

3232

3333
All of these packages, with the exception of netCDF4, should be automatically installed when RocketPy is installed using either ``pip`` or ``conda``.
@@ -50,6 +50,7 @@ The packages needed can be installed via ``pip`` by running the following lines
5050
pip install pytz
5151
pip install timezonefinder
5252
pip install simplekml
53+
pip install jsonpickle
5354
5455
Installing Required Packages Using ``conda``
5556
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ requests
88
pytz
99
timezonefinder
1010
simplekml
11-
json
11+
jsonpickle

rocketpy/EnvironmentAnalysis.py

Lines changed: 226 additions & 174 deletions
Large diffs are not rendered by default.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"pytz",
1717
"timezonefinder",
1818
"simplekml",
19-
"json",
19+
"jsonpickle",
2020
],
2121
maintainer="RocketPy Developers",
2222
author="Giovani Hidalgo Ceotto",

0 commit comments

Comments
 (0)