AIRCentre / SARProcessing.jl

MIT License
29 stars 3 forks source link

TimesDates.jl and IImageFiltering.jl #69

Open lupemba opened 1 year ago

lupemba commented 1 year ago

Message from Júlio Hoffimann

Hi Simon, a couple of packages that you could use instead of re-implementing things yourself in SARProcessing.jl: https://github.com/JeffreySarnoff/TimesDates.jl (nanosecond resolable times) https://github.com/JuliaImages/ImageFiltering.jl (image filters on abstract arrays) In Julia it is common to compose other packages that do things well instead of specializing algorithms for specific data types. I feel that you can simplify the design of the package a lot by considering these dependencies.