transform_coordinates module

Created on Wed Feb 21 10:40:53 2018

@author: jpelda

transform_coordinates.transform_coords(geo, from_coord='epsg:3035', into_coord='epsg:4326')[source]

Transforms coordinates from given to requested coordinate system.

Parameters:
  • geo – [[x]], x is either Polygon, LineString, Point or (f,f)*i)
  • from_coord – str, coordinate system given
  • into_coord – str, coordinate system requested
Returns:

type(geo) transformed to into_coord