Skip to content

Instantly share code, notes, and snippets.

@RutgerK
RutgerK / geopandas_bokeh.ipynb
Created November 2, 2017 08:35
GeoPandas Bokeh example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@RutgerK
RutgerK / Numba_regression.ipynb
Created July 12, 2017 15:20
Numba_regression
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@RutgerK
RutgerK / numba_median.ipynb
Last active July 12, 2017 09:31
Numba_median
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@RutgerK
RutgerK / gdal_blocksize.ipynb
Last active May 10, 2017 09:53
GDAL blocksize
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@RutgerK
RutgerK / gdal_rasterize.ipynb
Last active May 9, 2017 08:48
GDAL Rasterize empty polygon
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@RutgerK
RutgerK / scipy_sg.ipynb
Last active March 21, 2017 14:42
scipy_sg_filter
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@RutgerK
RutgerK / conda_tqdm.txt
Created January 18, 2017 14:06
conda_tqdm
(condabg) C:\Users\Rutger>conda install tqdm=4.10.0 -c conda-forge -y -v -v -v
DEBUG conda.cli.main:_main(135): verbosity set to 3
DEBUG conda.core.index:fetch_index(440): channel_urls=OrderedDict([('https://conda.anaconda.org/conda-forge/win-64', ('conda-forge', 0)), ('https://conda.anaconda.org/conda-forge/n
', ('defaults', 1)), ('https://repo.continuum.io/pkgs/free/noarch', ('defaults', 1)), ('https://repo.continuum.io/pkgs/r/win-64', ('defaults', 1)), ('https://repo.continuum.io/pkgs
', ('defaults', 1)), ('https://repo.continuum.io/pkgs/pro/noarch', ('defaults', 1)), ('https://repo.continuum.io/pkgs/msys2/win-64', ('defaults', 1)), ('https://repo.continuum.io/p
Fetching package metadata ...DEBUG requests.packages.urllib3.util.retry:from_int(191): Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None)
DEBUG conda.core.index:fetch_repodata(376): Using cached repodata for https://conda.anaconda.org/conda-forge/win-64 at C:\Miniconda3\pkgs\cache\5afe41e9.json. Timeout in 23023 se
@RutgerK
RutgerK / radar_coords.py
Last active December 14, 2016 12:39
Radar_coordinates
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
@RutgerK
RutgerK / es_distance,ipynb
Created December 5, 2016 15:52
Earth Sun Distance
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
@RutgerK
RutgerK / ogr_kml.ipynb
Created December 1, 2016 08:32
ogr_kml
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.