This service prepares TSG files from NVCL database datasets and makes them available for download.
Usage: downloadtsg.html?parameter1=value¶meter2=value&....
| Parameter | Description | Required | Example values |
|---|---|---|---|
| User's email address to identify the user and for sending job status update emails | yes | user@example.com | |
| datasetid | GUID dataset identifier of the dataset to be prepared | yes | 6dd70215-fe38-457c-be42-3b165fd98c7 |
| linescan | Prepare linescan imagery with this dataset. Setting this to 'no' will reduce the size of the download significantly but users will not be able to see the highest resolution images | no, Default value=yes | yes or no |
| forcerecreate | Force the service to delete the cached version of this dataset and recreate it. Use this if there is a problem with the dataset or cached version is stale | no, Default value=no | yes or no |
A standard query : downloadtsg.html?email=user@example.com&datasetid=6dd70215-fe38-457c-be42-3b165fd98c7
A query which excludes linescan : downloadtsg.html?email=user@example.com&datasetid=6dd70215-fe38-457c-be42-3b165fd98c7&linescan=no
A query which forces regeneration : downloadtsg.html?email=user@example.com&datasetid=6dd70215-fe38-457c-be42-3b165fd98c7&forecerecreate=yes
A query which excludes linescan and forces regeneration : downloadtsg.html?email=user@example.com&datasetid=6dd70215-fe38-457c-be42-3b165fd98c7&linescan=no&forecerecreate=yes