Skip to content

v0.2.54..v0.2.55 changeset ClipDatasetCommand.java

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-services/src/main/java/hoot/services/controllers/clipping/ClipDatasetCommand.java b/hoot-services/src/main/java/hoot/services/controllers/clipping/ClipDatasetCommand.java
index 057f7d4..3c5ceb5 100644
--- a/hoot-services/src/main/java/hoot/services/controllers/clipping/ClipDatasetCommand.java
+++ b/hoot-services/src/main/java/hoot/services/controllers/clipping/ClipDatasetCommand.java
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 package hoot.services.controllers.clipping;
 
@@ -66,7 +66,7 @@ class ClipDatasetCommand extends ExternalCommand {
         //Comma delimited bounds. minx,miny,maxx,maxy e.g.38,-105,39,-104
         substitutionMap.put("BOUNDS", params.getBounds());
 
-        String command = "hoot crop --${DEBUG_LEVEL} ${HOOT_OPTIONS} ${INPUT} ${OUTPUT} ${BOUNDS}";
+        String command = "hoot.bin crop --${DEBUG_LEVEL} ${HOOT_OPTIONS} ${INPUT} ${OUTPUT} ${BOUNDS}";
 
         super.configureCommand(command, substitutionMap, caller);
     }
Clone this wiki locally