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
I have taken the liberty to fork the nvector package into a new PyPI package titled envector. The envector package is intended as a drop-in replacement with minimal changes in your source code as no methods and classes have been removed since the fork. For example, this is a valid snippet
import envector as nv
wgs84 = nv.FrameE(name='WGS84')
While, I have no experience creating a conda-forge package, I would be interested in doing so. I politely request that open the same issue at the envector homepage in order for the package to get more public awareness.
Would appreciate install availability with conda-forge. It's a little more stable with a conda environment than pypi. Thanks.
The text was updated successfully, but these errors were encountered: