You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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])
The text was updated successfully, but these errors were encountered:
Due to deprecated function FutureWarning is thrown:
The text was updated successfully, but these errors were encountered: