Skip to content

Commit

Permalink
Fixing wrong callback for get_coords
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Feb 5, 2025
1 parent 2df7886 commit 3ec6d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion model/CCDCPipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _get_gee_credential(account, key):
print(f"Error creating GEE credentials: {str(e)}")
raise

def _getCoords(self, file):
def _get_coords(self, file):
"""
Extract coordinates from a raster file and convert
them to EPSG:4326 projection.
Expand Down

0 comments on commit 3ec6d5f

Please sign in to comment.