Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width70%

Options


ShortLongParametersDescriptionNotes
1

-m

--mode

MODE

The target mode (ex. DEV06)


2

-b

--parameters

BAND_1...BAND_N

Space-separated list of parameters to configure.

Use the full path, starting with the object name. Acceptable delimiters include slashes and colons. (See notes for more details.)

3

-s

--services

SRV_1...SRV_N

Space-separated list of services to configure; will apply to all if excluded.


4

-c

--collections

ESDT_1...ESDT_N

Space-separated list of collections to configure, will apply to all if excluded.


5

-f

--formats

FORMAT_1...FORMAT_N

Space-separated list of formats to configure for the listed parameters(s).

Use database column 'name' to reference formats. Use 'NO_REFORMAT' for "No Reformatting".

6

-p

--projections

PROJECTION_1...PROJECTION_N

Space-separated list of projections to configure for the listed parameters(s).

Double quote (") names with spaces. Use database column 'name' to reference projections.

7

-v

--view


View all exclusions, filtered by given services, formats, parameters, or collections.


8

-i

--insert


Add the specified exclusions to the database.


9

-d

--delete


Remove the specified exclusions from the database.


10

-r

--require


Force band inclusion instead of exclusion.

Switches the column 'requireflag' from 'N' to 'Y'.

11

-a

--compound


If activated, conditions will be AND-ed together instead of being OR-ed together, as is the default.

Switches the column 'compoundflag' from 'N' to 'Y'.

12

-e

--examples


Show example invocations.


13

-z

--debug


Show the database query, without executing it.


14

-h

--help


Show this help text.


Column

Related Pages

Subsetting Rules ("Exclusions") for SMAP Data

...

Section

Excluding format-parameter tuples

Column
width50%
Panel
borderStylenone
titleObjective

Disable the listed parameters, which fail for the given formats.

Panel
borderStylenone
titleInvocation

EcDlDaParamConfig.rb

--mode DEV06

--parameters FileMainGroup/cell_column FileMainGroup/cell_row FileMainGroup/cell_lat FileMainGroup/cell_lon FileMainGroup/time GEO/latitude GEO/longitude

--formats NO_REFORMAT ASCII NetCDF-3

--services HEG

--view

Info

Note that the following symbols reflect the empty string for No Reformatting: "^," | ",," | ",$"

Panel
borderStylenone
titleNotes

Even though no collections are specified, the exclusion only applies to collections containing the listed parameters.

Column
Panel
borderStylenone
titleExpected Results
  collection  | service |     format      | projection |         parameter         | required | compounded 
--------------+---------+-----------------+------------+---------------------------+----------+------------
SPL4CMDL.001 | HEG | ,ASCII,NetCDF-3 | | GEO/latitude | Y,Y,Y | N,N,N
SPL4CMDL.001 | HEG | ,ASCII,NetCDF-3 | | GEO/longitude | Y,Y,Y | N,N,N
SPL4SMAU.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/cell_column | Y,Y,Y | N,N,N
SPL4SMAU.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/cell_lat | Y,Y,Y | N,N,N
SPL4SMAU.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/cell_lon | Y,Y,Y | N,N,N
SPL4SMAU.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/cell_row | Y,Y,Y | N,N,N
SPL4SMAU.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/time | Y,Y,Y | N,N,N
SPL4SMGP.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/cell_column | Y,Y,Y | N,N,N
SPL4SMGP.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/cell_lat | Y,Y,Y | N,N,N
SPL4SMGP.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/cell_lon | Y,Y,Y | N,N,N
SPL4SMGP.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/cell_row | Y,Y,Y | N,N,N
SPL4SMGP.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/time | Y,Y,Y | N,N,N
SPL4SMLM.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/cell_column | Y,Y,Y | N,N,N
SPL4SMLM.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/cell_lat | Y,Y,Y | N,N,N
SPL4SMLM.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/cell_lon | Y,Y,Y | N,N,N
SPL4SMLM.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/cell_row | Y,Y,Y | N,N,N
SPL4SMLM.001 | HEG | ,ASCII,NetCDF-3 | | FileMainGroup/time | Y,Y,Y | N,N,N
(17 rows)
Panel
borderStylenone
titleNotes
Even though no collections are specified, the exclusion only applies to collections containing the listed parameters.



Section

Excluding format-projection tuples for a

collection

service(s)

Column
width50%
Panel
borderStylenone
titleObjective

Disable all projections for the KML format because it is projected in the GEOGRAPHIC style by default.

Panel
borderStylenone
titleInvocation

EcDlDaParamConfig.rb

--mode DEV06

--formats NO_REFORMAT ASCII NetCDF-3 KML

--projection GEOGRAPHIC

--services HEG SMAPL1L2

--collections

--view

Info

Note that the following symbols reflect the empty string for No Reformatting: "^," | ",," | ",$"

Panel
borderStylenone
titleNotes

N/A

Column
Panel
borderStylenone
titleExpected Results
Coming soon.

...