Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e141565

Browse files
committed
Comment about the first run
1 parent aaf6179 commit e141565

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ You can create elevation images with:
1818
# the image s a standard PIL object, you can save or show it:
1919
image.show()
2020

21-
image.show()
21+
On every elevation requested the library will:
22+
23+
* Check if the SRTM file is stored locally
24+
* If not -- download it from NASA servers
25+
* Parse elevations from it
26+
27+
That's why the first run of your application will always take a few seconds.
2228

2329
### Exmple images
2430

0 commit comments

Comments
 (0)