Refactor: typing cleanup, 경로 하드코딩 제거, GPS 데이터 Lon/Lat 분리, 불필요 모듈 삭제
This commit is contained in:
6
test.py
6
test.py
@@ -5,9 +5,9 @@ import PoleXLS as myxl
|
||||
import VWorldAPIs as vwapi
|
||||
|
||||
|
||||
ImgDirPath = "/Volumes/ExSSD/Working/Images"
|
||||
ImgSortedPath = "/Volumes/ExSSD/Working/Sorted"
|
||||
XlsDirPath = "/Users/minarinari/Workspace/Python/UtilityPole_Info"
|
||||
ImgDirPath = util.NormalizePath("/Volumes/ExSSD/Working/Images")
|
||||
ImgSortedPath = util.NormalizePath("/Volumes/ExSSD/Working/Sorted")
|
||||
XlsDirPath = util.NormalizePath("/Users/minarinari/Workspace/Python/UtilityPole_Info")
|
||||
|
||||
indexFile = ".index.maps"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user