Jessica Scheick
Jessica Scheick
> Remove references to variable discovery. Only necessary for any cases where that discovery would use CMR. Currently, the Read module is primarily a tool for reading in local data...
> Got the test_download_granules_without_subsetting test to pass when I triggered it Out of curiousity, how did you trigger it? It doesn't have a manual trigger, and should only run with...
> > > Got the test_download_granules_without_subsetting test to pass when I triggered it > > > > > > Out of curiousity, how did you trigger it? It doesn't have...
> Then they can be installed as desired and in combination, e.g. with pip install --editable .[dev,docs] Can you also install this way into a conda environment? Maybe I'll understand...
> Yes, if the conda environment has pip installed! How are you currently installing requirements.txt into a conda environment? This is a deal breaker for me. I want to be...
> I'm not sure what changes you're requesting here or what the dealbreaker is I'm saying I'm not comfortable with the PR title: "Move `requirements*.txt` files into `pyproject.toml`"
> I'm saying I'm not comfortable with the PR title: "Move requirements*.txt files into pyproject.toml" I see that this isn't necessarily any clearer - sorry about that. It's not the...
I've done some reading and, though I cannot find any good arguments for WHY one should do dependency resolution with pip over conda (even for a pure python package), I...
We may be able to use this [new feature](https://github.com/nsidc/earthaccess/pull/500) in earthaccess to address the `is2ref._get_custom_options()` use of an egi capability url.
Should we close this in favor of #613?