Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Aug 12, 2017
1 parent dbb58f0 commit 3ed3a5d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
*.pyc
*~
*.swp
.DS_Store

build
dist
*.egg-info

env
env3

*.egg-info
*.pyc

*.yml
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,17 @@ Then run the script in the same directory as `config.yml` or use the `-c` argume
wms-downloader
wms-downloader -c /path/to/my_custom_config.yml
```
Help
----
```
$ wms-downloader --help
usage: Downloads large geo TIFF files from a WMS service.

positional arguments:
config config file [default: config.yml]

optional arguments:
-h, --help show this help message and exit
```
3 changes: 2 additions & 1 deletion wms_downloader/download.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
from __future__ import print_function

import argparse
import glob
import os
Expand Down

0 comments on commit 3ed3a5d

Please sign in to comment.