Milan Klöwer

Results 204 comments of Milan Klöwer

Yes. You have to remove some insignificant mantissa bits to make the data compressible. Otherwise the lossless compressor has a very hard time to pack the file any smaller as...

Plotting lines on top is not a problem, neither is the problem resolved with a different perspective ![image](https://github.com/MakieOrg/GeoMakie.jl/assets/25530332/2bdf270a-188a-4894-b4f5-f0fd0efd6c82)

Not a problem with GLMakie So should this issue go over to Makie/CairoMakie? Or is that something that needs fixing here?

I don't know how this works under the hood but could you clamp vertices of polygons that are partially outside? In the end an orthographic projections always maps onto a...

@oscardssmith I think I misunderstood your comment first, this is about the "[1,2)-1" method for sampling uniformly from $$[0,1)$$ being not full entropy for the last bit(s), e.g. it's always...

What's proposed here is better because it does sample from every float in $$[1/2, 1)$$ but it has the same problem for smaller powers of two, e.g. only every float...

> For HEALPix4, If we represent our horizontal grids as shown below, we could compute a “padded” representation that would suffice as inputs for stencil operations, merely via indexing across...

Splitting a package into several packages in one monorepo was a non-breaking change for SpeedyWeather, so you can do that anytime. It just registers modules in subfolders. We can recommend...