juice-trajectory-assessment


Namejuice-trajectory-assessment JSON
Version 0.6.1 PyPI version JSON
download
home_pagehttps://juigitlab.esac.esa.int/core-system/uplink/juice_trajectory_assessment
SummaryPython package for reporting Juice Trajectory Assessment
upload_time2024-09-11 07:41:06
maintainerNone
docs_urlNone
authorJUICE SOC team
requires_pythonNone
licenseNone
keywords esa juice eps osve planetary space metrics trajectory assessment crema
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Juice Trajectory Assessment

## 1. Getting Started

This Python package provides libs and tools for to assess the Juice Trajectory reporting metrics using as inputs 
the output provided from different SOC tools. (eps_wrapper, geopipeline, moon coverage)

The following tools are being provided:
* juice_trajectory_assessment: reporting metrics using as inputs the output provided
 from different SOC tools. (osve_wrapper/eps_wrapper, geopipeline, moon coverage)
* juice_trajectory_assessment_comparison: generating a comparison report between 2 trajectories (Crema) 
* juice_trajectory_assessment_rst2pdf: a simple tool allowing to update the report.rst 
and re-generate the corresponding pdf.

### 1.1 Tool Details

#### 1.1.1 juice_trajectory_assessment

This tool allows to generate a Trajectory Assessment report for a given Trajectory (crema)

    juice_trajectory_assessment -c <path to configuration file>
 

the output include the report in rst, pfg and html format

#### 1.1.2 juice_trajectory_assessment_comparison

This tool allows to generate a Trajectory Assessment Comparison report comparing 2 trajectories (Crema) 

    juice_trajectory_assessment_comparison -c <path to configuration file>
 
the output include the report in rst, pfg and html format

#### 1.1.3 juice_trajectory_assessment_rst2pdf

This tool allow to refine the pdf report if needed.
For instance add a note.

    juice_trajectory_assessment_rst2pdf <path_to_rst_report>
    
The output is the corresponding pdf

### 1.2 Installation

#### 1.2.1 Prerequisites
 
* Python 3.7 or higher.

#### 1.2.2 Setup

##### 1.2.2.1 Package installation 

From command line install the following packages using pip:

    pip install juice_trajectory_assessment

            

Raw data

            {
    "_id": null,
    "home_page": "https://juigitlab.esac.esa.int/core-system/uplink/juice_trajectory_assessment",
    "name": "juice-trajectory-assessment",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "esa, Juice, EPS, OSVE, planetary, space, metrics, trajectory, assessment, crema",
    "author": "JUICE SOC team",
    "author_email": "juice_soc@cosmos.esa.int",
    "download_url": null,
    "platform": null,
    "description": "# Juice Trajectory Assessment\n\n## 1. Getting Started\n\nThis Python package provides libs and tools for to assess the Juice Trajectory reporting metrics using as inputs \nthe output provided from different SOC tools. (eps_wrapper, geopipeline, moon coverage)\n\nThe following tools are being provided:\n* juice_trajectory_assessment: reporting metrics using as inputs the output provided\n from different SOC tools. (osve_wrapper/eps_wrapper, geopipeline, moon coverage)\n* juice_trajectory_assessment_comparison: generating a comparison report between 2 trajectories (Crema) \n* juice_trajectory_assessment_rst2pdf: a simple tool allowing to update the report.rst \nand re-generate the corresponding pdf.\n\n### 1.1 Tool Details\n\n#### 1.1.1 juice_trajectory_assessment\n\nThis tool allows to generate a Trajectory Assessment report for a given Trajectory (crema)\n\n    juice_trajectory_assessment -c <path to configuration file>\n \n\nthe output include the report in rst, pfg and html format\n\n#### 1.1.2 juice_trajectory_assessment_comparison\n\nThis tool allows to generate a Trajectory Assessment Comparison report comparing 2 trajectories (Crema) \n\n    juice_trajectory_assessment_comparison -c <path to configuration file>\n \nthe output include the report in rst, pfg and html format\n\n#### 1.1.3 juice_trajectory_assessment_rst2pdf\n\nThis tool allow to refine the pdf report if needed.\nFor instance add a note.\n\n    juice_trajectory_assessment_rst2pdf <path_to_rst_report>\n    \nThe output is the corresponding pdf\n\n### 1.2 Installation\n\n#### 1.2.1 Prerequisites\n \n* Python 3.7 or higher.\n\n#### 1.2.2 Setup\n\n##### 1.2.2.1 Package installation \n\nFrom command line install the following packages using pip:\n\n    pip install juice_trajectory_assessment\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python package for reporting Juice Trajectory Assessment",
    "version": "0.6.1",
    "project_urls": {
        "Homepage": "https://juigitlab.esac.esa.int/core-system/uplink/juice_trajectory_assessment"
    },
    "split_keywords": [
        "esa",
        " juice",
        " eps",
        " osve",
        " planetary",
        " space",
        " metrics",
        " trajectory",
        " assessment",
        " crema"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fca4a094437d62ddeaef898029331640eb9541b2c542a79f7d7f97ea5344cc60",
                "md5": "6cddf91ec29645bcda3f657d7f514036",
                "sha256": "af3a78a0276b322dcae6d9d46d68fd3246f8ed0466ede43be80a00d06c37e587"
            },
            "downloads": -1,
            "filename": "juice_trajectory_assessment-0.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6cddf91ec29645bcda3f657d7f514036",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 87535,
            "upload_time": "2024-09-11T07:41:06",
            "upload_time_iso_8601": "2024-09-11T07:41:06.905495Z",
            "url": "https://files.pythonhosted.org/packages/fc/a4/a094437d62ddeaef898029331640eb9541b2c542a79f7d7f97ea5344cc60/juice_trajectory_assessment-0.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-11 07:41:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "juice-trajectory-assessment"
}
        
Elapsed time: 1.66274s