Skip to content

Commit

Permalink
Merge pull request #7 from nasa-nccs-hpda/hotfix-tilesize
Browse files Browse the repository at this point in the history
Fixing wrong callback for get_coords
  • Loading branch information
jordancaraballo authored Feb 5, 2025
2 parents 6940207 + 3ec6d5f commit 2a031f0
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 2a031f0

Please sign in to comment.