scanaerial icon indicating copy to clipboard operation
scanaerial copied to clipboard

FutureWarning in projections.py due to PyProj

Open taranarmo opened this issue 2 years ago • 0 comments

Due to deprecated function FutureWarning is thrown:

scanaerial/projections.py:122: FutureWarning: This function is deprecated. See: https://pyproj4.github.io/pyproj/stable/gotchas.html#upgrading-to-pyproj-2-from-pyproj-1
  p = pyproj.transform(projs[proj_alias.get(srs1, srs1)]["proj"], projs[proj_alias.get(srs2, srs2)]["proj"], point[0], point[1])

taranarmo avatar May 11 '23 08:05 taranarmo