Skip to content

Commit

Permalink
Merge pull request #36 from Deltares-research/project_features
Browse files Browse the repository at this point in the history
Added new features developed in projects (sept, oct 2024)
  • Loading branch information
Erik-Geo authored Oct 16, 2024
2 parents 39869d2 + 4dfff9c commit fd8a5dd
Show file tree
Hide file tree
Showing 37 changed files with 2,212 additions and 404 deletions.
7 changes: 4 additions & 3 deletions geost/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
get_bro_objects_from_bbox,
get_bro_objects_from_geometry,
read_borehole_table,
read_cpt_table,
read_gef_cpts,
read_nlog_cores,
read_uullg_tables,
)

# read_gef_cores,
# read_gef_cpts,
# read_sst_cpts,
# read_xml_cpts,
# read_xml_geological_cores,
# read_xml_geotechnical_cores,
# read_xml_soil_cores,
from geost.utils import csv_to_parquet, excel_to_parquet

__version__ = "0.2.4"
__version__ = "0.2.5"
5 changes: 0 additions & 5 deletions geost/abstract_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ def datatype(self):
def df(self, df):
pass

@datatype.setter
@abstractmethod
def datatype(self):
pass

@abstractmethod
def to_header(self):
pass
Expand Down
Loading

0 comments on commit fd8a5dd

Please sign in to comment.