Docs
Please login to view full documentation.
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
Important: Before you can download ESANoM, you must accept the License Agreement. The software will only be available for download after agreeing to the terms of use outlined in the license. Please review the agreement carefully before proceeding.
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
Important: Once you've completed these steps, additional documentation will be available here, providing you with further instructions, examples, and best practices in the use of ESANoM.