Skip to content

Commit

Permalink
Merge pull request #149 from ArtesiaWater/dev
Browse files Browse the repository at this point in the history
To version 0.9.0
  • Loading branch information
OnnoEbbens authored Sep 4, 2023
2 parents a429ee9 + 0f658c8 commit 3a0378b
Show file tree
Hide file tree
Showing 39 changed files with 95,886 additions and 4,999 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
fail-fast: true
matrix:
include:
- name: Test suite with py311-ubuntu
python: "3.11"
os: ubuntu-latest
toxenv: py311
- name: Test suite with py310-ubuntu
python: "3.10"
os: ubuntu-latest
Expand Down
11 changes: 5 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
Welcome to hydropandas's documentation!
=======================================
The hydropandas module is a Python package for reading timeseries data into
DataFrames. The basic idea behind the package is to allow users to manipulate
data using all of the wonderful features included in pandas, but to also allow
the addition of custom methods and attributes related to the timeseries. The
hydropandas module extends pandas.DataFrame with extra functionality and
stores metadata related to the type of measurements.
Hydropandas is a Python package for reading, analyzing and writing
(hydrological) timeseries data. Users can store a timeseries and metadata in a
single object. This object inherits from a pandas DataFrame, with all its
wonderful features, and is extended with custom methods and attributes related
to hydrological timeseries.

Supported data sources
----------------------
Expand Down
345 changes: 180 additions & 165 deletions examples/01_groundwater_observations.ipynb

Large diffs are not rendered by default.

1,720 changes: 1,255 additions & 465 deletions examples/02_knmi_observations.ipynb

Large diffs are not rendered by default.

452 changes: 276 additions & 176 deletions examples/03_hydropandas_and_pastas.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 3a0378b

Please sign in to comment.