No project description provided
Project description
🪢 JUICE Planning Harmonisation System
juice-phs is a Python package that supports the Detailed Scenario Exercises during the Observation Plan, Pointing and Instrument Timeline Harmonisation processes.
🛠️️ Prerequisites
- A computer based on a 64-bit Unix operating system: Linux or Mac
- Python 3.8 (or higher)
⎆ Python Installation
Install geopipeline with:
pip install [--upgrade] juice-geopipeline
You can install geopipeline locally from the repository:
git clone https://juigitlab.esac.esa.int/core-system/uplink/geopipeline
cd geopipeline
pip install .
Using the library
After installing the library can be used with the Python Shell or with its CLI.
Python Shell
A basic test of the library contents can be done as follows:
from itl import export_timeline
output_dir = '.'
csvfile = 'tests/data/juice_example.csv'
export_timeline(output_dir, csvfile)
Command line interface
The package has a number of CLI entry points:
opl2otl
convert Observation Plan (OPL
) to Observation Timeline (OTL
).opl2otc
convert Observation Plan (OPL
) to Observation Timeline Coverage (OTC
).
Usage examples are provided hereunder. Using the following input Observation Plan:
RIME_PRIME_OBSERVATION,2032-07-02T16:09:54.000Z,2032-07-02T16:31:31.000Z,RIME_EUROPA_FLYBY_02,RIME
RPWI_OBSERVATION,2032-07-02T16:08:54.000Z,2032-07-02T16:32:31.000Z,RPWI_In_situ_slow_Radio_Full,RPWI
RPWI_OBSERVATION,2032-07-02T06:52:25.000Z,2032-07-02T14:52:25.000Z,RPWI_In_situ_normal_Radio_Full,RPWI
JANUS_PRIME_OBSERVATION,2032-07-02T04:18:40.000Z,2032-07-02T04:32:00.000Z,SJS0004C50A_UVS_SAT_STELL_OCC_A,JANUS
with:
opl2otl -h
usage: opl2otl [-h] [-o OUTPUT] [-s SCENARIO] [-i ITERATION] [-u] csv
juice-itl: convert Observation Plan (OPL) to Observation Timeline (OTL).
positional arguments:
csv Observation Plan (OPL) CSV input file.
optional arguments:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Output directory (default: Current).
-s SCENARIO, --scenario SCENARIO
Scenario Identifier (default: E001).
-i ITERATION, --iteration ITERATION
Iteration reference (default: S01P00).
-u, --utc File times as UTC (default: Relative to events).
with the following arguments:
opl2otl opl_input.csv
generates the following directory structure:
.
|-- EVF_E001_01_SOC_S01P01.EVF
|-- EVF_E001_01_SOC_SXXPYY.EVF
|-- JANUS
| |-- OTL_E001_01_JAN_S01P01.ITL
| `-- OTL_E001_01_JAN_SXXPYY.ITL
|-- RIME
| |-- OTL_E001_01_RIM_S01P01.ITL
| `-- OTL_E001_01_RIM_SXXPYY.ITL
`-- RPWI
|-- OTL_E001_01_RPW_S01P01.ITL
`-- OTL_E001_01_RPW_SXXPYY.ITL
with the following content for OTL_E001_01_RPW_SXXPYY.ITL
:
PTR_OBS_END (COUNT = 1) 02:20:25 RPWI OBS_START RPWI_In_situ_normal_Radio_Full
PTR_OBS_START (COUNT = 2) -01:17:29 RPWI OBS_END RPWI_In_situ_normal_Radio_Full
PTR_OBS_START (COUNT = 2) -00:01:00 RPWI OBS_START RPWI_In_situ_slow_Radio_Full
PTR_OBS_END (COUNT = 2) 00:01:00 RPWI OBS_END RPWI_In_situ_slow_Radio_Full
with :
opl2qlc -h
usage: opl2otc [-h] [-o OUTPUT] csv
juice-itl: convert Observation Plan (OPL) to Observation Timeline Coverage (OTC).
positional arguments:
csv Quick-Look Coverage input CSV input file.
optional arguments:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Output file (default: qlc_output.csv at current directory).
with the following arguments:
opl2otc opl_input.csv -o otc_output.csv
generates the following output file:
RIME_EUROPA_FLYBY_02,2032-07-02T16:09:54.000Z,2032-07-02T16:31:31.000Z,0,RIME
RPWI_In_situ_slow_Radio_Full,2032-07-02T16:08:54.000Z,2032-07-02T16:32:31.000Z,0,RPWI
RPWI_In_situ_normal_Radio_Full,2032-07-02T06:52:25.000Z,2032-07-02T14:52:25.000Z,0,RPWI
SJS0004C50A_UVS_SAT_STELL_OCC_A,2032-07-02T04:18:40.000Z,2032-07-02T04:32:00.000Z,0,JANUS
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file juice_phs-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: juice_phs-0.2.0-py3-none-any.whl
- Upload date:
- Size: 33.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0215d60687b0d49b1e5cfb9ee521f4773285adf40d8c5576fd4ad8e7259b74f5 |
|
MD5 | 78567c3a6ff3af7a49e2d332b1c8fe1e |
|
BLAKE2b-256 | 595afd17b24b715890fcd02abd3d8857b9e773b90b22cae33c6d470bd04dd4b0 |