[Qgis-user] Table attributes not visible in Interpolation

2013-03-10 Thread Roy Marsh
I want to use IDW / Interpolation. I have specifiied the point layer
to use, but QGIS 1.8 (Windows 7) does not show any attributes for that
layer. However, QGIS 1.8 does show the attrubutes for other layers.
What is going on?
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] OSM plugin encoding problem

2013-03-10 Thread Borys Jurgiel
 EDIT:
 I just saw that there is a brandnew Shapefile Encoding Fixer plugin
 available for qgis. I haven't tried it yet, but it might be what you want.

The plugin helps in most cases by fixing broken encoding *declaration*. 
However, it won't help if also the encoding (not only its declaration) is 
broken. It's strange the ENCODING=UTF-8 in the SaveAs dialog didn't work. I 
Did you put it to the layer or datasource option? I don't remember which place 
is right, so I put it to both :)

About the pugin, it only contains a limited set of encodings included. Let me 
know if you need another one, I'll add it.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] OSM plugin encoding problem

2013-03-10 Thread Andre Joost

Am 10.03.2013 12:57, schrieb Borys Jurgiel:

EDIT:
I just saw that there is a brandnew Shapefile Encoding Fixer plugin
available for qgis. I haven't tried it yet, but it might be what you want.


The plugin helps in most cases by fixing broken encoding *declaration*.
However, it won't help if also the encoding (not only its declaration) is
broken. It's strange the ENCODING=UTF-8 in the SaveAs dialog didn't work. I
Did you put it to the layer or datasource option? I don't remember which place
is right, so I put it to both :)


Neither of both: I wrote
SET SHAPE_ENCODING=UTF-8
into the qgis.bat file, so that it is loaded as a system variable. That 
was the only way it worked for me. But with QGIS master nad next stable 
that problem is fixed anyhow. There was some kind of misunderstanding 
between GDAL and QGIS developers in how and who should do the encoding.


Greetings,
André Joost


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


Re: [Qgis-user] Sextante GRASS new modules

2013-03-10 Thread Victor Olaya
Michal

Those definitions are correct. I have added them and they are already
included in the current development version.Please, check that they
work

Cheers
Victor


2013/3/8 Michał Bełcik belcikmic...@gmail.com:
 Hi everyone

 As a part of my internship in Faunalia I'm developing some GRASS modules for
 Sextante. Unfortunately, they do not seem to be working correctly, possibly
 I have missed something in the syntax. Could you please test them and see
 what's wrong with them?

 All the best

 Michal

 ___
 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] Sextante GRASS new modules

2013-03-10 Thread Victor Olaya
ooops, sorry, I was checking the GRASS algorithms that another user
sent me, and thought they were yours...

Your definitions have a couple of mistakes, but they are easy to fix,
I will do it, add them to the current dev version and then you can see
them to see what was wrong, ok?

Thanks for your help!

2013/3/8 Michał Bełcik belcikmic...@gmail.com:
 Hi everyone

 As a part of my internship in Faunalia I'm developing some GRASS modules for
 Sextante. Unfortunately, they do not seem to be working correctly, possibly
 I have missed something in the syntax. Could you please test them and see
 what's wrong with them?

 All the best

 Michal

 ___
 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] Sextante - Grass modification

2013-03-10 Thread Victor Olaya
I have already commited your changes. Thanks!


2013/3/9 magerlin m...@ramboll.dk

  Hi Victor

 ** **

 The Grass v.split takes either a length *or* a number of vertices as
 parameter – not both.

 ** **

 So I have split it in two algorithms (attached).

 ** **

 I must add that this is NOT how it is done in the Grass plugin. It only
 has a v.split algorithm which must contain some logic on parameters (it can
 also only handle one parameter).

 ** **

 Regards Morten

 ** **

 

 ** **

 ** **

 *From:* Victor Olaya-3 [via OSGeo.org] [mailto:ml-node+[hidden 
 email]http://user/SendEmail.jtp?type=nodenode=5039364i=0]

 *Sent:* 20. februar 2013 09:21
 *To:* Morten Agerlin Petersen
 *Subject:* Re: Minor Sextante modifications (grass and sqlite3.dll)

 ** **

 
  2) If I add more Grass (or SAGA?) modules by making .txt files for the
  description folders where do I upload or mail theese?
 

  you can do it the hard way, cloning the git repo and issuing a pull
 request, or
  simply opening a feature request on the hub, and attaching the command

 Or, if that is too complicated, just send them to me by email and I
 will check them and add them. :-)

 
  3) Is there a similar place to share .model files of common interest?
 

  AFAIK not (yet); I'd like to have a general mechanism to share QGIS
 goodies (not only
  models, but also styles, symbols, etc.), much in line with what happens
 with users
  plugins.

 I would like to have a good set of example models to ship with
 SEXTANTE, so feel free to send us your models if you do not mind to
 see them included in a future release. That will help new users.

 Thanks in advance for your help!
 ___
 Qgis-user mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=5035409i=0
 http://lists.osgeo.org/mailman/listinfo/qgis-user

 
  --

 *If you reply to this email, your message will be added to the discussion
 below:*


 http://osgeo-org.1560.n6.nabble.com/Minor-Sextante-modifications-grass-and-sqlite3-dll-tp5035004p5035409.html
 

 To unsubscribe from Minor Sextante modifications (grass and sqlite3.dll), 
 click
 here.
 NAMLhttp://osgeo-org.1560.n6.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
 

 *v.split.length.txt* (318 bytes) Download 
 Attachmenthttp://osgeo-org.1560.n6.nabble.com/attachment/5039364/0/v.split.length.txt
 *v.split.vert.txt* (358 bytes) Download 
 Attachmenthttp://osgeo-org.1560.n6.nabble.com/attachment/5039364/1/v.split.vert.txt
  Regards Morten

 Qgis 1.8.0 Stand alone installer in Win7 64 bit

 --
 View this message in context: Sextante - Grass 
 modificationhttp://osgeo-org.1560.n6.nabble.com/Sextante-Grass-modification-tp5039364.html
 Sent from the Quantum GIS - User mailing list 
 archivehttp://osgeo-org.1560.n6.nabble.com/Quantum-GIS-User-f4125267.htmlat 
 Nabble.com.

 ___
 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] Map graticules in QGIS

2013-03-10 Thread Lester Anderson
Hello,

The one major element missing from the otherwise great Quantum GIS, is that
of easy setup map graticules. There is a basic way of doing simple ones in
the print composer which is fine for geographic (WGS84) or UTM etc type
projections, but will not work for conic or stereographic etc.

Is there a plugin for doing this work (that is built-in to layout mode in
ArcGIS) or is this an upgrade/update that will be available in a new
release?

Generating a vector grid does not work properly in 1.8.0, and certainly
only partially completes a Polar Stereographic layout. There are clearly
flaws that need to be addressed. If there is a reliable workaround for
this, it would be good to know.

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


Re: [Qgis-user] Map graticules in QGIS

2013-03-10 Thread Alex Mandel

On 03/10/2013 03:13 PM, Lester Anderson wrote:

Hello,

The one major element missing from the otherwise great Quantum GIS, is that
of easy setup map graticules. There is a basic way of doing simple ones in
the print composer which is fine for geographic (WGS84) or UTM etc type
projections, but will not work for conic or stereographic etc.

Is there a plugin for doing this work (that is built-in to layout mode in
ArcGIS) or is this an upgrade/update that will be available in a new
release?

Generating a vector grid does not work properly in 1.8.0, and certainly
only partially completes a Polar Stereographic layout. There are clearly
flaws that need to be addressed. If there is a reliable workaround for
this, it would be good to know.

Lester



A workaround is to make the graticule in WGS84 and reproject it to the 
desired end projection. I found that it doesn't curve well so I wrote 
this script to make graticules with a higher points density that 
projects well.


https://github.com/wildintellect/pyGraticule

I hope to work it into QGIS at a later point, but you can use it 
standalone with python to make what you need, import and reproject.


Thanks,
Alex

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


Re: [Qgis-user] Map graticules in QGIS

2013-03-10 Thread Lester Anderson
On 10 March 2013 22:22, Alex Mandel tech_...@wildintellect.com wrote:

 On 03/10/2013 03:13 PM, Lester Anderson wrote:

 Hello,

 The one major element missing from the otherwise great Quantum GIS, is
 that
 of easy setup map graticules. There is a basic way of doing simple ones in
 the print composer which is fine for geographic (WGS84) or UTM etc type
 projections, but will not work for conic or stereographic etc.

 Is there a plugin for doing this work (that is built-in to layout mode in
 ArcGIS) or is this an upgrade/update that will be available in a new
 release?

 Generating a vector grid does not work properly in 1.8.0, and certainly
 only partially completes a Polar Stereographic layout. There are clearly
 flaws that need to be addressed. If there is a reliable workaround for
 this, it would be good to know.

 Lester


 A workaround is to make the graticule in WGS84 and reproject it to the
 desired end projection. I found that it doesn't curve well so I wrote this
 script to make graticules with a higher points density that projects well.

 https://github.com/**wildintellect/pyGraticulehttps://github.com/wildintellect/pyGraticule

 I hope to work it into QGIS at a later point, but you can use it
 standalone with python to make what you need, import and reproject.

 Thanks,
 Alex


Hi Alex,

I have tried the route you suggested. I am working on Antarctic data, so
generated a vector grid for 0-360 in X (at 10 degrees) and latitude (-90 to
-60) in 10 degrees. That all worked fine in WGS84. However, reprojecting to
Antarctic Polarstreographic did not project correctly with less than half
the meridians and no latitudes.

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


[Qgis-user] Misaligned Google OpenLayers layer

2013-03-10 Thread Nathan Woodrow
Hi all,

Has anyone noticed that the Google based layers in the OpenLayers plugin
are misaligned when zooming in to about 1:1000.  I have some property lines
that look ok when zoomed to 1:1500 but anything under that and the scale of
the image seems to be wrong and everything becomes misaligned.

1:1500 http://i.imgur.com/th4pSD4.png
1:1000 http://i.imgur.com/1GWfXZf.png

The more you zoom in the more the shift changes.

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


[Qgis-user] Raster image is georeferenced to UTM projection. Doubt about CRS.

2013-03-10 Thread Gregorio Inda
Hi,
I am new user of Qgis, and new on GIS too. I have tried to figure out what is 
the explanation for what I supposed is something that I am misunderstanding.

Using Google Earth I zoomed into a small region and captured the image using 
print screen. I supposed that Google Earth CRS was WGS 84 (EPSG:4326) for that 
small area (a city). Now, using Google Maps I selected four specific well and 
easy referenced points into the image to get geographics coordinates (longitude 
and latitude). In Qgis Raster/Georeferencer/Georeferencer I added those points 
once I first added the PNG raster file in this plugin considering that CRS was 
WGS 84 (EPSG:4326). I saved the points in file.png.points file. In 
Transformation Setting of this plugin I left the default values, but I selected 
Create world file and changed the Target SRS to WGS 84 / UTM zone 14N 
(EPSG:32614). Start georeferencing button produced a world file for PNG image.

In a new Qgis session I opened PNG file (with world file present) and Qgis 
asked me what CRS I wanted to define. If I select WGS 84 / UTM zone 14N I can 
see how coordinates are changing when I move the mouse over the image, but that 
coordinates are geographics (longitude and latitude). If I select just WGS 84 
(EPSG:4326) then I can see UTM coordinates changes when I move the mouse over 
the image. But ¡I expected the opposite!

Could someone help me to understand this?

Regards
Gregorio

P.S. The CRS of the project is set to WGS 84 / UTM zone 14N (EPSG:32614)
Ubuntu 12.04 64bits

QGIS version 1.8.0-Lisboa QGIS code revision exported 
Compiled against Qt 4.8.1 Running against Qt 4.8.1 
Compiled against GDAL/OGR 1.7.3 Running against GDAL/OGR 1.7.3 
GEOS Version 3.2.2 PostgreSQL Client Version 9.1.4 
SpatiaLite Version 3.0.0-beta QWT Version 5.2.2 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Misaligned Google OpenLayers layer

2013-03-10 Thread Andre Joost

Am 11.03.2013 03:53, schrieb Nathan Woodrow:

Hi all,

Has anyone noticed that the Google based layers in the OpenLayers plugin
are misaligned when zooming in to about 1:1000.  I have some property lines
that look ok when zoomed to 1:1500 but anything under that and the scale of
the image seems to be wrong and everything becomes misaligned.

1:1500 http://i.imgur.com/th4pSD4.png
1:1000 http://i.imgur.com/1GWfXZf.png

The more you zoom in the more the shift changes.



Yes, I noticed that too:

http://hub.qgis.org/issues/6822

Greetings,
André Joost


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