pytroll / pytroll-examples

Collection of examples for pytroll satellite data processing
GNU General Public License v3.0
76 stars 34 forks source link

Is there have some pytroll-examples data? #3

Open xigrug opened 6 years ago

xigrug commented 6 years ago

I want to plot the MODIS true color image using Satpy and Pyspectral with https://github.com/pytroll/pytroll-examples/blob/master/satpy/satpy_rayleigh_modis.ipynb

But I don't know which kind of data I should use, is there some example data?or just show the name of data

djhoese commented 6 years ago

Sorry but we do not currently provide test data for our examples, but it is something we hope to do in the future. For MODIS L1B files you can probably find some on LAADS: https://ladsweb.modaps.eosdis.nasa.gov/

You'll want the MOD02 and MOD03 files.

@adybbroe Maybe in addition to the packages used we should include a table of the filenames involved. I wonder if we can make the notebook cells collapsable so they don't take up so much space. Or maybe we should add documentation to the top of the reader modules/file handlers on what formats they support and where to get them. Then the examples could just link to those.

xigrug commented 6 years ago

That will be more useful, thank you very much