extract boundary information
Added by LIna Bau almost 8 years ago
Dear all,
I have a dataset with information from one country only and would like to extract the masking information to apply it on a greater dataset for Europe.
How can I extract the coordinates that I need to build an ASCII-file for the maskregion command?
Replies (1)
RE: extract boundary information - Added by Ralf Mueller almost 8 years ago
Hi Kira!
I tend not to mask things by coordinates unless it is really needed, but use 0-1-masks on the complete grid. this makes your masks a lot more flexible, because you can apply them elsewhere.
you can use operators like gtc to create such masks with repect to certain variables.
hth
ralf