Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
R authored and R committed Feb 12, 2024
1 parent 454c022 commit 8905bbf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,15 @@ The AGB application's original purpose was to collect and prepare imagery from a
- You must also specify the year associated with the input files to run.

- To specify which tiles to run, it accepts a series of subtile coordinates or the same IDs in a file with one ID per line. Refer to the command's help information.

## Tile File Example

537000_4131000
537000_4132000
537000_4133000
537000_4134000
537000_4135000

## Sample Command

agb/view/runHyperCLV.py -o /path/to/AGB/output -c /path/to/NeonSites.csv -s MLBS -y 2017 --subtiles 537000_4131000 537000_4132000 537000_4133000 537000_4134000 537000_4135000

0 comments on commit 8905bbf

Please sign in to comment.