Skip to content

Instantly share code, notes, and snippets.

@darribas
darribas / networkW.ipynb
Last active June 23, 2021 03:07
Spatial Weights Matrices as bundled networks
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darribas
darribas / disparities.ipynb
Created October 30, 2018 13:45
Deprivation disparities between contiguous English areas
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darribas
darribas / houston_in_15m.ipynb
Last active December 26, 2018 18:17
Houston 15 minute walks
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darribas
darribas / gridded_buildings.ipynb
Created July 19, 2019 12:34
Extracting the most building-dense grid cells in Spain
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darribas
darribas / ons_api.ipynb
Last active August 2, 2019 14:02
Access ONS geographies through their API
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darribas
darribas / install_texbuild.py
Last active March 21, 2021 18:16
`texbuild` utility to build LaTeX documents conveniently
"""
Script to install 'texbuild' in a machine
"""
import os
wd = os.getcwd() + '/'
machine = os.uname()[1].split('.')[0]
foo = open(wd + 'texBuild.py')
@darribas
darribas / Dockerfile
Last active March 6, 2023 15:49
H3 + PySAL
FROM darribas/gds:3.0
USER root
RUN apt-get install --yes cmake
RUN pip install h3
ADD ./h3_pysal.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darribas
darribas / raster_choropleths.ipynb
Created August 28, 2020 10:16
Choropleths for raster files in PySAL
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darribas
darribas / contextily_labels.ipynb
Created February 4, 2021 12:21
Contextily labels examples
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.