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

Add visualization for EWBI #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ exclude = [

[tool.ruff.mccabe]
max-complexity = 10

[tool.uv.workspace]
members = ["stream3_visualization"]
6 changes: 6 additions & 0 deletions stream3_visualization/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Pour rendre l'environnement uv disponible depuis un jupyter notebook :

```
uv add --dev ipykernel
uv run ipython kernel install --user --env VIRTUAL_ENV $(pwd)/.venv --name=project
```
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added stream3_visualization/ewbi_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stream3_visualization/ewbi_time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added stream3_visualization/indices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,707 changes: 1,707 additions & 0 deletions stream3_visualization/plot_ewbi.ipynb

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions stream3_visualization/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[project]
name = "stream3-visualization"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"geopandas>=1.0.1",
"matplotlib>=3.10.0",
"openpyxl>=3.1.5",
"pandas>=2.2.3",
]

[tool.uv]
dev-dependencies = [
"ipykernel>=6.29.5",
]
902 changes: 902 additions & 0 deletions uv.lock

Large diffs are not rendered by default.

Loading