Skip to main content
14 events
when toggle format what by license comment
S May 13, 2023 at 12:12 history edited Vince CC BY-SA 4.0
English usage
S May 13, 2023 at 12:12 history suggested Mads Skjern CC BY-SA 4.0
deprecated changed to "result in deprecation warning"
May 13, 2023 at 9:50 review Suggested edits
S May 13, 2023 at 12:12
Mar 23, 2023 at 16:20 comment added Alexey As zabob said, now, recommended usage is: transformer = Transformer.from_crs("EPSG:4326", "EPSG:3857") x2, y2 = transformer.transform(x1, y1)
Jan 13, 2022 at 16:10 comment added zabop Now transform is also deprecated: pyproj4.github.io/pyproj/stable/…
Jan 26, 2021 at 1:21 comment added snowman2 This will also be good to reference: pyproj4.github.io/pyproj/stable/…
Jan 26, 2021 at 1:20 comment added snowman2 This might be helpful to reference: pyproj4.github.io/pyproj/stable/…
Feb 22, 2020 at 17:17 comment added Antonio Falciano @gdelab See github.com/pyproj4/pyproj/issues/538#issuecomment-585734088
Feb 18, 2020 at 15:18 comment added gdelab I removed the 'init=' based on the edit, but my output of transform(inProj,outProj,x1,y1) gave me (latitude, longitude) instead of (longitude, latitude). Anybody knows why ?
S Jan 6, 2020 at 19:57 history suggested CommunityBot CC BY-SA 4.0
updating the answer to work with the version 2.4 or higer
Jan 6, 2020 at 19:40 review Suggested edits
S Jan 6, 2020 at 19:57
Dec 19, 2019 at 21:35 comment added Marc Compere pyproj 2.4 gives a FutureWarning about deprecated Proj() initialization with the init= syntax. The updated syntax is identical but without the init=. Like this: inProj = Proj('epsg:3857') and outProj = Proj('epsg:4326')
Apr 17, 2016 at 4:09 vote accept Vincent
Nov 29, 2013 at 10:04 history answered Antonio Falciano CC BY-SA 3.0