Skip to content

Commit

Permalink
change footprint cli output file extention name
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 18, 2024
1 parent d57243a commit ce047b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gov/nasa/podaac/forge/FootprintCLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static void main(String[] args) {
String granuleFile = args[0];
String configFile = args[1];
String footprint = "";
String filePath = granuleFile + ".fp";
String filePath = granuleFile + ".footprint.wkt";

try {
System.out.println("Processing File");
Expand Down

0 comments on commit ce047b0

Please sign in to comment.