JouleCai / geospacelab

A python-based library to collect, manage, and visualize geospace data (e.g. OMNI, geomagnetic indices, EISCAT, DMSP, SWARM, TEC, AMPERE, etc.).
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

Initial toml file not complete #5

Closed danielk333 closed 2 years ago

danielk333 commented 2 years ago

During clean install and using non-default data folder, the entered user specific data storage folder is not entered into the created .toml file

JouleCai commented 2 years ago

Hi, this issue is probably due to the pre-existing GeospaceLab folder in your home directory. I just modified the detection method for the "data_root_dir". Please update the package to v0.3.1 or later, and try again. It's better to remove the old .toml file.

danielk333 commented 2 years ago

Nice! Just tested and now it works flawlessly!