The neptoon package makes CRNS processing and research simple.
Project description
neptoon
neptoon is a Python package for processing Cosmic-Ray Neutron Sensor (CRNS) data to produce field-scale soil moisture estimates.
Key Features
- Modular Correction Pipeline: Apply multiple correction methods for pressure, incoming intensity, humidity, and biomass
- Quality Assessment: Built-in data quality checks integrated with SaQC
- Sensor Calibration: Tools for N0 calibration using soil sampling data
- External Data Integration: Automatic integration with NMDB.eu for incoming neutron corrections
- Multiple Interfaces: Use via Python API, configuration files, or GUI
- Published Science: Implementations based on peer-reviewed methodologies
- Reproducibility: Built-in reporting, reproduceable workflows, and comprehensive documentation
Installation
Basic Installation
pip install neptoon
GUI Installation
pipx install "neptoon[gui]"
Recommended Installation (Isolated Environment)
# Create a new environment with Python 3.10
conda create -n neptoon python=3.10 ipykernel
conda activate neptoon
pip install neptoon
For more detailed installation instructions, see the installation documentation.
Quick Start
from neptoon.io.read import DataHubFromConfig
from neptoon.workflow.process_with_yaml import ProcessWithConfig
from neptoon.config import ConfigurationManager
# Load configurations
config = ConfigurationManager()
config.load_configuration(file_path="path/to/sensor_config.yaml")
config.load_configuration(file_path="path/to/processing_config.yaml")
# Process data
yaml_processor = ProcessWithConfig(configuration_object=config)
yaml_processor.run_full_process()
Ready-to-use examples with sample data are available in the neptoon_examples repository.
Documentation
Comprehensive documentation is available at:
- www.neptoon.org - Main documentation
- User Guide - Detailed workflow description
- Examples - Practical examples and tutorials
Project Status
neptoon is currently in active development. Version 1.0, focusing on stability and robustness, is expected soon. Future plans include:
- Roving CRNS processing capabilities
- Server/Docker versions for automated processing
Support and Contribution
- Issues: Report bugs or request features through GitLab issues
- Contact: Email us at neptoon-contact@ufz.de
- Contributing: See the contribution guidelines for details on how to contribute
Authors and Acknowledgments
Lead Developers:
- Daniel Power (daniel.power@ufz.de)
- Martin Schrön (martin.schroen@ufz.de)
Additional Contributors:
- Fredo Erxleben
- Steffen Zacharias
- Rafael Rosolem
License
neptoon is licensed under the MIT License. See the LICENSE file for details.
Citation
If you use neptoon in your research, please cite:
Power, D., Erxleben, F., Zacharias, S., Rosolem, R., & Schrön, M. (2025). neptoon (v0.8.2). Helmholtz Zentrum für Umweltforschung. https://doi.org/10.5281/zenodo.15181751
Project details
Release history Release notifications | RSS feed
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 neptoon-0.9.0.tar.gz.
File metadata
- Download URL: neptoon-0.9.0.tar.gz
- Upload date:
- Size: 5.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.11.13 Linux/6.6.88-flatcar
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e2515254588b87436128b9c646e87a00b730f0f0e7ba4a22f1d5304b91e285d
|
|
| MD5 |
e624772604f7291a530461078dc599a9
|
|
| BLAKE2b-256 |
136c9eeebb103557edfc2cc814aa1697517f5f29f247e1d2f08ee1bcbe47544f
|
File details
Details for the file neptoon-0.9.0-py3-none-any.whl.
File metadata
- Download URL: neptoon-0.9.0-py3-none-any.whl
- Upload date:
- Size: 3.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.11.13 Linux/6.6.88-flatcar
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0edee41ada79415d2c69b0fc91ea15aea8bfd7432dc5f468cc2bd36f18110a4d
|
|
| MD5 |
4522f6a6c25decf11cae0401f84849d3
|
|
| BLAKE2b-256 |
4cfbe9b047cbe3d6fde8686c4236aa568700a59a9a3674d840d78d7556d75703
|