[Qgis-user] QGIS mssql problems

2013-10-25 Thread greg_sk
Anyone else has problems with loading MSSQL polyline and polygon layers to
QGIS ? I can't figure out what could be the problem. In V 1.9.0 everything
works OK. I'm loading data with Shape2Sql.exe. Can anyone tell me what can I
do to repair and use my data in QGIS 2.0 or 2.1. I tried to repair bad
geometries but still nothing. Thanks Greg



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGIS-mssql-problems-tp5085691.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] Installing from OSGEO4W on top of existing GDAL, Python etc

2013-10-25 Thread Sjur Kolberg

Der list,

I am trying to install QGIS 2.0 using the OSGEO4W installer.

I already have some libraries installed; GDAL 1.10, NetCDF 4.3, Python 2.7 etc, 
and some dependencies of these; built with Visual Studio 2012. Some programs I 
develop are working fine with the current installations, so in fear of having a 
lot of duplicates only causing confusion, I declined to install all the 
dependencies recommended by OSGEO4W. Not a success.

Add/Remove programs does not show any trace of OSGEO4W, and I don't find any 
uninstall script.

How can I completely undo the unsuccessful installation; simply delete the 
whole C:\OSGeo4W directory?
What is the least painful way to have OSGEO4W programs installed without 
library conflicts?

DELL Precision M4700 with sufficient resources, Windows 7.

Thanks, Sjur  :-)

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

[Qgis-user] Error in Georeferencer

2013-10-25 Thread Agustin Lobo
I'm finding wrong, distorted results with qgis 2.0 georeferencer. We've tried
with the same set of gcp's in envi and the same polynomial (deg 2) and
there the results are correct, but with
qgis the result is very distorted. Actually, the errors represented by
the red segments in the
georeferencer do not correspond with the actual gcps displayed  on the reference
image in Qgis main display.
See an snapshot here:
https://dl.dropboxusercontent.com/u/3180464/georef_error.jpeg

It looks like if the polynomial were not correctly fit?

I've run the gdal commands on the terminal and the result is the same,
so this could be a gdal problem.
Has anybody found the same problem? Just checking before reporting.

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


Re: [Qgis-user] dynamic text numbering coverage layer features in atlas generation

2013-10-25 Thread Nathan Woodrow
Hey Edita,

You sure can.  If you have a field in your coverage layer with that data or
part of that data you can use an expression in the label to add it to the
layout on the fly.  Try something like this in a text label:

[% yourcolumn %]

The full expression engine can be used there, the same thing that is used
for the labels.  The current coverage feature is passed to the expression
and evaluated at runtime.

- Nathan


On Fri, Oct 25, 2013 at 10:48 PM, Edita Laurinaviciute 
edita.laurinavici...@opw.ie wrote:

 Hi List,

 I hope You can help me.

 I am generating atlas in QGIS version 2.0 on Windows 7.
 As a coverage layer I am using tiles. I want to embed a tile number on
 the composer layout, e.g.
 NW/Erosion/ 1 (this number comes according to the tile number). Is it
 posssible to do it automatically ( as ArcMap has dynamic text).
 Any other suggestions are more then appreciated.

 Thanks,

 Edita

 The OPW is supporting The Gathering Ireland 2013. Go to
 http://www.thegatheringireland.com and Be Part of it!

 **
 Email Disclaimer: http://www.opw.ie/en/disclaimer/
 **

 ___
 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] dynamic text numbering coverage layer features in atlas generation

2013-10-25 Thread Edita Laurinaviciute
Hi Nathan,

Thanks a million for the advice! It works perfectly!

Kind Regards,

Edita

On 25/10/2013 14:20, Nathan Woodrow wrote:
 [% yourcolumn %]

The OPW is supporting The Gathering Ireland 2013. Go to 
http://www.thegatheringireland.com and Be Part of it! 

**
Email Disclaimer: http://www.opw.ie/en/disclaimer/ 
**

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


Re: [Qgis-user] Error in Georeferencer

2013-10-25 Thread Jukka Rahkonen
Agustin Lobo alobolistas@... writes:

 
 I'm finding wrong, distorted results with qgis 2.0 georeferencer. We've tried
 with the same set of gcp's in envi and the same polynomial (deg 2) and
 there the results are correct, but with
 qgis the result is very distorted. Actually, the errors represented by
 the red segments in the
 georeferencer do not correspond with the actual gcps displayed  on the
reference
 image in Qgis main display.
 See an snapshot here:
 https://dl.dropboxusercontent.com/u/3180464/georef_error.jpeg
 
 It looks like if the polynomial were not correctly fit?
 
 I've run the gdal commands on the terminal and the result is the same,
 so this could be a gdal problem.
 Has anybody found the same problem? Just checking before reporting.

Please send the exact GDAL command that gets created and even better if you
can put somewhere an original small sample image and expected result that
you get from envi so someone can repeat. And for comparison everything that
is needed to repeat what you did with envi too if someone happens to have
that software available.

-Jukka Rahkonen-

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


Re: [Qgis-user] Installing from OSGEO4W on top of existing GDAL, Python etc

2013-10-25 Thread Jürgen E . Fischer
Hi Sjur,

On Fri, 25. Oct 2013 at 09:30:13 +, Sjur Kolberg wrote:
 I already have some libraries installed; GDAL 1.10, NetCDF 4.3, Python 2.7
 etc, and some dependencies of these; built with Visual Studio 2012. Some
 programs I develop are working fine with the current installations, so in
 fear of having a lot of duplicates only causing confusion, I declined to
 install all the dependencies recommended by OSGEO4W. Not a success.

OSGeo4W shouldn't use anything from outside OSGeo4W and doesn't put anything in
PATH or the system apart from the (usual) MSVC runtimes.  So installing
everything QGIS depends from OSGeo4W shouldn't cause problems.

But using QGIS with something is wasn't built with might.


 Add/Remove programs does not show any trace of OSGEO4W, and I don't find any
 uninstall script.

Uninstall all packages using the installer and then remove the osgeo4w
directory.   Just removing the OSGeo4W directory will leave the desktop icons
and start menu entries around - but otherwise shouldn't do any harm.


Jürgen


-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-31
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de
QGIS PSC member (RM)   IRC: jef on FreeNode 


-- 
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

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


Re: [Qgis-user] Which port does qgis use to connect to wms, wfs, ... plugin repository?

2013-10-25 Thread rob vech
Hi guys, finally I found that the problem was related to the proxy 
settings in qgis option panel. Inserting the right values of the proxy 
server, all the connections were established! Many thanks to  Marco, 
Richard and Jonathan that answered to my (wrong) question very quickly 
and in detail.

Rob

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

[Qgis-user] QGIS Gazetteer Search Plugin

2013-10-25 Thread Ross McDonald
Hello List

Not a question but more of a shout-out to some key QGIS users...

Thanks to the input of several QGIS users from the UK QGIS User Group
(https://plus.google.com/u/0/communities/113949150549951715823) there is
now a gazetteer search plugin available that can basically search any
suitably formatted PostGIS table via a web service.

It is based on the QGIS Gazetteer Search plugin developed by Nathan
Woodrow and Astun Technology and has been extended by Kevin Williams, Matt
Travis, Simon Miles and others. They, and I, have got it searching several
back office systems including local land and property gazetteers, local
street gazetteers, planning applications, building warrants, listed
buildings and a postcode table.

It needs the QGIS Gazetteer Plugin installed
(https://github.com/AstunTechnology/QGIS-Gazetteer-Plugin) and runs in
QGIS 2.0 and you can find the basic instructions and some examples here:
https://github.com/mixedbredie/qgis-gazetteer-search

Certainly for our end users this is the killer plugin allowing them to
complete the simple but crucial task of searching for an address. Now we
just need to tweak it to search the OneScotlandGazetteer and zoom to the
bounding box of line and polygon features...

Hopefully this will be helpful to others - it has certainly helped me.

Enjoy

Ross

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


[Qgis-user] UTM WGS84 grid and Atlas mapping

2013-10-25 Thread Nuno de Santos Loureiro

Dear all,

I need to create a UTM WGS84 5x5 km or 10x10 km grid and, after, I  
need to make several maps for an Atlas, converting point data to grid  
data.


Could someone be so kind to send me some suggestions on the most  
appropriate ways to perform these tasks?


Many thanks in advance,

Nuno



-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-
Nuno de Santos Loureiro (PhD)
Faculdade de Ciências e Tecnologia - DCTMA - Ed. 8
Universidade do Algarve
Campus de Gambelas
8005-139 FARO(Portugal)
-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-


This message was sent using IMP, the Internet Messaging Program.

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


[Qgis-user] EOFError: EOF when reading a line from python console

2013-10-25 Thread tarsioonofrio
Hi, Qgis community

Is my first post in this forum of this amazing software. Sorry for my bad
english.

I make a python script to run in qgis console but i have this error:

Traceback (most recent call last):
  File input, line 1, in module
  File C:/OSGeo4W/apps/qgis/./python\qgis\utils.py, line 309, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File C:\OSGeo4W\apps\Python27\lib\stelib\ste.py, line 35, in module
camada_id = input('Digite o id da tabela que deseja visualizar?')
*EOFError: EOF when reading a line*

Is possible to use input or raw_input in qgis console? I searched the web
but have not found a conclusive answer.

In this post
http://gis.stackexchange.com/questions/53958/how-to-use-raw-input-in-qgis-python-console,
the answer not is conclusive.

Thanks for the reply

Társio Onofrio
Assistant Engineer
Undergraduate student of computer engineering



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/EOFError-EOF-when-reading-a-line-from-python-console-tp5085813.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] UTM WGS84 grid and Atlas mapping

2013-10-25 Thread Goyo
2013/10/25 Nuno de Santos Loureiro nlou...@ualg.pt:
 Dear all,

 I need to create a UTM WGS84 5x5 km or 10x10 km grid

Vector  Research Tools  Vector grid

 and, after, I need to
 make several maps for an Atlas, converting point data to grid data.

Uh?

Regards

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


[Qgis-user] Oracle provider broken under OSGEO4W?

2013-10-25 Thread Bob and Deb
Hello list,

Today,  I updated OSGEO4W 32-bit, and as a result, I can no longer load an
Oracle layer for both qgis and qgis-dev.  I get the error message Cannot
get Oracle select dialog from provider.  I also noticed that I can not get
gdal (which is now at 1.10.1) will not load geospatial pdfs.  Any
suggestions?

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

Re: [Qgis-user] Installing from OSGEO4W on top of existing GDAL, Python etc

2013-10-25 Thread Andre Joost

Am 25.10.2013 16:07, schrieb Jürgen E. Fischer:

Just removing the OSGeo4W directory will leave the desktop icons
and start menu entries around - but otherwise shouldn't do any harm.


The OSGeo4W installer also makes some entries in the registry. These may 
harm if you do (or did) a QGIS standalone installation afterwards, 
especially if you want to have an older version running again.


Greetings,
André Joost


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