stac-utils / xpystac

For extending xarray.open_dataset to accept pystac objects
MIT License
32 stars 2 forks source link

Guess engine for pystac-client #27

Closed jsignell closed 1 year ago

jsignell commented 1 year ago

I can't remember why I didn't implement it so that the engine for pystac-client objects is guessed. Maybe I was worried it would be slow to import within the guess method?

Naively it looks like it takes ~70ms to import pystac_client so maybe that is too slow. Another approach would be to use duck typing.