icesat2py / icepyx

Python tools for obtaining and working with ICESat-2 data
https://icepyx.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
213 stars 107 forks source link

add automatic authorization to order/download #411

Closed JessicaS11 closed 8 months ago

JessicaS11 commented 1 year ago

with the addition of earthaccess in #410, authentication is greatly simplified on the icepyx side and no longer requires any user-input arguments. We could now eliminate the requirement for a Query.earthdata_login() step. Tasks:

JessicaS11 commented 8 months ago

Completed by #435