This guide allows one to enhance their JEDI-Skylab virtual environment to install the CLI from EUMETSAT called eumdac and the other the satpy package that provides a number of readers for space-based assets.
First let's create a new venv , in this guide it will be called venv-satpy
venv . This is the one that was created in later stages of step 2 of the Running Skylab when one runs this command python3 -m venv --system-site-packages venv followed by source venv/bin/activate $python_ROOT/bin/python3 -m venv --system-site-packages venv-satpysource venv-satpy/bin/activate # normally I now change directory into the venv-satpy when I run the following commands cd venv-satpy |
# going to drop the preceding $python_ROOT/bin/ when calling python3 python3 -m pip install eumdacpython3 -m pip install --upgrade eumdac |
python3 -m pip install satpy |
NOTE: If you now plan to download from EUMETSAT Data Portal - User Registration, you need to create the free account – and – request access to the 24-hour latent data streams here is an example of data access I've requested:
| You may also want to use visual panels to communicate related information, tips or things users need to be aware of. |
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.
|