Skip to content

Instantly share code, notes, and snippets.

@hevgyrt
hevgyrt / create_NetCDF_CF_ACDD.ipynb
Last active September 7, 2023 00:16
How to make a NetCDF file compliant with CF and ACDD
View create_NetCDF_CF_ACDD.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hevgyrt
hevgyrt / aen_webinar_netcdf_cf_acdd.ipynb
Last active August 24, 2022 12:26
Tutorial for how to create CF and ACDD compliant NetCDF files in the context of the Nansen Legacy project
View aen_webinar_netcdf_cf_acdd.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hevgyrt
hevgyrt / POC_Sentinel-2_L2A_aggregated_product.ipynb
Last active April 5, 2022 11:12
Sentinel-2 L2A proof of concept from satellittdata.no
View POC_Sentinel-2_L2A_aggregated_product.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View read_datacube_bb_project.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hevgyrt
hevgyrt / read_data_from_tds_basemap.ipynb
Created February 6, 2018 12:52
Script for interactive plotting of Sentinel-2 scenes from nbstds.met.no (Nasjonalt BakkeSegment) upon a background map.
View read_data_from_tds_basemap.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hevgyrt
hevgyrt / geof321_analysing_output.ipynb
Created February 25, 2020 13:17
analysing output in geof321 openIFS assignment by trygve and martin
View geof321_analysing_output.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hevgyrt
hevgyrt / plot_aoi.py
Created January 21, 2020 13:32
generic script for plotting AOI in py3 using cartopy
View plot_aoi.py
# inspired by https://scitools.org.uk/cartopy/docs/v0.16/gallery/effects_of_the_ellipse.html
import matplotlib.pyplot as plt
import matplotlib
import cartopy.crs as ccrs
import cartopy.feature as cfeature
from matplotlib.patheffects import Stroke
import numpy as np
import shapely.geometry as sgeom
import matplotlib.ticker as mticker
@hevgyrt
hevgyrt / sentinel_3_opendap_example.ipynb
Created December 12, 2019 14:05
Test for reading Sentinel-3 OCLI L1 in NetCDF/CF
View sentinel_3_opendap_example.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hevgyrt
hevgyrt / s1_s2_sea_ice_concentration.ipynb
Last active November 20, 2019 09:04
Calculating sea ice concentration in overlapping, aligned areas for Sentinel-1 and Sentinel-2 data in NetCDF/CF from satellittdata.no
View s1_s2_sea_ice_concentration.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View monitor_change_sentinel_2.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.