The mapplotter script ===================== Command line use ^^^^^^^^^^^^^^^^ .. include:: ./autoscripts/plots--maps--mapplotter.rst Example: .. code-block:: bash python snowtools/plots/maps/mapplotter.py -f DSN_T_ISBA --date 20190513T10 --parallels 0.1 --meridians 0.1 /PRO/PRO_2019051300_2019051400.nc -O 20190513T10_snowheight.png .. figure:: /images/20190513T10_snowheight.png :align: center .. code-block:: bash python snowtools/plots/maps/mapplotter.py -f DSN_T_ISBA --date 20150301T06 --diff /PRO/PRO_first_2014080106_2015080106.nc /PRO/PRO_second_2014080106_2015080106.nc -O 20150301T06_snowheight_diff.png .. figure:: /images/20150301T06_snowheight_diff.png :align: center .. code-block:: bash python snowtools/plots/maps/mapplotter.py --wU WSN_T_ISBA --wV SNOMLT_ISBA --date 20150405T06 --wpo grid --vectors_subsampling 1 /PRO/PRO_first_2014080106_2015080106.nc -O 20150405T06_pseudo_wind_map.png .. figure:: /images/20150405T06_pseudo_wind_map.png :align: center Main plot function ^^^^^^^^^^^^^^^^^^ .. automodule:: plots.maps.mapplotter :members: