git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@120504 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
31695dbc23
commit
fe44c2c305
|
@ -113,7 +113,7 @@ public class RasterDataPublisher extends StandardLocalExternalAlgorithm{
|
|||
addStringInput(layerTitleParam, "Title of the geospatial dataset to be shown on GeoExplorer", "Generic Raster Layer");
|
||||
addStringInput(layerAbstractParam, "Abstract defining the content, the references and usage policies", "Abstract");
|
||||
addStringInput(layerInnerNameParam, "Name of the inner layer or band to be published as a Map (ignored for non-NetCDF files)", "band_1");
|
||||
addStringInput(FileNameInfraParam, "Name of the file that will be created in the infrastructures", "test.nc");
|
||||
addStringInput(FileNameInfraParam, "Name of the file that will be created in the infrastructures", "raster-"+System.currentTimeMillis()+".nc");
|
||||
inputs.add(new PrimitiveType(File.class.getName(), null, PrimitiveTypes.FILE, FileParam, "Raster dataset to process"));
|
||||
inputs.add(new PrimitiveTypesList(String.class.getName(), PrimitiveTypes.STRING, TopicsParam, "Topics to be attached to the published dataset. E.g. Biodiversity, D4Science, Environment, Weather", false));
|
||||
addDoubleInput(ResolutionParam, "The resolution of the layer. For NetCDF file this is automatically estimated by data (leave -1)", "-1d");
|
||||
|
|
Loading…
Reference in New Issue