Skip to Content

projections

  1. >>> from geoscript import proj
  2. >>> point = geom.Point(4.607817,50.664930)
  3. >>> point2 = proj.transform(point, 'epsg:4326', 'epsg:31370')
  4. >>> point2
  5. POINT (166901.5939415752 150507.1768997945)