Brewster Malevich

Results 8 comments of Brewster Malevich

I _think_ I just hit a regression because of this. Loading a shapefile into BigQuery with geopandas worked back on August 5th, 2021 but now fails with ``` ... File...

I got good help elsewhere and wanted to follow up with a solution/workaround. [My issue](https://github.com/googleapis/python-bigquery-pandas/issues/400#issuecomment-1058790793) can be resolved by converting geopandas' `geometry` column to a WKT column in a vanilla...

I hadn't considered this route! Let me run with this and see what I can do. It would be great if we could work this out. This would be helpful...

I'm getting comparable `TypeError` for `status` on `pulumi-kubernetes` v2.3.1 and v2.6.1 trying to deploy `cert-manager` v0.15, v0.16, and v1.0.3. This is with pulumi CLI v2.10.2.

Ah, that's a good workaround. I was able to deploy with the above transformation. Appreciate the suggestion!

For what it's worth, I have a simple example of using `cartopy.util.add_cyclic_point` to add a wrap-around or cyclic pixel to `xarray.Dataset` here: https://gist.github.com/brews/95e167fb7df997864304f07ee321f4fd. This removes the longitude band artifact if...

Hey @sg2400! That's a great question. We've wanted to write a small demo for some time (e.g. see #169). Most of what's in this repo (and dodola) is for running...

Small update on this. I'm blocked from making progress because QPLAD (the downscaling step) depends on a fork of the `xclim` package that has not merged yet. Unfortunately, this fork...