Skip to content

Commit

Permalink
0.6.2 (#110)
Browse files Browse the repository at this point in the history
* simple sample function

* sample=True for search timeseries

* Update styles.css

* caching of _fews_api root parameters

* delete _root_cache at delete_cache

* added logging to root-cache

* update main and sources

* Update main.py

* download hi-res data

* invisible ghost buttons

* testing for AAM

* added wik_config.json

* AAM + NZV credits

* added logos

* credits-grooming

* credits-grooming

* Update index.md

* Update styles.css

* added bokeh.delete_cache()

* tests

* test neerslag

* do not expand parameter labels at selecting nw filter

fix for #97

* improves scaling of search fig

fix for #98

* Create test_filtering_techniques.py

test for development of #96

* time series filtering and logging

code for #96 and #92

* Update time_series_sampling.py

* misc error fixes

* Update main.py

* Update main.py

* first working cache

* Update time_series_sampling.py

* updated sampler

* Update time_figure_widget.py

* Update main.py

* misc updates on large timeseries loading

* commit

* main and sampling

* Update styles.css

* crop read cache

* Update time_series_sampling.py

* Update time_series_sampling.py

* sampling

* sampling

* Update time_series_sampling.py

* improved timeseries cache loader

* mobileversion

* Update styling

* styling

* update sampling method

* simplified loading

* tooltips

* styling

* improved caching

* fix y-range scaling

fixes #104

* Update time_series_sampling.py

* Update time_series_sampling.py

* improved time-figure widget

#105

* black and tests

* Update environment_spyder_dev.yml

* styling etc

* time_series_cache update-able

* Update time_series_cache.py

* updates on time_series_cache

* tested scheduler

* fix new parameters available error

fixes #107

* Update time_figure_widget.py

* working_version

* tests

---------

Co-authored-by: ngoorden <49673619+ngoorden@users.noreply.github.com>
  • Loading branch information
D2Hydro and ngoorden committed Feb 27, 2024
1 parent b2ba510 commit fb91f3d
Show file tree
Hide file tree
Showing 61 changed files with 4,427 additions and 563 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ dmypy.json
src/hydrodashboards/bokeh/bootstrap/*
*.bak

# test_data dir
tests/data/*

# cache dir
cache/*
src/hydrodashboards/bokeh/static/css/styles.css
Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ As alternative; hydrodashboards works in any environment with the following pack
* pandas
* requests

## About
## About and Credits

Hydrodashboards is developed and maintained by [D2Hydro](https://d2hydro.nl/) and freely available under an Open Source <a href="https://github.com/d2hydro/hydrodashboards/blob/main/LICENSE" target="_blank">MIT license</a>.
Hydrodashboards is developed and maintained by [D2Hydro](https://d2hydro.nl/) and freely available under an Open Source <a href="https://github.com/d2hydro/hydrodashboards/blob/main/LICENSE" target="_blank">MIT license</a>. This project is made possible by Dutch water authorities:

<p style="text-align:center;"><a href="https://www.aaenmaas.nl/"><img src="docs/images/logo-aam.png" height="50"><a> <a href="https://www.noorderzijlvest.nl/"><img src="docs/images/logo-nzv.png" height="50"></p>
Binary file added docs/images/logo-aam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions docs/images/logo-aam.svg
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 docs/images/logo-nzv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fb91f3d

Please sign in to comment.