aglio focuses on data aggregation and regularization from a variety of sources, with an emphasis on geophysical applications but may be useful beyond.
For now, check out the examples here for an idea of what you can do!
For a base installation:
pip install aglio
To install optional dependencies:
pip install aglio[full]
To install extra dependencies that are not used by aglio
but are used in
some of the examples:
pip install aglio[extra]
after forking and cloning:
pip install -e .[dev]