[Qgis-user] TXT TO SHP

2010-08-26 Thread john
HELLO ALL,
   ANY ONE KNOW AN EASY WAY TO DISPLAY A TXT FILE WITH LONGLAT CO-ORDS AS A SHP 
FILE IN QGIS AND THEN CONTOUR ATTRIBUTES WITH VALUES IN SIMILAR RANGES? I'VE 
TRIED THE PLUGIN, ADD DELIMETED TEXT, BUT WENT AROUND IN CIRCLES AND EVENTUALLY 
CRASHED MY 1.5.0 VERSION. ANY SUGGESTIONS WILL BE GREATLY APPRECIATED. 
   J.R.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Map books

2010-08-26 Thread Andreas Neumann

 Hi Tom,

Do you mean, you want to generate an atlas, or a serial print?

QGIS doesn't support this out of the box, but it should be somehow 
possible with Python scripting. Most of the print composer should be 
exposed for Python, so you can place all your map layout elements, such 
as scalebar, gridlines, etc. with Python, generate images and then use 
something like XSL-FO, or ODF to generate a book out of it.


A serial print would be an interesting future feature though. It would, 
for example also be nice if one could specify a linear feature (or group 
of selected features), e.g. a freeway or a powerline, and QGIS would 
automagically tile and serial print along this feature ... would be nice 
to have ;-) For a regular grid, potentially with some small overlap, it 
should be easier.


Sorry that I can't help more.

Andreas

On 8/26/10 6:06 PM, Tom White wrote:

Hello, all.

I'm trying to make map books for a volunteer fire station. I've done
it in another (commercial) package, and it goes something like this:

Divide the area up into reasonably sized rectangles, with an aspect
ratio similar to the final page size (for instance, 2x3 arc seconds).

Create page images (with labeling as detailed as possible)
Create page feature dumps (basically a list of features on the page
that are then tied back to an index)

And from there it's imagemagick, textutils and other hacks to get it
into a book format.

Has anyone attempted to make any sort of map books with QGis, or does
anybody know how it might be done?
___
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] RE: Shapefile structure viewer and editor plugin

2010-08-26 Thread Benoit de Cabissole
Maxim,

Thanks for the suggestions.
I will work toward implementing them in the next couple of weeks, depending on 
other priorities.

I've also noticed the row height problem, I'm using default Qt settings, so, 
some tweaking is required...

Cheers,
Benoit

> -Original Message-
> From: Maxim Dubinin [mailto:s...@gis-lab.info]
> Sent: Thursday, 26 August 2010 19:16
> To: Benoit de Cabissole
> Cc: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] RE: Shapefile structure viewer and editor
> plugin
> 
> 
> Benoit,
> 
> thanks for very useful plugin, I've started developing something like
> this sometime ago, glad I didn't go very far! My idea was to replicate
> Arcview GIS 'shape properties' tool that I missed a lot. Let me give
> several comment to consider adding to your plugin to make it even
> more useful (IMHO of course):
> 
> 1. Please consider working (or showing) only selected feature(s). 
> It is not of much
> use if there are many polygons with many vertexes, you have to scroll
> up&down a lot to find needed feature. I can still see that seeing
> everythig is useful when you're working with empty layer (adding
> features), but a switch 'show only selected feature(s)' would these
> both suggestions.
> 2. Is it possible to shrink row height? May be its Windows, but mine
> are extra inflated occupying valuable space. Check this 
> screenshot [1] (first two rows I shrank
> manually)
> 3. It would be really nice if node selected in the table would
> highlight in map canvas, thus allowing us to track were are they
> exactly.
> 4. I think 'close' button and little graphic on the left are
> unnecessary. I'd add current layer name and its type right in the window
> title.
> 5. It would be nice to able to delete a node(s) as well.
> 6. Please consider moving 'start|stop editing' functionality to QGIS
> itself, so that you'd have to start and stop editing in QGIS, I think
> it will be more straightforward.
> 
> Thanks again,
> Maxim
> 
> 
> [1] http://gis-lab.info/images/screenshots/20100826-e65-51kb.jpg
> 
> Вы писали 26 августа 2010 г., 3:49:38:
> 
> BdC> Hi Alister, André,
> 
> BdC> Thanks for the response to the plugin.
> 
> BdC> Alister, a new version (0.0.2) of the plugin is available at the same
> BdC> address [1] with your CRS suggestion implemented.
> 
> BdC> [1]  http://www.bc-consult.com/free/bccshpv.html
> 
> BdC> Cheers,
> BdC> Benoit
> 
> 
> >> -Original Message-
> >> From: qgis-user-boun...@lists.osgeo.org
> >> [mailto:qgis-user-boun...@lists.osgeo.org]on Behalf Of Alister Hood
> >> Sent: Thursday, 26 August 2010 06:03
> >> To: qgis-user@lists.osgeo.org
> >> Subject: [Qgis-user] RE: Shapefile structure viewer and editor plugin
> >>
> >>
> >> Thanks for this Benoit; it is fantastic.
> >> We often need to extract the coordinates (and attributes) from a
> >> point shapefile, and put them in a spreadsheet.  This was one of
> >> two things I still did in a proprietary GIS, but your plugin
> >> gives me a much quicker and more straightforward way of doing it.
> >> Have you considered displaying the CRS at the top?
> >>
> >> Regards,
> >> Alister
> >>
> >>
> >> 2010/8/24 Benoit de Cabissole 
> >>
> >> >  Hello List,
> >> >
> >> > I've created a simple plugin that allows to view the structure of a
> >> > shapefile (X-, Y-coords alongside its attributes) and while at
> >> it I've also
> >> > added the capability to edit the geometry and attributes and
> >> save back to
> >> > the shapefile.
> >> >
> >> > A corollary is that if you want to add a point by typing its
> >> coords you can
> >> > do it with the plugin (as André aka ALT SHN has suggested). 
> You can even
> >> > create a new shapefile in QGIS and use the plugin to type in 
> coords and
> >> > attributes or paste them from the clipboard.
> >> >
> >> > Points, lines and polygons shapefiles can be manipulated.
> >> >
> >> > BUT, I feel it is a quite dangerous plugin to release in a 
> public repo
> >> > because of the potential damages bad edits can do on a shapefile!
> >> >
> >> > I would thus be very grateful if the most intrepid amongst you
> >> could test
> >> > it and give comments on its usefulness...
> >> >
> >> > The plugin is available at the address below:

Re: [Qgis-user] RE: Shapefile structure viewer and editor plugin

2010-08-26 Thread Maxim Dubinin
Benoit,

thanks for very useful plugin, I've started developing something like
this sometime ago, glad I didn't go very far! My idea was to replicate
Arcview GIS 'shape properties' tool that I missed a lot. Let me give
several comment to consider adding to your plugin to make it even
more useful (IMHO of course):

1. Please consider working (or showing) only selected feature(s). It is not of 
much
use if there are many polygons with many vertexes, you have to scroll
up&down a lot to find needed feature. I can still see that seeing
everythig is useful when you're working with empty layer (adding
features), but a switch 'show only selected feature(s)' would these
both suggestions.
2. Is it possible to shrink row height? May be its Windows, but mine
are extra inflated occupying valuable space. Check this screenshot [1] (first 
two rows I shrank
manually)
3. It would be really nice if node selected in the table would
highlight in map canvas, thus allowing us to track were are they
exactly.
4. I think 'close' button and little graphic on the left are
unnecessary. I'd add current layer name and its type right in the window
title.
5. It would be nice to able to delete a node(s) as well.
6. Please consider moving 'start|stop editing' functionality to QGIS
itself, so that you'd have to start and stop editing in QGIS, I think
it will be more straightforward.

Thanks again,
Maxim


[1] http://gis-lab.info/images/screenshots/20100826-e65-51kb.jpg

Вы писали 26 августа 2010 г., 3:49:38:

BdC> Hi Alister, André,

BdC> Thanks for the response to the plugin.

BdC> Alister, a new version (0.0.2) of the plugin is available at the same
BdC> address [1] with your CRS suggestion implemented.

BdC> [1]  http://www.bc-consult.com/free/bccshpv.html

BdC> Cheers,
BdC> Benoit


>> -Original Message-
>> From: qgis-user-boun...@lists.osgeo.org
>> [mailto:qgis-user-boun...@lists.osgeo.org]on Behalf Of Alister Hood
>> Sent: Thursday, 26 August 2010 06:03
>> To: qgis-user@lists.osgeo.org
>> Subject: [Qgis-user] RE: Shapefile structure viewer and editor plugin
>>
>>
>> Thanks for this Benoit; it is fantastic.
>> We often need to extract the coordinates (and attributes) from a
>> point shapefile, and put them in a spreadsheet.  This was one of
>> two things I still did in a proprietary GIS, but your plugin
>> gives me a much quicker and more straightforward way of doing it.
>> Have you considered displaying the CRS at the top?
>>
>> Regards,
>> Alister
>>
>>
>> 2010/8/24 Benoit de Cabissole 
>>
>> >  Hello List,
>> >
>> > I've created a simple plugin that allows to view the structure of a
>> > shapefile (X-, Y-coords alongside its attributes) and while at
>> it I've also
>> > added the capability to edit the geometry and attributes and
>> save back to
>> > the shapefile.
>> >
>> > A corollary is that if you want to add a point by typing its
>> coords you can
>> > do it with the plugin (as André aka ALT SHN has suggested). You can even
>> > create a new shapefile in QGIS and use the plugin to type in coords and
>> > attributes or paste them from the clipboard.
>> >
>> > Points, lines and polygons shapefiles can be manipulated.
>> >
>> > BUT, I feel it is a quite dangerous plugin to release in a public repo
>> > because of the potential damages bad edits can do on a shapefile!
>> >
>> > I would thus be very grateful if the most intrepid amongst you
>> could test
>> > it and give comments on its usefulness...
>> >
>> > The plugin is available at the address below:
>> > http://www.bc-consult.com/free/bccshpv.html
>> >
>> > Cheers,
>> > Benoit
>> >
>> >
>> > ___
>> > 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

BdC> ___
BdC> Qgis-user mailing list
BdC> Qgis-user@lists.osgeo.org
BdC> 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 books

2010-08-26 Thread Tom White
Hello, all.

I'm trying to make map books for a volunteer fire station. I've done
it in another (commercial) package, and it goes something like this:

Divide the area up into reasonably sized rectangles, with an aspect
ratio similar to the final page size (for instance, 2x3 arc seconds).

Create page images (with labeling as detailed as possible)
Create page feature dumps (basically a list of features on the page
that are then tied back to an index)

And from there it's imagemagick, textutils and other hacks to get it
into a book format.

Has anyone attempted to make any sort of map books with QGis, or does
anybody know how it might be done?
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] One to Many Data to Sinle Polygon

2010-08-26 Thread Akhilesh Gan
Hi
  I am new to QGIS. I want to join or link n number of row which is in my
dbf file to perticular single Polygon by join field. I tried but only single
row get attached.Is it possible?. Can add sub Table to that perticular
Polygon? Please Help Me.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Brochure from FIG/FAO: FLOSS in Cadastre and Land Registration - Opportunities and Risk

2010-08-26 Thread Andreas Neumann
Hi all,

I would like to bring to your attention that the FIG (International
Association of Geomatics Engineers), together with the FAO (UN) and the
Swiss federal administration released the brochure titled "FLOSS in
Cadastre and Land Registration - Opportunities and Risk".

It is available at http://www.fig.net/pub/fao/floss_cadastre.pdf

They base their software comparison chart on QGIS 1.3, which is a bit
outdated. And sometimes they make wrong statements, like "Quantum GIS is a
light-weight frontend for GRASS data which works also well with PostGIS
data." It would be ok, when it was stated like "Quantum GIS is also a
lightweight frontend for GRASS data "

One weakness of QGIS is however topology validation - it is probably one
area where OS competition (such as gvSIG) is ahead.

But it is good to see that they recommend the use of FOSSGIS in
development countries and list samples and use cases, also from
Middle-Europe.

Hopefully this will also result in some business opportunities for
companies involved with FOSS-GIS, so all can profit from each other.

Andreas


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


[Qgis-user] Re: Open source Arcpad alternative?

2010-08-26 Thread Javier Carrasco

You can check gvSIG Mobile

http://www.gvsig.org/web/projects/gvsig-mobile/description-2/view?set_language=en
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Open-source-Arcpad-alternative-tp5239686p5465088.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] Shapefile structure viewer and editor plugin

2010-08-26 Thread Borys Jurgiel
Dnia czwartek 26 sierpnia 2010 o 11:12:47 Benoit de Cabissole napisał(a):
> So be it!
> 
> I've added it to the QGIS contributed repo and marked it as experimental.
> Its ID is: "Shapefile Structure Viewer and Editor"

Great! 

I felt the same fear publishing Table Manager, but I've implemented backuping 
and fortunately never heard about data loss due to using the plugin :)
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


RE: [Qgis-user] Shapefile structure viewer and editor plugin

2010-08-26 Thread Benoit de Cabissole
So be it!

I've added it to the QGIS contributed repo and marked it as experimental.
Its ID is: "Shapefile Structure Viewer and Editor"

Cheers,
Benoit

> -Original Message-
> From: Giovanni Manghi [mailto:giovanni.man...@gmail.com]
> Sent: Thursday, 26 August 2010 10:52
> To: ben...@exigesa.com
> Cc: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] Shapefile structure viewer and editor plugin
> 
> 
> > BUT, I feel it is a quite dangerous plugin to release in a public repo
> > because of the potential damages bad edits can do on a shapefile!
> >
> > I would thus be very grateful if the most intrepid amongst you 
> could test it
> > and give comments on its usefulness...
> 
> 
> I can't see any problem by contributing it in the QGIS repositories...
> maybe tagging it as experimental and adding a warning message when it
> starts :)
> 
> cheers
> 
> -- Giovanni --
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Shapefile structure viewer and editor plugin

2010-08-26 Thread Giovanni Manghi
> BUT, I feel it is a quite dangerous plugin to release in a public repo
> because of the potential damages bad edits can do on a shapefile!
>
> I would thus be very grateful if the most intrepid amongst you could test it
> and give comments on its usefulness...


I can't see any problem by contributing it in the QGIS repositories...
maybe tagging it as experimental and adding a warning message when it
starts :)

cheers

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


RE: [Qgis-user] RE: Shapefile structure viewer and editor plugin

2010-08-26 Thread Benoit de Cabissole
Hi Alister, André,

Thanks for the response to the plugin.

Alister, a new version (0.0.2) of the plugin is available at the same
address [1] with your CRS suggestion implemented.

[1]  http://www.bc-consult.com/free/bccshpv.html

Cheers,
Benoit


> -Original Message-
> From: qgis-user-boun...@lists.osgeo.org
> [mailto:qgis-user-boun...@lists.osgeo.org]on Behalf Of Alister Hood
> Sent: Thursday, 26 August 2010 06:03
> To: qgis-user@lists.osgeo.org
> Subject: [Qgis-user] RE: Shapefile structure viewer and editor plugin
>
>
> Thanks for this Benoit; it is fantastic.
> We often need to extract the coordinates (and attributes) from a
> point shapefile, and put them in a spreadsheet.  This was one of
> two things I still did in a proprietary GIS, but your plugin
> gives me a much quicker and more straightforward way of doing it.
> Have you considered displaying the CRS at the top?
>
> Regards,
> Alister
>
>
> 2010/8/24 Benoit de Cabissole 
>
> >  Hello List,
> >
> > I've created a simple plugin that allows to view the structure of a
> > shapefile (X-, Y-coords alongside its attributes) and while at
> it I've also
> > added the capability to edit the geometry and attributes and
> save back to
> > the shapefile.
> >
> > A corollary is that if you want to add a point by typing its
> coords you can
> > do it with the plugin (as André aka ALT SHN has suggested). You can even
> > create a new shapefile in QGIS and use the plugin to type in coords and
> > attributes or paste them from the clipboard.
> >
> > Points, lines and polygons shapefiles can be manipulated.
> >
> > BUT, I feel it is a quite dangerous plugin to release in a public repo
> > because of the potential damages bad edits can do on a shapefile!
> >
> > I would thus be very grateful if the most intrepid amongst you
> could test
> > it and give comments on its usefulness...
> >
> > The plugin is available at the address below:
> > http://www.bc-consult.com/free/bccshpv.html
> >
> > Cheers,
> > Benoit
> >
> >
> > ___
> > 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 mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user