A repository for testing data used in the MTH5 project.
Includes:
- NIMS sample data
- ZEN sample data
- Metronix sample data (from https://cloud.geo-metronix.de/s/WCiDGispeeiQS9G?dir=/small_example)
- Phoenix sample data
Suggested installation methods:
```bash # Install in development mode (recommended for testing) pip install -e .
# Install with development dependencies pip install -e ".[dev]"
# Install from repository directly pip install git+https://github.com/kujaku11/mth5_test_data.git ```