fix most folders capitalization
This commit is contained in:
@@ -26,11 +26,8 @@ xStart,xEnd,yStart,yEnd = 0,0,0,0
|
||||
imgW = 0
|
||||
imgH = 0
|
||||
|
||||
import sys
|
||||
sys.path.append("./py2lib")
|
||||
sys.path.append("./radar")
|
||||
import py2Lib.bit
|
||||
from RadarProcessor import *
|
||||
import bit
|
||||
|
||||
async def getValidTimestamps(boundaries:ImageBoundaries) -> list:
|
||||
"""Gets all valid UNIX timestamps for the TWCRadarMosaic product """
|
||||
|
||||
Reference in New Issue
Block a user