doc precision

This commit is contained in:
vv01f 2019-06-06 00:33:26 +02:00
parent 15a7473f39
commit 475bc747c4
Signed by untrusted user who does not match committer: vv01f
GPG Key ID: 02625A16AC1D1FF6
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ else:
# for retreiving geo coordinates from addresses
geolocator = Nominatim(user_agent="my-mapper")
# lat: 0=111,1km,1=11km,2=1km… lng: 0=70km,1=7km,2=.7km…
precision = 2
# get data from file
with open( fn, 'r' ) as fp: