Skip to content

Commit 8b87ed0

Browse files
committed
Merge pull request tkrajina#1 from marians/patch-1
Some basic usage explanation would be ace
2 parents b768608 + 4755376 commit 8b87ed0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ Shuttle Radar Topography Mission elevation data python parser and utilities
22

33
See: http://www2.jpl.nasa.gov/srtm/
44

5+
Usage:
6+
7+
>>> import srtm
8+
>>> get_data = srtm.get_data()
9+
>>> print 'CGN Airport elevation (meters):', get_data.get_elevation(50.8682, 7.1377)

0 commit comments

Comments
 (0)