Metadata-Version: 2.1
Name: getpersiann
Version: 0.1.2
Summary: Download and process Persiann data
Author-email: Tomás Calvi <tcalvi@ina.gob.ar>, Juan Bianchi <jbianchi@ina.gob.ar>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# get persiann
## download
```bash
$ persiann-download --help
usage: persiann-download [-h] [-o OUTPUT_DIR] timestart timeend

Downloads persiann data

positional arguments:
  timestart             Start datetime (YYYY-MM-DD)
  timeend               End datetime (YYYY-MM-DD)

options:
  -h, --help            show this help message and exit
  -o OUTPUT_DIR, --output-dir OUTPUT_DIR
```
## process
```bash
$ persiann-process --help
usage: processpersiann [-h] [-f FILENAME] [-i INPUT_DIR] [-o OUTPUT_DIR] [-b BBOX_FILE]

Processes persiann data

options:
  -h, --help            show this help message and exit
  -f FILENAME, --filename FILENAME
  -i INPUT_DIR, --input-dir INPUT_DIR
  -o OUTPUT_DIR, --output-dir OUTPUT_DIR
                        Output directory, or output file path when used together with -f
  -b BBOX_FILE, --bbox-file BBOX_FILE
```
