In sentinelrequest, {missionid} and {MISSIONID} are inconsistent:
MISSIONID is like 'S1A', but missionid is '1a' (missing 's')
What we actually use on datarmor@ifremer is
/home/datawork-cersat-public/cache/project/mpc-sentinel1/data/esa/sentinel-${missionid}
that returns
/home/datawork-cersat-public/cache/project/mpc-sentinel1/data/esa/sentinel-1a
I think that as {MISSIONID} is 'S1A', {missionid} should be 's1a', not '1a'.
'sentinel-1a' string should be a tag named like {longmission-id}
But to keep the existent working, we have to:
In sentinelrequest,
{missionid}and{MISSIONID}are inconsistent:MISSIONID is like 'S1A', but missionid is '1a' (missing 's')
What we actually use on datarmor@ifremer is
/home/datawork-cersat-public/cache/project/mpc-sentinel1/data/esa/sentinel-${missionid}that returns
/home/datawork-cersat-public/cache/project/mpc-sentinel1/data/esa/sentinel-1aI think that as
{MISSIONID}is 'S1A',{missionid}should be 's1a', not '1a'.'sentinel-1a' string should be a tag named like
{longmission-id}But to keep the existent working, we have to:
{missionid}in favor of{longmissionid}{missionid}should be 's1a',