GRASS and Python: Difference between revisions
m (→Presentations: Removed spam) |
No edit summary |
||
Line 39: | Line 39: | ||
For calling GRASS functionality from outside, see also [[Working with GRASS without starting it explicitly]]. | For calling GRASS functionality from outside, see also [[Working with GRASS without starting it explicitly]]. | ||
------------------------------- | |||
Those who like to what sporting events, and generally make right predictions, can now win great from betting in sports. [http://best-sportsbettingsites.com/ Sports betting] is an ideal way to win some free money in free time while enjoying your favourite sport. | |||
[http://sportsbettingsitesonline.com/ Online sports betting] is fast, simple and easy. Once you sign up process for you to start betting in minutes. Online bet companies are flexible and offer better and higher odds than the land based companies. | |||
[http://skysportsfootballsites.com/ Sky sports football] is also offered on mobile, Download Sky Sports by British Sky Broadcasting from BlackBerry Apps in the football and get the latest news even more accessible and keep track on when SKY Sports are showing Live Football over the next month. | |||
Online betting sites allow you to have a great time [http://playfreefootballgamesonline.com/ betting in football games] world football leagues, livefootball matches with some of the biggest Sports Betting providers offering higher winnings online. | |||
To have the best [http://freesportsbetonline.com/ free sports bet], it is ideal to spend some time finding the detail of the different free offers available, take advantage of the free casino bonus that is offered to you, and have fun and bet more to win more. | |||
At the [http://sportsbettingforumsites.com/ sports betting forum] you can also meet sports betting fans and some of the recognised names from the industry and betting business or even meet your favourite sports star and winners. | |||
Majority of the individual prefer a [http://best-sportsbet.com/ sports bet] to have some extra income from their passion and knowledge. | |||
You can choose among the different types of bets to wager, generally more people are turning to the Internet for all types of betting on [http://onlinefootballgamesites.com/ online football games] such as sides, totals, parlays, teasers, big game props, and many more. | |||
There are various types of bets offered online to bet in horse racing, football, soccer, tennis, darts, snooker, golf and many more. With a few minutes of reference to the guides and tips offered on [http://skysportsfootballonline.com/ online sky sports football], you can get educated about them. | |||
Sports' betting online has gained a lot of popularity, there are various online [http://bettingsportsonlinee.com/ betting sports] that allow more and more people to bet online and have a great time betting. | |||
-------------------------------- | |||
==== MS-Windows ==== | ==== MS-Windows ==== |
Revision as of 11:39, 28 September 2012
Python SIGs
Python Special Interest Groups are focused collaborative efforts to develop, improve, or maintain specific Python resources. Each SIG has a charter, a coordinator, a mailing list, and a directory on the Python website. SIG membership is informal, defined by subscription to the SIG's mailing list. Anyone can join a SIG, and participate in the development discussions via the SIG's mailing list. Below is the list of currently active Python SIGs, with links to their resources.
See more at http://www.python.org/community/sigs/
Writing Python scripts in GRASS
Python is a programming language which is more powerful than shell scripting but easier and more forgiving than C. The Python script can contain simple module description definitions which will be processed with g.parser, as shown in the example below. In this way with no extra coding a GUI can be built, inputs checked, and a skeleton help page can be generated automatically. In addition it adds links to the GRASS message translation system. The library for "scripting" is "grass.script", typically used as:
import grass.script as grass
The related files are at $GISBASE/etc/python/grass/script/*.py. See below for more details.
Note: For code which needs access to the power of C, you can access the GRASS C library functions via the Python "ctypes" interface.
Python script editor
The wxGUI Layer Manager in GRASS 6.4.3+ comes with a "Python shell" which enables users to type and execute python commands directly in wxGUI environment.
Using the GRASS Python Scripting Library
You can run Python scripts easily in a GRASS session.
To write these scripts,
- check the code in lib/python/ which provides grass.script in order to support GRASS scripts written in Python.
See the GRASS Python Scripting Library for notes and examples.
- The scripts/ directory of GRASS contains a series of examples actually provided to the end users.
For the desired Python code style, have a look at SUBMITTING_PYTHON.
Creating Python scripts that call GRASS functionality from outside
Note: This is a more advanced use case of using GRASS' functionality from outside via Python. Commonly, a user will run GRASS Python script from inside a GRASS session, i.e. either from the command line or from the Python shell embedded in the wxGUI (screenshot).
For calling GRASS functionality from outside, see also Working with GRASS without starting it explicitly.
Those who like to what sporting events, and generally make right predictions, can now win great from betting in sports. Sports betting is an ideal way to win some free money in free time while enjoying your favourite sport.
Online sports betting is fast, simple and easy. Once you sign up process for you to start betting in minutes. Online bet companies are flexible and offer better and higher odds than the land based companies.
Sky sports football is also offered on mobile, Download Sky Sports by British Sky Broadcasting from BlackBerry Apps in the football and get the latest news even more accessible and keep track on when SKY Sports are showing Live Football over the next month.
Online betting sites allow you to have a great time betting in football games world football leagues, livefootball matches with some of the biggest Sports Betting providers offering higher winnings online.
To have the best free sports bet, it is ideal to spend some time finding the detail of the different free offers available, take advantage of the free casino bonus that is offered to you, and have fun and bet more to win more.
At the sports betting forum you can also meet sports betting fans and some of the recognised names from the industry and betting business or even meet your favourite sports star and winners.
Majority of the individual prefer a sports bet to have some extra income from their passion and knowledge.
You can choose among the different types of bets to wager, generally more people are turning to the Internet for all types of betting on online football games such as sides, totals, parlays, teasers, big game props, and many more.
There are various types of bets offered online to bet in horse racing, football, soccer, tennis, darts, snooker, golf and many more. With a few minutes of reference to the guides and tips offered on online sky sports football, you can get educated about them.
Sports' betting online has gained a lot of popularity, there are various online betting sports that allow more and more people to bet online and have a great time betting.
MS-Windows
In order to use GRASS functionality via Python from outside, some environment variables have to be set:
GISBASE= C:\GRASS-64 GISRC= C:\Documents and Settings\user\.grassrc6 LD_LIBRARY_PATH= C:\GRASS-64\lib PATH= C:\GRASS-64\etc;C:\GRASS-64\etc\python;C:\GRASS-64\lib;C:\GRASS-64\bin;C:\GRASS-64\extralib;C:\GRASS-64\msys\bin;C:\Python26; PYTHONLIB= C:\Python26 PYTHONPATH= C:\GRASS-64\etc\python GRASS_SH= C:\GRASS-64\msys\bin\sh.exe
At the super casino that plays are tested by TST this is an independent tester of software and the transactions are theft-proof as the casino is managed by 128-bit SSL encryption. If you further have any question or complaints you can seek he assistance of polite and helpful support team to answer, your queries, questions you can contact the support team 24/7. Moreover the super casino game is commitment to responsible gaming that will help the gamblers stay within limits.
Some hints:
- The Python interpreter (python.exe) needs to be in the PATH
- Python needs to be associated with the .py extension
- PATHEXT needs to include .py if you want to be able to omit the extension
- PYTHONPATH needs to be set to %GISBASE%\etc\python
1-3 should be taken care of by the Python installer. 4 needs to be done by the startup (currently, this doesn't appear to be the case on MS-Windows).
Linux
In order to use GRASS functionality via Python from outside, some environment variables have to be set:
export GISBASE="/usr/local/grass-6.4.svn/" export PATH="$PATH:$GISBASE/bin:$GISBASE/scripts" export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$GISBASE/lib" # for parallel session management, we use process ID (PID) as lock file number: export GIS_LOCK=$$ # path to GRASS settings file export GISRC="$HOME/.grassrc6"
Running external commands from Python
For information on running external commands from Python, see: http://docs.python.org/lib/module-subprocess.html
Avoid using the older os.* functions. Section 17.1.3 lists equivalents using the Popen() interface, which is more robust (particularly on Windows).
Testing and installing Python extensions
Debugging
Make sure the script is executable:
chmod +x /path/to/my.extension.py
During development, a Python script can be debugged using the Python Debugger (pdb):
python -m pdb /path/to/my.extension.py input=my_input_layer output=my_output_layer option=value -f
Installation
Once you're happy with your script, you can put it in the scripts/ folder of your GRASS install. To do so, first create a directory named after your extension, then create a Makefile for it, and a HTML man page:
cd /path/to/grass_src/ cd scripts ls # It is useful to check out the existing scripts and their structure mkdir my.extension cd my.extension cp path/to/my.extension.py . touch my.extension.html touch Makefile
Next step is to edit the Makefile. It is a very simple text file, the only thing to check is to put the right extension name (WITHOUT the .py file extension) after PGM:
MODULE_TOPDIR = ../.. PGM = my.extension include $(MODULE_TOPDIR)/include/Make/Script.make default: script
The HTML file would be generated automatically. If you want to add more precisions in it, you can do it (just make sure you start at DESCRIPTION. See existing scripts.)
You can then run "make" within the my.extension folder. Running "make" in the extension directory places the resulting files in the staging directory (path/to/grass_src/dist.<YOUR_ARCH>/). If you're running GRASS from the staging directory (/path/to/grass_src/bin.<YOUR_ARCH>/grass7), subsequent commands will used the updated files.
# in your extension directory (/path/to/grass_src/scripts/my.extension/) make # Starting GRASS from the staging directory /path/to/grass_src/bin.<YOUR_ARCH>/grass7 my.extension help
You can also run "make install" from the top level directory of your GRASS install (say /usr/local/src/grass_trunk/). Running "make install" from the top level just copies the whole of the dist.<YOUR_ARCH>/ directory to the installation directory (e.g. /usr/local/grass70) and the bin.<YOUR_ARCH>/grass70 bin file to the bin directory (e.g. /usr/local/bin), and fixes any embedded paths in scripts and configuration files.
cd /path/to/grass_src make install # Starting GRASS as usual would work and show your extension available grass7 my.extension help
Python extensions in GRASS GIS
Python Scripting Library
Python Ctypes Interface
This interface allows calling GRASS library functions from Python scripts. See Python Ctypes Examples for details.
Examples:
- Latest and greatest: GRASS 7 Python scripts
More complicated examples<<-- TODO: update to Ctypes
Sample script for GRASS 6 raster access (use within GRASS, Spearfish session):
#!/usr/bin/env python
## TODO: update example to Ctypes
import os, sys
from grass.lib import grass
if "GISBASE" not in os.environ:
print "You must be in GRASS GIS to run this program."
sys.exit(1)
if len(sys.argv)==2:
input = sys.argv[1]
else:
input = raw_input("Raster Map Name? ")
# initialize
grass.G_gisinit('')
# find map in search path
mapset = grass.G_find_cell2(input, '')
# determine the inputmap type (CELL/FCELL/DCELL) */
data_type = grass.G_raster_map_type(input, mapset)
infd = grass.G_open_cell_old(input, mapset)
inrast = grass.G_allocate_raster_buf(data_type)
rown = 0
while True:
myrow = grass.G_get_raster_row(infd, inrast, rown, data_type)
print rown, myrow[0:10]
rown += 1
if rown == 476:
break
grass.G_close_cell(inrast)
grass.G_free(cell)
Sample script for vector access (use within GRASS, Spearfish session):
#!/usr/bin/python
# run within GRASS Spearfish session
# run this before starting python to append module search path:
# export PYTHONPATH=/usr/src/grass70/swig/python
# check with "import sys; sys.path"
# or:
# sys.path.append("/usr/src/grass70/swig/python")
# FIXME: install the grass bindings in $GISBASE/lib/ ?
import os, sys
from grass.lib import grass
from grass.lib import vector as grassvect
if "GISBASE" not in os.environ:
print "You must be in GRASS GIS to run this program."
sys.exit(1)
if len(sys.argv)==2:
input = sys.argv[1]
else:
input = raw_input("Vector Map Name? ")
# initialize
grass.G_gisinit('')
# find map in search path
mapset = grass.G_find_vector2(input,'')
# define map structure
map = grassvect.Map_info()
# define open level (level 2: topology)
grassvect.Vect_set_open_level (2)
# open existing map
grassvect.Vect_open_old(map, input, mapset)
# query
print 'Vect map: ', input
print 'Vect is 3D: ', grassvect.Vect_is_3d (map)
print 'Vect DB links: ', grassvect.Vect_get_num_dblinks(map)
print 'Map Scale: 1:', grassvect.Vect_get_scale(map)
print 'Number of areas:', grassvect.Vect_get_num_areas(map)
# close map
grassvect.Vect_close(map)
wxPython GUI development
- See the wxGUI wiki page
Python-GRASS add-ons
Stand-alone addons:
- Jáchym Čepický's PyWPS, GRASS-Web Processing Service (http://pywps.wald.intevation.org)
Using GRASS gui.tcl in Python
Here is some example code to use the grass automatically generated guis in python code. This could (should) all be bundled up and abstracted away so that the implementation can be replaced later.
import Tkinter
import os
# Startup (once):
tk = Tkinter.Tk()
tk.eval ("wm withdraw .")
tk.eval ("source $env(GISBASE)/etc/gui.tcl")
# Here you could do various things to change what the gui does
# See gui.tcl and README.GUI
# Make a gui (per dialog)
# This sets up a window for the command.
# This can be different to integrate with tkinter:
tk.eval ('set path ".dialog$dlg"')
tk.eval ('toplevel .dialog$dlg')
# Load the code for this command:
fd = os.popen ("d.vect --tcltk")
gui = fd.read()
# Run it
tk.eval(gui)
dlg = tk.eval('set dlg') # This is used later to get and set
# Get the current command in the gui we just made:
currentcommand = tk.eval ("dialog_get_command " + dlg)
# Set the command in the dialog we just made:
tk.eval ("dialog_set_command " + dlg + " {d.vect map=roads}")
FAQ
- Q: Error message "execl() failed: Permission denied" - what to do?
- A: Be sure that the execute bit of the script is set.
Links
General guides
- Wikibook Python Programming
- Quick Python tutorial for programmers of other languages
- More Python tutorials for programmers
- Python programming style guide
- Python Editors
Programming
- Python and GRASS:
- Library interfaces: [GRASS Python Scripting Library http://grass.osgeo.org/programming7/pythonlib.html]
- Graphical user interface (GIU): [GRASS wxPython-based GUI http://grass.osgeo.org/programming7/wxpythonlib.html]
- PyWPS, GRASS-Web Processing Service: WPS
- Python and OSGeo:
- Python and GDAL/OGR:
- Python bindings to PROJ:
- Python and GIS:
- Python and Statistics:
- RPy - Python interface to the R-statistics programming language
- Bindings:
- SIP (C/C++ bindings generator) http://directory.fsf.org/all/Python-SIP.html
- Cython - C-Extensions for Python (compile where speed is needed)
- Other external projects
Presentations
From FOSS4G2006:
- A Python sweeps in the GRASS - A. Frigeri 2006
- GRASS goes web: PyWPS - J. Cepicky 2006 (see also WPS)