Julia Signell

Results 377 comments of Julia Signell

This is totally reasonable. I just worry that it might break things for people who might not have media_type defined on their root link. I just double checked the [spec...

Just realized that https://github.com/stac-utils/pystac/issues/1255#issuecomment-1749085084 has a very similar suggestion. The difference being that the match is on rel AND (media_type OR no media_type)

I have done a bit of work putting together an implementation of pystac-client style search for static catalogs. This work lives in https://github.com/jsignell/stac-static it could be possible to delegate search...

I think this can probably be closed. But maybe the current version is that there could be an integration with stac_ipyleaflet.

Hmm it does appear to be missing. We are looking into it. I haven't seen a kernel reboot at that cell, but could have to do with your memory constraints.

Update datashader_dashboard to use responsive option.

Adding a height to the base opts seemed to fix the issue.

Yeah that is a better solution.

It doesn't affect whether there is a plot. It affects whether the plot has height=0 presumably because having responsive set to True trumps height, width set on the other plot....