Max Freudenberg

Results 30 issues of Max Freudenberg

Hi! I'm trying to implement the 2D projective geometric algebra examples from [ganja](https://enkimute.github.io/ganja.js/examples/coffeeshop.html#pga2d_points_and_lines). Implementing the [cheat sheet](https://bivector.net/2DPGA.pdf) and translating the code seems not to hard, but I do not yet...

question

Hi! Here comes the vector dataset writer. It still is far from perfect and needs tests, but you can already take a look.

This is a really minor issue, but the inconsistency tripped me up; I was looking for the layer definition of a dataset and looked through everything starting with "get", like...

Hi, I noticed the following: ```julia img = AG.readraster("somefile"); typeof(img) # ArchGDAL.RasterDataset{Int16, ArchGDAL.IDataset} @time collect(img) # fast, 0.6s imgp = permutedims(img, (3,1,2)); typeof(imgp) # DiskArrays.PermutedDiskArray{Int16, 3, PermutedDimsArray{Int16, 3, (3, 1,...

question

This issue is more a reminder to myself, haven't tested yet. But with the new feature for masks we have to keep in mind that masks could come as e.g....

bug

Hi! I came up with a faster version of permute(). Maybe it lacks some functionality or generality, but I couldn't come up with such a case yet - can you?...

Hi! Yesterday I read through the docs and here are some comments. For the early stage of the package you already have quite a lot of documentation, which is really...

good first issue

I think GDAL is currently built without PostgreSQL support, right? I can haz support for it? :> What would be necessary?

@visr This is the follow-up to #5700 and adds PostgreSQL support to gdal. Should the version offset be changed? If yes, how?

Hi, I noticed bad performance when using `PermutedDimsArray` with ArchGDAL and the issue probably is located here. See https://github.com/yeesian/ArchGDAL.jl/issues/225, which explains the problem. However I don't see an easy fix...