Felix Cremer
Felix Cremer
We should test the metadata retrieval of all subclasses of ID which are defined in drivers.py Herefore, we would need to: - [ ] Find freely available testdata for every...
When I make the UnequalVarianceTTest with Float32 data I get the following error: ```julia julia> a = randn(Float32,10) julia> b = randn(Float32,10) julia> UnequalVarianceTTest(a,b) Two sample t-test (unequal variance) ------------------------------------...
Defining a Dict on multiple lines, fails when the following lines are not tabbed: ```julia # This fails with these error messages a =Dict("x"=>1, # syntax: incomplete: premature end of...
Using https://www.debian.org/releases/stable/i386/apb.html as a starting point, we should go through preseed options and check, what makes sense to be configured. We should preseed at least the activated software repositories, i.e....
We should install PolsarPro Biomass 6.0. this is available here: https://www.ietr.fr/polsarpro-bio/ We should update our polsarpro mirror in this step.
The InSAR Computing Environment, looks as if it could be build into a .deb package. The source is available at https://github.com/isce-framework/isce2
We should install StaMPS, which is available here: https://github.com/dbekaert/StaMPS It is published under GPL 3.0 so we can include it in SARbian.
Install OST Open SAR toolkit https://github.com/openforis/opensarkit Looking at the installer for OST, we need to determine if we can install all requirements with apt (taking stretch-backports into account) and R...
Installation of adore-doris https://github.com/bosmanoglu/adore-doris Note: looks like there is something for Debian packaging available
Add a script to setup the build environment, i.e. installing packages required for building the image and the installer. ## Features of the script: - install packages for live build:...