Skip to content

Commit

Permalink
Rename proj4 argument to use
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Oct 11, 2023
1 parent 13ed926 commit 0c6289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyresample/area_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def get_area_def(area_id, area_name, proj_id, proj4_args, width, height, area_ex
area_def : object
AreaDefinition object
"""
return create_area_def(area_id, proj_dict, description=area_name, proj_id=proj_id,
return create_area_def(area_id, proj4_args, description=area_name, proj_id=proj_id,
shape=(height, width), area_extent=area_extent)


Expand Down

0 comments on commit 0c6289b

Please sign in to comment.