Skip to content

Instantly share code, notes, and snippets.

View PBrockmann's full-sized avatar
🙂
Working

Patrick Brockmann PBrockmann

🙂
Working
  • Climate and Environment Sciences Laboratory (LSCE)
  • Paris-Saclay - France
View GitHub Profile
@PBrockmann
PBrockmann / README.md
Last active March 8, 2024 00:53
Bubbles map
@PBrockmann
PBrockmann / README.md
Last active August 29, 2015 14:01
ESGF Data Visibility
@PBrockmann
PBrockmann / README.md
Last active November 3, 2021 21:17
CollapsibleTree Search
@PBrockmann
PBrockmann / README.md
Last active August 29, 2015 14:14
bokeh spatial map

A example to explore spatial plot with bokeh (0.7.1) using plt.image

@PBrockmann
PBrockmann / README.md
Last active August 29, 2015 14:15
Bivariate map

IPython notebook to explore bivariate mapping

@PBrockmann
PBrockmann / folium_and_sci-wms.ipynb
Last active April 19, 2016 20:02
sci-wms with folium
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@PBrockmann
PBrockmann / README.md
Last active February 19, 2016 13:24
Cartopy with some WPS output

Test of cartopy add_cyclic with some WPS output

@PBrockmann
PBrockmann / L.Graticule.js
Last active January 11, 2017 16:05
Leaflet and zoom from names of geojson features
/*
Graticule plugin for Leaflet powered maps.
*/
L.Graticule = L.GeoJSON.extend({
options: {
style: {
color: '#333',
weight: 1
},
@PBrockmann
PBrockmann / legend_interactiv.ipynb
Last active May 24, 2017 16:00
bokeh interactiv legend CustomJS
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@PBrockmann
PBrockmann / figure_SST_20_100_30_50.html
Last active May 24, 2017 16:19
legend interactiv bokeh CustomJS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bokeh Plot</title>
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-0.12.5.min.css" type="text/css" />
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-widgets-0.12.5.min.css" type="text/css" />