Rafael Schouten

Results 972 comments of Rafael Schouten

I have never done anything like this in my life ;)

`crop` ? You cant crop a raster on anything but the x and y axis... if you want to rotate it, you will need to rotate with `warp` as you...

Crop usually means to a square? I think GDAL will does exactly what crop does here. So maybe what you want is `crop` and `mask`? Check the docs for syntax,...

I had an idea about the missing values... if you can post a file with download in the MWE I could actually look at your problem ;) (You will always...

Thanks for commenting here! This is the best kind of feedback :) Yes aggregate could be better. It was written before the other methods, and isn't as slick as say...

I'm still not sure what the return value is though. Do you mean it's a raster with lower resolution? How does that resolution exactly match your 100 circles? It sounds...

Ok perfect. Thats what the new `zonal` PR does. `aggregate` here returns a raster. Im not sure if it should share a name with `zonal` like in stars or remain...

Probably still a few things we don't have

I'm going to write a paper, but it will be a while yet, and probably needs to be the canonical citation to be accepted.

Thanks, that makes sense. So it's making a perfectly fine copy of the object, but the copy actually points at the same file. And that's kind of weird for how...