Skip to content

Commit

Permalink
util folder to deal with COG creation + verification
Browse files Browse the repository at this point in the history
  • Loading branch information
estopinj committed Aug 3, 2023
1 parent a0d22d8 commit a236dff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_preparation/merges_ASTER_elevation_tifs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import os
import subprocess
import sys
from tif2cog import tif2cog
from util.tif2cog import tif2cog
import numpy as np
from pathlib import Path
import glob
Expand Down
File renamed without changes.

0 comments on commit a236dff

Please sign in to comment.