Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
@jjclavijo
jjclavijo / proc-Anillo.ipynb
Created April 4, 2014 02:27
Notebook de Ipython con procesamiento GPS para ver errores en la deteccion de señales periódicas diurnas y semidiurnas
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jjclavijo
jjclavijo / gpd-sjoin-nana.ipynb
Created June 15, 2020 16:03
Example of spatial join on geopandas with NaN.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jjclavijo
jjclavijo / 0.merc.poly.ipynb
Last active June 16, 2020 19:59
Ejemplo Proyección Mercator modificada con un polinomio de variable compleja
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jjclavijo
jjclavijo / 0.eqd.dos.point.ipynb
Last active June 16, 2020 20:04
Ejemplo de proyección equidistante a dos puntos
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.
@jjclavijo
jjclavijo / guia_colab.ipynb
Created October 12, 2021 18:53
COLAB: Un pequeño ejemplo introductorio
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jjclavijo
jjclavijo / vectorwrap.py
Created October 13, 2021 20:32
Script para georreferenciar archivos vectoriales, con puntos comunes
#!/usr/bin/env python3
import numpy as np
from pandas import read_table
from io import StringIO,BytesIO
import logging
import subprocess as sp
import click
log = logging.getLogger()
@jjclavijo
jjclavijo / geocode.ipynb
Last active November 11, 2021 15:48
Geocoding con Nominatim + contextily
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.