Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

major refactoring of local.py #27

Merged
merged 45 commits into from
Oct 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
f97c84a
replaced github username by organisation's name
TC-FF May 10, 2023
7a40b36
changed layout in documentation
TC-FF May 10, 2023
f29380f
first functions
TC-FF Jun 1, 2023
b9dff83
added select_catchments function
TC-FF Jun 1, 2023
7465d49
Merge branch 'master' of https://github.com/hydrologie/xhydro into Cl…
TC-FF Jun 1, 2023
d09c450
custom_group_by
TC-FF Jun 1, 2023
fd58a71
custom_group_by comment in english
TC-FF Jun 1, 2023
46f640d
seasons related functions
TC-FF Jun 1, 2023
9abd34a
get_bool_over_tolerence function added
TC-FF Jun 1, 2023
e187afa
added functions to get maximum and represent them
TC-FF Jun 1, 2023
5057003
added imports and function to calculate volume
TC-FF Jun 13, 2023
c910dc2
changed to comply with flake8 standards
TC-FF Jun 13, 2023
ce72f2f
ran black formatter
TC-FF Jun 14, 2023
c09a79a
Merge branch 'main' of https://github.com/hydrologie/xhydro into Clas…
TC-FF Jun 14, 2023
62c0869
added class local
TC-FF Jun 20, 2023
db77d2c
Merge branch 'main' of https://github.com/hydrologie/xhydro into Clas…
TC-FF Jun 20, 2023
60c55d1
Added utils functions to go with local and data classes
TC-FF Jun 23, 2023
40e74ad
updated init to run first Notebook
TC-FF Jun 23, 2023
02b94bb
made changes to adrees new dataset dimensions
TC-FF Jun 23, 2023
db600c5
NB's first comit. Code still need upgrades for end
TC-FF Jun 23, 2023
c123558
change paths to general format
sebastienlanglois Aug 28, 2023
14368b5
add xdatasets to retrieve data in example nb
sebastienlanglois Aug 28, 2023
a3f6ced
first draft notebook for local frequency analysis
sebastienlanglois Aug 28, 2023
dce5076
make frequency_analysis a module
sebastienlanglois Aug 28, 2023
a7bb04c
remove first paragraph
sebastienlanglois Aug 28, 2023
cb73759
major refactoring of local.py
RondeauG Sep 8, 2023
9f3dde2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 8, 2023
59de251
Merge remote-tracking branch 'origin/main' into local_changes
RondeauG Sep 19, 2023
4fd28fe
small changes to compute_volume
RondeauG Sep 19, 2023
dead46e
requirements
RondeauG Sep 20, 2023
6703cb8
Merge remote-tracking branch 'origin/indicators' into local_changes
RondeauG Sep 20, 2023
f593c58
Merge remote-tracking branch 'origin/local_changes' into local_changes
RondeauG Oct 2, 2023
300ae7b
refactored local
RondeauG Oct 2, 2023
083a5fe
upd notebook
RondeauG Oct 3, 2023
ca88cb7
Merge branch 'main' into local_changes
Zeitsperre Oct 3, 2023
99dde49
no autoreload
RondeauG Oct 4, 2023
8218a5f
test indicators
RondeauG Oct 4, 2023
73f4bbb
small fixes
RondeauG Oct 4, 2023
4f1a364
test local
RondeauG Oct 4, 2023
3e6741d
upd history
RondeauG Oct 4, 2023
5c22f87
upd History
RondeauG Oct 4, 2023
2387d01
fix title
RondeauG Oct 4, 2023
dc46428
typo fix
RondeauG Oct 6, 2023
a3b06bd
remove commented sections
RondeauG Oct 6, 2023
95fb093
Update docs/notebooks/local_frequency_analysis.ipynb
RondeauG Oct 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changed layout in documentation
TC-FF committed May 10, 2023
commit 7a40b366af5df4e0415a8f0c6b772b3a45c93c8c
13 changes: 7 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Welcome to xHydro's documentation!
xHydro's documentation
======================================

.. toctree::
:maxdepth: 2
:caption: Contents:
:hidden:

readme
installation
@@ -13,8 +14,8 @@ Welcome to xHydro's documentation!
authors
history

Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. Indices and tables
.. ==================
.. * :ref:`genindex`
.. * :ref:`modindex`
.. * :ref:`search`