Skip to content

Commit

Permalink
fix: spell check
Browse files Browse the repository at this point in the history
Signed-off-by: Barış Zeren <[email protected]>
  • Loading branch information
StepTurtle committed Nov 21, 2024
1 parent d6975ae commit 40e4076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def generate_yaml_dict(layer_filtered_grids, grid_edge_size, mgrs_grid) -> dict:
dict: A dictionary containing grid metadata for YAML output.
"""
mgrs_object = mgrs.MGRS()
zone, northp, origin_x, origin_y = mgrs_object.MGRSToUTM(mgrs_grid)
zone, hemisphere, origin_x, origin_y = mgrs_object.MGRSToUTM(mgrs_grid)

metadata_yaml = {}
for filtered_grid in layer_filtered_grids:
Expand Down

0 comments on commit 40e4076

Please sign in to comment.