https://github.com/tomlav/snippets
Snippets from my research in geo-sciences (satellite, etc...), often in python.
https://github.com/tomlav/snippets
cartopy notebook python satellite science science-research scientific-visualization snippets statistics
Last synced: 8 days ago
JSON representation
Snippets from my research in geo-sciences (satellite, etc...), often in python.
- Host: GitHub
- URL: https://github.com/tomlav/snippets
- Owner: TomLav
- License: mit
- Created: 2022-03-12T11:36:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-11T07:23:35.000Z (about 1 month ago)
- Last Synced: 2025-09-11T10:44:29.202Z (about 1 month ago)
- Topics: cartopy, notebook, python, satellite, science, science-research, scientific-visualization, snippets, statistics
- Language: Jupyter Notebook
- Homepage:
- Size: 15.6 MB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snippets
Snippets from my research in geo-sciences (satellite, etc...), often in python.## Python
1. [how to compute 2D block averages of numpy arrays](https://github.com/TomLav/snippets/blob/main/Block%20Average%20of%202D%20arrays.ipynb).
2. [how to add Antarctic ice sheets and shelves on a cartopy map](https://github.com/TomLav/snippets/blob/main/Cartopy%20Ice%20Sheet%20and%20Shelves.ipynb).
3. [read a sea-ice concentration file from the OSI SAF / CCI CDRs (over OpenDap)](https://github.com/TomLav/snippets/blob/main/Read%20OSISAF%20CCI%20Sea%20Ice%20Concentration%20CDR.ipynb).
4. [plot the OSI SAF Sea Ice Index as a spiral](https://github.com/TomLav/snippets/blob/main/Sea%20Ice%20Spiral%20with%20EUMETSAT%20OSI%20SAF%20data.ipynb)## Science
1. [investigate linear fits when both X and Y have uncertainties](https://github.com/TomLav/snippets/blob/main/Linear%20Fit%20when%20both%20X%20and%20Y%20have%20Uncertainties.ipynb).
2. [investigate pseudo-biases when dealing with the velocity / magnitude of vectors](https://github.com/TomLav/snippets/blob/main/Pseudo-biases%20with%20vector%20velocity.ipynb).## Miscellaneous
1. [code to reprocude my time diagram of passive microwave satellites](https://github.com/TomLav/snippets/blob/main/CDR%20Satellite%20Diagram%20Public.ipynb).
2. [code to plot the time abstracts are received up-until the deadline](https://github.com/TomLav/snippets/blob/main/Plot%20Abstracts%20Submission.ipynb).