cgi-estonia-space / asar-focus

GPU accelerated focusser for ENVISAT and ERS-1/2
https://cgi-estonia-space.github.io/asar-focus/
Other
5 stars 0 forks source link

Make GDAL dependency optional #27

Open kautlenbachs opened 12 months ago

kautlenbachs commented 12 months ago

It is needed only for deeper analysis where intensity file could be saved as a geotiff for example. For environments where only initial goal is intended - produce only envisat formats - this is not needed.

This could be implemented as (to separate/segregate debug/analysis):

for ootpa runtime container installation, remove GDAL e.g. update setup_runtime.sh script. Add GDAL to development setups then.