pbrod / nvector

Nvector is a suite of tools written in Python to solve geographical position calculations.
Other
57 stars 7 forks source link

Conda-forge #19

Open samsonknight opened 2 years ago

samsonknight commented 2 years ago

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

mhogan-nwra commented 1 week ago

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.