MARIS companion package and tutorials
Project description
marisco (WIP)
The IAEA Marine Radioactivity Information System (MARIS) allows free access to users to search and download the results of measurements of radioactivity in seawater, biota, sediment and suspended matter. MARIS is maintained and developed by the IAEA Environmental Laboratories in Monaco.
The present Python package provides command-line utilities to:
- Encode harvested datasets as
NetCDF
or.csv
formats - Interact with the IAEA Open Data platform soon available
- Provide data preprocessing pipelines for ad-hoc datasets
- …
Prerequisites
We recommend to use the “Mamba” python package manager to create a clean and “deterministic” python environment.
Once installed, a typical Mamba workflow could be:
# Create an isolated env. with your prefered python version
mamba create -n name-of-your-env python=3.9
# Then
mamba activate name-of-your-env
mamba install your-packages-of-interest
mamba deactivate # To quit your environment
Install & configuration
Now, to install marisco
simply run
pip install marisco
Once successfully installed, run the following command:
maris_init
This script will create a .marisco/
directory containing various
configuration/configurable files in your /home
directory.
Notes: conda/mamba installer available soon.
How to use
Command line utilities
All commands accept a -h
argument to get access to its documentation.
maris_init
Create configuration files, MARIS NetCDF CDL (Common Data Language) and donwload required lookup tables (nomenclatures).
maris_create_nc_template
Generate MARIS NetCDF template to be used when encoding datasets
maris_netcdfy
Encode a MARIS dataset as NetCDF4.
usage: maris_netcdfy [-h] n
Encode MARIS dataset as NetCDF using Jupyter Notebook handlers
positional arguments:
n Noteboook (NetCDF handler) path to execute
options:
-h, --help show this help message and exit
Example:
maris_netcdfy name-of-notebook-handlers.ipynb
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
File details
Details for the file marisco-0.1.0.tar.gz
.
File metadata
- Download URL: marisco-0.1.0.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35cbc2a83d4e130d6b2ce207681b0f34a221885023450a1dbe158c9d80eaad36 |
|
MD5 | 63355ea2ae8f945d462d9e467579abba |
|
BLAKE2b-256 | 5cac145db83200fcee07f71514669dc97ea6f223a1147cc96d7a86cdab67fdba |
File details
Details for the file marisco-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: marisco-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.9 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 | df8f463336b652a1c35867de86908881f58a6dc1e7cf02b99c4adff8a222d2ec |
|
MD5 | cae0289b44422d993a486aee6426c3f3 |
|
BLAKE2b-256 | 0ad5f3c3a427de73b3a0ada43846c60a9c0aa808d07d9221b2de065bb0c2bc0f |