Method documentation update
This commit is contained in:
@@ -267,7 +267,7 @@ def convertLongToDMS(lat_long):
|
|||||||
return convertLatLongToDMS(lat_long, is_longitude = True)
|
return convertLatLongToDMS(lat_long, is_longitude = True)
|
||||||
|
|
||||||
# METHOD: longLatReg
|
# METHOD: longLatReg
|
||||||
# PARAMS: latitude, longitude
|
# PARAMS: latitude in (n,n.nNSEW format), longitude
|
||||||
# RETURN: dict with converted lat/long
|
# RETURN: dict with converted lat/long
|
||||||
# DESC : converts the XMP/EXIF formatted GPS Long/Lat coordinates
|
# DESC : converts the XMP/EXIF formatted GPS Long/Lat coordinates
|
||||||
# from the <Degree>,<Minute.Second><NSEW> to the normal float
|
# from the <Degree>,<Minute.Second><NSEW> to the normal float
|
||||||
|
|||||||
Reference in New Issue
Block a user