Skip to content

Instantly share code, notes, and snippets.

@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 / 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.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jjclavijo
jjclavijo / Tr.ipynb
Last active March 21, 2023 22:05
Gist_clase4Mayo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jjclavijo
jjclavijo / lineasR2.ipynb
Last active August 19, 2023 14:37
Ejemplo Lineas Coordenadas en R2
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.
@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 / 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 / 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.