jgieseler / solarmach

Python package of the multi-spacecraft longitudinal configuration plotter Solar-MACH
https://solarmach.readthedocs.io
BSD 3-Clause "New" or "Revised" License
28 stars 6 forks source link

conda version without speasy support #58

Open jgieseler opened 4 months ago

jgieseler commented 4 months ago

solarmach uses speasy to obtain the measured solar wind speeds for selected spacecraft and falls back to an editable default value is this fails or speasy is not available. Because speasy is not available through conda, the conda version of solarmach skips its installation, and consequently, this version doesn't offer the functionality provided by speasy.

  1. Add a mentioning of this to the documentation, so that a user might op to install the pypi version of solarmach, or pip-install speasy in their conda environment.
  2. Investigate the option to automatically install the pypi version of speasy with the conda version of solarmach.