Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
spestana authored Mar 16, 2024
1 parent 3fedee2 commit 4de9868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goes_ortho/orthorectify.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def ortho(goes_image_path, data_vars, bounds, api_key, new_goes_filename, dem_fi
bounds : list
longitude and latitude bounds to clip and orthorectify GOES ABI image, like [min_lon, min_lat, max_lon, max_lat]
api_key : str
Opentopography.org ABI key, can be created at https://portal.opentopography.org/requestService?service=api
Opentopography.org API key, can be created at https://portal.opentopography.org/requestService?service=api
new_goes_filename : str
new filepath and filename to save the orthorectified image to
dem_filepath : str
Expand Down

0 comments on commit 4de9868

Please sign in to comment.