Skip to content

Instantly share code, notes, and snippets.

View philippemiron's full-sized avatar

Philippe Miron philippemiron

View GitHub Profile
@philippemiron
philippemiron / keybase.md
Last active October 7, 2019 02:37
keybase.md

Keybase proof

I hereby claim:

  • I am philippemiron on github.
  • I am philippemiron (https://keybase.io/philippemiron) on keybase.
  • I have a public key ASBE7B2VlYft-Sa9nCCgF41-Nq1AQVBm6I_G_gOry4tjKwo

To claim this, I am signing this object:

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@philippemiron
philippemiron / Day1_#100DaysofCode.ipynb
Last active May 9, 2020 16:09
Retrieving image from Sentinel satellites
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.
@philippemiron
philippemiron / day4.ipynb
Created May 11, 2020 00:06
GDP drifters clustering by location and temperature
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@philippemiron
philippemiron / daily_interpolation.ipynb
Created May 16, 2020 01:31
Daily interpolation of a trajectory crossing the dateline
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@philippemiron
philippemiron / matplotlib_subplots_size.ipynb
Last active June 1, 2020 15:30
Size of subplots when hiding axis of one of them.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@philippemiron
philippemiron / centering_cartopy.ipynb
Last active June 16, 2020 22:59
Attempt to center the logo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@philippemiron
philippemiron / cartopy_bathymetry.py
Created May 4, 2020 20:05
Problem with cartopy NaturalEarthFeature bathymetry feature
import numpy as np
import matplotlib.pyplot as plt
import cartopy.feature as cfeature
import cartopy.crs as ccrs
from cartopy.mpl.ticker import LongitudeFormatter, LatitudeFormatter
fig = plt.figure(figsize=(10, 4), dpi=300)
ax = fig.add_subplot(1, 1, 1, projection=ccrs.PlateCarree(), aspect='equal')
ax.set_extent([-80, 10, 35, 80], crs=ccrs.PlateCarree())
@philippemiron
philippemiron / nsf_fundings.ipynb
Last active July 4, 2020 13:18
NSF historical awards exploration
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.