Skip to content

Commit

Permalink
docs: add key concepts link in readme and clean docs link [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed May 28, 2024
1 parent 2a14f97 commit 8bc1745
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ tstore is a library for flexible storage and processing of time series data.
- **TStore**: hierarchically-structured specification to efficiently store geospatial time series data based on [Apache Parquet](https://parquet.apache.org) and [GeoParquet](https://github.com/opengeospatial/geoparquet).
- **TSDF**: tabular Python object to store univariate and multivariate time series data, with support for pandas, dask and polars.

See the [key concepts page of the documentation](https://tstore.readthedocs.io/en/latest/01_key_concepts.html) for more details of the background and tstore features.

______________________________________________________________________

#### 📖 Explore the TStore documentation

To discover all TStore download, manipulation, analysis and plotting utilities, or how to contribute your custom retrieval to TStore:

- please read the software documentation available at [https://tstore.readthedocs.io/en/latest/](https://tstore.readthedocs.io/en/latest/).
- please read the software documentation available at [tstore.readthedocs.io/en/latest/](https://tstore.readthedocs.io/en/latest/).
- dive into the Jupyter Notebooks [Tutorials](https://github.com/ltelab/tstore/tree/main/tutorials).

## 🛠️ Installation
Expand Down

0 comments on commit 8bc1745

Please sign in to comment.