[Qgis-user] geo-referencing

2009-12-09 Thread legio nostra
Hello everyone, I am doing a job for college, and I need to enter in my database, two military maps, and also two orthophotomaps. The geo-referencing system I'm using is the Datum 73 / Modified Portuguese Grid (deprecated) (EPSG : 27492). Someone can tell me what is the procedure? Thank you for

Re: [Qgis-user] geo-referencing

2009-12-09 Thread Yves Jacolin
Hello, PostGIS/Postgresql does not support Raster data. You should use this data directly. Regards, Y. legio nostra a écrit : Hello everyone, I am doing a job for college, and I need to enter in my database, two military maps, and also two orthophotomaps. The geo-referencing system I'm

Re: [Qgis-user] Problem with SDA4PP/Linked Statistical Display

2009-12-09 Thread Volkan Kepoglu
updated with ver. 0.142, could you try that if it is fixed? 1. added loading of rJava package function 2. changed the style of loading of iplot package: first checks the package installed or not and then loads the package but skips to control the package whether it is loaded or not, because,

Re: [Qgis-user] Problem with SDA4PP/Linked Statistical Display

2009-12-09 Thread Anne Ghisla
On Wed, 2009-12-09 at 04:17 -0800, Volkan Kepoglu wrote: updated with ver. 0.142, could you try that if it is fixed? 1. added loading of rJava package function 2. changed the style of loading of iplot package: first checks the package installed or not and then loads the package but skips

Re: [Qgis-user] Problem with SDA4PP/Linked Statistical Display

2009-12-09 Thread Giovanni Manghi
On Wed, 2009-12-09 at 04:17 -0800, Volkan Kepoglu wrote: updated with ver. 0.142, could you try that if it is fixed? Hi Volkan, I jut updated the plugin but I still get the error message (using Ubuntu 9.10, qgis trunk and R 2.10) I noticed also a few glitches in the plugin gui under linux, do

Re: [Qgis-user] Problem with SDA4PP/Linked Statistical Display

2009-12-09 Thread Volkan Kepoglu
yes, off course, please send. is it exactly the same error message? On Wed, Dec 9, 2009 at 2:26 PM, Giovanni Manghi giovanni.man...@gmail.comwrote: On Wed, 2009-12-09 at 04:17 -0800, Volkan Kepoglu wrote: updated with ver. 0.142, could you try that if it is fixed? Hi Volkan, I jut

Re: [Qgis-user] Problem with SDA4PP/Linked Statistical Display

2009-12-09 Thread Volkan Kepoglu
On Wed, Dec 9, 2009 at 2:24 PM, Anne Ghisla a.ghi...@gmail.com wrote: On Wed, 2009-12-09 at 04:17 -0800, Volkan Kepoglu wrote: updated with ver. 0.142, could you try that if it is fixed? 1. added loading of rJava package function 2. changed the style of loading of iplot package: first

Re: [Qgis-user] Problem with SDA4PP/Linked Statistical Display

2009-12-09 Thread Anne Ghisla
On Wed, 2009-12-09 at 14:51 +0200, Volkan Kepoglu wrote: On Wed, Dec 9, 2009 at 2:24 PM, Anne Ghisla a.ghi...@gmail.com wrote: On Wed, 2009-12-09 at 04:17 -0800, Volkan Kepoglu wrote: updated with ver. 0.142, could you try that if it is fixed? 1. added loading of rJava package function

Re: [Qgis-user] Problem with SDA4PP/Linked Statistical Display

2009-12-09 Thread Volkan Kepoglu
my rpy version is 2.0.6, maybe we can test our code results at the same time. import rpy2 import rpy2.robjects as robjects print(rpy2.__version__) 2.0.6 print(robjects.r) rpy2.robjects.R object at 0x02A8FFB0 platform: i386-pc-mingw32 arch: i386 os: mingw32 system: i386, mingw32 status: major:

Re: [Qgis-user] loading a project from the command line bug

2009-12-09 Thread Craig Leat
Ricardo wrote: I don't really know if opening .qgs files from the command line is a supported feature, but if it is, then this behaviour is probably a bug. If this feature is not supported, can I make a wish for it? Tested with QGis 1.3.0 stable and also with 1.4 (rev. 12337). $ qgis --help

Re: [Qgis-user] geo-referencing

2009-12-09 Thread Jean-Claude Repetto
legio nostra a écrit : I am doing a job for college, and I need to enter in my database, two military maps, and also two orthophotomaps. The geo-referencing system I'm using is the Datum 73 / Modified Portuguese Grid (deprecated) (EPSG : 27492). Someone can tell me what is the procedure?

Re: [Qgis-user] Problem with SDA4PP/Linked Statistical Display

2009-12-09 Thread Volkan Kepoglu
I noticed also a few glitches in the plugin gui under linux, do you want me to send you a few screenshots? Thanks in advance -- Giovanni -- thanks a lot for reminding me to look at the plugin gui under linux. I will fix all in the new revision. volkan.

Re: [Qgis-user] Problem with SDA4PP/Linked Statistical Display

2009-12-09 Thread Agustin Lobo
Sorry I cannot test this further until next weekend. So far the only difference with the new version is that I get a formal complaint on lacking rJava in a popup window instead of the list of python errors. But rJava is installed and running fine as far as I can tell (which is not a lot as I

Re: [Qgis-user] geo-referencing

2009-12-09 Thread Ricardo Filipe Soares Garcia da
Olá (hello) Orlando It isn't very clear to me what you want to do. On your e-mail subject you speak about georeferencing, but then the message seems to mean that what you want is to import your data to a postgis database. I am assuming you want to geo-reference your military maps and orthos

[Qgis-user] ortos aparecem nas coordenadas negativas

2009-12-09 Thread legio nostra
Olá a todos, tenho uns ortofotomapas que foram georeferenciados nas coordenadas positivas (datum_73_Hayford_Gauss_IGeoE) com o programa gvSIG 1.9 versão estável, mas quando abro os mesmos ortos no Quantum Gis MIMAS, aparecen-me sempre nas coordenadas negativas. Alguem me sabe dizer, se existe

Re: [Qgis-user] ortos aparecem nas coordenadas negativas

2009-12-09 Thread Giovanni Manghi
Dear Orlando, this is an English speaking mailing list, if you need support if Portuguese then write to the following mailing list http://lists.osgeo.org/mailman/listinfo/portugal that is the one of the OSGeo Portuguese chapter. By the way, I'll answer you in private in Portuguese. cheers --

Re: [Qgis-user] Problem with SDA4PP/Linked Statistical Display

2009-12-09 Thread Volkan Kepoglu
1. tested code: import rpy2 import rpy2.robjects as robjects print(rpy2.__version__) print(robjects.r) r = robjects.r r.require(iplots)[0] r.require(iplots) r.require(iplots).r_repr() r.require(ade4)[0] 2. I am testing the code in the ms-dos prompt with python itself, and it is ok, the result is

Re: [Qgis-user] ortos aparecem nas coordenadas negativas

2009-12-09 Thread Tim Sutton
Oi Orlando Lembra outo pessoa que ecrever no mailing list com o mesmo problema. Talvez era uma boa isea para buscar no arquivos do mailing list por uma responsa. O que o formato das imagens? Abracos Tim Sent from my mobile phone. -Original Message- From: legio nostra

Re: [Qgis-user] Problem with SDA4PP/Linked Statistical Display

2009-12-09 Thread Volkan Kepoglu
completed in rev. 0.144. please update the plugin. have a fun with new gui. volkan On Wed, Dec 9, 2009 at 4:03 PM, Volkan Kepoglu vkepo...@gmail.com wrote: I noticed also a few glitches in the plugin gui under linux, do you want me to send you a few screenshots? Thanks in advance --

Re: [Qgis-user] Problem with SDA4PP/Linked Statistical Display

2009-12-09 Thread Paolo Cavallini
Please note: the upgrade seems not to be clean. I keep on having the plugin marked as upgradeable, even after the upgrade. This has already happened in the past. Thanks Volkan! On Wed, 9 Dec 2009 23:21:34 +0200, Volkan Kepoglu vkepo...@gmail.com wrote: completed in rev. 0.144. please update the

Re: [Qgis-user] Problem with SDA4PP/Linked Statistical Display

2009-12-09 Thread Volkan Kepoglu
there was a previous reply from borys about the subject: He explained that Yes, you need to restart qgis to update the status of this particular plugin. It's because the Installer is able to reload only the __init__.py file (not the whole plugin) and in this plugin metadata is stored in a nested

Re: [Qgis-user] loading a project from the command line bug

2009-12-09 Thread Craig Leat
Hi Ricardo, 2009/12/9 Ricardo Filipe Soares Garcia da ricardo.garcia.si...@gmail.com: Hey Craig thanks for the --help flag, it indeed states what command line arguments can be used. I was dumb to not try it before. Anyway, can you reproduce that when passing a .qgs as an argument, the map