Dear SEN4CAP forum,
I ran into an error when installing the SEN4CAP distribution, i have this error both in v1.2 as in v2.0.
The error I get is "No sen2agri-services zip archive provided in ../sen2agri-service"
The script searches for a .zip file in …/sen2agri-services here:
if [ -f ../sen2agri-services/sen2agri-services*.zip ]; then
zipArchive=$(ls -at ../sen2agri-services/sen2agri-services*.zip| head -n 1)
fi
else
if [ -f "../sen2agri-services/${SERVICES_ARCHIVE}" ]; then
zipArchive=$(ls -at "../sen2agri-services/${SERVICES_ARCHIVE}" | head -n 1)
fi
fi
But in the folder structure its named 20210205_Sen4CAPDistribution_2.0\Sen4CAPDistribution\sen2agri-services\sen4cap-services-2.1.0-20201227.zip
How should i fix this?
Thanks in advance,
Thijs Oosterhuis