-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MODIS #549
Comments
To see the supported data, you can have a look at the list of mappers here: https://github.com/nansencenter/nansat/tree/master/nansat/mappers There is one for MODIS level 1 data, but it has not been updated in several years. |
How do I use this code file, can you give me an example of loading MODIS? |
n = Nansat(file_name,mapper='MODIS') this is a right way? |
That looks all right, although you don't have to specify the mapper, it should be selected automatically if the file you are trying to read is compatible: |
for example,the data format of the MODIS is *.hdf.but the Nansat can't support the format.can you help me? thank you! |
Can the Nansat library process MODIS images?
The text was updated successfully, but these errors were encountered: