GRASS and Python: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
# Language neutral. SWIG can also target Tcl, Perl, Guile, MATLAB, etc...  
# Language neutral. SWIG can also target Tcl, Perl, Guile, MATLAB, etc...  
# Attempts to eliminate the tedium of writing extension modules.
# Attempts to eliminate the tedium of writing extension modules.
===Python-GRASS add-ons===
# G-ps.map http://les-ejk.cz/?cat=gpsmap


===Links===
===Links===

Revision as of 16:57, 23 May 2006

Python extensions from GRASS GIS

Work done

SWIG (Simplified Wrapper and Interface Generator) is:

  1. A compiler that turns ANSI C/C++ declarations into scripting language interfaces.
  2. Completely automated (produces a fully working Python extension module).
  3. Language neutral. SWIG can also target Tcl, Perl, Guile, MATLAB, etc...
  4. Attempts to eliminate the tedium of writing extension modules.

Python-GRASS add-ons

  1. G-ps.map http://les-ejk.cz/?cat=gpsmap

Links