This task uploads (publishes) one or more packages to an ENVI Repository server. Packages can contain ENVI tasks, metatasks, rasters, raster series, vectors, and spectral libraries. If the published package relies on additional files to run, those files will be published as separate packages.
Syntax
Result = ENVITask('PublishToRepository')
Input parameters (Set, Get): INPUT_OBJECT, INPUT_RASTER, INPUT_SERIES, INPUT_SPECTRAL_LIBRARY, INPUT_TASK, INPUT_VECTOR, REPOSITORY_URL
Output parameters (Get only): LOG, UID
Parameters marked as "Set" are those that you can set to specific values. You can also retrieve their current values any time. Parameters marked as "Get" are those whose values you can retrieve but not set.
Input Parameters
INPUT_OBJECT (optional)
If your input data type is not covered by any of the other parameters described below (e.g., Deep Learning models), specify the input using this parameter.
INPUT_RASTER (optional)
Specify one or more rasters to include in the package.
INPUT_SERIES (optional)
Specify one or more raster series to include in the package.
INPUT_SPECTRAL_LIBRARY (optional)
Specify one or more vectors to include in the package.
INPUT_TASK (optional)
Specify one or more tasks to include in the package.
INPUT_VECTOR (optional)
Specify one or more vectors to include in the package.
REPOSITORY_URL (optional)
Specify the address of the ENVI Repository server to use. If not specified, a previously registered server in ENVI will be used by default.
Output Parameters
LOG
A log of all the upload transactions with the repository. Use this parameter for tracking and debugging purposes.
UID
The Universal Identifier(s) of the published package(s).
Methods
Execute
Parameter
ParameterNames
Properties
DESCRIPTION
DISPLAY_NAME
NAME
REVISION
TAGS
Version History
See Also
DownloadFromRepository Task, ENVI::PublishToRepository, ENVI::RegisterRepository