Anshul Singhvi
Anshul Singhvi
> checking for this case when generating an error message This could only happen in the backend, but maybe a more intricate transform interface would help here. I'm out this...
That seems pretty intrusive, can we shorten it and maybe add an option to show or hide attribution?
hmm, maybe the fontsize could be smaller and we could have a black background (less eye catching)?
Extending `pad` sounds better for the specific use case you want. But we'll have to be very clear when documenting this and PaddedDiskArray should have a nice error when you...
Hmm, this could fit quite neatly into dim conversions...
This currently "works" with Julia API: ```julia zones_cleaned = DataFrames.combine(groupby(DataFrame(zones), :LocationID), :geometry => x -> LibGEOS.unaryUnion(GI.GeometryCollection(x))) ``` but it needs to be significantly cleaner!
Hey, thanks for the PR! In this case it's probably better to stick with the existing Makie machinery in e.g GeoInterfaceMakie, and maybe make an extension on that as well...
Thanks for the ping. I can't run Terra on my Mac (for some reason it doesn't install) so it is great to have the results to compare to here. For...
That would mean that there was at least one geometry either completely outside the raster, or for which the masked raster was all NA/missing. Then you are taking `minimum([])` which...
Thanks, could you add a test for this?