Re: [Qgis-user] Re: [Qgis-developer] knock knock - 1.7.4 is outside

2012-01-29 Thread Werner Macho
Hi Agus!

On Sun, 2012-01-29 at 18:29 +0100, Agustin Lobo wrote:

> at least write a list of the most important "Known Problems". Perhaps
> we can do it for 1.7.4,
> once the binaries are released,  as a first experiment. Afterwards we
> can decide on more formal and organized ways
> of doing this. By now the idea would be that each tester would test
> those tools that he/she uses the most and/or are most critical
> for his work.

Thanks for offering your help I really appreciate it and I am
overwhelmed by the amount of people trying to help to establish a stable
(let's say "not such at the bleeding edge") QGIS.
The Idea of testing 1.7.4 after the full release will definitely help to
find more bugs! I am sure it will be useable for a possible 1.7.5 or
1.8 ..

> We would need a page in the wiki to make a list of the tests that each
> user is able to do, and the the results. After a week or so we
> could summarize a text to be distributed in the Download page.
> Is this possible?

As long as all found bugs are reported in the bugtracker (and reported
correctly with affected version and target version) it should be more or
less easy to write such a file..
Feel free to create such a wiki page and I will surely upload the
summarized text to the Download page connected to the affected version.
I'll expect having a 1.7.4 released in about 3 weeks ..

It seems that there is some space for a "stable" release for people not
wanting to dance on the bleeding edge ;) 
I cannot promise to make the 1.7.x releases more "stable" but at least
they will have a lot of fixes and improvements.. 

So thanks again for offering your help - I hope we can somehow establish
that "more formal and organized way" to provide the releases..

kind regards
Werner


signature.asc
Description: This is a digitally signed message part
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Different QGS server versions with one apache

2012-01-29 Thread Alex Mandel
On 01/29/2012 04:20 AM, Ziegler Stefan wrote:
> Hi
> 
> Is there a way to have different QGIS server versions (e.g. master and raster 
> resampler branch) with one apache? I do have the following line in the 
> fcgi.conf file:
> 
> DefaultInitEnv LD_LIBRARY_PATH /home/stefan/Apps/qgis_master/lib
> 
> How to deal with the second qgis server version?
> 
> Regards
> Stefan
> 

Generally with apache, 1 fcgi per service you want to run. So you have 2
different fcgi files and in your vhost config you point to each one
based on a different url (eg /maps /mapsmaster)

Give that a shot.

Thanks,
Alex

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


Re: [Qgis-user] Converting CSV into a database

2012-01-29 Thread Alex Mandel
Check in the Manage Plugins menu that you have the Plugin Installer enabled.

The authentication thing is no big deal sometimes the keyservers just
aren't working. As a question of clarification which repository are you
installing QGIS from?

Thanks,
Alex

On 01/29/2012 04:40 AM, Gerhardus Geldenhuis wrote:
> Hi
> That installation unfortunately had no effect. Still no python plugin menu
> option. In addition I also get the message:
> 
> WARNING: The following packages cannot be authenticated!
>   libqgis1.7.3 python-qgis python-qgis-common
> Install these packages without verification [y/N]? y
> 
> which I ignored
> 
> I ran sudo ldconfig thinking maybe a link somewhere is missing but that did
> not do the trick either. The packages were installed previously:
> 
> Preparing to replace python-qgis 1.4.0+12730-5ubuntu1 (using
> .../python-qgis_1.7.3-1~natty1_i386.deb) ...
> Unpacking replacement python-qgis ...
> Preparing to replace python-qgis-common 1.4.0+12730-5ubuntu1 (using
> .../python-qgis-common_1.7.3-1~natty1_all.deb) ...
> 
> so maybe there is something else wrong?
> 
> Regards
> 
> On 28 January 2012 21:46, Alex Mandel  wrote:
> 
>> A classic problem we really need to tackle better: you're missing the
>> python-qgis package or maybe the base plugins
>>
>> sudo apt-get install python-qgis python-qgis-common
>>
>> Give that a try, restart qgis and see if you have python plugin access.
>>
>> Thanks,
>> Alex
>>
>>
>> On 01/28/2012 01:39 PM, Gerhardus Geldenhuis wrote:
>>> Thanks Alex,
>>>
>>> I only have "Manage Plugins" and "Python Console" on my Plugins menu and
>> my
>>> list of plugins does not contain qspatialite plugin. I am using 1.7.0 on
>>> Ubuntu. I am trying to get the spatialite gui working at the moment as
>> the
>>> alternative.
>>>
>>> Regards
>>>
>>>  http://www.gaia-gis.it
>>> On 28 January 2012 21:16, Alex Mandel 
>> wrote:
>>>
 On 01/28/2012 01:08 PM, Gerhardus Geldenhuis wrote:
> Hi
> I have spend some time polishing the data I have and it is in csv
 format. I
> would like to run queries on it and display a number of custom
>> queries's
> data on my map. I thought spatialite would be the answer but I am
> struggling to connect the dots. I first tried to import the csv file
> directly which worked a treat. I then exported the csv file as a SQLite
> database and tried to add it as Spatialite database, that failed for
> obvious reasons.
>
> I then thought that maybe I can directly do queries on the csv
>> data I
> managed to get a query working on the data and that query now displays
> different coloured dots. However I could not find this query again nor
 seem
> to be able to change the symbology based on the query type.
>
> My csv file contain multiple types of points which I would like to map
 with
> different symbology. Any help would be appreciated. The manual explains
 how
> to create a spatialite db but makes no mention of how to get data into
>> a
> spatialite db,
>
> Any help would be greatly appreciated.
>
> Best Regards
>

 Try the QSpatialite plugin (from Fetch python plugins).
 1. Create an empty spatial database
 2. Connect and use the Upload Tables tab under which you can pick CSV as
 the source.

 Alternative method, download the spatialite gui from spatialite website
 and use that to import the csv. Once imported QGIS will be able to see
 it, though you may need to create a geometry column and run an update
 query to populate it.

 Enjoy,
 Alex


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


Re: [Qgis-user] value tool plugin in 2 repos

2012-01-29 Thread Agustin Lobo
Then, what I understand from your message is that
QGIS Official Repository http://pyqgis.org/repo/official
and
QGIS Contributed Repository http://pyqgis.org/repo/contributed
both become merged in the new official
QGIS New Official Repository http://plugins.qgis.org

and the distinction between contributed and official will no longer exist
(obviously individual repos maintained by some authors will always be
there as well).

The text in http://hub.qgis.org/wiki/quantum-gis/Python_Plugin_Repositories
made me think that QGIS Contributed Repository
http://pyqgis.org/repo/contributed
was going to remain active.

Thanks for the clarification!

Agus

2012/1/29 Richard Duivenvoorde :
> On 01/29/2012 05:58 PM, Agustin Lobo wrote:
>>
>> Why are there some plugins (i.e. Value Tool) in 2 repos?
>> http://pyqgis.org/repo/contributed (pointing to
>> http://pyqgis.org/contributed/valuetool.zip)
>> http://plugins.qgis.org/plugins/plugins.xml (pointing to
>> http://plugins.qgis.org/plugins/valuetool/version/0.3.4/download/)
>>
>> Also, which is the rule by which a given plugin (I.e., Value Tool)
>> becomes official?
>
>
> Hi Agus,
>
> the pyqgis.org repository is the 'old official repo', used by older version
> of QGIS.
> the plugins.qgis.org is the 'new official repo', which is the default repo
> in current master (and 1.8 ?).
> You can even add th 'new repo' as a repo in older QGIS version, and the two
> will then just be merged, giving you just the newest version of a given
> plugin from both official repo's.
>
> We could not get in touch anymore with the original Valuetool plugin author,
> so I adopted and added On The Fly projection in the last version 0.3.4. It
> is uploaded to both repo's, so if all went correct both repo's would give
> you the exact same latest  version: 0.3.4
>
> Your question about by which rule a given plugin becomes 'offical' depends
> on your definition of 'official'. If you mean 'make it to become a so called
> 'core-plugin' which is into a default QGIS installation'. Then there has to
> be some consenscus between the QGIS devs about the quality of the plugin and
> the value of it for QGIS.
> Or hardcore users must make a proposal for it, I think...
>
> Regards,
>
> Richard Duivenvoorde
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] value tool plugin in 2 repos

2012-01-29 Thread Richard Duivenvoorde

On 01/29/2012 05:58 PM, Agustin Lobo wrote:

Why are there some plugins (i.e. Value Tool) in 2 repos?
http://pyqgis.org/repo/contributed (pointing to
http://pyqgis.org/contributed/valuetool.zip)
http://plugins.qgis.org/plugins/plugins.xml (pointing to
http://plugins.qgis.org/plugins/valuetool/version/0.3.4/download/)

Also, which is the rule by which a given plugin (I.e., Value Tool)
becomes official?


Hi Agus,

the pyqgis.org repository is the 'old official repo', used by older 
version of QGIS.
the plugins.qgis.org is the 'new official repo', which is the default 
repo in current master (and 1.8 ?).
You can even add th 'new repo' as a repo in older QGIS version, and the 
two will then just be merged, giving you just the newest version of a 
given plugin from both official repo's.


We could not get in touch anymore with the original Valuetool plugin 
author, so I adopted and added On The Fly projection in the last version 
0.3.4. It is uploaded to both repo's, so if all went correct both repo's 
would give you the exact same latest  version: 0.3.4


Your question about by which rule a given plugin becomes 'offical' 
depends on your definition of 'official'. If you mean 'make it to become 
a so called 'core-plugin' which is into a default QGIS installation'. 
Then there has to be some consenscus between the QGIS devs about the 
quality of the plugin and the value of it for QGIS.

Or hardcore users must make a proposal for it, I think...

Regards,

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


[Qgis-user] Re: [Qgis-developer] knock knock - 1.7.4 is outside

2012-01-29 Thread Agustin Lobo
Werner,

Some users (including myself) offered themselves to carry out some
testing of the new releases in order to
at least write a list of the most important "Known Problems". Perhaps
we can do it for 1.7.4,
once the binaries are released,  as a first experiment. Afterwards we
can decide on more formal and organized ways
of doing this. By now the idea would be that each tester would test
those tools that he/she uses the most and/or are most critical
for his work.
We would need a page in the wiki to make a list of the tests that each
user is able to do, and the the results. After a week or so we
could summarize a text to be distributed in the Download page.
Is this possible?

Agus

2012/1/26 Werner Macho :
> Hi to all Users, Devs, Translators and Community!
>
> As of today we have exactly 56 more or less important Bugfixes and
> Improvements backported to the release-1_7 branch ..
>
> It's been now more than two month since we released 1.7.3 and I think
> it's time to give 1.7.4 a chance ..
>
> And here is the place where you all jump in :)
>
> We try our best to clean out the bugs but as you all know software is
> never free of bugs - but we can try to bring it as close to a bugfree
> state as possible..
>
> My Question to all of you now is:
>
> Anyone of you who is familiar with git and can compile software by
> himself. Could you please checkout the "release-1_7" branch, compile it
> and test it with your biggest, strangest and difficult data you have to
> find out if there are still bugs inside.
> I am not looking for new feature reports or GUI things .. I just want
> everything to work as expected.
>
> Probably packagers could provide some "Release Candidate" Packages.
> My Timeplan for now is to release 1.7.4 before beginning of March.
> But definitely as soon as possible :)
>
> Please help to make 1.7.4 another great release in the 1.7 series ..
>
> If you find a Bug just search on the bugtracker if it already exists -
> if not report it and set the Target Version to 1.7.4.
>
> This would also be a good opportunity for translators to look in the
> release-1_7 branch and finish translating there ..
>
> I know many of you are already using master because of the shiny new
> features inside and because you are able to compile it by yourself (and
> these are exactly the persons i am directing this mail to - but please
> let us not forget all the people outside there who rely on a stable qgis
> 1.7 branch with a lot of fixes.
>
> Thanks a lot for your help and for this great community!
>
> kind regards
> Werner
>
> ___
> Qgis-developer mailing list
> qgis-develo...@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] value tool plugin in 2 repos

2012-01-29 Thread Agustin Lobo
Why are there some plugins (i.e. Value Tool) in 2 repos?
http://pyqgis.org/repo/contributed (pointing to
http://pyqgis.org/contributed/valuetool.zip)
http://plugins.qgis.org/plugins/plugins.xml (pointing to
http://plugins.qgis.org/plugins/valuetool/version/0.3.4/download/)

Also, which is the rule by which a given plugin (I.e., Value Tool)
becomes official?

Thanks,

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


[Qgis-user] attribute calculation of selection set-bug?

2012-01-29 Thread Kathi Cotney
Hi all, I can do a table join and calc my initial field, but need to calc
the same field when joined to different shapefiles. (US States). When I try
to calc just the selection set the value calc's to zero. Has anyone seen
this, and is there a workaround?

Thx

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


Re: [Qgis-user] from qgis project to geotiff

2012-01-29 Thread Goyo
2012/1/25 Richard Duivenvoorde :

> To be more precise: somebody created a very nice visual map from vector data
> (about 20x20km) and wants to put a geotiff of it for download online.

I think you could do this using qgis server.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Converting CSV into a database

2012-01-29 Thread Gerhardus Geldenhuis
Hi
That installation unfortunately had no effect. Still no python plugin menu
option. In addition I also get the message:

WARNING: The following packages cannot be authenticated!
  libqgis1.7.3 python-qgis python-qgis-common
Install these packages without verification [y/N]? y

which I ignored

I ran sudo ldconfig thinking maybe a link somewhere is missing but that did
not do the trick either. The packages were installed previously:

Preparing to replace python-qgis 1.4.0+12730-5ubuntu1 (using
.../python-qgis_1.7.3-1~natty1_i386.deb) ...
Unpacking replacement python-qgis ...
Preparing to replace python-qgis-common 1.4.0+12730-5ubuntu1 (using
.../python-qgis-common_1.7.3-1~natty1_all.deb) ...

so maybe there is something else wrong?

Regards

On 28 January 2012 21:46, Alex Mandel  wrote:

> A classic problem we really need to tackle better: you're missing the
> python-qgis package or maybe the base plugins
>
> sudo apt-get install python-qgis python-qgis-common
>
> Give that a try, restart qgis and see if you have python plugin access.
>
> Thanks,
> Alex
>
>
> On 01/28/2012 01:39 PM, Gerhardus Geldenhuis wrote:
> > Thanks Alex,
> >
> > I only have "Manage Plugins" and "Python Console" on my Plugins menu and
> my
> > list of plugins does not contain qspatialite plugin. I am using 1.7.0 on
> > Ubuntu. I am trying to get the spatialite gui working at the moment as
> the
> > alternative.
> >
> > Regards
> >
> >  http://www.gaia-gis.it
> > On 28 January 2012 21:16, Alex Mandel 
> wrote:
> >
> >> On 01/28/2012 01:08 PM, Gerhardus Geldenhuis wrote:
> >>> Hi
> >>> I have spend some time polishing the data I have and it is in csv
> >> format. I
> >>> would like to run queries on it and display a number of custom
> queries's
> >>> data on my map. I thought spatialite would be the answer but I am
> >>> struggling to connect the dots. I first tried to import the csv file
> >>> directly which worked a treat. I then exported the csv file as a SQLite
> >>> database and tried to add it as Spatialite database, that failed for
> >>> obvious reasons.
> >>>
> >>> I then thought that maybe I can directly do queries on the csv
> data I
> >>> managed to get a query working on the data and that query now displays
> >>> different coloured dots. However I could not find this query again nor
> >> seem
> >>> to be able to change the symbology based on the query type.
> >>>
> >>> My csv file contain multiple types of points which I would like to map
> >> with
> >>> different symbology. Any help would be appreciated. The manual explains
> >> how
> >>> to create a spatialite db but makes no mention of how to get data into
> a
> >>> spatialite db,
> >>>
> >>> Any help would be greatly appreciated.
> >>>
> >>> Best Regards
> >>>
> >>
> >> Try the QSpatialite plugin (from Fetch python plugins).
> >> 1. Create an empty spatial database
> >> 2. Connect and use the Upload Tables tab under which you can pick CSV as
> >> the source.
> >>
> >> Alternative method, download the spatialite gui from spatialite website
> >> and use that to import the csv. Once imported QGIS will be able to see
> >> it, though you may need to create a geometry column and run an update
> >> query to populate it.
> >>
> >> Enjoy,
> >> Alex
> >> ___
> >> Qgis-user mailing list
> >> Qgis-user@lists.osgeo.org
> >> http://lists.osgeo.org/mailman/listinfo/qgis-user
> >>
> >
> >
> >
>
>


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


[Qgis-user] Different QGS server versions with one apache

2012-01-29 Thread Ziegler Stefan
Hi

Is there a way to have different QGIS server versions (e.g. master and raster 
resampler branch) with one apache? I do have the following line in the 
fcgi.conf file:

DefaultInitEnv LD_LIBRARY_PATH /home/stefan/Apps/qgis_master/lib

How to deal with the second qgis server version?

Regards
Stefan


Freundliche Grüsse 
Stefan Ziegler 
Leiter amtliche Vermessung 

Amt für Geoinformation
Amtliche Vermessung 
Rötistrasse 4 
4500 Solothurn 

Telefon +41 32 627 75 96
Telefax +41 32 627 75 98 
stefan.zieg...@bd.so.ch
http://www.so.ch 


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


Re: [Qgis-user] how limit the list of SRS in getcapabilities

2012-01-29 Thread Paolo Cavallini
Il 28/01/2012 20:25, Andrea Peri ha scritto:
> Hi,
> 
> I notice qgis -server in the get-capabilities send a huge list of SRS 
> available.
> There is method to limit this list to the strictly necessary ?

Project properties>WMS server.
All the best.

-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] qgis slow adding a catalog from gdalbuildvrt.

2012-01-29 Thread Paolo Cavallini
Il 29/01/2012 11:13, Andrea Peri ha scritto:
> Hi,
> 
> I create a huge catalog using gdalbuildvrt.
> The raster are on a remote shared folder.
> 
> after I create the catalog, I try to add the catalog to my qgis canvas using 
> the
> add raster option.
> Please note that I have the setting "do not visualize a new layer added",
> to avoid lost more time to visualize every single raster of the catalogue.
> 
> But however qgis take many time to add the catalog to canvas.
> 
> I don't know why it take all this time.
> Perhaps it try to open every single raster listed in the catalog to get the 
> bbox from
> it ?
> Is this a know issue ?

Confirmed, adding several raster types (including those from vrt) has become
painfully slow. A ticket has been opened: http://hub.qgis.org/issues/4421
Please add your details there; more feedback is needed, so it would be useful 
if you
could help us finding another suitable test sample.
All the best.
-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] qgis slow adding a catalog from gdalbuildvrt.

2012-01-29 Thread Andrea Peri
Hi,

I create a huge catalog using gdalbuildvrt.
The raster are on a remote shared folder.

after I create the catalog, I try to add the catalog to my qgis canvas
using the
add raster option.
Please note that I have the setting "do not visualize a new layer added",
to avoid lost more time to visualize every single raster of the catalogue.

But however qgis take many time to add the catalog to canvas.

I don't know why it take all this time.
Perhaps it try to open every single raster listed in the catalog to get the
bbox from it ?
Is this a know issue ?

thx,

-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool Plugin Problem

2012-01-29 Thread Alexander Bruy
Hi,

your profile name have non-latin characters. Rename your profile
(Windows login name) to something with only latin characters.

This also solve problem with OpenLayers plugin.

Hope this helps

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