Guest User

Untitled

a guest
Jun 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. x = 3862525.511
  2. y = -109738.522
  3.  
  4. cartesian = ?
  5. wgs84 = pyproj.Proj(init='epsg:4326')
  6. new_x, new_y = pyproj.transform(cartesian, wgs84, x, y)
Add Comment
Please, Sign In to add comment