Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Feb 28, 2024
1 parent 7964963 commit 29ea0cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/asf_tools/watermasking/generate_osm_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import time

import geopandas as gpd
import numpy as np
from osgeo import gdal

from asf_tools.watermasking.utils import lat_lon_to_tile_string, remove_temp_files, setup_directories
Expand Down
3 changes: 1 addition & 2 deletions src/asf_tools/watermasking/generate_worldcover_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
import time

import numpy as np

from osgeo import gdal

from asf_tools.watermasking.utils import lat_lon_to_tile_string, remove_temp_files, merge_tiles, setup_directories
from asf_tools.watermasking.utils import lat_lon_to_tile_string, merge_tiles, remove_temp_files, setup_directories

PROCESSED_TILE_DIR = 'worldcover_tiles_preprocessed/'
TILE_DIR = 'worldcover_tiles_uncropped/'
Expand Down

0 comments on commit 29ea0cd

Please sign in to comment.