示例#1
0
 def get(self, file1, file2, operator):
     file1 = "http://" + file2.split("http://")[0]
     file1 = file1[:-1]
     file2 = "http://" + file2.split("http://")[1]
     result = utils.binaryMathRaster(file1, file2, operator)
     return result