File: cli.md

package info (click to toggle)
antimeridian 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,948 kB
  • sloc: python: 1,165; sh: 8; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Command line interface

The **antimeridian** CLI (command line interface) takes a GeoJSON file path as
its input, and outputs a fixed GeoJSON dictionary to standard output.

## Installation

Install with **pip**:

```shell
python -m pip install 'antimeridian[cli]'
```

## Usage

::: mkdocs-click
    :module: antimeridian._cli
    :command: cli