Skip to content

Commit

Permalink
Update tidal_histogram_ICESat2_ATL11.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley committed Aug 2, 2024
1 parent 860178a commit 58eb1de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tides/tidal_histogram_ICESat2_ATL11.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ def tidal_histogram(tile_file,
f3.close()
if REANALYSIS:
f4.close()
# close the tile file
f1.close()

# calculate coordinates in coordinate reference system of tiles
d['x'], d['y'] = transformer.transform(d['longitude'], d['latitude'])
Expand Down

0 comments on commit 58eb1de

Please sign in to comment.