Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Feb 28, 2024
1 parent 18cbed2 commit 6ac972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asf_tools/watermasking/generate_worldcover_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def crop_tile(tile, lat, lon, tile_width, tile_height):
pixel_size_x, pixel_size_y = 0.00009009009, -0.00009009009

src_ds = gdal.Open(in_filename)
gdal.Translate(
gdal.Translate(
out_filename,
src_ds,
projWin=[lon, lat+tile_height, lon+tile_width, lat],
Expand Down

0 comments on commit 6ac972a

Please sign in to comment.