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.
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.