-
Notifications
You must be signed in to change notification settings - Fork 0
/
file organisation.txt
63 lines (56 loc) · 1.12 KB
/
file organisation.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Geocache class
init
checkUpdateCache
updateCache
checkUnique
distanceToHome
look into using __slots__ to lock down attributes
Utility module
DMToDD(string)
DDToDM(float, latOrLon)
toBool(string)
convertToRange(float)
initializeMatrix()
outputMatrix(matrix)
stateCode(states)
countryCode(countries)
homeLocation class
init
setLocation #menu
enterNewLocation
setCurrentLocation
deleteLocation
noLocationChoice
stats module
statsToConsole(caches)
statsToHTML(caches)
unused module
printCacheFull
printCacheMid
printCacheShort
displayCache
debug()
main
calculateMatrix #requires caches
readGPX #requires caches but could return a list?
getText(nodelist)
printHeader(name, timeCreated, numWpts)
searchMatrix(matrix, output)
pickGPX()
loadDatabase
saveDatabase
initHTML(outFile)
exportHTML(cache, outFile, desc=1)
showHTML(outFile)
closestCaches()
outputCSV()
removeUnfoundCaches()
DTComboMatrix()
importGPX()
outputCacheList()
outputGPXToGarmin()
setFound(gcidList)
setFTF(gcidList)
buildListOfGCID()
alterStatus()
mainMenu()