v0.5.1
This release will fix #212 and implements more testing for Auth and S3Credentials
endpoints. Eventually they are going to support bearer tokens but only ASF does at the moment.
- Fix call to
S3Credentials
- Fix readthedocs
- Removed
python_magic
from core dependencies (will fix Windows for conda) - Updated example notebooks to use the new top level API
- Support EARTHDATA_USERNAME and EARTHADATA_PASSWORD same as in IcePyx (work in progress with @JessicaS11)
- Once logged in we can access our profile (and email) with
auth = earthaccess.login()
profile = auth.user_profile
email = profile["email_address"]