diff --git a/bdtopo/src/main/groovy/org/orbisgis/geoclimate/bdtopo/BDTopoV3Workflow.groovy b/bdtopo/src/main/groovy/org/orbisgis/geoclimate/bdtopo/BDTopoV3Workflow.groovy index b2f97c753f..a81f54306c 100644 --- a/bdtopo/src/main/groovy/org/orbisgis/geoclimate/bdtopo/BDTopoV3Workflow.groovy +++ b/bdtopo/src/main/groovy/org/orbisgis/geoclimate/bdtopo/BDTopoV3Workflow.groovy @@ -206,7 +206,7 @@ def filterLinkedShapeFiles(def location, float distance, LinkedHashMap inputTabl return true } else { - throw new Exception("Cannot find any commune with the insee code : $location") + throw new Exception("Cannot find any commune for the following bbox or insee code : $location") } } diff --git a/bdtopo/src/test/groovy/org/orbisgis/geoclimate/bdtopo/WorkflowDebugTest.groovy b/bdtopo/src/test/groovy/org/orbisgis/geoclimate/bdtopo/WorkflowDebugTest.groovy index 83a30aa081..7e727d8cff 100644 --- a/bdtopo/src/test/groovy/org/orbisgis/geoclimate/bdtopo/WorkflowDebugTest.groovy +++ b/bdtopo/src/test/groovy/org/orbisgis/geoclimate/bdtopo/WorkflowDebugTest.groovy @@ -137,7 +137,7 @@ class WorkflowDebugTest { @Test void testIntegrationFolderInput() { def input_data = "/home/bernardj/Data/BDT/V3/BDTOPO_3-3_TOUSTHEMES_SHP_LAMB93_R11_2024-03-15" - def locations = [[6961277.075588564, 653602.1968784243, 6962277.075588564, 654602.1968784243], + def locations = [ [6864452.136340265, 651978.2850116278, 6865452.136340265, 652978.2850116278]] String directory = "/tmp/bdtopo3" File dirFile = new File(directory)