Skip to content

Commit

Permalink
Merge pull request #6 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
style fixed
  • Loading branch information
santiago123x authored Sep 20, 2024
2 parents 71a6fb7 + 71c39df commit df3526f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ Use the `main.py` script located inside the src/download_process/ directory to s
Command-line Parameters
The script accepts several command-line arguments to control the process:

`-o` or `--outputs`: Path where processed data will be saved.
`-s` or `--startDate`: Start date for downloading data, formatted as YYYY-MM.
`-e` or `--endDate`: End date for downloading data, formatted as YYYY-MM.
`-c` or `--country`: Country for which the data is being cut.
`-d` or `--download`: Path where raw data will be downloaded.
`-w` or `--workspace`: Geoserver workspace where the data will be uploaded.
- `-o` or `--outputs`: Path where processed data will be saved.
- `-s` or `--startDate`: Start date for downloading data, formatted as YYYY-MM.
- `-e` or `--endDate`: End date for downloading data, formatted as YYYY-MM.
- `-c` or `--country`: Country for which the data is being cut.
- `-d` or `--download`: Path where raw data will be downloaded.
- `-w` or `--workspace`: Geoserver workspace where the data will be uploaded.

## Usage examples

Expand Down

0 comments on commit df3526f

Please sign in to comment.