Scott Henderson
Scott Henderson
After just battling with circleci for aws authentication (apologies for the many commits to staging), I'd be in favor of refactoring the CI to use just github actions and include...
> We can get into poor situations when launching an image that's incompatible with the version of dask-gateway-server running on the binder Thanks for opening @TomAugspurger. Looks like in https://github.com/TomAugspurger/pangeo-dask-gateway/issues/2,...
Ah, I see. If you're up for adding a hook function that could certainly be useful. Another simple option might be to just add a highly visible jupyterhub page announcement...
> . We'd like to inform the user of that pod that dask-gateway won't work and refuse to start the pod. @TomAugspurger -thanks for looking into this. 1) If you...
thanks for the reply @matthewhanson ! > The question I have is are the fields standardized or are the up to the provider and could be arbitrary? In the case...
@matthewhanson @jaybarra - just wanted to re-raise this issue. Is there a standard process to adding the additional fields in the table above? It's really important to be able to...
A point of clarification. `limit` affects the number of Items returned per page. Not to be confused with `max_items` which limits total number of Items. ```python results = catalog.search( collections=['NSIDC-0723.v4'],...
Thanks for the info @matthewhanson , I've not been able to get `limit` to work: https://github.com/nasa/cmr-stac/issues/202 But also, here is a quick comparison with about the same number of items...
@sharkinsspatial @matthewhanson I think sorting in general might have issues, here is another example that doesn't work as expected via sat-search Python library: ```python from satsearch import Search results =...
@andypbarrett you can increase the 'limit' for returned links, because the default is just 10 `nsidc_cat = Client.open('https://cmr.earthdata.nasa.gov/stac/NSIDC_ECS?limit=50')` related issue in pystac_client: https://github.com/stac-utils/pystac-client/issues/115