[Qgis-user] OSX - QGIS not loading Grass plugin

2013-08-30 Thread Graeme Merrall
I'm trying to get the Grass plugin to load in QGIS in OSX Mountain Lion.

QGIS ver: 1.8.0 (kyngchaos)
Grass ver: 6.4 (kyngchaos)
GDAL ver: 1.10 (kyngchaos with Grass plugin)
Python: 2.7.2

The error I'm getting is:
Failed to load
/Applications/QGIS.app/Contents/MacOS/../PlugIns/qgis/libgrassplugin.so
(Reason: Cannot load library
/Applications/QGIS.app/Contents/MacOS/../PlugIns/qgis/libgrassplugin.so:
(dlopen(/Applications/QGIS.app/Contents/MacOS/../PlugIns/qgis/libgrassplugin.so,
5): Library not loaded:
/Applications/GRASS-6.4.app/Contents/MacOS/lib/libgrass_gis.6.4.2.dylib
  Referenced from:
/Applications/QGIS.app/Contents/PlugIns/qgis/libgrassplugin.so
  Reason: image not found))

Following errors include libgrassprovider and libgrassrasterprovider.

From from searching about I saw very old references to fftw install (tried,
no joy) and tweaking your LD_LIBRARY_PATH.  For LD_LIBRARY_PATH I exported
both the QGIS plugins dir and Grass lib dir and started QGIS from the
command line - still didn't work.

Can anyone point out what's going wrong?
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] How to show images of arster and vector files?

2013-08-30 Thread Yoshiaki Tsuzuki
Dear QGIS user ML

I am trying to read datasets in the Queensland State, Australia. I could open 
and show image of the DEM file by changing the file properties from no 
stretch to streatch to MinMax, however, I am struggling with other raster 
and vector files. These files can be seen in the TOC, however, no image in the 
map window. I look forward to your help.

(1) Landcover data, raster
03/06/2013  12:31 PM17,020 Metadata_QLD_LANDCOV_2001_25M_X.htm
03/06/2013  12:31 PM22,285 Metadata_QLD_LANDCOV_2001_25M_X.xml
03/06/2013  12:30 PM 6,150 QLD_LANDCOV_2001_25M_X.aux
03/06/2013  12:30 PM94 QLD_LANDCOV_2001_25M_X.tfw
03/06/2013  12:30 PM35,406,889 QLD_LANDCOV_2001_25M_X.tif
29/08/2013  12:34 PM 6,435 QLD_LANDCOV_2001_25M_X.tif.aux.xml
03/06/2013  12:31 PM17,314 QLD_LANDCOV_2001_25M_X.tif.vat.dbf

(2) Drainage area, vector
21/12/2010  05:42 PM   127,924,762 IQ_QLD_DRAINAGE_25K.DAT
03/12/2010  01:58 PM   152,186,318 IQ_QLD_DRAINAGE_25K.dbf
21/12/2010  05:42 PM 8,822,384 IQ_QLD_DRAINAGE_25K.ID
21/12/2010  05:42 PM   337,022,976 IQ_QLD_DRAINAGE_25K.MAP
03/12/2010  01:59 PM   145 IQ_QLD_DRAINAGE_25K.prj
30/08/2013  04:40 PM16,369,060 IQ_QLD_DRAINAGE_25K.qix
30/08/2013  04:43 PM 1,993 IQ_QLD_DRAINAGE_25K.qml
09/12/2010  01:23 PM18,276,732 IQ_QLD_DRAINAGE_25K.sbn
09/12/2010  01:23 PM   193,716 IQ_QLD_DRAINAGE_25K.sbx
03/12/2010  01:59 PM   681,175,604 IQ_QLD_DRAINAGE_25K.shp
03/12/2010  02:02 PM17,644,868 IQ_QLD_DRAINAGE_25K.shx
21/12/2010  04:32 PM   247 IQ_QLD_DRAINAGE_25K.tab
03/12/2010  02:03 PM27,138 Metadata_IQ_QLD_DRAINAGE_25K.htm
03/12/2010  02:03 PM18,563 Metadata_IQ_QLD_DRAINAGE_25K.xml


Kind regards
Yoshi

Yoshiaki Tsuzuki, Engineering, Architecture and Information Technology (EAIT), 
The University of Queensland, St Lucia, QLD 4072, Australia
(Office) +61 (0)7 3365 3912: The number has been changed because of the moving 
of office; (Mobile) +61 (0)410 230 355
E-mail: y.tsuz...@uq.edu.aumailto:y.tsuz...@uq.edu.au; 
tsuzuki.yoshi...@gmail.commailto:tsuzuki.yoshi...@gmail.com
Homepage: http://sites.google.com/site/yoshiakitsuzuki/Home

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

Re: [Qgis-user] Converting null(no data) to 0

2013-08-30 Thread skampus
you can reclassify null values by means of SEXTANTE

QGIS 1.8 -- Analysis -- Sextante toolbox -- SAGA -- Grid Tools --
Reclassify Grid Values

QGIS dev -- Processing -- Toolbox -- Geoalgorithms -- Raster -- Edition
-- Reclassify Grid Values

it is the same function coming from SAGA.

keep the values of all the cells and change only the cell values equal to
NULL

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Converting-null-no-data-to-0-tp5075130p5075169.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] How to show images of arster and vector files?

2013-08-30 Thread Alexandre Neto
Hello,

Did you try, for each of your layers, do Right-click  Zoom to layer extent?

It might be a CRS problem.

Alexandre Neto


On Fri, Aug 30, 2013 at 8:11 AM, Yoshiaki Tsuzuki y.tsuz...@uq.edu.auwrote:

  Dear QGIS user ML

 ** **

 I am trying to read datasets in the Queensland State, Australia. I could
 open and show image of the DEM file by changing the file properties from
 “no stretch” to “streatch to MinMax”, however, I am struggling with other
 raster and vector files. These files can be seen in the TOC, however, no
 image in the map window. I look forward to your help.

 ** **

 (1) Landcover data, raster

 03/06/2013  12:31 PM17,020 Metadata_QLD_LANDCOV_2001_25M_X.htm
 

 03/06/2013  12:31 PM22,285 Metadata_QLD_LANDCOV_2001_25M_X.xml
 

 03/06/2013  12:30 PM 6,150 QLD_LANDCOV_2001_25M_X.aux

 03/06/2013  12:30 PM94 QLD_LANDCOV_2001_25M_X.tfw

 03/06/2013  12:30 PM35,406,889 QLD_LANDCOV_2001_25M_X.tif

 29/08/2013  12:34 PM 6,435 QLD_LANDCOV_2001_25M_X.tif.aux.xml*
 ***

 03/06/2013  12:31 PM17,314 QLD_LANDCOV_2001_25M_X.tif.vat.dbf*
 ***

 ** **

 (2) Drainage area, vector

 21/12/2010  05:42 PM   127,924,762 IQ_QLD_DRAINAGE_25K.DAT

 03/12/2010  01:58 PM   152,186,318 IQ_QLD_DRAINAGE_25K.dbf

 21/12/2010  05:42 PM 8,822,384 IQ_QLD_DRAINAGE_25K.ID

 21/12/2010  05:42 PM   337,022,976 IQ_QLD_DRAINAGE_25K.MAP

 03/12/2010  01:59 PM   145 IQ_QLD_DRAINAGE_25K.prj

 30/08/2013  04:40 PM16,369,060 IQ_QLD_DRAINAGE_25K.qix

 30/08/2013  04:43 PM 1,993 IQ_QLD_DRAINAGE_25K.qml

 09/12/2010  01:23 PM18,276,732 IQ_QLD_DRAINAGE_25K.sbn

 09/12/2010  01:23 PM   193,716 IQ_QLD_DRAINAGE_25K.sbx

 03/12/2010  01:59 PM   681,175,604 IQ_QLD_DRAINAGE_25K.shp

 03/12/2010  02:02 PM17,644,868 IQ_QLD_DRAINAGE_25K.shx

 21/12/2010  04:32 PM   247 IQ_QLD_DRAINAGE_25K.tab

 03/12/2010  02:03 PM27,138 Metadata_IQ_QLD_DRAINAGE_25K.htm***
 *

 03/12/2010  02:03 PM18,563 Metadata_IQ_QLD_DRAINAGE_25K.xml***
 *

 ** **

 ** **

 Kind regards

 Yoshi

 ** **

 Yoshiaki Tsuzuki, Engineering, Architecture and Information Technology
 (EAIT), The University of Queensland, St Lucia, QLD 4072, Australia

 (Office) +61 (0)7 3365 3912: The number has been changed because of the
 moving of office; (Mobile) +61 (0)410 230 355

 E-mail: y.tsuz...@uq.edu.au; tsuzuki.yoshi...@gmail.com

 Homepage: http://sites.google.com/site/yoshiakitsuzuki/Home

 ** **

 ___
 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] How to show images of arster and vector files?

2013-08-30 Thread skampus
Sr. Neto wrote
 It might be a CRS problem.
 
 Alexandre Neto

in this case, enable 'on the fly' CRS transformation

s.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/How-to-show-images-of-arster-and-vector-files-tp5075156p5075178.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] set layers CRS

2013-08-30 Thread skampus
you're right, andrè !!!
I have found this useful GUI for ogr2ogr [1], but the result is that ogr2ogr
creates an empty prj, as you can see in the image

this is the command line:

ogr2ogr -f ESRI Shapefile -overwrite Z:/target Z:/source -T_SRS
EPSG:32632 

is there anything wrong?

thank you in advance

s.


[1] http://www.ogr2gui.ca

Clipboard02.png
http://osgeo-org.1560.x6.nabble.com/file/n5075181/Clipboard02.png  



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/set-layers-CRS-tp5075033p5075181.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Can't edit polygons

2013-08-30 Thread KLGan
Hi,

I created few vector layers importing KML files.

But I am not able to edit these polygons.

The Toggle Editing button is gray out, I am not able to click. It is also
not available from the menu.

But if I add a new Shapefile Layer, the Toggle Editing tool become
available for that new layer only. The editing tool is only not available
for the imported layers.

How do I edit those layers?

Thanks

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

Re: [Qgis-user] Can't edit polygons

2013-08-30 Thread Nathan Woodrow
Hey Klgan,

KML layers are not editable.

- Nathan


On Fri, Aug 30, 2013 at 9:38 PM, KLGan 1kl...@gmail.com wrote:

 Hi,

 I created few vector layers importing KML files.

 But I am not able to edit these polygons.

 The Toggle Editing button is gray out, I am not able to click. It is also
 not available from the menu.

 But if I add a new Shapefile Layer, the Toggle Editing tool become
 available for that new layer only. The editing tool is only not available
 for the imported layers.

 How do I edit those layers?

 Thanks

 klgan



 ___
 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] Can't edit polygons

2013-08-30 Thread Lene Fischer
Hi
You can´t edit KML files. But you can save as Shape and then edit.
Regards
Lene Fischer

Fra: qgis-user-boun...@lists.osgeo.org [qgis-user-boun...@lists.osgeo.org] på 
vegne af KLGan [1kl...@gmail.com]
Sendt: 30. august 2013 13:38
Til: qgis-user@lists.osgeo.org
Emne: [Qgis-user] Can't edit polygons

Hi,

I created few vector layers importing KML files.

But I am not able to edit these polygons.

The Toggle Editing button is gray out, I am not able to click. It is also not 
available from the menu.

But if I add a new Shapefile Layer, the Toggle Editing tool become available 
for that new layer only. The editing tool is only not available for the 
imported layers.

How do I edit those layers?

Thanks

klgan

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

[Qgis-user] How to install and config SDA4PP Plugin

2013-08-30 Thread chingchai humhong
Hi QGIS User

I install plugin SDA4PP. But don't work.
please tell me about config this plugin.

thank you.


-- 
Chingchai  Humhong (chingchai by famous)
Regional Center of Geo-Informatics and
Space Technology, Lower Northern Region
Naresuan University Phitsanulok 65000
Mobile: 08-4624-6278
Blog: http://nu-gis.blogspot.com
Website: http://www.map.nu.ac.th http://map.nu.ac.th/
Website: http://www.cgistln.nu.ac.th http://www.cgistln.nu.ac.th/web/
attachment: sda4pp.PNG___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] OSX - QGIS not loading Grass plugin

2013-08-30 Thread William Kyngesburye
QGIS needs a very specific version of GRASS.  For my QGIS 1.8 you need GRASS 
6.4.2, NOT the recent 6.4.3.  You also need GDAL 1.9, NOT 1.10.  Finally, you 
can move or rename GRASS.

On Aug 30, 2013, at 1:04 AM, Graeme Merrall wrote:

 I'm trying to get the Grass plugin to load in QGIS in OSX Mountain Lion.
 
 QGIS ver: 1.8.0 (kyngchaos)
 Grass ver: 6.4 (kyngchaos)
 GDAL ver: 1.10 (kyngchaos with Grass plugin)
 Python: 2.7.2
 
 The error I'm getting is:
 Failed to load 
 /Applications/QGIS.app/Contents/MacOS/../PlugIns/qgis/libgrassplugin.so 
 (Reason: Cannot load library 
 /Applications/QGIS.app/Contents/MacOS/../PlugIns/qgis/libgrassplugin.so: 
 (dlopen(/Applications/QGIS.app/Contents/MacOS/../PlugIns/qgis/libgrassplugin.so,
  5): Library not loaded: 
 /Applications/GRASS-6.4.app/Contents/MacOS/lib/libgrass_gis.6.4.2.dylib
   Referenced from: 
 /Applications/QGIS.app/Contents/PlugIns/qgis/libgrassplugin.so
   Reason: image not found))
 
 Following errors include libgrassprovider and libgrassrasterprovider.
 
 From from searching about I saw very old references to fftw install (tried, 
 no joy) and tweaking your LD_LIBRARY_PATH.  For LD_LIBRARY_PATH I exported 
 both the QGIS plugins dir and Grass lib dir and started QGIS from the command 
 line - still didn't work.
 
 Can anyone point out what's going wrong?
 
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user

-
William Kyngesburye kyngchaos*at*kyngchaos*dot*com
http://www.kyngchaos.com/

[Trillian]  What are you supposed to do WITH a maniacally depressed robot?

[Marvin]  You think you have problems?  What are you supposed to do if you ARE 
a maniacally depressed robot?  No, don't try and answer, I'm 50,000 times more 
intelligent than you and even I don't know the answer...

- HitchHiker's Guide to the Galaxy


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


[Qgis-user] How set the legend for qgis-server use

2013-08-30 Thread Andrea Peri
Hi,
I attach a sample of a legend as generate from QGIS-Server on a
GetLegendGraphics request.

The legend come from a layer renderized using the single symbol
render-option.

As is possible to see the render has two named word Fiume one over and
one right of the blue-line.

I can change the word Fiume in the Metadata section of properties, but it
change both over and right.

Instead I like to have over the image a word Fiume and right another
phrase.

Is this possible ?

Thx

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

[Qgis-user] How set the legend for qgis-server use

2013-08-30 Thread Andrea Peri
Sorry, I forgot to attach the image.
attachment: legend.gif___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] New QGIS PSC Members

2013-08-30 Thread David Addy
g_sherman wrote
 Nominations for the QGIS PSC closed at 00:00 UTC on August 25, 2013 [1].
 
 
 
 The PSC is now composed of:
 
 * Chair - Gary Sherman
 * Community Advisor - Otto Dassau   
 * Design Advisor - Anita Graser
 * Financial and Marketing Advisor - Paolo Cavallini
 * Infrastructure Manager - Richard Duivenvoorde 
 * Release Manager - Jürgen Fischer
 * Technical Advisor - Marco Hugentobler  
 * Testing/QA Manager - Tim Sutton   
 
 
 -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
 
 Congratulations to all concerned and many thanks for all your hard work on
 QGIS.
 
 
 
 ___
 Qgis-user mailing list

 Qgis-user@.osgeo

 http://lists.osgeo.org/mailman/listinfo/qgis-user





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/New-QGIS-PSC-Members-tp5074204p5075296.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user