SciQLop / speasy

Space Physics made EASY! A simple Python package to deal with main Space Physics WebServices (CDA,SSC,AMDA,..)
Other
24 stars 7 forks source link

`coordinate_system`-args of `get_orbit()` requires all lower-case string #6

Closed pboettch closed 3 years ago

pboettch commented 3 years ago

The transition of spwc 0.6 -> 0.7 starts using the coordinate_system-args. If the value is given in all upper-case, it won't find anything.

Also, maybe, bailing out if a not-supported coordinate-system is given would be nice.