...
- visualise a Geographic View icon that's been set to the desired area (or global if desired)
- drop the GRIB icon with a Contouring icon together into the plot window (plus any other icons required, e.g. Coastlines)
Now the data will be plotted just once, and only on the smaller area (if selected).
...
For plotting larger areas (say, Europe or the whole globe), it can be best to switch to cell shading for a faster plot. For small areas (e.g. the size of a small country), grid shading will give the most accurate results, but this can be slower for larger areas.
Example cell shading parameters for LSM | Example grid shading parameters for LSM | ||||
---|---|---|---|---|---|
Download: cell_shade50 |
Download: grid_shade |
Keep an eye on memory usage
...
The memory used during an on-screen interactive plot is released when the window is closed. But if you plot to a file (e.g. PNG, PDF, PS) the memory will not be released and you may have to kill the uPlotBatch process in order to release it.
...