GeoscienceAustralia / ga_sar_workflow

InSAR processing workflow used by Geoscience Australia
Apache License 2.0
3 stars 0 forks source link

Add zlib and libgeotiff building to env creation script #368

Open mwheeler opened 2 years ago

mwheeler commented 2 years ago

This issue is to add support for building zlib/libgeotiff from scratch in configs/createNCIenv.sh (and probably rename it to drop the NCI reference).

The script currently assumes zlib/libgeotiff are on the system (which is true in the envs we use, but not true for everyone).

daleroberts commented 1 year ago

These have been added now: zlib, libtiff, libgeotiff. I might also add libjpeg so that GDAL uses it too.