helper routines to read ESA/Bepicolombo space mission - DLR MERTIS instrument data
Project description
mertisreader
mertisreader reads ESA BepiColombo MERTIS data and now ships with a
Quarto documentation site plus quartodoc-generated API reference.
Documentation
- Site home: docs_src/index.qmd
- Tutorials: docs_src/tutorials/index.qmd
- API reference: docs_src/api.qmd
Quick Start
import pathlib
import mertisreader as mr
input_path = pathlib.Path("data/bcmer_tm_all_START-20200409T000000_END-20200410T000000_CRE-20240717T132010-ParamEventBootSciHK-short/cal")
reader = mr.MERTISDataPackReader(input_dir=input_path, output_dir="/tmp", log_level="INFO")
What Changed
- Documentation moved from nbdev-generated notebook sources to Quarto tutorial pages.
- API pages are generated from Python docstrings with quartodoc.
- The published site is built with
quarto render.
Installation
Use the project environment and install the package with the docs extra when you need the documentation toolchain:
python -m pip install -e ".[docs]"
Examples
For an interactive walkthrough, open examples/read_merstis_test.ipynb or the matching tutorial pages under docs_src/tutorials/.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mertisreader-0.0.4.tar.gz.
File metadata
- Download URL: mertisreader-0.0.4.tar.gz
- Upload date:
- Size: 5.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.17.0 {"ci":null,"cpu":"x86_64","distro":{"libc":{"lib":"glibc","version":"2.43"},"name":"Arch Linux"},"implementation":{"name":"CPython","version":"3.11.14"},"installer":{"name":"hatch","version":"1.17.0"},"openssl_version":"OpenSSL 3.6.1 27 Jan 2026","python":"3.11.14","system":{"name":"Linux","release":"7.0.11-arch1-1"}} HTTPX2/2.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3c2180bffce32058e81efb14f7860e41f0fe04136d35ed86fa924ca46020960
|
|
| MD5 |
dbb30dc1ecc90ba3620d8ea8b8e0db7d
|
|
| BLAKE2b-256 |
7cf386e951afe0d34e47dbabc7c6f44c9cfa92591f4f5c4dee5eba1f856228e9
|
File details
Details for the file mertisreader-0.0.4-py3-none-any.whl.
File metadata
- Download URL: mertisreader-0.0.4-py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.17.0 {"ci":null,"cpu":"x86_64","distro":{"libc":{"lib":"glibc","version":"2.43"},"name":"Arch Linux"},"implementation":{"name":"CPython","version":"3.11.14"},"installer":{"name":"hatch","version":"1.17.0"},"openssl_version":"OpenSSL 3.6.1 27 Jan 2026","python":"3.11.14","system":{"name":"Linux","release":"7.0.11-arch1-1"}} HTTPX2/2.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a8a7b06b895da198c3583e7fb849d26bc0f47058cb95f7a218146f0114da375
|
|
| MD5 |
467689a7cb64a12824b2d4fe21668403
|
|
| BLAKE2b-256 |
37a24cf6055e542811ee3c055c12d55a1247f128a3e2c8df962896a7218c9a75
|