Last active
June 11, 2020 11:04
-
-
Save abhishekmamdapure/1564e153dd4dd73e2265d6ee85e2d425 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lats = data.variables['lat'][:] | |
longs = data.variables['lon'][:] | |
time = data.variables['time'][:] | |
tave = data.variables['tave'][:] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment