Docs

Requirements

A modern Python environment, the ESANoM software package and an active token are required to interact with the server.

PYTHON : >=3.10.6
ESANoM : Latest Python package release available at ESA GitLab
TOKEN  : Create an account and token at this ESANoM Server
Installation

Use the Python package manager to install ESANoM.

python -m pip install esanom-VERSION-py3-none-any.whl
Configuration

Create a configuaration file esanom_config.json specifying server endpoint and token.

{
    "server_endpoint" : "https://nom.sparc.space/v3/api" ,
    "server_token" : "TOKEN"
}
Registration

After installation, you must register the ESANoM software. This step is crucial for unlocking access to the full documentation. Downloading and using ESANoM requires your acceptance of the license agreement. By registering, you ensure you comply with the terms of use.

python -m esanom.register