Skip to content

Instantly share code, notes, and snippets.

@koldunovn
koldunovn / ICON_find_point_and_lot.ipynb
Created June 16, 2022 12:45
plot vertical profile in ICON
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@koldunovn
koldunovn / FESOM2_to_UGRID_for_QGIS3.16.6.py
Created April 30, 2021 20:48
Convert FESOM2 data to UGRID that QGIS3.16.6 can understand
import xarray as xr
import numpy as np
import pyfesom2 as pf
# we make it similar to this file
# ugrid = xr.open_dataset('./MDAL/tests/data/ugrid/ADCIRC/ADCIRC_BG_20190910_1t.nc')
data = xr.open_mfdataset('/Users/nkolduno/PYTHON/DATA/LCORE2/temp.fesom.*.nc')
mesh = pf.load_mesh('/Users/nkolduno/PYTHON/DATA/core2/')
@koldunovn
koldunovn / PNGWhiteTrim.py
Created August 19, 2020 17:56 — forked from thomastweets/PNGWhiteTrim.py
Python script to trim all png images with white background in a folder
import Image
import sys
import glob
import ImageOps
# Trim all png images with white background in a folder
# Usage "python PNGWhiteTrim.py ../someFolder"
try:
folderName = sys.argv[1]
@koldunovn
koldunovn / jupyter_on_dkrz_ollie.md
Last active August 9, 2018 10:42
## How to connect to Jupyter Notebook on DKRZ or Ollie

How to connect to Jupyter Notebook on DKRZ or Ollie

Ollie

If you are in the AWI network (for example through VPN), the easiest way to run jupyter notebook is to login on ollie and execute:

module load python3/3.6.3-intel2018
module load gdal/2.2.3

jupyter notebook password

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.
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.