Section |
---|
Column |
---|
| Image AddedImage Removed |
Create a Magics python skeleton that displays a global map using the plot commandCreate and use an output object to set-up name and format of your outputImprove mcoast to taylor the coastlines.
- Set-up a cylindrical projection over the United States.
- Apply land-sahding on the coastlines.
- Load a grib file containing Mean-Sea level Presssure and visualise it using black isolines.
- Load a grib file containing Precipitation and visualise it using shading technique.
- Add a legend.
- Add a text.
- Draw the position of New-York City
- Draw a line to materialise the Xsection we are going to visualise in a next tutorial
You will need to download
|
| Add a mtext object to add some texts. |
First step
In order to be able to create and use Magics objects, the Magics python package has to be imported.
...