MODIS
GaotTian opened this issue · 5 comments
GaotTian commented
Can the Nansat library process MODIS images?
aperrin66 commented
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.
GaotTian commented
How do I use this code file, can you give me an example of loading MODIS?
GaotTian commented
n = Nansat(file_name,mapper='MODIS') this is a right way?
aperrin66 commented
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: n = Nansat(file_name)
should be enough.
GaotTian commented
for example,the data format of the MODIS is *.hdf.but the Nansat can't support the format.can you help me? thank you!