fetchmesh

fetchmesh is a tool to simplify working with Atlas anchoring mesh measurements. It can download results concurrently, process large files in streaming without requiring a large amount of memory, and clean measurement results. It uses Facebook Zstandard algorithm for fast data compression.

Quick Start

# Requires Python 3.7+
pip install --upgrade pip
pip install --upgrade git+ssh://[email protected]/SmartMonitoringSchemes/fetchmesh.git

fetchmesh --help
# Usage: fetchmesh [OPTIONS] COMMAND [ARGS]...
# ...

See the documentation for more.

GitHub

https://github.com/SmartMonitoringSchemes/fetchmesh