Re: [Qgis-user] help for GRASS modules: *.region.*

2009-06-23 Thread Paolo Cavallini
Hi Nikos.
Just a couple of notes:

Nikos Alexandris ha scritto:

 * The ... button does not offer the selection of multiple
 raster/vector maps in the g.region.multiple.* tools

This should be fixed in recent trunk - can you check?

 Descriptions
 
 
 * Most tools just show the whole manual as taken from GRASS
 
 * Most tools do just a single thing
 
 * I suggest to keep only single-definitions/sentences as descriptions
 for each tool

The descriptions are the manpages of GRASS, therefore they contain all
the options. This can be confusing, but allows the user to re-run the
command from the built-in terminal using the full power of grass.
Cutting the man to have only the functions used for a particular module
is a lot of dumb work, difficult to keep aligned with upstream changes.
All the best.
-- 
Paolo Cavallini: http://www.faunalia.it/pc
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] help for GRASS modules: *.region.*

2009-06-23 Thread Nikos Alexandris

---%---

Nikos:
  * The ... button does not offer the selection of multiple
  raster/vector maps in the g.region.multiple.* tools

Paolo:
 This should be fixed in recent trunk - can you check?

I'll double check-it anyway but I was working with latest qgis_unstable
yesterday (which is recent trunk, isn't it?).

Nikos


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] row() and col() problem

2009-06-23 Thread Jarosław Jasiewicz

Hi

I try to generate map where every cell will have unique value
I do that with following mapcalc formula:

map=(row()*451)+col()

where 451 is the total number of columns + 1

I expected following solution;

452,453,454,455,
953,954,955,956,
.

But I recived:

452,452,453,454,454,
452,452,453,454,454,
953,954,955,956,
953,954,955,956,


Where is the error in formula (or it is rounding problem)?

Regards
Jarek
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] row() and col() problem

2009-06-23 Thread Jarosław Jasiewicz

Jarosław Jasiewicz pisze:

Hi

I try to generate map where every cell will have unique value
I do that with following mapcalc formula:

map=(row()*451)+col()

where 451 is the total number of columns + 1

I expected following solution;

452,453,454,455,
953,954,955,956,
.

But I recived:

452,452,453,454,454,
452,452,453,454,454,
953,954,955,956,
953,954,955,956,


Where is the error in formula (or it is rounding problem)?

Regards
Jarek
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

sorry, not this list

Jarek
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] raster catalog: qtsql?

2009-06-23 Thread John C. Tull
Apparently this has not been addressed. Can anyone confirm if there  
has been progress made on this issue? This would be a useful plugin if  
I understand correctly what it is supposed to do.


Regards,
John

On Jun 15, 2009, at 11:16 PM, Agustin Lobo wrote:


Alex,

I already had installed both python-qt4 and python-qt4-sql,
I can install the plugin with no error messages, but it shows
up as incompatible in the plugin manager once
installed and qgis restarted.

Agus

(is the author JJL listening this list? Could not find any message  
from him/her

and cannot cc)


Alex Mandel wrote:

Hmm, maybe they aren't included in python-qt4 Ubuntu seems to have a
python-qt4-sql package, try that.

Alex

Agustin Lobo wrote:


Thanks,

I meant that I already had
python-qt4 4.3.3.2
libqt4-sql 4.4.0

installed.

After your message, I installed
libqt4-sql-psql
libqt4-sql-sqlite
libqt4-sql-odb

but still was geting the same message in qgis:
The plugin depends on some components missing on your system. You  
need

to install the following Python module in order to enable it: QtSql

I've now installed
python-qt4-sql

and finally could install the plugin. Nevertheless, after restart,  
the

plugin is greyed as incompatible in the plugin manager.

I'm using Qgis 1.1.0 Pan Uunstable)

Thanks

Agus


Andreas Neumann wrote:


You need both.

libqt4-sql is for C++ and also the foundation for other script  
bindings

like python (correct me if I'm wrong).

python-qt4 are the python bindings for Qt4, it includes qtsql  
bindings.


You probably also need one of the following packages:

libqt4-sql-psql (Postgres support)
libqt4-sql-sqlite (SQlite 3 support)

or any other db you want to support.

Andreas


On Mon, June 15, 2009 8:17 am, Agustin Lobo wrote:

I've tried to install (on qgis 1.1.0) the raster catalog plugin  
and I 'm

told
that Qtsql is required, but which package exactly? According to
Synaptic I have python-qt4 4.3.3.2 and libqt4-sql 4.4.0

Thanks

Agus



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user




alobolistas.vcf___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] raster catalog: qtsql?

2009-06-23 Thread Agustin Lobo

Apparently this has not been addressed. Can anyone confirm if there
has been progress made on this issue? This would be a useful plugin if
I understand correctly what it is supposed to do.

Regards,
John

On Jun 15, 2009, at 11:16 PM, Agustin Lobo wrote:


Alex,

I already had installed both python-qt4 and python-qt4-sql,
I can install the plugin with no error messages, but it shows
up as incompatible in the plugin manager once
installed and qgis restarted.

Agus

(is the author JJL listening this list? Could not find any message  
from him/her

and cannot cc)


Alex Mandel wrote:

Hmm, maybe they aren't included in python-qt4 Ubuntu seems to have a
python-qt4-sql package, try that.

Alex

Agustin Lobo wrote:


Thanks,

I meant that I already had
python-qt4 4.3.3.2
libqt4-sql 4.4.0

installed.

After your message, I installed
libqt4-sql-psql
libqt4-sql-sqlite
libqt4-sql-odb

but still was geting the same message in qgis:
The plugin depends on some components missing on your system. You  
need

to install the following Python module in order to enable it: QtSql

I've now installed
python-qt4-sql

and finally could install the plugin. Nevertheless, after restart,  
the

plugin is greyed as incompatible in the plugin manager.

I'm using Qgis 1.1.0 Pan Uunstable)

Thanks

Agus


Andreas Neumann wrote:


You need both.

libqt4-sql is for C++ and also the foundation for other script  
bindings

like python (correct me if I'm wrong).

python-qt4 are the python bindings for Qt4, it includes qtsql  
bindings.


You probably also need one of the following packages:

libqt4-sql-psql (Postgres support)
libqt4-sql-sqlite (SQlite 3 support)

or any other db you want to support.

Andreas


On Mon, June 15, 2009 8:17 am, Agustin Lobo wrote:

I've tried to install (on qgis 1.1.0) the raster catalog plugin  
and I 'm

told
that Qtsql is required, but which package exactly? According to
Synaptic I have python-qt4 4.3.3.2 and libqt4-sql 4.4.0

Thanks

Agus



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user




alobolistas.vcf___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



begin:vcard
fn:Agustin Lobo
n:Lobo;Agustin
org:Institut de Ciencies de la Terra Jaume Almera CSIC
adr:;;Lluis Sole Sabris s/n;Barcelona;;08028;Spain
email;internet:agustin.l...@ija.csic.es
url:http://www.ija.csic.es/gt/obster
version:2.1
end:vcard

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] raster catalog: qtsql?

2009-06-23 Thread Agustin Lobo

Yes, indeed. But I cannot find the email
address of the author and it seems he/she is
not listening this list.

Agus

John C. Tull wrote:
Apparently this has not been addressed. Can anyone confirm if there has 
been progress made on this issue? This would be a useful plugin if I 
understand correctly what it is supposed to do.


Regards,
John

On Jun 15, 2009, at 11:16 PM, Agustin Lobo wrote:


Alex,

I already had installed both python-qt4 and python-qt4-sql,
I can install the plugin with no error messages, but it shows
up as incompatible in the plugin manager once
installed and qgis restarted.

Agus

(is the author JJL listening this list? Could not find any message 
from him/her

and cannot cc)


Alex Mandel wrote:

Hmm, maybe they aren't included in python-qt4 Ubuntu seems to have a
python-qt4-sql package, try that.

Alex

Agustin Lobo wrote:


Thanks,

I meant that I already had
python-qt4 4.3.3.2
libqt4-sql 4.4.0

installed.

After your message, I installed
libqt4-sql-psql
libqt4-sql-sqlite
libqt4-sql-odb

but still was geting the same message in qgis:
The plugin depends on some components missing on your system. You need
to install the following Python module in order to enable it: QtSql

I've now installed
python-qt4-sql

and finally could install the plugin. Nevertheless, after restart, the
plugin is greyed as incompatible in the plugin manager.

I'm using Qgis 1.1.0 Pan Uunstable)

Thanks

Agus


Andreas Neumann wrote:


You need both.

libqt4-sql is for C++ and also the foundation for other script 
bindings

like python (correct me if I'm wrong).

python-qt4 are the python bindings for Qt4, it includes qtsql 
bindings.


You probably also need one of the following packages:

libqt4-sql-psql (Postgres support)
libqt4-sql-sqlite (SQlite 3 support)

or any other db you want to support.

Andreas


On Mon, June 15, 2009 8:17 am, Agustin Lobo wrote:

I've tried to install (on qgis 1.1.0) the raster catalog plugin 
and I 'm

told
that Qtsql is required, but which package exactly? According to
Synaptic I have python-qt4 4.3.3.2 and libqt4-sql 4.4.0

Thanks

Agus



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user




alobolistas.vcf___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



begin:vcard
fn:Agustin Lobo
n:Lobo;Agustin
org:Institut de Ciencies de la Terra Jaume Almera CSIC
adr:;;Lluis Sole Sabris s/n;Barcelona;;08028;Spain
email;internet:agustin.l...@ija.csic.es
url:http://www.ija.csic.es/gt/obster
version:2.1
end:vcard

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Hello, .grd question

2009-06-23 Thread Giovanni Manghi
gdal supports the format

http://www.gdal.org/formats_list.html

but it not compiled by default with it enabled.


-- Giovanni --


On Tue, 2009-06-23 at 11:09 -0500, Sebastian Cruz wrote:
 Hello,
 
 Does anybody know how to open GMT grid files (.grd) in QGis? Or away  
 to make them into a visible format for QGIS?
 
 Thank you
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] wfs and bbox

2009-06-23 Thread Þórður Ívarsson
Is there a way to let wfs use bbox parameter in request?

I have slow connection and I am not happy with downloading whole dataset
when only part is needed.

Thordur Ivarsson
Iceland


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


AW: [Qgis-user] wfs and bbox

2009-06-23 Thread Hugentobler Marco
Hi Thordur

It is currently not possible to restrict the WFS requests in QGIS with the bbox 
parameter (except changing the source code of course).

Regards,
Marco


-Ursprüngliche Nachricht-
Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Þórður Ívarsson
Gesendet: Mi 24.06.2009 01:25
An: qgis-user@lists.osgeo.org
Betreff: [Qgis-user] wfs and bbox
 
Is there a way to let wfs use bbox parameter in request?

I have slow connection and I am not happy with downloading whole dataset
when only part is needed.

Thordur Ivarsson
Iceland


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user