Skip to content

Commit

Permalink
Merge pull request #43 from MET-OM/create-product-class
Browse files Browse the repository at this point in the history
Introduce Product class
  • Loading branch information
KonstantinChri authored Oct 28, 2024
2 parents 22d721f + 9e4a1c7 commit 568317b
Show file tree
Hide file tree
Showing 18 changed files with 1,437 additions and 1,208 deletions.
2 changes: 0 additions & 2 deletions examples/example_import_NORA3.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@
df_ts.import_data(save_csv=True)
# Load data from a local csv-file
df_ts.load_data(local_file=df_ts.datafile)


1 change: 1 addition & 0 deletions metocean_api/ts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
"""

from .ts_mod import TimeSeries
from .internal.product import Product
319 changes: 31 additions & 288 deletions metocean_api/ts/internal/aux_funcs.py

Large diffs are not rendered by default.

252 changes: 0 additions & 252 deletions metocean_api/ts/internal/ec.py

This file was deleted.

4 changes: 4 additions & 0 deletions metocean_api/ts/internal/ec/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""
Internal package for ERA5 data source.
"""
Loading

0 comments on commit 568317b

Please sign in to comment.