Skip to content

Commit

Permalink
fix typo in dl4eo blog post (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky authored Nov 21, 2024
1 parent 5ce194f commit fe069c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2024-09-05-dl4eo/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def udf(
bbox: fused.types.TileGDF = None,
chip_len: int = 256):

from utils import reaf_geotiff_rgb_3857
from utils import read_geotiff_rgb_3857

geotiff_file = 's3://fused-users/dl4eo/my_image.tif'
return read_geotiff_rgb_3857(bbox, geotiff_file, output_shape=(chip_len, chip_len))
Expand Down

0 comments on commit fe069c7

Please sign in to comment.