pytroll / pytroll-examples

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

Create meris_l2.ipynb #44

Open johannesocean opened 3 years ago

review-notebook-app[bot] commented 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

mraspaud commented 3 years ago

@JohannesSMHI Thanks for adding this example!

I see that you have the image embedded in the notebook, which increases the size to 5.5MB. This is quite large for a gh repo, so I would suggest you link to the image instead. We are looking at ways of doing is in a sustainable manner, but a solution that works for me is to have a copy of the notebook on kaggle and link the image from there in this repo's notebook.

Check these links to see how I did with the SAR example: https://github.com/pytroll/pytroll-examples/blob/main/satpy/sentinel1-false-color.ipynb https://www.kaggle.com/martinraspaud/sar-ice-imagery

johannesocean commented 3 years ago

Olala, I´m learning something new every day :D Nice tool (kaggle)! I installed the last commit from my satpy fork, I guess we could change this later to just "pip install satpy".