From b5bbba1f4ef954990c00cabea22d74488e9fa921 Mon Sep 17 00:00:00 2001 From: Erik van Onselen Date: Wed, 14 Aug 2024 14:18:14 +0200 Subject: [PATCH] Improved Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e767093..4088890 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The Geological Subsurface Toolbox (geost) package is designed to be an easy-to-u The internal BoreholeCollection, LogCollection and CptCollection classes use [Pandas](https://pandas.pydata.org/) for storing data and header information. It utilizes a custom, lightweight validation module inspired by the [Pandera](https://pandera.readthedocs.io/en/stable/) API. For spatial functions [Geopandas](https://geopandas.org/en/stable/) is used. The package also supports reading/writing parquet and geoparquet files through Pandas and Geopandas respectively. -GeoST is a work-in-progress. +GeoST is a work-in-progress and currently support a limited number of data sources. ## Installation (user) In a Python > 3.12 environment, install the latest stable release using pip: