Skip to content

Instantly share code, notes, and snippets.

View JuveCampos's full-sized avatar
💭
👨‍💻 Ocupado

Jorge Juvenal Campos Ferreira JuveCampos

💭
👨‍💻 Ocupado
View GitHub Profile
@jjsantos01
jjsantos01 / valor_x_manzanas.ipynb
Last active April 5, 2024 01:48
Land value in Benito Juarez municipallity (Mexico City). Video at https://youtu.be/KXs8HzzIPOg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@diegovalle
diegovalle / mx_grid.R
Last active June 17, 2021 14:28
mexico geofacet
library(dplyr)
library(stringr)
library(readr)
library(ggplot2)
library(geofacet)
options(stringsAsFactors = FALSE)
mx_grid <- data.frame(
code = c(2L, 8L, 26L, 3L, 5L, 10L, 19L, 25L, 28L, 1L, 18L, 24L, 32L,
11L, 13L, 14L, 22L, 30L, 6L, 15L, 29L, 9L, 17L, 21L, 31L, 4L,