/usr/share/metview/etc/ObjectSpec.Download is in metview-data 5.0.0~beta.1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ################################################################################
#
# ObjectSpec.Download
#
object,
class = DOWNLOAD,
icon_box = Data Access,
can_be_created = True,
definition_file = '$METVIEW_DIR/share/metview/etc/DownloadDef',
#rules_file = '$METVIEW_DIR/share/metview/etc/DownloadRules',
default_name = Download,
help_page = Download,
type = Data,
expand = 0,
macro = download,
editor_type = SimpleEditor,
pixmap = '$METVIEW_DIR/share/metview/icons/DOWNLOAD.icon'
state,
class = DOWNLOAD,
output_class= GRIB/BUFR/GEOPOINTS/NETCDF/TABLE,
service = Download
service,
cmd = '$METVIEW_CMD $METVIEW_BIN/Download',
name = Download,
fullname = Download
|