CLI tools for CEOS-ARD to generate and validate PFS documents
Project description
CEOS-ARD CLI
CLI for working with the CEOS-ARD building blocks and PFSes.
Getting Started
In order to make working with CEOS-ARD easier we have developed command-line interface (CLI) tools.
[!TIP] Most people won't need to install this tool. Instead, you can use the CEOS-ARD Editor to edit and/or generate the CEOS-ARD PFS documents.
Installation
Pixi is a modern package management tool that handles both conda and PyPI dependencies.
- Install Pixi by following the installation instructions (don't follow the "Get Started" instructions, you only need to run the single command provided in the "Installation" section).
- Clone this repository and the ceos-ard repository:
git clone https://github.com/ceos-org/ceos-ardgit clone https://github.com/ceos-org/ceos-ard-cli
- Navigate to the directory:
cd ceos-ard-cli - Install dependencies:
pixi install - Install browser for PDF rendering:
pixi run install-browser
Run the CLI
- Run
pixi shell - Switch into the folder that contains the contents of the
ceos-ardrepository:cd ../ceos-ard - Run
ceos-ardwith the command you want to execute, e.g.ceos-ard generate-all -o build
See the available commands for further details.
Commands
ceos-ard compile: Compile PFS document to a Markdown file
To compile a PFS document to a Markdown file, run:
- With Pixi:
ceos-ard compile SR - With traditional setup:
ceos-ard compile SR
The last part is the PFS to create, e.g. SR or NRB.
Check ceos-ard compile --help (or ceos-ard compile --help) for more details.
ceos-ard generate: Create Word/HTML/PDF documents for a single PFS
To create the Word, HTML, and PDF versions of a single PFS, run:
- With Pixi:
ceos-ard generate SR - With traditional setup:
ceos-ard generate SR
The last part is the PFS to create, e.g. SR or NRB.
To create a combined PFS, e.g. SAR, the following command can be used:
ceos-ard generate NRB POL ORB GSLC -o ../ceos-ard/build/ -i ../ceos-ard --docx --title="Combined Synthetic Aperture Radar" --version="1.1" --pfs-type="SAR" --id="SAR"
Check ceos-ard generate --help (or ceos-ard generate --help) for more details.
ceos-ard generate-all: Create Word/HTML/PDF documents for all PFSes
To create the Word, HTML, and PDF versions for all PFSes, run:
- With Pixi:
ceos-ard generate-all - With traditional setup:
ceos-ard generate-all
Check ceos-ard generate-all --help (or ceos-ard generate-all --help) for more details.
ceos-ard validate: Validate CEOS-ARD components
To validate (most of) the building blocks, run:
- With Pixi:
ceos-ard validate - With traditional setup:
ceos-ard validate
Check ceos-ard validate --help (or ceos-ard validate --help) for more details.
Development
- Fork this repository if you plan to change the code or create pull requests.
- Clone either your forked repository or this repository, e.g.
git clone https://github.com/ceos-org/ceos-ard-cli - Switch into the newly created folder:
cd ceos-ard-cli - Follow the Installation instructions above
- Install dependencies and set up the development environment:
pixi run -e dev install-dev - Switch into the development envionment:
pixi shell -e dev - You can now run the CLI in development mode as normal.
- Run the checks (lint, format, tests) through
pixi run check-all - Optionally, you can install pre-commit hooks (
pre-commit install) to run lint and format automatically for each commit.
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ceos_ard_cli-0.5.1.tar.gz.
File metadata
- Download URL: ceos_ard_cli-0.5.1.tar.gz
- Upload date:
- Size: 38.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7acd435eb908e5fac4aa46efb8a712d490fe140592b64b2c4fbe837a1de59f32
|
|
| MD5 |
63ae115d98703174b5e0893dede7684c
|
|
| BLAKE2b-256 |
48d8aedb0244d4854d29181174c7961cce4a246f3bf498e31fe7b38e6c8dadac
|
File details
Details for the file ceos_ard_cli-0.5.1-py3-none-any.whl.
File metadata
- Download URL: ceos_ard_cli-0.5.1-py3-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1804692309fa76e9726be5345f6d1e27b844e4102e8207c20da49406c89fde8d
|
|
| MD5 |
69ed0dd9050658971381c94d37de5891
|
|
| BLAKE2b-256 |
3573d9a53893b74e2e7affdec1db4d08f8cc0a8428ba9ad431124be142b1d293
|