Matt Fisher
Matt Fisher
Here's how I solved my problem: https://github.com/CryoInTheCloud/hub-image/pull/65 As you know, I totally missed the "Can I use repo2docker to bootstrap my own Dockerfile?" FAQ on my first time through :laughing:...
Hey @paolodep36, thanks for posting your question! Is there a specific parameter you're expecting to see in the docs for `search_data()`? If not, let's move your question to another place...
Thanks for the suggestion, that's a really cool idea that would be great for improving data accessibility! We'll want to consider how this would affect `earthaccess`'s [dependencies](https://github.com/nsidc/earthaccess/blob/main/pyproject.toml#L32-L40).
Maybe we could keep the random-sample test as an optional test suite? It would be useful to keep track of corner cases, but we wouldn't really want our main regression...
PyUpgrade is one of my favorite rulesets, but we'll need to set it up with `target-version` of 3.8 to avoid upgrading our code out of compatibility with our target Pythons...
0% progress :)
I prefer to use squash merging on a case-by-case basis. In PRs with well-curated commits, I like to keep them as-is. When we get PRs with poorly-curated commits, I'm all...
As I'm thinking about this I keep changing my mind. I don't think there's any "correct" decision here... I think "is a clean history important?" is the root question, and...
Thank you for the report! Looking at our [API docs](https://nsidc.github.io/earthaccess/user-reference/api/api/), I see we don't have any documentation of what the `DataGranule` API looks like. I think we should resolve that...
@rupesh2 good find! I even searched for it and didn't get any results. Must have made a typo without realizing it. Thanks :) I still think we need to explicitly...