nansencenter/nansat

MODIS

GaotTian opened this issue · 5 comments

Can the Nansat library process MODIS images?

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: n = Nansat(file_name) should be enough.

for example,the data format of the MODIS is *.hdf.but the Nansat can't support the format.can you help me? thank you!