Skip to content

Instantly share code, notes, and snippets.

View willirath's full-sized avatar

Willi Rath willirath

View GitHub Profile
@willirath
willirath / colocate_positions_xoak.ipynb
Created November 5, 2021 13:50
Colocation of lagrangian positions with Xoak
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / Dockerfile
Created November 4, 2021 08:53
glances_demo
FROM python:3.10-buster
RUN pip install glances
RUN mkdir -p /app
COPY glances_demo.py /app/glances_demo.py
ENTRYPOINT [ "python", "/app/glances_demo.py" ]
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / NEMO_Xoak_RV_Meteor_track.ipynb
Last active April 2, 2021 10:18
# Xoak for selecting ship tracks from NEMO data
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / orca_grid_with_cartopy.ipynb
Created March 31, 2021 04:46
Fixing the ORCA longitude for plotting with Cartopy
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / Xoak_nearest_neighbour_regridding.ipynb
Last active June 24, 2021 07:35
Using Xoak for regridding from curvilinear to regular grid
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / xoak_s2geometry_VIKING20X.ipynb
Last active February 12, 2021 10:52
Xoak vs. VIKING20X data: 1.000.000 point selection
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.