Luis López

Results 152 comments of Luis López

Thanks @manzt, it was great talking to you at SciPy!

@trey-stafford should we push some commits to this PR?

Would it be possible and in scope of this PR to use `**kwargs` and pass them to `pqdm` for both `open()` and `download()` with sane defaults? Users could be in...

Seems like this server https://oceandata.sci.gsfc.nasa.gov/ is not accepting HTTP range requests, I guess for now the only workaround is to download the files. @zfasnacht

I think it will affect any data being serve from here, maybe @itcarroll knows who to contact to verify this. This should work if we have a .netrc in place....

Weird, I ran the code with `VIIRSJ1_L2_OC` and I get results back regardless of `cloud_hosted` I wonder if this may be a metadata related issue (or a bug in earthaccess),...

@chuckwondo > I suppose the larger question for me is, what's the point of this class to begin with? Why do we even need it? @jrbourbeau can explain in detail...

I'm working on a PR to fix various issues with the download/open methods and as part of it I think I ran into this behavior of nor showing the progress...

Agree, I can add this on the PR and the default will be to show the progress bar if `is_interactive` is True. I don't know if this needs to be...