MARIS companion package and tutorials
Project description
MARISCO
The IAEA Marine Radioactivity Information System (MARIS) provides open access to radioactivity measurements in marine environments. Developed by the IAEA Marine Environmental Laboratories in Monaco, MARIS offers data on seawater, biota, sediment, and suspended matter.
This Python package includes command-line tools to convert MARIS
datasets into NetCDF
or .csv formats, enhancing compatibility with various scientific and
data analysis software.
Core Concept: Handlers
marisco is built around the concept of handlers - specialized
modules designed to convert MARIS datasets into NetCDF format. Each
handler is tailored to a specific data provider and implemented as a
dedicated Jupyter notebook.
Literate Programming Approach
We’ve adopted a Literate Programming approach, which means:
- Documentation: Each handler serves as comprehensive documentation.
- Code Reference: The notebooks contain the actual implementation code.
- Communication Tool: They facilitate discussions with data providers about discrepancies or inconsistencies.
Powered by nbdev
To achieve this, we leverage nbdev, a powerful tool that allows us to:
- Write code within Jupyter notebooks
- Automatically export relevant parts as dedicated Python modules
This approach bridges the gap between documentation and implementation, ensuring they remain in sync.
See It in Action
For a concrete example of this approach, check out our HELCOM dataset handler implementation.
Please note that this project is still under development.
We have implemented the MARIS Legacy handler to convert all existing datasets from the MARIS master database into NetCDF format. For datasets that are frequently updated, such as HELCOM, OSPAR, and TEPCO/Fukushima-related datasets, individual handlers are currently being developed and will be available soon.
Install
Now, to install marisco simply run
pip install marisco
Once successfully installed, run the following command:
maris_init
This command:
- creates a
.marisco/directory containing various configuration/configurable files ((below)) in your/homedirectory; - creates a
configs.tomlfile containing default but configurable settings (default paths, …); - downloads several MARIS DB nomenclature/lookup table into
.marisco/lut/directory; - downloads
maris-template.nc, the MARIS NetCDF4 template.
[!TIP]
For inexperienced Python users, please refers to How to setup
Mariscowith Anaconda or How to setupMariscowith Windows Subsystem for Linux (WSL) and Visual Studio Code editor.
Zotero API key
Upon conversion, marisco will automatically retrieve the bibliographic
metadata of each MARIS dataset from Zotero.
To do so, you need to define the following environment variable
ZOTERO_API_KEY containing the MARIS Zotero API key. Please contact the
MARIS team to get your API key.
Getting started
Command line utilities
All commands accept a -h argument to get access to its documentation.
maris_init
Donwload configuration file, NetCDF MAris template and required lookup tables (nomenclatures).
maris_netcdfy
Encode MARIS dataset as NetCDF
Positional arguments:
handler_name: Handler’s name (e.g helcom, …)str: Path to dataset to encodedest: Path to converted NetCDF4
Example:
maris_netcdfy helcom _data/accdb/mors/csv _data/output/helcom.nc
Development
The MARIS NetCDF template is generated from nbs/files/cdl/maris.cdl
Common Data Language (CDL) file as defined by
Unidata. To generate the MARIS NetCDF
template nbs/files/nc/maris-template.nc, install the
NetCDF-C
utilities, once in Marisco home directory, run:
ncgen -4 -o nc/maris-template.nc cdl/maris.cdl
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 marisco-0.7.0.tar.gz.
File metadata
- Download URL: marisco-0.7.0.tar.gz
- Upload date:
- Size: 44.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4687c2344e0767d9ea73cf3ebcd41a5f997373e0408ba1142f0d64b6bd18182f
|
|
| MD5 |
405e53e7c7ae72c648042d0d9e8793f3
|
|
| BLAKE2b-256 |
0bd167e57538a10da21930385c304fde02fc7fbde8d2c8648180f4af5da98a78
|
File details
Details for the file marisco-0.7.0-py3-none-any.whl.
File metadata
- Download URL: marisco-0.7.0-py3-none-any.whl
- Upload date:
- Size: 47.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25f2484c6955c1ebc1ed833ce0695924f243db38400322e4f94666c740f6f516
|
|
| MD5 |
2281c252cdd416a972407ccff838d717
|
|
| BLAKE2b-256 |
3e9b5bcda753d5da97a4afecb81b1ae5e5b616653886da710b8f3b039c3e7540
|