Skip to content

Instantly share code, notes, and snippets.

View lsaavedr's full-sized avatar

Luis Saavedra lsaavedr

View GitHub Profile
@lsaavedr
lsaavedr / tcoord_mlp.py
Created April 13, 2017 18:35 — forked from marcelino-m/tcoord_mlp.py
Transformacion de coordenadas MLP
import math as m
def mlp2sirgas(x_in, y_in):
K = 0.9993861340849
W = 0.0025759302920
T_x = 299836.7973
T_y = 6399665.955
teta= W * m.pi / 180.0