[GRASS-SVN] r64946 - grass-promo/grassposter/2015_EGU_G7_Python
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 30 14:07:50 PDT 2015
Author: wenzeslaus
Date: 2015-03-30 14:07:50 -0700 (Mon, 30 Mar 2015)
New Revision: 64946
Modified:
grass-promo/grassposter/2015_EGU_G7_Python/main.tex
Log:
two paragraphs about modules, addons and scripts
Modified: grass-promo/grassposter/2015_EGU_G7_Python/main.tex
===================================================================
--- grass-promo/grassposter/2015_EGU_G7_Python/main.tex 2015-03-30 21:06:32 UTC (rev 64945)
+++ grass-promo/grassposter/2015_EGU_G7_Python/main.tex 2015-03-30 21:07:50 UTC (rev 64946)
@@ -300,9 +300,15 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\block{\blocktitlewrap{GRASS GIS modules, addons and Python scripts}}{
-The GRASS GIS Addons ensure long-term preservation of the code.
+A Python script can by turned into a GRASS GIS modules by adding a definition of the interface.
+Also, GRASS GIS modules expect to be executed in GRASS GIS session.
+Python scripts which are using GRASS GIS can be written in a way that GRASS GIS session is not required;
+the setup of a necessary environment is done in the script itself.
+% running code from IDE
+
+The GRASS GIS Addon repository ensures vendor-independent long-term preservation of the code
+and ensures an easy distribution of module to individual users.
Well maintained modules in Addons can be moved to GRASS GIS core.
-and running code from IDE
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
More information about the grass-commit
mailing list