Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashlinrichardson committed Aug 5, 2024
1 parent e16c265 commit 02d4e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/merge_small.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ int main(int argc, char ** argv){
run(str("raster_warp_all.py -s 4 ./ ./small"));
run("clean");
run("find ./ -name \"*.vrt\" "); //| xargs rm")
run("find ./ -name \"tmp*\" ");
run("find ./ -name \"merge*\" ");
run(str("cd small; merge2.py"));
return 0;
}
Expand Down

0 comments on commit 02d4e68

Please sign in to comment.