Last active
March 6, 2023 15:49
-
-
Save darribas/c909209bc58fc0deddf46d8ec8fce6d0 to your computer and use it in GitHub Desktop.
H3 + PySAL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM darribas/gds:3.0 | |
USER root | |
RUN apt-get install --yes cmake | |
RUN pip install h3 | |
ADD ./h3_pysal.ipynb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment