Skip to content

Commit

Permalink
Updated the description
Browse files Browse the repository at this point in the history
  • Loading branch information
pixalytics committed Sep 26, 2024
1 parent 8b82fb9 commit 60f9128
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tools/psy-maps/psy-maps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,17 @@ This tool wraps the functionality of ``psyplot.plot.mapplot``.
.. class:: infomark
The wrappers aims at providing the same functionality as ``psyplot.plot.mapplot`` but it has some limitations.
The input file must be in netCDF format and must contain 2D arrays with geographical coordinatates
(latitudes, longitudes) given in degrees.
TODO: Fill in help.
The input file must be in netCDF format and must contain 2D arrays with geographical coordinatates
(latitudes, longitudes) given in degrees.
The code may fail when the data is significantly different from what has been tested.
**What it does**
----------------
This tools creates an image (png format) corresponding to the visualization on a geographical map of a variable extracted from a
netCDF file (input file). By default, the projection is ``PlateCarree`` and colormap is ``jet``. These settings can be changed in *Advanced settings*.
netCDF file (input file).
By default, the projection is ``PlateCarree`` and colormap is ``jet``.
These settings can be changed in *Advanced settings* alongside an option to log scale the plot.
**Usage**
Expand Down

0 comments on commit 60f9128

Please sign in to comment.