Julia Signell
Julia Signell
Just came across this while working on #1053. When projecting data it is better to include the `xlim` and `ylim` in the `hvplot` call itself rather than using `.opts` ```python...
I can either ignore this file in coverage or I can try to figure out a test for the the case where pystac_client is not importable.
All right! I ended up ignoring mypy. Mypy passes if pystac_client is installed, but it didn't seem worth it to try to mock out a stub or something. Another option...
I just added a smidge of docs: 
Note: I ended up making a milestone for this and making all the items into individual tickets.
> I'm proposing closing the STAC spec version 1.0.0 milestone in favor of this tracking issue, and instead opening a v1.11 milestone to go along with the existing [v2.0](https://github.com/stac-utils/pystac/milestone/28) milestone....
@hhuuggoo @bhperry just wanted to make sure you saw this one.
I guess we could have `has` do more, but like @gadomski said, it is just a different invocation of `has_extension`. If we were to extend it to check validity then...
Dask certainly has both top-level imports `from dask import delayed` and namespaced imports `from dask.distributed import Client`. It implements that just by having a `distributed.py` file within dask proper. ```python...
This method should be faster than when this issue was originally posted since dask is now looking at only one column. The parquet also has specially handling for when the...