gee-community/eeconvert

error wity pyproj

jimoreira opened this issue · 0 comments

working with eeconvert.fcToGdf(XX)

the following error appears:

/usr/local/lib/python3.6/dist-packages/pyproj/crs/crs.py:53:` FutureWarning: '+init=<authority>:<code>' syntax is deprecated. '<authority>:<code>' is the preferred initialization method. When making the change, be mindful of axis order changes: https://pyproj4.github.io/pyproj/stable/gotchas.html#axis-order-changes-in-proj-6

  return _prepare_from_string(" ".join(pjargs))