Re: [Qgis-user] "Couldn't load PyQGIS."

2008-08-11 Thread Tim Sutton
Hi

Try removing the old QGIS 0.10.0 libs. Should work after that.

Regards

Tim

On 8/12/08, Jim Hammack <[EMAIL PROTECTED]> wrote:
> I've been running qgis 0.10 on my Slack 12.1 machine (from a pre-built
> package from slacky.eu) with no problems.  I just built 0.11 from source and
> now see this error when starting the program:
>
> Couldn't load PyQGIS.
> Python support will be disabled.
>
> Traceback (most recent call last):
>   File "", line 1, in
> ImportError: libqgis_gui.so.0.10: cannot open shared object file: No such
> file or directory
>
> Python version:
> 2.5.2 (r252:60911, Mar  1 2008, 13:52:45)
> [GCC 4.2.3]
>
> Python path:
> ['/usr/local/share/qgis/python', '/home/hammack/.qgis//python/plugins',
> '/usr/local/share/qgis/python/plugins', '/usr/lib/python25.zip',
> '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2',
> '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload',
> '/usr/lib/python2.5/site-packages',
> '/usr/lib/python2.5/site-packages/gtk-2.0']
>
>
> Looking at /usr/lib/python2.5/site-packages/PyQt4 it seems like everything
> is there.
>
> Seems like it would have to be a path problem, but I don't see it.  Any
> ideas?
>
> Thanks.
>

-- 
Sent from my mobile device

Tim Sutton
QGIS Project Steering Committee Member - Release  Manager
Visit http://qgis.org for a great open source GIS
Blog: http://tim.linfiniti.com
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] editing dbf files

2008-08-11 Thread Gerry Creager
I've only peripherally been following this thread, but could you not use 
shp2psql and then edit them in PostGIS?  Then reexport to a shapefile?


It's not in QGIS but it should work.

gerry

Werner Macho wrote:

Hi Richard,

Probably that doesn't help you at all but the only program I know (And
unfortunately HAVE to use when editing bigger .dbf files than the
mentioned 65536 lines) is the statistical program SPSS.

Very rarely I have to edit such big files too and still found no other
way to comfortably edit those files.

But I'd like to see such capability in QGis too

regards
Werner
 
On Mo, 2008-08-11 at 18:38 +0200, Richard Duivenvoorde wrote:

Hi List,

I've these pretty big .dbf-files (that is more then the 64000something 
you can edit in Excel/Openoffice), without corresponding shp file.
I was told to edit those in arcview, but off course wanted to do this in 
qgis. But I fail to open/edit them.


I tried both in metis in xp and ubuntu. I can open the file (as a 
'raster'), but when I try to look at the 'table', qgis either shows the 
columns, but empty fields of crashes (in ubuntu rasing a warning:
WARNING: This code (file 
/build/buildd/qgis-0.11.0/src/core/qgsvectorlayer.cpp, line 1068) should 
never be reached. Problems may occur...


question:
should qgis be able to edit a stand-alone dbf-file?
if so, what's the right way to do this/
if not: I'm aware there are other options to do this ;-)

Regards,

Richard Duivenvoorde
___
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


--
Gerry Creager -- [EMAIL PROTECTED]
Texas Mesonet -- AATLT, Texas A&M University
Cell: 979.229.5301 Office: 979.458.4020 FAX: 979.862.3983
Office: 1700 Research Parkway Ste 160, TAMU, College Station, TX 77843
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] "Couldn't load PyQGIS."

2008-08-11 Thread Jim Hammack




I've been running qgis 0.10
on my Slack 12.1 machine (from a pre-built package from slacky.eu) with
no problems.  I just built 0.11 from source and now see this error when
starting the program:





Couldn't load PyQGIS.
Python support will be disabled.

Traceback (most recent call last):
  File "", line 1, in 
ImportError: libqgis_gui.so.0.10: cannot open shared object file: No
such file or directory

Python version:
2.5.2 (r252:60911, Mar  1 2008, 13:52:45) 
[GCC 4.2.3]

Python path:
['/usr/local/share/qgis/python', '/home/hammack/.qgis//python/plugins',
'/usr/local/share/qgis/python/plugins', '/usr/lib/python25.zip',
'/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2',
'/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload',
'/usr/lib/python2.5/site-packages',
'/usr/lib/python2.5/site-packages/gtk-2.0']

Looking at
/usr/lib/python2.5/site-packages/PyQt4 it seems like everything is
there.

Seems like it would have to be a path problem, but I don't see it.  Any
ideas?

Thanks.



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


Re: [Qgis-user] editing dbf files

2008-08-11 Thread Mark

I do have to say the learning curve on sqlite is not bad at all.

Mark

~ iPhone'd

On Aug 11, 2008, at 5:03 PM, "G. Allegri" <[EMAIL PROTECTED]> wrote:


I had similar problems. My workaround (not a solution) was migrating
the dbf to a sqlite db.
I use grass to do it (db.copy)

2008/8/11 Werner Macho <[EMAIL PROTECTED]>:

Hi Richard,

Probably that doesn't help you at all but the only program I know  
(And

unfortunately HAVE to use when editing bigger .dbf files than the
mentioned 65536 lines) is the statistical program SPSS.

Very rarely I have to edit such big files too and still found no  
other

way to comfortably edit those files.

But I'd like to see such capability in QGis too

regards
Werner

On Mo, 2008-08-11 at 18:38 +0200, Richard Duivenvoorde wrote:

Hi List,

I've these pretty big .dbf-files (that is more then the  
64000something

you can edit in Excel/Openoffice), without corresponding shp file.
I was told to edit those in arcview, but off course wanted to do  
this in

qgis. But I fail to open/edit them.

I tried both in metis in xp and ubuntu. I can open the file (as a
'raster'), but when I try to look at the 'table', qgis either  
shows the

columns, but empty fields of crashes (in ubuntu rasing a warning:
WARNING: This code (file
/build/buildd/qgis-0.11.0/src/core/qgsvectorlayer.cpp, line 1068)  
should

never be reached. Problems may occur...

question:
should qgis be able to edit a stand-alone dbf-file?
if so, what's the right way to do this/
if not: I'm aware there are other options to do this ;-)

Regards,

Richard Duivenvoorde
___
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

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


Re: [Qgis-user] editing dbf files

2008-08-11 Thread Brian Bishop
OpenOffice handles large dbf files using OpenOffice Base.

Start OpenOffice Base, which should display the Database Wizard and
select "Connect to an existing database" and select dBase from the drop
down list.

Brian


On Mon, 2008-08-11 at 14:00 -0700, John C. Tull wrote:

> StarOffice handles them fine, at least in the Mac Beta I just tested.
> 
> John
> 
> On Aug 11, 2008, at 1:46 PM, Werner Macho wrote:
> 
> > Hi Richard,
> >
> > Probably that doesn't help you at all but the only program I know (And
> > unfortunately HAVE to use when editing bigger .dbf files than the
> > mentioned 65536 lines) is the statistical program SPSS.
> >
> > Very rarely I have to edit such big files too and still found no other
> > way to comfortably edit those files.
> >
> > But I'd like to see such capability in QGis too
> >
> > regards
> > Werner
> >
> > On Mo, 2008-08-11 at 18:38 +0200, Richard Duivenvoorde wrote:
> >> Hi List,
> >>
> >> I've these pretty big .dbf-files (that is more then the  
> >> 64000something
> >> you can edit in Excel/Openoffice), without corresponding shp file.
> >> I was told to edit those in arcview, but off course wanted to do  
> >> this in
> >> qgis. But I fail to open/edit them.
> >>
> >> I tried both in metis in xp and ubuntu. I can open the file (as a
> >> 'raster'), but when I try to look at the 'table', qgis either shows  
> >> the
> >> columns, but empty fields of crashes (in ubuntu rasing a warning:
> >> WARNING: This code (file
> >> /build/buildd/qgis-0.11.0/src/core/qgsvectorlayer.cpp, line 1068)  
> >> should
> >> never be reached. Problems may occur...
> >>
> >> question:
> >> should qgis be able to edit a stand-alone dbf-file?
> >> if so, what's the right way to do this/
> >> if not: I'm aware there are other options to do this ;-)
> >>
> >> Regards,
> >>
> >> Richard Duivenvoorde
> >> ___
> >> 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
> 
> 

-- 
Brian Bishop <[EMAIL PROTECTED]>
SOPAC Secretariat
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] editing dbf files

2008-08-11 Thread Tim Michelsen

Try the shapelib programs:

They include dbfdump, a simple utility to extract the contents of a dbf to a 
text file, From here they can pretty easily be edited directly or loaded into a 
database such as Postgres or Mysql for updating.

see http://shapelib.maptools.org/shapelib-tools.html#dbfdump

You can then use the dbfcreate progranm to create a new dbf file to contain the edited records & the dbfadd program to iterate through your new data to load the records. 


Please check also this thread 
here:http://thread.gmane.org/gmane.comp.gis.freegis/2193


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


Re: [Qgis-user] editing dbf files

2008-08-11 Thread pcreso
Try the shapelib programs:

They include dbfdump, a simple utility to extract the contents of a dbf to a 
text file, From here they can pretty easily be edited directly or loaded into a 
database such as Postgres or Mysql for updating.

see http://shapelib.maptools.org/shapelib-tools.html#dbfdump

You can then use the dbfcreate progranm to create a new dbf file to contain the 
edited records & the dbfadd program to iterate through your new data to load 
the records. 


HTH,

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


[Qgis-user] raster legends/color tables?

2008-08-11 Thread Tim Michelsen

Hello,
is it possible to display the values of a raster color table among with 
their colors in QGIS?

In the offical screenshot one cannot find such a functionality:
http://qgis.org/images/screenshots/linux2.png

Kind regards,
Timmie

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


Re: [Qgis-user] editing dbf files

2008-08-11 Thread G. Allegri
I had similar problems. My workaround (not a solution) was migrating
the dbf to a sqlite db.
I use grass to do it (db.copy)

2008/8/11 Werner Macho <[EMAIL PROTECTED]>:
> Hi Richard,
>
> Probably that doesn't help you at all but the only program I know (And
> unfortunately HAVE to use when editing bigger .dbf files than the
> mentioned 65536 lines) is the statistical program SPSS.
>
> Very rarely I have to edit such big files too and still found no other
> way to comfortably edit those files.
>
> But I'd like to see such capability in QGis too
>
> regards
> Werner
>
> On Mo, 2008-08-11 at 18:38 +0200, Richard Duivenvoorde wrote:
>> Hi List,
>>
>> I've these pretty big .dbf-files (that is more then the 64000something
>> you can edit in Excel/Openoffice), without corresponding shp file.
>> I was told to edit those in arcview, but off course wanted to do this in
>> qgis. But I fail to open/edit them.
>>
>> I tried both in metis in xp and ubuntu. I can open the file (as a
>> 'raster'), but when I try to look at the 'table', qgis either shows the
>> columns, but empty fields of crashes (in ubuntu rasing a warning:
>> WARNING: This code (file
>> /build/buildd/qgis-0.11.0/src/core/qgsvectorlayer.cpp, line 1068) should
>> never be reached. Problems may occur...
>>
>> question:
>> should qgis be able to edit a stand-alone dbf-file?
>> if so, what's the right way to do this/
>> if not: I'm aware there are other options to do this ;-)
>>
>> Regards,
>>
>> Richard Duivenvoorde
>> ___
>> 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


Re: [Qgis-user] editing dbf files

2008-08-11 Thread G. Allegri
I had similar problems. My workaround (not a solution) was migrating
the dbf to a sqlite db.
I use grass to do it (db.copy)

2008/8/11 Werner Macho <[EMAIL PROTECTED]>:
> Hi Richard,
>
> Probably that doesn't help you at all but the only program I know (And
> unfortunately HAVE to use when editing bigger .dbf files than the
> mentioned 65536 lines) is the statistical program SPSS.
>
> Very rarely I have to edit such big files too and still found no other
> way to comfortably edit those files.
>
> But I'd like to see such capability in QGis too
>
> regards
> Werner
>
> On Mo, 2008-08-11 at 18:38 +0200, Richard Duivenvoorde wrote:
>> Hi List,
>>
>> I've these pretty big .dbf-files (that is more then the 64000something
>> you can edit in Excel/Openoffice), without corresponding shp file.
>> I was told to edit those in arcview, but off course wanted to do this in
>> qgis. But I fail to open/edit them.
>>
>> I tried both in metis in xp and ubuntu. I can open the file (as a
>> 'raster'), but when I try to look at the 'table', qgis either shows the
>> columns, but empty fields of crashes (in ubuntu rasing a warning:
>> WARNING: This code (file
>> /build/buildd/qgis-0.11.0/src/core/qgsvectorlayer.cpp, line 1068) should
>> never be reached. Problems may occur...
>>
>> question:
>> should qgis be able to edit a stand-alone dbf-file?
>> if so, what's the right way to do this/
>> if not: I'm aware there are other options to do this ;-)
>>
>> Regards,
>>
>> Richard Duivenvoorde
>> ___
>> 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


Re: [Qgis-user] editing dbf files

2008-08-11 Thread John C. Tull

StarOffice handles them fine, at least in the Mac Beta I just tested.

John

On Aug 11, 2008, at 1:46 PM, Werner Macho wrote:


Hi Richard,

Probably that doesn't help you at all but the only program I know (And
unfortunately HAVE to use when editing bigger .dbf files than the
mentioned 65536 lines) is the statistical program SPSS.

Very rarely I have to edit such big files too and still found no other
way to comfortably edit those files.

But I'd like to see such capability in QGis too

regards
Werner

On Mo, 2008-08-11 at 18:38 +0200, Richard Duivenvoorde wrote:

Hi List,

I've these pretty big .dbf-files (that is more then the  
64000something

you can edit in Excel/Openoffice), without corresponding shp file.
I was told to edit those in arcview, but off course wanted to do  
this in

qgis. But I fail to open/edit them.

I tried both in metis in xp and ubuntu. I can open the file (as a
'raster'), but when I try to look at the 'table', qgis either shows  
the

columns, but empty fields of crashes (in ubuntu rasing a warning:
WARNING: This code (file
/build/buildd/qgis-0.11.0/src/core/qgsvectorlayer.cpp, line 1068)  
should

never be reached. Problems may occur...

question:
should qgis be able to edit a stand-alone dbf-file?
if so, what's the right way to do this/
if not: I'm aware there are other options to do this ;-)

Regards,

Richard Duivenvoorde
___
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


Re: [Qgis-user] editing dbf files

2008-08-11 Thread Werner Macho
Hi Richard,

Probably that doesn't help you at all but the only program I know (And
unfortunately HAVE to use when editing bigger .dbf files than the
mentioned 65536 lines) is the statistical program SPSS.

Very rarely I have to edit such big files too and still found no other
way to comfortably edit those files.

But I'd like to see such capability in QGis too

regards
Werner
 
On Mo, 2008-08-11 at 18:38 +0200, Richard Duivenvoorde wrote:
> Hi List,
> 
> I've these pretty big .dbf-files (that is more then the 64000something 
> you can edit in Excel/Openoffice), without corresponding shp file.
> I was told to edit those in arcview, but off course wanted to do this in 
> qgis. But I fail to open/edit them.
> 
> I tried both in metis in xp and ubuntu. I can open the file (as a 
> 'raster'), but when I try to look at the 'table', qgis either shows the 
> columns, but empty fields of crashes (in ubuntu rasing a warning:
> WARNING: This code (file 
> /build/buildd/qgis-0.11.0/src/core/qgsvectorlayer.cpp, line 1068) should 
> never be reached. Problems may occur...
> 
> question:
> should qgis be able to edit a stand-alone dbf-file?
> if so, what's the right way to do this/
> if not: I'm aware there are other options to do this ;-)
> 
> Regards,
> 
> Richard Duivenvoorde
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user


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


Re: AW: [Qgis-user] Diagram branch - move to trunk or compile for Windows?

2008-08-11 Thread Andreas Neumann
I would be interested in seeing the functionality of the diagram branch 
in the main trunk, as well. But one step after the other. Currently, the 
most urgent improvements for 1.0 are probably the printing improvements.


Andreas

John Abraham wrote:

Hugentobler Marco wrote:

Hi John,

Unfortunately, it is not possible to merge the diagram branch to trunk 
because the feature freeze for 1.0 is very soon.
I updated the diagram branch to contain the newest developments of 
trunk (until today) and compiled a windows binary:


http://karlinapp.ethz.ch/qgis_diagram_bin.zip
  

This is fantastic, thanks.

But of course we eventually want it in the trunk!  If there's anything I 
can do to help, let me know.


But it does not contain python and GRASS support. For the compilation 
of a comprehensive windows build, Marco Pasetti would be the person to 
ask.
  

I am not working with python and GRASS currently.

--
John Abraham
[EMAIL PROTECTED]

Regards,
Marco H.


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] im Auftrag von John Abraham
Gesendet: Fr 08.08.2008 18:41
An: qgis-user@lists.osgeo.org
Betreff: [Qgis-user] Diagram branch - move to trunk or compile for 
Windows?
 
I have a need for diagram symbology -- little pie charts or bar charts 
on top of each shape.  This is present in the "Diagram Branch", that 
I've successfully checked out and built for MacOS.  But it was a 
painful process for me, as a Java programmer, to compile a C program.


I imagine I will have even more trouble trying to compile under 
Windows, since I'm even less of a Windows programmer than I am a C 
programmer.  Has someone built (can someone build?) the Diagram Branch 
for Windows, and if so can they ship it to me?


Or, even better, can it be integrated into the trunk now?

Background: we're hoping to include QGIS (and PostgreSQL and PostGIS) 
in our standard distribution of PECAS, an open-source spatial economic 
simulation framework that state and local governments use to evaluate 
transportation infrastructure, transportation policy and land use 
regulations.  Government agencies run two scenarios for 30 years with 
PECAS, and then want to look at the differences between the scenarios, 
and the trends through time, on a GIS.  Bar charts are good for 
showing trends through time, and can also be good for showing two 
values (from two scenarios) side-by-side.


--
John Abraham
[EMAIL PROTECTED]

___
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


--

--
Andreas Neumann
Böschacherstrasse 6
CH-8624 Grüt (Gossau ZH)
Switzerland
Phone: ++41-44-2736668
Email: [EMAIL PROTECTED]

Web: http://www.carto.net/neumann/
SVG Examples: http://www.carto.net/papers/svg/samples/
SVG.Open: http://www.svgopen.org/
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] editing dbf files

2008-08-11 Thread Richard Duivenvoorde

Hi List,

I've these pretty big .dbf-files (that is more then the 64000something 
you can edit in Excel/Openoffice), without corresponding shp file.
I was told to edit those in arcview, but off course wanted to do this in 
qgis. But I fail to open/edit them.


I tried both in metis in xp and ubuntu. I can open the file (as a 
'raster'), but when I try to look at the 'table', qgis either shows the 
columns, but empty fields of crashes (in ubuntu rasing a warning:
WARNING: This code (file 
/build/buildd/qgis-0.11.0/src/core/qgsvectorlayer.cpp, line 1068) should 
never be reached. Problems may occur...


question:
should qgis be able to edit a stand-alone dbf-file?
if so, what's the right way to do this/
if not: I'm aware there are other options to do this ;-)

Regards,

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


Re: AW: [Qgis-user] Diagram branch - move to trunk or compile for Windows?

2008-08-11 Thread John Abraham

Hugentobler Marco wrote:

Hi John,

Unfortunately, it is not possible to merge the diagram branch to trunk because 
the feature freeze for 1.0 is very soon.
I updated the diagram branch to contain the newest developments of trunk (until 
today) and compiled a windows binary:

http://karlinapp.ethz.ch/qgis_diagram_bin.zip
  

This is fantastic, thanks.

But of course we eventually want it in the trunk!  If there's anything I 
can do to help, let me know.



But it does not contain python and GRASS support. For the compilation of a 
comprehensive windows build, Marco Pasetti would be the person to ask.
  

I am not working with python and GRASS currently.

--
John Abraham
[EMAIL PROTECTED]

Regards,
Marco H.


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] im Auftrag von John Abraham
Gesendet: Fr 08.08.2008 18:41
An: qgis-user@lists.osgeo.org
Betreff: [Qgis-user] Diagram branch - move to trunk or compile for Windows?
 
I have a need for diagram symbology -- little pie charts or bar charts 
on top of each shape.  This is present in the "Diagram Branch", that 
I've successfully checked out and built for MacOS.  But it was a painful 
process for me, as a Java programmer, to compile a C program.


I imagine I will have even more trouble trying to compile under Windows, 
since I'm even less of a Windows programmer than I am a C programmer.  
Has someone built (can someone build?) the Diagram Branch for Windows, 
and if so can they ship it to me?


Or, even better, can it be integrated into the trunk now?

Background: we're hoping to include QGIS (and PostgreSQL and PostGIS) in 
our standard distribution of PECAS, an open-source spatial economic 
simulation framework that state and local governments use to evaluate 
transportation infrastructure, transportation policy and land use 
regulations.  Government agencies run two scenarios for 30 years with 
PECAS, and then want to look at the differences between the scenarios, 
and the trends through time, on a GIS.  Bar charts are good for showing 
trends through time, and can also be good for showing two values (from 
two scenarios) side-by-side.


--
John Abraham
[EMAIL PROTECTED]

___
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


AW: [Qgis-user] Diagram branch - move to trunk or compile for Windows?

2008-08-11 Thread Hugentobler Marco
Hi John,

Unfortunately, it is not possible to merge the diagram branch to trunk because 
the feature freeze for 1.0 is very soon.
I updated the diagram branch to contain the newest developments of trunk (until 
today) and compiled a windows binary:

http://karlinapp.ethz.ch/qgis_diagram_bin.zip

But it does not contain python and GRASS support. For the compilation of a 
comprehensive windows build, Marco Pasetti would be the person to ask.

Regards,
Marco H.


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] im Auftrag von John Abraham
Gesendet: Fr 08.08.2008 18:41
An: qgis-user@lists.osgeo.org
Betreff: [Qgis-user] Diagram branch - move to trunk or compile for Windows?
 
I have a need for diagram symbology -- little pie charts or bar charts 
on top of each shape.  This is present in the "Diagram Branch", that 
I've successfully checked out and built for MacOS.  But it was a painful 
process for me, as a Java programmer, to compile a C program.

I imagine I will have even more trouble trying to compile under Windows, 
since I'm even less of a Windows programmer than I am a C programmer.  
Has someone built (can someone build?) the Diagram Branch for Windows, 
and if so can they ship it to me?

Or, even better, can it be integrated into the trunk now?

Background: we're hoping to include QGIS (and PostgreSQL and PostGIS) in 
our standard distribution of PECAS, an open-source spatial economic 
simulation framework that state and local governments use to evaluate 
transportation infrastructure, transportation policy and land use 
regulations.  Government agencies run two scenarios for 30 years with 
PECAS, and then want to look at the differences between the scenarios, 
and the trends through time, on a GIS.  Bar charts are good for showing 
trends through time, and can also be good for showing two values (from 
two scenarios) side-by-side.

--
John Abraham
[EMAIL PROTECTED]

___
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] Topography plugins

2008-08-11 Thread Mauricio de Paulo
Oh, sorry.
As usual it's in the default QGIS' repository.
Hum... I'm thinking about writing translation/rotation tools. Is it a good 
idea?
Maurício de Paulo


On Sunday 10 August 2008 23:24:07 maning sambale wrote:
> link?
>
> On Mon, Aug 11, 2008 at 3:24 AM, Mauricio de Paulo
>
> <[EMAIL PROTECTED]> wrote:
> > Hi list,
> > While trying to improve qgis precision digitizing I wrote a plugin to
> > plot azimuth and distances from a point. At the moment it only creates
> > polygonal lines. In the future i'm going to write the irradiation method.
> > (hum... please correct me if these aren't the names of the topography
> > methods in english).
> > Again, I would be glad if someone bugtested it.
> > Regards,
> > Maurício de Paulo
> >
> > ___
> > 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] Topography plugins

2008-08-11 Thread Borys Jurgiel
Monday 11 of August 2008 04:24:07 maning sambale napisał(a):
> link?

Plugins -> Plugin Installer :)

Python plugins are usually in the main repository. If you have the new 
installer, you will see the notification after QGIS start.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user