Daniel Kaufman

Results 54 comments of Daniel Kaufman

@mfisher87 , @betolink, Currently, one of the options for `.login()`'s `strategy=` argument is "environment". Because of that, it seems to me like it might be confusing to add a new...

nice, I like "cmr_endpoint" too

I've started working on this _issue_ but could use some more expert eyes to ensure an appropriate token is available when using UAT. Specifically, my question is: Will the `client_id`...

Thanks @mfisher87. Then it seems like two questions remain... 1. How do we get/determine what the Client ID is for each environment? ( 2. What should the `.login()` function signature...

Yeah, I've been thinking of this argument as something that will change both EDL and CMR. Not just one _or_ the other independently. Could be `cmr_and_edl_env`? I'd also be happy...

> 1. Maybe we need a mapping from envs (keys) to hostnames and client IDs. These are both solely dependent on the EDL environment/maturity level, to the best of my...

@betolink, do you know the answer to the [above question](https://github.com/nsidc/earthaccess/issues/421#issuecomment-1885180518) about the Client ID?

Based on discussions with @betolink and @nikki-t, going to move forward with this signature for now: ```python earthdata.login(earthdata_env=Env.UAT) ```

@chuckwondo, your question about _why_ resonates with me — and the third option sounds reasonable, **but** I don't really know what the range of considerations would be. (Should we move...

I'm gonna start making a first attempt at addressing this.