No module named 'GeoApps'
Mr-Nobody-dey opened this issue · 3 comments
Mr-Nobody-dey commented
.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
schaferk commented
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
Mr-Nobody-dey commented
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.