Description | Set of notebooks, scripts and modules to generate metadata in several formats, following FAIR principles. |
---|---|
Contacts | corradomotta92@gmail.com |
Date | 08/2022 |
For more information check the GitHub pages of this project!
This is a work in progress. At the time of writing, this repository contains several notebooks and python files. Here a short summary of the most important ones:
database
and are used to fill the NetCDF files with standardized metadata.To download this repository, it is recommended to use git with the command git clone
.
For installing all needed packages, the easiest way is to install anaconda to manage the python environments.
In the environment
folder of this repository, you can find the environment.yml
file with all packages used in this repository. Note that the first line of the yml file sets the new environment's name.
After the installation, open the anaconda command line, navigate to the environment
folder and digit:
$ conda env create -f environment.yml
Then you can switch to the newly created environment using:
$ conda activate <env_name>
Finally, to open the IDE for jupyter run
$ cd ..
to go back to the root repo folder
$ jupyter lab