TUDelftGeodesy / stmtools

Xarray extension for Space-Time Matrix
https://tudelftgeodesy.github.io/stmtools/
Apache License 2.0
7 stars 0 forks source link

A function to initiate an STM from scratch #60

Open rogerkuou opened 9 months ago

rogerkuou commented 9 months ago

Suggestion by Freek:

We currently have functions to read an STM from Zarr and CSV. It would also be easier to have function (from_dict(), for example) to initiate an STM directly in memory, make assumtions on dimensions (space, time) and pre-fill some parts.

This can be a wrapper creating an xr.Dataset.