miniufo/besttracks

No module named 'GeoApps'

Mr-Nobody-dey opened this issue · 3 comments

.translate_velocity() is throwing this error
It seems that Rearth or the corresponding package is not available.-> replacing Rearth with mean earth radius works though.

translate_velocity module is available in besttracks->core.py

if you are using a conda environment, you can simply install the GeoApps via
conda install GeoApps

(btk) bash-3.2$ conda list | grep geo
geos 3.11.1 hb7217d7_0 conda-forge

conda install GeoApps do not work. pip install geoapps works though but it throws and error at the end of installation. Thank you for your reply.

Yes, I didn't notice this. I have removed this dependency on GeoApps and made Rearth as a kwarg which allow users to change freely. Please see here.

Thanks for pointing out this.