[Qgis-user] Lat-long

2009-01-29 Thread Arvind Jha
Could someone let me know how to arrive at lat long of a point on a satellite 
imagery  uploaded on  q-gis?
Its urgent


Dr.Arvind kumar Jha,


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


Re: [Qgis-user] Ideas for QGIS plugin?

2009-01-29 Thread Andreas Neumann
yes - a nice gdal frontend for cropping/merging/resampling rasters would
be cool.

I also thought it may be possible to use the Google maps data from within
QGIS. One could probably use a hidden Webkit to make Google think it is a
regular webbrowser that is requesting the tiles - and then merge and
potentially reproject the GoogleMap tiles to use it as a regular
background layer in QGIS.

Andreas


> Yves Jacolin (free) ha scritto:
>> an open modeler ArcGis feature but as good as the idrisi one ;)
>
> Also a frontend to ogr and gdal functions would be very useful.
> pc
> --
> Paolo Cavallini, see: * http://www.faunalia.it/pc *
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>


-- 
Andreas Neumann
Böschacherstrasse 6, CH-8624 Grüt/Gossau, Switzerland
Email: a.neum...@carto.net, Web:
* http://www.carto.net/ (Carto and SVG resources)
* http://www.carto.net/neumann/ (personal page)
* http://www.svgopen.org/ (SVG Open Conference)
* http://www.geofoto.ch/ (Georeferenced Photos of Switzerland)

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


Re: [Qgis-user] Ideas for QGIS plugin?

2009-01-29 Thread Paolo Cavallini
Yves Jacolin (free) ha scritto:
> an open modeler ArcGis feature but as good as the idrisi one ;)

Also a frontend to ogr and gdal functions would be very useful.
pc
-- 
Paolo Cavallini, see: * http://www.faunalia.it/pc *
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] New GIS User, What to use (QGIS, GVSIQ or UDIG)?

2009-01-29 Thread John Callahan
I'd have to second Carson's comments.  I come from 10 years experience 
using ESRI products.  When I starting getting into open source GIS just 
over a year ago, QGIS was much easier for me than gvSIG or UDig.   Now, 
I prefer it over ArcMap when dealing with shapefiles.


- John

**
John Callahan
Geospatial Application Developer
Delaware Geological Survey, University of Delaware
227 Academy St, Newark DE 19716-7501
Tel: (302) 831-3584  Email: john.calla...@udel.edu
http://www.dgs.udel.edu
**


Carson Farmer wrote:

Hi boesiii,
A client of mine needs softwate to edit shapefiles and was wondering 
what's
the easiest and best to use (QGIS, GVSIG, or UDIG)?  Basically they 
will be
adding points (fire hydrants) and lines (waterlines) and entering 
attribute

data.
  
I have found that QGIS is by far the best desktop GIS for editing 
shapefiles. The editing toolbar is simple, intuitive, and has all the 
tools you need for standard editing and digitizing. It's also 
relatively fast, and stable.

They are on a tight budget, so anything by ESRI is out of the question.
  
Frankly, the QGIS editing tools are much easier to use than any ESRI 
product that I've used (and a whole lot cheaper ;-) )


Cheers,

Carson
___
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] QgsVectorFileWriter

2009-01-29 Thread Borys Jurgiel
> > > In this way, it would be better to save in a temporary shapefile first,
> > > and if the process finishes successfully, remove the destination
> > > shapefile and copy the temporary shp to the new location.
> > >   
> > hmm, I don't  know about this...
> > Firstly, it's only useful to do this if you're concerned about the 
> > initial file, but since you appear to be writing to a tmp directory, 
> > this probably isn't all that critical...
> Sometimes I don't want to get 2 versions of a shp and select the source
> shp to be overwritten. If something goes wrong and the source is deleted
> first, all is lost...

I've implemented something very similar in the recent Table Manager:
  1. save the modified layer to the temp directory
  2. try to remove an old dbf~ backup if any (see the next point)
  3. backup the original dbf file as dbf~
  4. replace the original dbf with that one from the temp.

You can see it in the tableManager_gui.py file, method TableManager.doSave 
(today they are lines 441-508)






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


Re: [Qgis-user] New GIS User, What to use (QGIS, GVSIQ or UDIG)?

2009-01-29 Thread Carson Farmer

Hi boesiii,

A client of mine needs softwate to edit shapefiles and was wondering what's
the easiest and best to use (QGIS, GVSIG, or UDIG)?  Basically they will be
adding points (fire hydrants) and lines (waterlines) and entering attribute
data.
  
I have found that QGIS is by far the best desktop GIS for editing 
shapefiles. The editing toolbar is simple, intuitive, and has all the 
tools you need for standard editing and digitizing. It's also relatively 
fast, and stable.

They are on a tight budget, so anything by ESRI is out of the question.
  
Frankly, the QGIS editing tools are much easier to use than any ESRI 
product that I've used (and a whole lot cheaper ;-) )


Cheers,

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


Re: [Qgis-user] Ideas for QGIS plugin?

2009-01-29 Thread Giovanni Manghi

> Hi Florian.
> Of course there are thousands of interesting things to do. I put y
> preferred ones:
> - an OpenStreetMap reader and writer; there is a proof of concept by
> Martin, who I believe is also interested in carrying the work on:
> http://www.mapserver.sk/~wonder/qgis/plugins-sandbox.xml
> http://www.faunalia.it/qgis/
> - an animal Home Range toolbox. We have a long-standing and slow-running
> project, called Animove, and it would be great to add different analyses
> to a toolbox. Have a look to: http://www.faunalia.it/animove/ and
> https://www.faunalia.it/dokuwiki/doku.php/public/animove_qgis_plugins if
> you are interested (I'm currently reorganizing the pages).


There is also the ogr2layers plugin

http://ogr2layers.org

that seems to have been abandoned (and the developers do not reply to
contact mails).

It would be nice to have it back in 1.0 perhaps with a few of the
features described in the original todo list

http://ogr2layers.org/todo.html

take care

-- Giovanni --

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


[Qgis-user] jpg raster file

2009-01-29 Thread Einar Guðsteinsson
Hi
I was installing version 1.0.0 (Windows version)just now. I am trying to add 
few raster layers that are jpg files. Part of the file is displayed but rest 
just gray out. This did work in preview 2. Any ideas?

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


[Qgis-user] New GIS User, What to use (QGIS, GVSIQ or UDIG)?

2009-01-29 Thread boesiii

A client of mine needs softwate to edit shapefiles and was wondering what's
the easiest and best to use (QGIS, GVSIG, or UDIG)?  Basically they will be
adding points (fire hydrants) and lines (waterlines) and entering attribute
data.

They are on a tight budget, so anything by ESRI is out of the question.

Thanks for your replies. 
-- 
View this message in context: 
http://n2.nabble.com/New-GIS-User%2C-What-to-use-%28QGIS%2C-GVSIQ-or-UDIG%29--tp2241447p2241447.html
Sent from the qgis-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] Ideas for QGIS plugin?

2009-01-29 Thread Yves Jacolin (free)
Le jeudi 29 janvier 2009, Florian Hillen a écrit :
> Dear mailing list.
>
> Concerning my bachelor thesis in geoinformatics I am thinking about
> developing a useful plugin for QGIS.
> Using QGIS quiet frequently, I was not missing a feature so far, but maybe
> anyone of you can imagine a missing functionality!?
> I appreciate all kinds of suggestions or any idea that could help.
>
> Best regards,
> Florian

an open modeler ArcGis feature but as good as the idrisi one ;)

Same thing in Sextante for gvSIG : 
http://www.sextantegis.com/en/screenshots.htm


Y.
-- 
Yves Jacolin
-
"Donner la liberté aux individus ne suffit pas, il faut aussi leur donner du
pouvoir, de la puissance d'agir." M Gauchet

"Give freedom to people is not enough, we also have to give them the power 
to use this freedom, to act". M Gauchet
-
http://yjacolin.gloobe.org
http://softlibre.gloobe.org
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-developer] Re: [Qgis-user] Slashgeo poll on qgis

2009-01-29 Thread John C. Tull

On Jan 29, 2009, at 1:45 AM, Nikos Alexandris wrote:


On Thu, 2009-01-29 at 10:37 +0100, Jacolin Yves wrote:
Le Thursday 29 January 2009 10:31:54 Nikos Alexandris, vous avez  
écrit :

On Wed, 2009-01-28 at 17:51 -0800, John C. Tull wrote:
I would encourage everyone to participate in the poll up on  
slashgeo:

http://slashgeo.org

It asks what "Quantum GIS 1.0 for you mean..." [sic] with several
options.

Cheers,
John


John,
which is the link to the question(s)? Sorry for the "simple"  
question,

but all I see are links which lead somewhere but to the poll itself.



You will find the pool on the right column of the page :)

Y.


Hhahaha :D. There could still be a hyperlink or something. I found  
it by

doing extra meters :-) the results > Other Polls (on the bottom) >
Voila!


Yeah, I meant to include the information about the upper right, but I  
spaced it.


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


Re: [Qgis-user] QGIS Website: Layout Issue

2009-01-29 Thread Otto Dassau
On Thu, 29 Jan 2009 18:53:37 +
Giovanni Manghi  wrote:

> 
> > @Tim and Gary. The images were linked from the old qgis server and I don't
> > have access. Can you send me the images so I can add them to the new server
> > and?
> > 
> > images/stories/operating_systems/os_linux.png
> > images/stories/operating_systems/os_mac.png
> > images/stories/operating_systems/os_win.png
> > images/stories/operating_systems/os_bsd.png
> > images/stories/operating_systems/os_netbsd.png
> > images/stories/other_logos/faunalia.jpg
> > images/stories/other_logos/hugis_small_eng.png
> > images/stories/other_logos/itopen-small-blue-200.png
> > images/stories/other_logos/norbit_logo.png
> 
> 
> Hi all,
> the link to the source package on the page
> 
> http://qgis.org/download/sources.html
> 
> is wrong as it points to
> 
> http://download.osgeo.org/qgis/src/qgis_0.11.0.tar.gz
> 
> but the text says
> 
> http://download.osgeo.org/qgis/src/qgis_1.0.0.tar.gz

uuihh - i changed it.

thanks
 Otto

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


Re: [Qgis-user] QGIS Website: Layout Issue

2009-01-29 Thread Giovanni Manghi

> @Tim and Gary. The images were linked from the old qgis server and I don't 
> have
> access. Can you send me the images so I can add them to the new server and?
> 
> images/stories/operating_systems/os_linux.png
> images/stories/operating_systems/os_mac.png
> images/stories/operating_systems/os_win.png
> images/stories/operating_systems/os_bsd.png
> images/stories/operating_systems/os_netbsd.png
> images/stories/other_logos/faunalia.jpg
> images/stories/other_logos/hugis_small_eng.png
> images/stories/other_logos/itopen-small-blue-200.png
> images/stories/other_logos/norbit_logo.png


Hi all,
the link to the source package on the page

http://qgis.org/download/sources.html

is wrong as it points to

http://download.osgeo.org/qgis/src/qgis_0.11.0.tar.gz

but the text says

http://download.osgeo.org/qgis/src/qgis_1.0.0.tar.gz


take care

-- Giovanni --

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


Re: [Qgis-user] Ideas for QGIS plugin?

2009-01-29 Thread Paolo Cavallini
Florian Hillen ha scritto:
> Concerning my bachelor thesis in geoinformatics I am thinking about
> developing a useful plugin for QGIS.
> Using QGIS quiet frequently, I was not missing a feature so far, but maybe
> anyone of you can imagine a missing functionality!?
> I appreciate all kinds of suggestions or any idea that could help.

Hi Florian.
Of course there are thousands of interesting things to do. I put y
preferred ones:
- an OpenStreetMap reader and writer; there is a proof of concept by
Martin, who I believe is also interested in carrying the work on:
http://www.mapserver.sk/~wonder/qgis/plugins-sandbox.xml
http://www.faunalia.it/qgis/
- an animal Home Range toolbox. We have a long-standing and slow-running
project, called Animove, and it would be great to add different analyses
to a toolbox. Have a look to: http://www.faunalia.it/animove/ and
https://www.faunalia.it/dokuwiki/doku.php/public/animove_qgis_plugins if
you are interested (I'm currently reorganizing the pages).
All the best.
pc
-- 
Paolo Cavallini, see: * http://www.faunalia.it/pc *

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


[Qgis-user] Ideas for QGIS plugin?

2009-01-29 Thread Florian Hillen
Dear mailing list.

Concerning my bachelor thesis in geoinformatics I am thinking about
developing a useful plugin for QGIS.
Using QGIS quiet frequently, I was not missing a feature so far, but maybe
anyone of you can imagine a missing functionality!?
I appreciate all kinds of suggestions or any idea that could help.

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


[Qgis-user] QgsCoordinateReferenceSystem in

2009-01-29 Thread Radosław Pasiok
Hello list!

I am happy OSGeo4W user with QGIS 1.0.0-5.
I got strange things using QgsCoordinateReferenceSystem in a custom
python script.
For example, from the following script:

from qgis.core import *

QgsApplication.setPrefixPath("C:\OSGeo4W\apps",True)
QgsApplication.initQgis()

cs = QgsCoordinateReferenceSystem(2180)
print "EPSG ID:", cs.epsg()
print "Is it valid CRS? ", cs.isValid()

QgsApplication.exitQgis()

I get:

EPSG ID: 10
Is it valid CRS? False

On my Ubuntu machine I got similar things...

When I check the script in python console of QGIS:

>>> newcs = QgsCoordinateReferenceSystem(2174)
>>> ncs.isValid()
True
>>> ncs.epsg()
2174

Do you have the same?
Thank you for any info.

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


Re: [Qgis-user] Slashgeo poll on qgis

2009-01-29 Thread Nikos Alexandris
On Thu, 2009-01-29 at 10:37 +0100, Jacolin Yves wrote:
> Le Thursday 29 January 2009 10:31:54 Nikos Alexandris, vous avez écrit :
> > On Wed, 2009-01-28 at 17:51 -0800, John C. Tull wrote:
> > > I would encourage everyone to participate in the poll up on slashgeo:
> > > http://slashgeo.org
> > >
> > > It asks what "Quantum GIS 1.0 for you mean..." [sic] with several
> > > options.
> > >
> > > Cheers,
> > > John
> >
> > John,
> > which is the link to the question(s)? Sorry for the "simple" question,
> > but all I see are links which lead somewhere but to the poll itself.
> 
> 
> You will find the pool on the right column of the page :)
> 
> Y.

Hhahaha :D. There could still be a hyperlink or something. I found it by
doing extra meters :-) the results > Other Polls (on the bottom) >
Voila! 

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


Re: [Qgis-user] Slashgeo poll on qgis

2009-01-29 Thread Jacolin Yves
Le Thursday 29 January 2009 10:31:54 Nikos Alexandris, vous avez écrit :
> On Wed, 2009-01-28 at 17:51 -0800, John C. Tull wrote:
> > I would encourage everyone to participate in the poll up on slashgeo:
> > http://slashgeo.org
> >
> > It asks what "Quantum GIS 1.0 for you mean..." [sic] with several
> > options.
> >
> > Cheers,
> > John
>
> John,
> which is the link to the question(s)? Sorry for the "simple" question,
> but all I see are links which lead somewhere but to the poll itself.


You will find the pool on the right column of the page :)

Y.
-- 
Yves Jacolin
---
http://softlibre.gloobe.org
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Slashgeo poll on qgis

2009-01-29 Thread Nikos Alexandris
On Wed, 2009-01-28 at 17:51 -0800, John C. Tull wrote:
> I would encourage everyone to participate in the poll up on slashgeo:
> http://slashgeo.org
> 
> It asks what "Quantum GIS 1.0 for you mean..." [sic] with several  
> options.
> 
> Cheers,
> John

John,
which is the link to the question(s)? Sorry for the "simple" question,
but all I see are links which lead somewhere but to the poll itself.

Cheers, Nikos

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