Skip to content

Instantly share code, notes, and snippets.

@NimishMishra
Created April 22, 2019 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NimishMishra/a6154df54cbfa24f3439b363dc3f3776 to your computer and use it in GitHub Desktop.
Save NimishMishra/a6154df54cbfa24f3439b363dc3f3776 to your computer and use it in GitHub Desktop.
#Lists all subdatasets of any one file
file = gdal.Open('/Users/nimishmishra/Downloads/Kanpur MODIS Data/November/2018.11.18.hdf')
for path, desc in file.GetSubDatasets():
print(desc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment