Scott Henderson

Results 328 comments of Scott Henderson

@adehecq @jhkennedy looks like setup.py is assuming a linux machine with paths to library files that don't necessarily match opencv installed from conda. We were recently working around this by...

Just also came across this issue after saving a file with [geopandas to_parquet](https://geopandas.org/en/stable/docs/reference/api/geopandas.GeoDataFrame.to_parquet.html) `to_parquet(geometry_encoding='geoarrow', schema_version='1.1.0')` followed by `gpq validate` (v0.24).

Could it just be an intermittent "building font cache" message from matplotlib rather than any versioning issue. I see this message in the log: ``` E +Matplotlib is building the...

@agoose77 apologies for the pestering, but still hoping this is a simple 're-run' job to get `pip install sphinx-exercise` to install 1.0?

> but maybe just skipping this check altogether would be better? Ah, sorry after digging in the code a little bit I see that is already possible via config! ```python...

> since it's not uncommon for servers to have these media type mismatches, I wonder if switching to warn-by-default would be better UX? Sounds good to me!

Sorry to have missed this @consideRatio ! Agreed colors are nice and this is better than the default! I don't really have a strong preferences regarding your questions, but an...

Right, there is this similar issue for when an outlier Item in a collection is missing an asset common to the group like 'thumbnail' https://github.com/stac-utils/stac-geoparquet/issues/77. > add a keyword parameter...

Thanks for the tip, this appears to be working :) > Then a JupyterLab server restart should be enough to get you a pixi-kernel working. This is the piece that...

I just looked into this a little bit, and notice that selecting points via xarray *first loads the all pixels a buffered envelope around all the points*, rather than the...