Skip to content

Commit

Permalink
fixed ubmeteo dataset name
Browse files Browse the repository at this point in the history
  • Loading branch information
dsparber committed Dec 5, 2024
1 parent c95425e commit d405502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/ubmeteo/ubmeteo_glo30_relief.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
)
)

dataset = Dataset(f"Fluid/post-30-{style}.tif")
dataset = Dataset(f"Fluid/glo30-{style}.tif")

storage_path = f"v1/map/4326/hillshade/{style}"
ElevationTools.generate_tiles_for_image(
Expand Down

0 comments on commit d405502

Please sign in to comment.