DigitalGlobe / gbdxtools

(Deprecated) Python SDK for using GBDX
MIT License
74 stars 57 forks source link

Update PyProj inits post Py2 #806

Closed drwelby closed 4 years ago

drwelby commented 4 years ago

Initializing projections using inits like pyproj.Proj(init='EPSG:4326') is deprecated.

Once Python 2 is deprecated, pin pyproj >=2.4.2 and init directly from the string without using the init kwarg.

drwelby commented 4 years ago

Fixed in 28fdb801c80

tracking other changes in #808