[GRASS-dev] [SoC] Weekly report #3 - GRASS Interactive Scatter Plot Tool
Štěpán Turek
stepan.turek at seznam.cz
Sun Jul 7 10:21:29 PDT 2013
Hi,
"
yes, you can just run your command giving the right environment variables...
"
I have just one more question.
Will it work properly when I will call some function from C libraries:
Im my case it is something like this:
int I_ComputeScatts(struct Cell_head *region, struct scCats * scatt_conds,
const char ** bands,
int n_bands, struct scCats * scatt_
plts, const char ** cats_rasts)
scatt_conds are selected areas in open scatter plots and scatt_plts there
are returned computed scatter plots. Let say that this function will be
called in separate process form wxGUI created by multiprocessing module.
And in this function there is used raster library.
Is it (or can be) this raster library independent form raster library loaded
to wxGUI and from the other processes created from wxGUI?
Let say that this function will call Rast_set_window function. Will be
raster region set only in scope of the separate process or also out of it?
If the libraries are independent it solves the issue.
Best
Stepan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20130707/03d9cdaf/attachment.html>
More information about the grass-dev
mailing list