Robin Wilson

Results 79 issues of Robin Wilson

A few of the functions defined in PGSTAC are defined with the `SECURITY DEFINER` modifier, which means that when they are executed they are executed with the permissions of the...

I've just come across xbatcher, and I think it could be just what I need for using CNNs on data stored in dask-backed xarrays. I've got a number of questions...

Publons (see https://publons.com/) is an online service that helps you get credit for peer reviewing work. A number of my colleagues have started using it to keep track of which...

fastapi_aad_auth imports the `packaging` library, but it isn't listed in the `requirements.txt`. This PR fixes that. (I've found in the past that various other packages pull in the `packaging` library,...

I've run into a strange problem where I'm suddenly getting a `Session states do not match` error when trying to login in my app using fastapi_aad_auth. Everything was working fine...

I've just installed this extension to try and test it with my new STAC API, and I've found it seems to keep hanging whenever it tries to make a network...

I'm trying to use xarray_leaflet to display an image that I've loaded via rioxarray. The image isn't in WGS84 projection (it's in a UK-based projection). It doesn't appear on the...

*Work in progress* Fixes #30. This PR attempts to make xarray_leaflet work on Windows. There are a few fairly simple changes around paths etc that are needed to make it...

This PR adds support for multiple xterms in one notebook. They can't all work at once - I couldn't manage to get that working - but it means if you...