Skip to content
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

Open
GaotTian opened this issue Jun 6, 2024 · 5 comments
Open

MODIS #549

GaotTian opened this issue Jun 6, 2024 · 5 comments

Comments

@GaotTian
Copy link

GaotTian commented Jun 6, 2024

Can the Nansat library process MODIS images?

@aperrin66
Copy link
Member

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
Copy link
Author

How do I use this code file, can you give me an example of loading MODIS?

@GaotTian
Copy link
Author

n = Nansat(file_name,mapper='MODIS') this is a right way?

@aperrin66
Copy link
Member

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants