daraghhollman / JUPT

Juno spacecraft plotting tool for Waves, MAG, JADE/JEDI, and Trajectories
MIT License
3 stars 3 forks source link

Switch from wget to requests for downloads #41

Closed daraghhollman closed 3 months ago

daraghhollman commented 3 months ago

Switched from using wget to download data, to Python's inbuilt requests library.

These changes have been tested with Python 3.12 on Linux and Windows 11.