update example
This commit is contained in:
parent
09cf9c32f6
commit
1c257f3102
6
test.sh
6
test.sh
|
@ -1,7 +1,9 @@
|
||||||
venv/bin/python3 exfiltrate.py \
|
venv/bin/python3 exfiltrate.py \
|
||||||
https://wmts.nlsc.gov.tw/wmts/nURBAN/default/EPSG:3857/ \
|
https://wmts.nlsc.gov.tw/wmts/nURBAN2/default/EPSG:3857/ \
|
||||||
--zoom 20 \
|
--zoom 20 \
|
||||||
--referer https://maps.nlsc.gov.tw/ \
|
--referer https://maps.nlsc.gov.tw/ \
|
||||||
--bbox 25.076387 121.68951 25.068282 121.700175 \
|
--bbox 25.076387 121.68951 25.068282 121.700175 \
|
||||||
--dl-threads 30 \
|
--dl-threads 30 \
|
||||||
--output ~/Downloads/wmts-output/
|
--output ~/Downloads/wmts-output/ \
|
||||||
|
--download-loops 2 \
|
||||||
|
--convert
|
||||||
|
|
Loading…
Reference in New Issue