Skip to content

Instantly share code, notes, and snippets.

@darribas
darribas / workbench.ipynb
Created May 2, 2023 19:13
Geospatial workbench
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.
@darribas
darribas / py_r_parquet.ipynb
Created June 24, 2021 10:10
Back and forth between geo-R/Python with Parquet
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.
@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.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@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
@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 / 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 / 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.