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

I can't find how to set amda username and password with Speasy 1.0.0 #66

Closed menouarazib closed 1 year ago

menouarazib commented 1 year ago

Description

I can't find how to set amda username and password

What I Did

spz.config.amda_username.set('testKernel')
spz.config.amda_password.set('amda')
jeandet commented 1 year ago

With 1.0 release the config module has changed a bit, you should use:

config.amda.username.set('testKernel') 
config.amda.password.set('amda') 

As explained here: https://speasy.readthedocs.io/en/latest/user/amda/amda.html#amda-user-login