Re: [GRASS-dev] [GRASS GIS] #131: Tool to assist creation (design) of simple scripts within from the wxpython-GUI

2014-09-16 Thread GRASS GIS
#131: Tool to assist creation (design) of simple scripts within from the
wxpython-GUI
--+-
  Reporter:  nikos|   Owner:  grass-dev@…  
  Type:  enhancement  |  Status:  closed   
  Priority:  minor|   Milestone:  6.5.0
 Component:  Python   | Version:  unspecified  
Resolution:  fixed|Keywords:  GUI, script creation 
  Platform:  Unspecified  | Cpu:  Unspecified  
--+-
Changes (by wenzeslaus):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Closing as fixed since we have the ''Save/Export as Python script'' in
 wxGUI Graphical Modeler.

 If something does not work or you want more functionality, please create a
 new ticket.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #131: Tool to assist creation (design) of simple scripts within from the wxpython-GUI

2013-05-02 Thread GRASS GIS
#131: Tool to assist creation (design) of simple scripts within from the
wxpython-GUI
--+-
 Reporter:  nikos |   Owner:  grass-dev@…  
 Type:  enhancement   |  Status:  new  
 Priority:  minor |   Milestone:  6.5.0
Component:  Python| Version:  unspecified  
 Keywords:  GUI, script creation  |Platform:  Unspecified  
  Cpu:  Unspecified   |  
--+-

Comment(by martinl):

 Replying to [comment:6 hamish]:
 > does the modeler save out to a .py template, looking like a regular
 grass python script might?  (if so, way cool)

 {{{
 File -> Export to Python
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #131: Tool to assist creation (design) of simple scripts within from the wxpython-GUI

2013-05-02 Thread GRASS GIS
#131: Tool to assist creation (design) of simple scripts within from the
wxpython-GUI
--+-
 Reporter:  nikos |   Owner:  grass-dev@…  
 Type:  enhancement   |  Status:  new  
 Priority:  minor |   Milestone:  6.5.0
Component:  Python| Version:  unspecified  
 Keywords:  GUI, script creation  |Platform:  Unspecified  
  Cpu:  Unspecified   |  
--+-

Comment(by hamish):

 does the modeler save out to a .py template, looking like a regular grass
 python script might?  (if so, way cool)


 Hamish

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #131: Tool to assist creation (design) of simple scripts within from the wxpython-GUI

2013-04-17 Thread GRASS GIS
#131: Tool to assist creation (design) of simple scripts within from the
wxpython-GUI
--+-
 Reporter:  nikos |   Owner:  grass-dev@…  
 Type:  enhancement   |  Status:  new  
 Priority:  minor |   Milestone:  6.5.0
Component:  Python| Version:  unspecified  
 Keywords:  GUI, script creation  |Platform:  Unspecified  
  Cpu:  Unspecified   |  
--+-
Changes (by hamish):

  * component:  Default => Python


-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #131: Tool to assist creation (design) of simple scripts within from the wxpython-GUI

2013-04-17 Thread GRASS GIS
#131: Tool to assist creation (design) of simple scripts within from the
wxpython-GUI
--+-
 Reporter:  nikos |   Owner:  grass-dev@…  
 Type:  enhancement   |  Status:  new  
 Priority:  minor |   Milestone:  6.5.0
Component:  Default   | Version:  unspecified  
 Keywords:  GUI, script creation  |Platform:  Unspecified  
  Cpu:  Unspecified   |  
--+-

Comment(by hamish):

 done by the now-developed modeler?

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] [GRASS GIS] #131: Tool to assist creation (design) of simple scripts within from the wxpython-GUI

2008-04-18 Thread GRASS GIS
#131: Tool to assist creation (design) of simple scripts within from the
wxpython-GUI
--+-
 Reporter:  nikos |   Owner:  grass-dev@lists.osgeo.org
 Type:  enhancement   |  Status:  new  
 Priority:  minor |   Milestone:  6.4.0
Component:  default   | Version:  unspecified  
 Keywords:  GUI, script creation  |  
--+-
 I think the title (summary) is precise enough ;-) = Would be great for
 beginners.


 Examples of simple script (or one-line command) to import all *.tif files
 from a directory:

 for i in *.tif; do r.in.gdal in=$i out=`echo $i | cut -d"." -f1`; done

-- 
Ticket URL: 
GRASS GIS 
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev