Thank you so much! So simple, but so helpful. :) Julia Charvat Project Management Assistant Gateway Rehab Corporate Headquarters 311 Rouser Road Moon Twp., PA 15108 p: 412.604.8900 x 1191 c: 724.683.9047 f: 412.299.8751 www.gatewayrehab.org
This email transmission is intended only for the use of the individual or entity that it is addressed to, and may contain information that is privileged, confidential, and exempt from disclosure under applicable Laws (including 45 CFR, Parts 160 & 164, Standards for Privacy of Individually Identifiable Health Information; and 42 CFR, Part 2, Confidentiality for Alcohol and Drug Abuse Patient Records and all applicable state laws). The Federal rules restrict any use of the information to criminally investigate or prosecute any alcohol or drug abuse patients. If the reader of this message is not the intended recipient, or is the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this email transmission in error, please notify the sending party immediately. Thank you for your courtesy and consideration for confidentiality and security. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, December 15, 2011 3:12 AM To: [email protected] Subject: Qgis-user Digest, Vol 70, Issue 29 Send Qgis-user mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.osgeo.org/mailman/listinfo/qgis-user or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Qgis-user digest..." Today's Topics: 1. Re: Editing Numbers in Graduated Symbol Classification (Sake Wagenaar) 2. trouble with v.in.ogr (Kirk Wythers) 3. Re: Help on design a QT dialog ui and it's python code (display a picture) (Horst D?ster) 4. NULL in raster calculator (Agustin Lobo) 5. Set NULL value in raster (Agustin Lobo) 6. Re: Help on design a QT dialog ui and it's python code (display a picture) (Patrice Vetsel) 7. Re: [Qgis-developer] Georeferencer produces wrong (shifted) result (Agustin Lobo) 8. Installing Quntum GIS (Fabio De Francesco) ---------------------------------------------------------------------- Message: 1 Date: Wed, 14 Dec 2011 18:27:25 +0100 From: Sake Wagenaar <[email protected]> Subject: Re: [Qgis-user] Editing Numbers in Graduated Symbol Classification To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" On the Properties/Style tab, you can edit the category labels, by doubleclicking on the text in the 'Label' column. Sake Wagenaar Op 14-12-2011 16:59, Julia R. Charvat schreef: > > Hello all, > > Do you know if it is possible to change the appearance of the numbers > either initially in the Properties\Style tab (Graduated Symbol > Classification) or later in the Print Composer/Legend editing box so > that the classification numbers read (for example) 1-10 rather than > 1.0000 -- 10.0000? It would be nice to give the legend a "clean" look > without all of the extraneous 0's. > > Any help would be greatly appreciated! > > *Julia Charvat* > > Project Management Assistant > > Gateway Rehab > > Corporate Headquarters > > 311 Rouser Road > > Moon Twp., PA 15108 > > p: 412.604.8900 x 1191 > > c: 724.683.9047 > > f: 412.299.8751 > > www.gatewayrehab.org <http://www.gatewayrehab.org> > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.osgeo.org/pipermail/qgis-user/attachments/20111214/66457076/attachment-0001.html ------------------------------ Message: 2 Date: Wed, 14 Dec 2011 11:40:54 -0600 From: Kirk Wythers <[email protected]> Subject: [Qgis-user] trouble with v.in.ogr To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=us-ascii I am using ogr2ogr to reproject a shape file, and then I am using v.in.ogr, to read the file into a grass location. In addition I use PG to handle database management. However, I am getting a pg error about a column name conflicting with a system column name. Has anyone seen this before? If so, any suggestions on how to correct the problem? I find it hard to believe that "xmin" is a restricted name. GRASS 6.4.1 (northcentralus_albersequalarea):~ > ogr2ogr -t_srs "`g.proj -wf`" test.shp ~/Desktop/ew4km/ew4kmg_Clip.shp GRASS 6.4.1 (northcentralus_albersequalarea):~ > v.in.ogr dsn=~/test.shp output=ew4kmg_Clip Projection of input dataset and current location appear to match Layer: test DBMI-Postgres driver error: Cannot execute: create table ew4kmg_Clip (cat integer, Id integer, XMIN double precision, XMAX double precision, YMIN double precision, YMAX double precision) ERROR: column name "xmin" conflicts with a system column name ERROR: Unable to create table: 'create table ew4kmg_Clip (cat integer, Id integer, XMIN double precision, XMAX double precision, YMIN double precision, YMAX double precision)' Here is output of db.connect. I think I have this all set up properly. Am I not seeing something super obvious? GRASS 6.4.1 (northcentralus_albersequalarea):~ > db.connect -p driver:pg database:host=localhost,dbname=northcentralus schema: group: ------------------------------ Message: 3 Date: Wed, 14 Dec 2011 19:15:15 +0100 From: Horst D?ster <[email protected]> Subject: Re: [Qgis-user] Help on design a QT dialog ui and it's python code (display a picture) To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi Patrice In which way did you try to create a ui dialog. With the Qt-Designer it is very easy to create ui forms. Regards Horst Dr. Horst D?ster Kappasys Alte Bernstrasse 13 CH-4500 Solothurn Tel.: +41 (0) 32 514 00 40 Mobil: +41 (0) 76 408 51 06 eMail: [email protected] skype: horstduester Twitter: moazagotl Web: www.kappasys.ch lat: N 47? 12' 06.408" lon: E 7? 32' 13.740" Am 14.12.2011 13:31, schrieb Patrice Vetsel: > Hi, > > I need help on designing a QT dialog ui for qgis. > > My layer (spatialite) contain some fields One of them is "photo". It's > a STRING that contain the path (relative) for a picture (jpeg) > > I have no success on creating a QT dialog .ui and the python code for > it I need a dialog .ui that show on a Qlabel the picture that is stored on > "photo" > > May be you have a working exemple for doing this ?! > > Best regards > > > Patrice Vetsel > [email protected] > http://blog.kagou.fr > > > > > > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user ------------------------------ Message: 4 Date: Wed, 14 Dec 2011 21:35:46 +0100 From: Agustin Lobo <[email protected]> Subject: [Qgis-user] NULL in raster calculator To: qgis-user <[email protected]> Message-ID: <CAG4NRe+P2sbg1X0n_7gUmm=6k5i6jv-a4rcvfunwa64hhwd...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Hi! Is it posible to write NULL values with the raster calculator? and test its presence (i.e. is.null() )? Thanks Agus ------------------------------ Message: 5 Date: Wed, 14 Dec 2011 21:54:34 +0100 From: Agustin Lobo <[email protected]> Subject: [Qgis-user] Set NULL value in raster To: qgis-user <[email protected]>, qgis-developer <[email protected]> Message-ID: <CAG4NReKJckOnU=zgxgeeuvyans2qms6jbcv6uvv4_3r7jfj...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Is it possible to set the NULL value of a raster (beyond than what is done for the current session with Properties)? Raster/Translate prompts for a new raster (which is not the case for the projection with Assign Projection). Agus ------------------------------ Message: 6 Date: Thu, 15 Dec 2011 06:40:10 +0100 From: Patrice Vetsel <[email protected]> Subject: Re: [Qgis-user] Help on design a QT dialog ui and it's python code (display a picture) To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" Here is my simple project to try to develop this dialog ui http://www.kagou.fr/qgis.zip The python code is empty and need to be implemented Regards Le 14 d?c. 2011 ? 19:15, Horst D?ster a ?crit : > Hi Patrice > > In which way did you try to create a ui dialog. With the Qt-Designer it is > very easy to create ui forms. > > Regards > Horst > > Dr. Horst D?ster > Kappasys > Alte Bernstrasse 13 > CH-4500 Solothurn > > Tel.: +41 (0) 32 514 00 40 > Mobil: +41 (0) 76 408 51 06 > eMail: [email protected] > skype: horstduester > Twitter: moazagotl > Web: www.kappasys.ch > > lat: N 47? 12' 06.408" lon: E 7? 32' 13.740" > > Am 14.12.2011 13:31, schrieb Patrice Vetsel: >> Hi, >> >> I need help on designing a QT dialog ui for qgis. >> >> My layer (spatialite) contain some fields One of them is "photo". >> It's a STRING that contain the path (relative) for a picture (jpeg) >> >> I have no success on creating a QT dialog .ui and the python code for >> it I need a dialog .ui that show on a Qlabel the picture that is stored on >> "photo" >> >> May be you have a working exemple for doing this ?! >> >> Best regards >> >> >> Patrice Vetsel >> [email protected] >> http://blog.kagou.fr >> >> >> >> >> >> _______________________________________________ >> Qgis-user mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/qgis-user > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user Patrice Vetsel [email protected] http://blog.kagou.fr -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.osgeo.org/pipermail/qgis-user/attachments/20111215/9fe2072d/attachment-0001.html ------------------------------ Message: 7 Date: Thu, 15 Dec 2011 07:04:42 +0100 From: Agustin Lobo <[email protected]> Subject: [Qgis-user] Re: [Qgis-developer] Georeferencer produces wrong (shifted) result To: qgis-developer <[email protected]>, [email protected] Cc: qgis-user <[email protected]> Message-ID: <cag4nrelajsxx7lehlt5mwbqodeudcd_7zv_a2twpowjbcon...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Manuel answers a message I sent to him only. He includes all relevant parts of my message except the link to the arcgis result: https://sites.google.com/site/openfiles2/home/ilerfly125v2geoarcgis.7z?attredirects=0&d=1 Manuel, There is no wld file for the input layer The GCP table with errors can be seen here: https://sites.google.com/site/filestemp2/home/GCP.jpeg?attredirects=0&d=1 As I'm using gdallib1-1.8.0.2, could this be a gdal problem? Could anybody else using gdallib1-1.8 amd qgis1.7.3 verify (I provided all necessary material)? We have solved the practical issue for this particular image using another software, so we are not in a hurry. But I'm a bit surprised by the little attention that this problem is raising among developers. A correct georeferencing is a critical issue for a GIS. If this bug is confirmed, users should be warned. Agus 2011/12/14 Manuel Massing <[email protected]>: > Hi Agus, > > >> Cannot download >> http://www.warped-space.de/Ilerfly125v2_modifziert.tif, > >> I get: > >> Oops! This link appears to be broken. > > > sorry, the correct link is > > > http://www.warped-space.de/Ilerfly125v2_modifiziert.tif > > >> The procedure we follow is: > >> 1. Set project to CRS EPSG:23031 > >> 2. No On the fly reprojection > >> 3. Start georeferencer and open ilerfly125v2.tif and its points file > >> with the settings displayed > > > thats correct, and I did exactly the same (except for the scale change > - might be worth checking out), but couldn't reproduce the shiftr (my > results match > > the output of the arcgis version). > > > I've got a lot on my plate right now, but if I find the time I'll try > to look this is a regression in qgis or the georeferencer, as I said > I'm still on 1.7 atm. > > > How do the residuals look in the georeferencer? Is there a noticable > bias > > (i.e. do they all point in one direction?) > > > Also, make sure there was no world file influencing the unreferenced > file > > (something like Ilerfly125v2.wld), the georeferencer can't handle that. > > > I also noticed that you used a scale change, does the shift also > appear > > without scale change? > > > cheers, > > > Manuel > > > > > > _______________________________________________ > Qgis-developer mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-developer > ------------------------------ Message: 8 Date: Thu, 15 Dec 2011 09:04:46 +0100 From: Fabio De Francesco <[email protected]> Subject: [Qgis-user] Installing Quntum GIS To: [email protected] Message-ID: <CAJq2kg-Cuf4jwdrf=htebvhs5d6zczqhlve12e_z-xssczk...@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" Dear All, I'm a new quantum gis user and i found very easy to install on a Microsoft environment. But now the trouble is how to install Q GIS Wroclaw in Ubuntu 11.10 "oneric Ocelot". Thanks in advance -- Fabio De Francesco -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.osgeo.org/pipermail/qgis-user/attachments/20111215/3ae1c1d8/attachment.html ------------------------------ _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user End of Qgis-user Digest, Vol 70, Issue 29 ***************************************** This email transmission is intended only for the use of the individual or entity that it is addressed to, and may contain information that is privileged, confidential, and exempt from disclosure under applicable Laws (including 45 CFR, Parts 160 & 164, Standards for Privacy of Individually Identifiable Health Information; and 42 CFR, Part 2, Confidentiality for Alcohol and Drug Abuse Patient Records and all applicable state laws). The Federal rules restrict any use of the information to criminally investigate or prosecute any alcohol or drug abuse patients. If the reader of this message is not the intended recipient, or is the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this email transmission in error, please notify the sending party immediately. Thank you for your courtesy and consideration for confidentiality and security. _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
