intake-stac
intake-stac copied to clipboard
Intake interface to STAC data catalogs
The holoviz notebook example https://github.com/intake/intake-stac/blob/7706db898fff61375a75ea174a5de879893766e7/examples/intake-holoviz.ipynb is failing with ``` Expected instance, got: ``` I guess the notebook content has not been changed to reflect the migration from `statstac` to `pystac`...
updates: - [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.0...v3.0.0-alpha.3)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0. Release notes Sourced from actions/setup-python's releases. v4.3.0 Update @actions/core to 1.10.0 version #517 Update @actions/cache to 3.0.4 version #499 Only use github.token on github.com...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @peter-murray in...
I'm attempting to use the `intake_stac.StacCollection` [class](https://intake-stac.readthedocs.io/en/latest/generated/intake_stac.StacCollection.html#intake.StacCollection) in a similar way to other non-stac intake catalogs, but I noticed it doesn't yet have a `to_dask()` function implemented:  I was trying out intake-stac with https://github.com/nasa/cmr-stac. It would be absolutely amazing to integrate intake-stac with that endpoint to facilitate working with NASA datasets! But...
@jsignell did some awesome work putting together the [`stack_bands()`](https://github.com/pangeo-data/intake-stac/blob/38a5ff1f3254e01bb4bd0ecb14e37a8b371f1cf0/intake_stac/catalog.py#L186) in https://github.com/pangeo-data/intake-stac/pull/19 I'd like to propose a few modifications (building off examples/planet_disaster_data.ipynb) and can follow up with a pull request: 1)...