Skip to content

Commit

Permalink
Update modisUtils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMokros authored Sep 1, 2024
1 parent 5496d77 commit e77699b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/geog0111/modisUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ def getModisTiledata(doy=None,year=2020, month=1, day=1,tile='h08v06',\
# read the dataset
gsub = gdal.Open(filename)
#gFix would work, if yoiu had write permission
gFix(filename,gsub)
#gFix(filename,gsub)
if gsub:
data = gsub.ReadAsArray()
sds_name = get_sds_name(name,product)
Expand Down

0 comments on commit e77699b

Please sign in to comment.