Skip to content

Commit

Permalink
Singular
Browse files Browse the repository at this point in the history
  • Loading branch information
marklit committed Jul 10, 2024
1 parent 3ad0538 commit 58b9aa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ $ python -m pip install -r ~/geotiffs/requirements.txt

```bash
$ wget https://umbra-open-data-catalog.s3.amazonaws.com/sar-data/tasks/Suvarnabhumi%20International%20Airport,%20Thailand/79a1d617-8ca7-460a-9327-7f5e3b2f2ba4/2024-05-19-02-50-10_UMBRA-05/2024-05-19-02-50-10_UMBRA-05_GEC.tif
$ python main.py stacks 2024-05-19-02-50-10_UMBRA-05_GEC.tif

$ python main.py stack 2024-05-19-02-50-10_UMBRA-05_GEC.tif
```

```json
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def parse_tiff(lines:list):


@app.command()
def stacks(filename:str):
def stack(filename:str):
lines = execute('tiffinfo -i %s' % quote(filename))\
.stdout\
.strip()\
Expand Down

0 comments on commit 58b9aa2

Please sign in to comment.