Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Feb 28, 2024
1 parent 4543ee9 commit 7964963
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/asf_tools/watermasking/utils.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import os
import time

import numpy as np

from osgeo import gdal


def lat_lon_to_tile_string(lat, lon, is_worldcover: bool = False, postfix: str ='.tif'):
"""Get the name of the tile with lower left corner (lat, lon).
Expand Down Expand Up @@ -66,4 +63,4 @@ def setup_directories(dirs: list[str]):
os.mkdir(dir)
except FileExistsError as e:
# Directories already exists.
pass
pass

0 comments on commit 7964963

Please sign in to comment.