Simon Kok Lupemba
Simon Kok Lupemba
Hi, What is the status of this issue?
Is related to issue #64 Maybe implement this after the other issue' Most logic can be taken from the EOJulia hands on notebook
Is related to issue #52 . It is probably best to do this first Could benefit from issue #67 but the bounding box can just be an user input to...
I just ran into this issue. Is the PR still active?
@tom-plaa, Thanks for the advice. I have already solved the problem by just converting my small range to a vector. I believe that the PR was not merge because of...
@tom-plaa I might try to make a PR that solves this myself. I would. - Copy the tests from this PR (Hope it is fine with you) - Try to...
The compat bound is now updated to Julia 1.9 https://github.com/meggart/DiskArrays.jl/pull/161
Hi @felixcremer Is AbstractDimArray flexible enough for the things you might want to test with this package?
The inSAR will only work if the element type supports the complex number operations. So maybe it could be something like ``` mutable struct Sentinel1Burst{T} where T
Hi Josh, I have looked a bit more into the format. It makes good sense to support io for SICD in SARProcessing.jl so it becomes easy to work with. The...