nvector icon indicating copy to clipboard operation
nvector copied to clipboard

Conda-forge

Open samsonknight opened this issue 3 years ago • 1 comments

Would appreciate install availability with conda-forge. It's a little more stable with a conda environment than pypi. Thanks.

samsonknight avatar May 25 '22 22:05 samsonknight

Hi @samsonknight,

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.

mhogan-nwra avatar Sep 09 '24 21:09 mhogan-nwra