Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 679 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 679 Bytes

Another Geodata Library for Input/Output (aglio 🧄)

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!

Installation

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]

Development installation

after forking and cloning:

pip install -e .[dev]