Skip to content

Commit

Permalink
functionality done, ready for cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vergauwenthomas committed Aug 23, 2024
1 parent c8aa069 commit 8ddc269
Show file tree
Hide file tree
Showing 12 changed files with 3,379 additions and 2,158 deletions.
6 changes: 4 additions & 2 deletions metobs_toolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,17 @@

# User accesable classes
from metobs_toolkit.station import Station # after all Dataset extensions !!
from metobs_toolkit.modeldata import Modeldata

# from metobs_toolkit.modeldata import Modeldata
from metobs_toolkit.obstypes import Obstype
from metobs_toolkit.obstype_modeldata import ModelObstype, ModelObstype_Vectorfield
from metobs_toolkit.analysis import Analysis
from metobs_toolkit.modeldata import GeeStaticModelData, GeeDynamicModelData


# Special functions that can be directly called by te user
from metobs_toolkit.template_build_prompt import build_template_prompt
from metobs_toolkit.landcover_functions import connect_to_gee
from metobs_toolkit.modeldata import connect_to_gee, import_modeldata_from_pkl


# =============================================================================
Expand Down
Loading

0 comments on commit 8ddc269

Please sign in to comment.