[Qgis-user] geo reference

2010-01-12 Thread subbu sravan
 how we can geo reference a shape file data in qgis platform
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] wps plugin and ubuntu qgis

2010-01-12 Thread ivan marchesini
I Horst..
trying to use your wps plugin with the qgis version of ubuntu (lauchpad
9.10), I have noted that qgsRevision has value expor and obviously
int(qgsRevision) doesn't works..

commenting out these lines:

50#if int(qgsRevision)  int(self.minimumRevision):
51#QMessageBox.warning(None, Version, versionMessage)
52#return 1

it works...

thanks...

Ivan


-- 
Ti prego di cercare di non inviarmi files .dwg, .doc, .xls, .ppt.
Preferisco formati liberi.
Please try to avoid to send me .dwg, .doc, .xls, .ppt files.
I prefer free formats.
http://it.wikipedia.org/wiki/Formato_aperto
http://en.wikipedia.org/wiki/Open_format

Ivan Marchesini
Perugia (Italy)
Socio fondatore GFOSS Geospatial Free and Open Source Software 
http://www.gfoss.it
e-mail: marches...@unipg.it
ivan.marches...@gmail.com
fax (home): +39(0)5782830887
jabber: geoiva...@jabber.org
skype: geoivan73


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


[Qgis-user] QGIS 1.4 - Printing with new symbology

2010-01-12 Thread Gary Jones
Hi all. 

I have just downloaded 1.4 and I am liking all the advances (multiple layouts 
are very welcome indeed). 

However I am having issues with the new symbology. Whilst it all works fine in 
the map and the composer, whenever I print (or pdf) using it the symbols or 
hatching get incorrectly scaled and end up all large and pixelated. They still 
look fine on the screen. If I switch to the old symbology then this doesn't 
happen. 

I know there have been some scaling issues with printing in the past, yet I was 
wondering if I am missing an option somewhere; otherwise all this new symbology 
will go to waste. 

Thanks 

Gary 




--
Files attached to this email may be in ISO 26300 format (OASIS Open Document 
Format). If you have difficulty opening them, please visit http://iso26300.info 
for more information.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS 1.4 - Printing with new symbology

2010-01-12 Thread Marco Hugentobler
Hi Gary

Printing is going to be supported for the new symbology engine in the next 
release (1.5)

Regards,
Marco

Am Dienstag, 12. Januar 2010 15.55:21 schrieb Gary Jones:
 Hi all.
 
 I have just downloaded 1.4 and I am liking all the advances (multiple
  layouts are very welcome indeed).
 
 However I am having issues with the new symbology. Whilst it all works fine
  in the map and the composer, whenever I print (or pdf) using it the
  symbols or hatching get incorrectly scaled and end up all large and
  pixelated. They still look fine on the screen. If I switch to the old
  symbology then this doesn't happen.
 
 I know there have been some scaling issues with printing in the past, yet I
  was wondering if I am missing an option somewhere; otherwise all this new
  symbology will go to waste.
 
 Thanks
 
 Gary
 
 
 
 
 --
 Files attached to this email may be in ISO 26300 format (OASIS Open
  Document Format). If you have difficulty opening them, please visit
  http://iso26300.info for more information.
 

-- 
Dr. Marco Hugentobler
HUGIS - GIS programming and consulting
Webereistrasse 66
CH-8134 Adliswil
ma...@hugis.net
http://homepage.hispeed.ch/hugis
Technical Advisor QGIS Project Steering Committee
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


RE: [Qgis-user] GDAL and .nc (netCDF) and qgis

2010-01-12 Thread M . E . Dodd
Thanks for the replies on this one.
I am indeed looking at other tools to open netCDF files.
However I just noticed that in qgis 1.4 there is a .nc option (well two 
actually presumably different formats) when opening a raster image.  So I tried 
it, unfortunately the file opened upside down and possibly a little smaller 
than it should have done.
Has anyone else used this in qgis to confirm the qgis part is working OK so I 
can go back to the data provider and check the original data itself.

-Original Message-
From: Mike Toews [mailto:mwto...@sfu.ca]
Sent: 07 January 2010 18:19
To: M.E.Dodd
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] GDAL and .nc (netCDF) and qgis

M.E.Dodd wrote:
 I would like to open some large gridded met data files, produce means of the 
 values for each grid square (data for each square are given each year for a 
 number of years and I want a mean of all the years) and write the data out 
 again showing just the means per grid square.


I would look at other tools for doing calculations on multi-dimensional
NetCDF files. I've used NCO in the past for this,[1] which can average a
time dimension in a 3D grid to produce a 2D grid (which can be converted
to any other raster format using GDAL). You can do much more with NCO
utilities. However, NCO is not user-friendly, since it is command-line
work, requires a lot of documentation reading to understand the usage,
and is available for almost all operating systems except MS Windows.

[1] http://nco.sourceforge.net

-Mike


The Open University is incorporated by Royal Charter (RC 000391), an exempt 
charity in England  Wales and a charity registered in Scotland (SC 038302).
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] GDAL and .nc (netCDF) and qgis

2010-01-12 Thread David Fawcett
For a quick check of the data, you might want to use OpenEV. It is
part of the FWTools distribution.

http://fwtools.maptools.org/
http://openev.sourceforge.net/

David.



On Tue, Jan 12, 2010 at 11:04 AM, M.E.Dodd m.e.d...@open.ac.uk wrote:
 Thanks for the replies on this one.
 I am indeed looking at other tools to open netCDF files.
 However I just noticed that in qgis 1.4 there is a .nc option (well two 
 actually presumably different formats) when opening a raster image.  So I 
 tried it, unfortunately the file opened upside down and possibly a little 
 smaller than it should have done.
 Has anyone else used this in qgis to confirm the qgis part is working OK so I 
 can go back to the data provider and check the original data itself.

 -Original Message-
 From: Mike Toews [mailto:mwto...@sfu.ca]
 Sent: 07 January 2010 18:19
 To: M.E.Dodd
 Cc: qgis-user@lists.osgeo.org
 Subject: Re: [Qgis-user] GDAL and .nc (netCDF) and qgis

 M.E.Dodd wrote:
 I would like to open some large gridded met data files, produce means of the 
 values for each grid square (data for each square are given each year for a 
 number of years and I want a mean of all the years) and write the data out 
 again showing just the means per grid square.


 I would look at other tools for doing calculations on multi-dimensional
 NetCDF files. I've used NCO in the past for this,[1] which can average a
 time dimension in a 3D grid to produce a 2D grid (which can be converted
 to any other raster format using GDAL). You can do much more with NCO
 utilities. However, NCO is not user-friendly, since it is command-line
 work, requires a lot of documentation reading to understand the usage,
 and is available for almost all operating systems except MS Windows.

 [1] http://nco.sourceforge.net

 -Mike


 The Open University is incorporated by Royal Charter (RC 000391), an exempt 
 charity in England  Wales and a charity registered in Scotland (SC 038302).
 ___
 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] Cannot open / convert any KML in QGIS ? (OGR)

2010-01-12 Thread Jeremy G
Hi list,

I'm trying to read / write a couple of KML files that I created in Google
Maps. It doesn't even open the files and says Invalid data source.
Is there a known limitation of KML from Google Maps/Earth with OGR ?

Thanks a lot,

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


[Qgis-user] Using GRASS functionalities in QGIS

2010-01-12 Thread Franz Schiller
Greetings All

I've been using GRASS in a XP machine. Now, after I saw a few screenshots
from QGIS I want to use QGIS. I have already downloaded and installed QGIS (
http://linfiniti.com/downloads/QGIS-1.4.0-1-No-GrassSetup.exe) but there is
no GRASS plug in in menu (as I saw in QGIS manual). How can I add that plug
in in order to have acces to GRASS functionalities (e.g. classification,
statistics analysis etc).

Thanks

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


Re: [Qgis-user] Using GRASS functionalities in QGIS

2010-01-12 Thread Giovanni Manghi
Hi,

you need to install qgis using the osgeo4w installer.

I believe would be better to remove the standalone version before.


cheers

-- Giovanni --


On Tue, 2010-01-12 at 18:25 +, Franz Schiller wrote:
 Greetings All
 
 
 I've been using GRASS in a XP machine. Now, after I saw a few
 screenshots from QGIS I want to use QGIS. I have already downloaded
 and installed QGIS
 (http://linfiniti.com/downloads/QGIS-1.4.0-1-No-GrassSetup.exe) but
 there is no GRASS plug in in menu (as I saw in QGIS manual). How can I
 add that plug in in order to have acces to GRASS functionalities (e.g.
 classification, statistics analysis etc).
 
 
 Thanks
 
 Best regards
 Franz
 ___
 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] Qgis 1.4 Mac OS X - Leopard - Atom not working - Qgis 1.4 XP working

2010-01-12 Thread Noli Sicad
Hi,

I'm trying to install qgis 1.4 Mac OS X - Leopard 10.5.8 in Atom
netbook :-) just to see how it look in Mac OS X. It is not working. I
am new to Mac OS X. What is console command to check the installation?

Qgis 1.4 Windows XP is working perfectly.

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


Re: [Qgis-user] Qgis - View - Identify Features

2010-01-12 Thread Andreas Neumann
Hi,

I don't think that this is possible currently. QGIS probably treats the
VRT as a single image.

As a workaround you can create a shapefile (or other format) with a
tileindex and query the tileindex.

Andreas

On Wed, January 13, 2010 3:33 am, Greg Coats wrote:
 When panning through a .vrt, Qgis - View - Identify Features returns the
 pixel values for the 3 RGB color bands. I need to be able to obtain, for
 the current location of the cursor, the file name of the georeferenced
 raster image in the .vrt . For example, I need to know which one of the
 1699 georeferenced images the cursor is currently located in. Greg
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user



-- 
Andreas Neumann
http://www.carto.net/neumann/
http://www.svgopen.org/

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


Re: [Qgis-user] Hello

2010-01-12 Thread Werner Macho

Hello and welcome on board ;)

sounds interesting what you do .. hope you have fun with qgis.
And don't forget the bugreports ;)

regards
Werner

Am 12.01.2010 19:07, schrieb Pierre Chevalier Géologue:

Hello to you all, all my wishes for a happy *free* new year 2010!

I just arrived here, so, according to some old traditions, let me 
shortly introduce myself.


I'm French, GNU/Linux user since a few years (I think the first time I 
ran a GNU/Linux was in 1998), GIS user since about 1997.  I used, in 
my past life, to work most of the time with mapinfo and arcview 3.x, 
for geological mapping purposes, since I am a geologist.  I also did 
quite a bit of mapping and GIS processes besides geology, and some 
treatments with grass, for erosion studies.
Nowadays, I run my own company, all the computers around me run 
happily on Debian, one file server runs on DreeBSD, and an eeepc on 
Xandros.  Only my wife has a proprietary box: a Mac.  By the way, my 
kids' computer runs on Mandriva Linux.


I used to be a developer, a long time ago, I developed some specific 
geological applications with... visual basic. Ooops, sorry. Never 
again. Now, I occasionally script from time to time in python, I would 
like to be able to develop again seriously, but not enough time, I 
wish days were about 40h long...


I have been using qGIS happily for some years, and I'm very impressed 
by the speed of its progress: all my congratulations to the 
developers' team!
The way I use it is pretty basic: most of the time, I go to the field, 
gather information on notebook and GPS, dump my GPS with gpsbabel, map 
the .gpx with qGIS, along with data coming from various sources, 
shapefiles, rasters, mapinfo files, postgis tables, etc.  I produce 
maps, put them in my reports, and that's about it.


A+
Pierre



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


Re: [Qgis-user] Qgis - View - Identify Features

2010-01-12 Thread Jürgen E . Fischer
Hi Greg,

On Tue, 12. Jan 2010 at 21:33:50 -0500, Greg Coats wrote:
 When panning through a .vrt, Qgis - View - Identify Features returns the
 pixel values for the 3 RGB color bands. I need to be able to obtain, for the
 current location of the cursor, the file name of the georeferenced raster
 image in the .vrt . For example, I need to know which one of the 1699
 georeferenced images the cursor is currently located in. Greg

As Andreas already pointed out QGIS handles VRT as single raster - moreover the
pixel might be a result from an operation on several rasters from the VRT.


Jürgen

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-20
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de

-- 
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