Metadata-Version: 2.1
Name: getpersiann
Version: 0.1.0
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
$ downloadpersiann --help
usage: downloadpersiann [-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
```
