GRASS and Python: Difference between revisions
Jump to navigation
Jump to search
⚠️Afrigeri (talk | contribs) No edit summary |
⚠️Afrigeri (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
===Python-GRASS add-ons=== | ===Python-GRASS add-ons=== | ||
# G-ps.map http://les-ejk.cz/?cat=gpsmap | # Jáchym Čepický's G-ps.map, a GUI to typeset printable maps with ps.map http://les-ejk.cz/?cat=gpsmap | ||
===Links=== | ===Links=== |
Revision as of 17:07, 23 May 2006
Python extensions from GRASS GIS
Work done
- SWIG interface (thanks to Sajith VK): http://freegis.gnu.org.in/temporary/python_grass6.tar.bz2
SWIG (Simplified Wrapper and Interface Generator) is:
- A compiler that turns ANSI C/C++ declarations into scripting language interfaces.
- Completely automated (produces a fully working Python extension module).
- Language neutral. SWIG can also target Tcl, Perl, Guile, MATLAB, etc...
- Attempts to eliminate the tedium of writing extension modules.
Python-GRASS add-ons
- Jáchym Čepický's G-ps.map, a GUI to typeset printable maps with ps.map http://les-ejk.cz/?cat=gpsmap