Biel Stela
Biel Stela
Hi! first, thanks for this beautiful app. second, is there any plan on including this soon?
Hi! First and foremost, thank you for doing all this! It is really nice to have h3 integration in postgres :). I've been wondering that the h3 index structure fits...
Hi, @zachasme, I managed to pass all the test by finding that the line https://github.com/zachasme/h3-pg/blob/e8aae9eeebb9b708ae3bb46e43e3b738542a3a2b/h3/src/opclass_spgist.c#L294 was the one causing the segfault. I removed the pointer definition and fixed pass by...
a fix has been merged in rio-color already but not deployed yet https://github.com/mapbox/rio-color/pull/82
Hi! I had the same problem. I've been using ParallelRunner happily with two datasets. Then added a dataset stored in s3 and exactly the same issue described by OP happened...
Sure, I'm using - Kedro 0.19.1 - Linux 6.5.0-14-generic 22.04.1-Ubuntu x86_64 GNU/Linux - Python 3.11.7
for more context, a fix that worked is what OP did to the dataset. I'm using a custom dataset and adding just this to the `__init__` of the class fixes...
Hi ^^. In order to take multiple args it could be implemented using the polars plugin system like in https://marcogorelli.github.io/polars-plugins-tutorial/lost_in_space/. Something in the line of ```rust #[polars_expr(output_type = UInt64)] fn...
Hello! just a note: I think the name `GeoTiffDataset` is a bit misleading because rioxarray wraps `rastertio.open()` which can open any kind of raster dataset. It can open any format...
I'm happy to give a hand with this if needed @tgoelles :)