Skip to content

Commit

Permalink
fix earthdata wrong spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanAmr3 committed Feb 29, 2024
1 parent fdba830 commit b50e3d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions earthstat/earthstat.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ def initDataDir(self, path):
self.predictor_pathes = loaded_paths
self.predictor_example = self.predictor_pathes[0]

print("\nPredictor Initialized Correcly, Initialize The Mask")
print("\nPredictor Initialized Correctly, Initialize The Mask")

def initMask(self, mask_path):
self.mask_path = mask_path
print("Mask Initialized Correcly, Initialize The Shapefile")
print("Mask Initialized Correctly, Initialize The Shapefile")

def initShapefile(self, shapefile_path):
self.shapefile_path = shapefile_path
print("Shapefile Initialized Correcly, Now Check The Data Compatibility")
print("Shapefile Initialized Correctly, Now Check The Data Compatibility")

def DataCompatibility(self):
compatibility_result = checkDataCompatibility(
Expand Down

0 comments on commit b50e3d2

Please sign in to comment.