WxGUI Cartographic Composer: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(14 intermediate revisions by 2 users not shown)
Line 2: Line 2:
__TOC__
__TOC__


The '''Cartographic Composer''' (so called ''wx.psmap'') is a GUI application which allows GRASS users to prepare interactively hardcopy map outputs. The application can write a instructions file for GRASS module {{cmd|ps.map}}, and then run this module on the background to create PostScript output directly. See the [http://lists.osgeo.org/pipermail/grass-user/2011-March/060158.html announcement] in the mailing list. See also the {{cmd|wxGUI.psmap|version=70|desc=manual}}.
The '''Cartographic Composer''' (so called ''wx.psmap'') is a GUI application which allows GRASS users to prepare interactively hardcopy map outputs. The application can write a instructions file for GRASS module {{cmd|ps.map}}, and then run this module on the background to create PostScript output directly. See the [http://lists.osgeo.org/pipermail/grass-user/2011-March/060158.html announcement] in the mailing list. See also the {{cmd|wxGUI.psmap|desc=manual}}.
 
Cartographic Composer is release under [https://svn.osgeo.org/grass/grass/trunk/GPL.TXT GNU GPL] licence and the source is available from [https://svn.osgeo.org/grass/grass/trunk/gui/wxpython/psmap GRASS SVN repository]. The composer is part of core GRASS GIS. To run the composer, it is necessary to have the [http://pythonware.com/products/pil Python Imaging Library] (on some systems called "python-pillow" package) installed.


''Note:'' {{cmd|ps.map}} (see also {{AddonCmd|ps.output}}) is a GRASS module, intended to be a stand-alone hardcopy plot generator. It is not meant to be a ''Print'' button for the maps currently displayed in the map canvas, that will need it own controls.
''Note:'' {{cmd|ps.map}} (see also {{AddonCmd|ps.output}}) is a GRASS module, intended to be a stand-alone hardcopy plot generator. It is not meant to be a ''Print'' button for the maps currently displayed in the map canvas, that will need it own controls.


The Cartographic Composer is '''available in GRASS 6.4.2+''' from the menu  
The Cartographic Composer is '''available in [http://grass.osgeo.org/download/software/#g64x GRASS 6.4.2+]''' from the Layer manager menu <code>File &rarr; Cartographic Composer</code> or from the toolbar [[Image:print-compose.png]].
 
File -> Cartographic Composer


or from the toolbar
In [http://grass.osgeo.org/grass7/ GRASS 7] the tool is also available from the command line as stand-alone application ({{cmd|g.gui.psmap}}).


:[[Image:print-compose.png]]
[[Image:wxpsmap-draft.png|center|thumb|480px|Cartographic Composer - draft mode]]


[[Image:wxpsmap-draft.png|center|thumb|480px|wx.psmap - draft mode]]
== Supported mapping instructions ==


The GUI currently supports the most important mapping instructions:
The GUI currently supports the most important mapping instructions (see also {{cmd|ps.map}} manual page):


* paper
* paper
Line 30: Line 30:


<center><gallery widths=300px heights=300px>
<center><gallery widths=300px heights=300px>
Image:wxpsmap-page-setup.png|wx.psmap - page setup dialog
Image:wxpsmap-page-setup.png|Cartographic Composer - page setup dialog
Image:wxpsmap-mapinfo.png|wx.psmap - mapinfo dialog
Image:wxpsmap-mapinfo.png|Cartographic Composer - mapinfo dialog
</gallery></center>
</gallery></center>


Line 65: Line 65:
;In GRASS 6:
;In GRASS 6:


''Note'': {{cmd|g.extension|version=65}} in GRASS 6 doesn't support installing wxGUI extensions. You can install {{addonCmd|wx.psmap}} from ''wxGUI Command prompt'' using Python version of {{cmd|g.extension|version=70}} available as ''g.extension.py''
''Note'': {{cmd|g.extension|version=64}} in GRASS 6 doesn't support installing wxGUI extensions. You can install {{addonCmd|wx.psmap}} from ''wxGUI Command prompt'' using Python version of {{cmd|g.extension}} available as ''g.extension.py''
   
   
  g.extension.py -s svnurl=https://svn.osgeo.org/grass/grass-addons extension=wx.psmap
  g.extension.py -s svnurl=https://svn.osgeo.org/grass/grass-addons extension=wx.psmap
Line 71: Line 71:
[[Image:wxGUI-install-addons-cmd.png|center|480px|thumb|Installing wx.psmap from wxGUI Command Prompt]]-->
[[Image:wxGUI-install-addons-cmd.png|center|480px|thumb|Installing wx.psmap from wxGUI Command Prompt]]-->


== Video tutorial ==
== Video tutorials ==
 
{{YouTube|ZMwuC14omyA}}
{{YouTube|ZMwuC14omyA}}
{{YouTube|s0gYrGuzzpo}}
{{YouTube|s0gYrGuzzpo}}
Line 101: Line 102:
== Acknowledgement ==
== Acknowledgement ==


wxGUI Cartographic Composer was developed within bachelor thesis at [http://www.cvut.cz Czech Technical University in Prague] by Anna Kratochvilova in 2011.
wxGUI Cartographic Composer was developed within a bachelor thesis at the [http://www.cvut.cz Czech Technical University in Prague] by Anna Kratochvilova in 2011.

Latest revision as of 21:51, 15 December 2015

For development issues see Trac page.

The Cartographic Composer (so called wx.psmap) is a GUI application which allows GRASS users to prepare interactively hardcopy map outputs. The application can write a instructions file for GRASS module ps.map, and then run this module on the background to create PostScript output directly. See the announcement in the mailing list. See also the manual.

Cartographic Composer is release under GNU GPL licence and the source is available from GRASS SVN repository. The composer is part of core GRASS GIS. To run the composer, it is necessary to have the Python Imaging Library (on some systems called "python-pillow" package) installed.

Note: ps.map (see also ps.output) is a GRASS module, intended to be a stand-alone hardcopy plot generator. It is not meant to be a Print button for the maps currently displayed in the map canvas, that will need it own controls.

The Cartographic Composer is available in GRASS 6.4.2+ from the Layer manager menu File → Cartographic Composer or from the toolbar .

In GRASS 7 the tool is also available from the command line as stand-alone application (g.gui.psmap).

Cartographic Composer - draft mode

Supported mapping instructions

The GUI currently supports the most important mapping instructions (see also ps.map manual page):

  • paper
  • scale
  • maploc
  • rast
  • vects
  • scalebar
  • mapinfo
  • legend
  • text labels
  • eps (image, north arrow)


Video tutorials

How to add north arrow
Raster, legend, vector outline

Input

  • Ability to load in saved ps.map instructions file. I consider this to be a low priority, deal with it after map creation is fully functional. Start with scripts saved using the GUI, after that is working expand to load any ps.map instructions file.

Outputs

  • ps.map instructions file
  • PostScript file
  • PDF file

Map Output Examples

Examples were created within A. Kratochvilova's bachelor thesis (in Czech)

Acknowledgement

wxGUI Cartographic Composer was developed within a bachelor thesis at the Czech Technical University in Prague by Anna Kratochvilova in 2011.