Skip to content

Gen mask for stations #2614

Locked Answered by j-opatz
Deba57 asked this question in Configuration
Discussion options

You must be logged in to vote

Hello Deba,

And thank you for your question. If your stations have accompanying station IDs, there is a quick and easy way to accomplish your goal using only Point-Stat. To do this, you should utilize the mask.sid setting: in the Point-Stat configuration file, you'll find a mask library:

mask = {
   grid    = [ "FULL" ];
   poly    = [ ];
   sid     = [ ];
   llpnt   = [ ];
}

The sid array can accept strings of a filename or comma-separated list of station IDs that will be used to generate a mask. Take a look at this section of the MET User's Guide to understand how to pass each type of argument to MET.

If you intend to use the PointStat wrapper, the setting would be POINT_STAT_MASK_SID …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by j-opatz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment