Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
.
  • Loading branch information
zweihuehner authored Jan 7, 2025
1 parent bf3c635 commit d397d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

## Overview

The tide_analytics package is a Python library designed to analyze tidal characteristics from time series data. It provides a comprehensive set of functions and classes to extract and calculate various tidal parameters either on a single element (TidalSeries) or on a complete area (TidalArea). Currently the package supports to ingest the individual timeseries from MIEK .dfsu files.
The tide_analytics package is a Python library designed to analyze tidal characteristics from time series data. It provides a comprehensive set of functions and classes to extract and calculate various tidal parameters either on a single element (TidalSeries) or on a complete area (TidalArea). Currently the package supports to ingest the individual timeseries from MIKE .dfsu files.

## Installation

You can install the tide_analytics package using pip:
You can git clone the package, browse to the tide_analytics folder and install it using pip:

`pip install -e .`

Expand Down

0 comments on commit d397d7d

Please sign in to comment.