Re: [GRASS-dev] patch for v.voronoi/v.delaunay

2008-04-23 Thread Hamish
Markus Neteler wrote:
 I wonder if I could colorize the 3D TIN somehow using v.colors.
 So far it does not have a DB connected.

if not already, make it into a boundary+centroid map with unique cats for
each centroid (v.type, v.centroids / v.category)

create a DB table for it with columns=int cat, GRASSRGB varchar(11) and
add new columns for double z1,z2,z3,z_mean for elevation at each triangle
corner and the average of the three.

somehow for each triangle extract the 3 elev values (v.extract +
v.out.ascii in a loop would work but probably there is a better way,
maybe v.to.db or like v.what.vect). do either SQL magic or awk magic or
..?. to get an average value for the triangle

upload the mean to the centroid with v.db.update or similar, then run
v.colors..



Hamish



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] 6.3.0 is out! please prepare binaries...

2008-04-23 Thread Glynn Clements

Markus Neteler wrote:

   Markus Neteler wrote:
Ok. So we don't care about the missing scripts (windows
native only problem) and go ahead?
 
   No, I think that you should back-port the scripts.
 
 Is this sufficient?
 http://trac.osgeo.org/grass/changeset/31071

You should also disable the construction of the symlinks.

This was the change in question:

http://trac.osgeo.org/grass/changeset/30749

It should be back-ported to 6.3 as a whole, i.e.:

svn merge -c 30749 https://svn.osgeo.org/grass/grass/trunk

-- 
Glynn Clements [EMAIL PROTECTED]
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


[GRASS-dev] New GRASS Icons and Windows

2008-04-23 Thread marco.pasetti
Hi all,
 
if you want (and if you consider that appropriate) I could prepare multiple 
icons for windows, with the following format: 16,24,36,48 and 64 px
waiting for reply... ;-)
 
Regards,
 
Marco



Da: [EMAIL PROTECTED] per conto di Marco Pasetti
Inviato: mar 22/04/2008 1.17
A: 'Hamish'; 'GRASS Developer Mailing List'
Oggetto: R: [GRASS-dev] New GRASS Icons and Windows




Hi Hamish,

ISTR that Windows's .ico files could store multiple sizes within the same
file, yes?

Yes, right!
In the image I posted, the icon on the right is *multiple* icon, containig 4
icons: 16,24,36 and 48 px

Marco

-Messaggio originale-
Da: Hamish [mailto:[EMAIL PROTECTED]
Inviato: lunedì 21 aprile 2008 23.44
A: Marco Pasetti; GRASS Developer Mailing List
Oggetto: Re: [GRASS-dev] New GRASS Icons and Windows

Marco Pasetti wrote:
 I think that there's a small *issue* with the new icons in Windows: I
 don't know how is the story on Vista (it seems it's becoming to be a
 problem developing on Windows and not having Vista to do tests...),
 but on XP icons must come as multiple icons to do a *good job*; on
 Linux that's not a problem, but XP just resizes icons and doesn't
 resample them (and that matters if they need to be displayed in a size
 different from the original).
 GRASS icons are in 64px size, while windows commonly uses 16 and 32px
 size.

 I usually make icons in multiple format with the following sizes: 16,
 24, 32 and 48 px. Using only the 64px size the icons on windows, even
 at 32px size, seem less definite and, surely, not beautiful as the
 originals. I attached an example that shows how icons appear on
 windows at 32px size (the most used, along with 16px size): on the
 left the original, on the right the modified version (I resized the
 original 64px icon to 16,24,32, and 48px images and saved all as
 multiple icon).


AFAIK lib/init/grass.ico is Windows specific, so Windows-ize it as needed.
ISTR that Windows's .ico files could store multiple sizes within the same
file, yes?


Hamish







Be a better friend, newshound, and
know-it-all with Yahoo! Mobile.  Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] New GRASS Icons and Windows

2008-04-23 Thread Martin Landa
Hi,

2008/4/23, [EMAIL PROTECTED] [EMAIL PROTECTED]:
 if you want (and if you consider that appropriate) I could prepare multiple
 icons for windows, with the following format: 16,24,36,48 and 64 px
 waiting for reply... ;-)

multiple sizes within the same icon file would be ok.

Martin


 Regards,

 Marco

  
  Da: [EMAIL PROTECTED] per conto di Marco
 Pasetti
 Inviato: mar 22/04/2008 1.17
 A: 'Hamish'; 'GRASS Developer Mailing List'
 Oggetto: R: [GRASS-dev] New GRASS Icons and Windows





 Hi Hamish,

 ISTR that Windows's .ico files could store multiple sizes within the same
 file, yes?

 Yes, right!
 In the image I posted, the icon on the right is *multiple* icon, containig 4
 icons: 16,24,36 and 48 px

 Marco

 -Messaggio originale-
 Da: Hamish [mailto:[EMAIL PROTECTED]
 Inviato: lunedì 21 aprile 2008 23.44
 A: Marco Pasetti; GRASS Developer Mailing List
 Oggetto: Re: [GRASS-dev] New GRASS Icons and Windows


 Marco Pasetti wrote:
  I think that there's a small *issue* with the new icons in Windows: I
  don't know how is the story on Vista (it seems it's becoming to be a
  problem developing on Windows and not having Vista to do tests...),
  but on XP icons must come as multiple icons to do a *good job*; on
  Linux that's not a problem, but XP just resizes icons and doesn't
  resample them (and that matters if they need to be displayed in a size
  different from the original).
  GRASS icons are in 64px size, while windows commonly uses 16 and 32px
  size.
 
  I usually make icons in multiple format with the following sizes: 16,
  24, 32 and 48 px. Using only the 64px size the icons on windows, even
  at 32px size, seem less definite and, surely, not beautiful as the
  originals. I attached an example that shows how icons appear on
  windows at 32px size (the most used, along with 16px size): on the
  left the original, on the right the modified version (I resized the
  original 64px icon to 16,24,32, and 48px images and saved all as
  multiple icon).


 AFAIK lib/init/grass.ico is Windows specific, so Windows-ize it as needed.
 ISTR that Windows's .ico files could store multiple sizes within the same
 file, yes?


 Hamish





 
 
 Be a better friend, newshound, and
 know-it-all with Yahoo! Mobile.  Try it now.
 http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

 ___
 grass-dev mailing list
 grass-dev@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/grass-dev



 ___
  grass-dev mailing list
  grass-dev@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/grass-dev



-- 
Martin Landa landa.martin gmail.com * http://gama.fsv.cvut.cz/~landa *
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


R: [GRASS-dev] New GRASS Icons and Windows

2008-04-23 Thread marco.pasetti
Hi Martin,
 
could you give me the original images, please? When I extract them from the 
windows icons I have a significant quality reduction. The format doesn't care, 
I can manage every image format.
Thanks,
 
Marco
 
PS: did you received my mail about wxPython location wizard?



Da: Martin Landa [mailto:[EMAIL PROTECTED]
Inviato: mer 23/04/2008 12.03
A: [EMAIL PROTECTED]
Cc: Hamish; GRASS Developer Mailing List
Oggetto: Re: [GRASS-dev] New GRASS Icons and Windows



Hi,

2008/4/23, [EMAIL PROTECTED] [EMAIL PROTECTED]:
 if you want (and if you consider that appropriate) I could prepare multiple
 icons for windows, with the following format: 16,24,36,48 and 64 px
 waiting for reply... ;-)

multiple sizes within the same icon file would be ok.

Martin


 Regards,

 Marco

  
  Da: [EMAIL PROTECTED] per conto di Marco
 Pasetti
 Inviato: mar 22/04/2008 1.17
 A: 'Hamish'; 'GRASS Developer Mailing List'
 Oggetto: R: [GRASS-dev] New GRASS Icons and Windows





 Hi Hamish,

 ISTR that Windows's .ico files could store multiple sizes within the same
 file, yes?

 Yes, right!
 In the image I posted, the icon on the right is *multiple* icon, containig 4
 icons: 16,24,36 and 48 px

 Marco

 -Messaggio originale-
 Da: Hamish [mailto:[EMAIL PROTECTED]
 Inviato: lunedì 21 aprile 2008 23.44
 A: Marco Pasetti; GRASS Developer Mailing List
 Oggetto: Re: [GRASS-dev] New GRASS Icons and Windows


 Marco Pasetti wrote:
  I think that there's a small *issue* with the new icons in Windows: I
  don't know how is the story on Vista (it seems it's becoming to be a
  problem developing on Windows and not having Vista to do tests...),
  but on XP icons must come as multiple icons to do a *good job*; on
  Linux that's not a problem, but XP just resizes icons and doesn't
  resample them (and that matters if they need to be displayed in a size
  different from the original).
  GRASS icons are in 64px size, while windows commonly uses 16 and 32px
  size.
 
  I usually make icons in multiple format with the following sizes: 16,
  24, 32 and 48 px. Using only the 64px size the icons on windows, even
  at 32px size, seem less definite and, surely, not beautiful as the
  originals. I attached an example that shows how icons appear on
  windows at 32px size (the most used, along with 16px size): on the
  left the original, on the right the modified version (I resized the
  original 64px icon to 16,24,32, and 48px images and saved all as
  multiple icon).


 AFAIK lib/init/grass.ico is Windows specific, so Windows-ize it as needed.
 ISTR that Windows's .ico files could store multiple sizes within the same
 file, yes?


 Hamish





 
 
 Be a better friend, newshound, and
 know-it-all with Yahoo! Mobile.  Try it now.
 http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

 ___
 grass-dev mailing list
 grass-dev@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/grass-dev



 ___
  grass-dev mailing list
  grass-dev@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/grass-dev



--
Martin Landa landa.martin gmail.com * http://gama.fsv.cvut.cz/~landa *


___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: R: [GRASS-dev] New GRASS Icons and Windows

2008-04-23 Thread Martin Landa
Hi,

2008/4/23, [EMAIL PROTECTED] [EMAIL PROTECTED]:
 Hi Martin,

 could you give me the original images, please? When I extract them from the
 windows icons I have a significant quality reduction. The format doesn't
 care, I can manage every image format.

ico-files (64px) from svn are not enough?

Martin

 Thanks,

 Marco

 PS: did you received my mail about wxPython location wizard?

  
  Da: Martin Landa [mailto:[EMAIL PROTECTED]
 Inviato: mer 23/04/2008 12.03
 A: [EMAIL PROTECTED]
 Cc: Hamish; GRASS Developer Mailing List
 Oggetto: Re: [GRASS-dev] New GRASS Icons and Windows




 Hi,

 2008/4/23, [EMAIL PROTECTED] [EMAIL PROTECTED]:
  if you want (and if you consider that appropriate) I could prepare
 multiple
  icons for windows, with the following format: 16,24,36,48 and 64 px
  waiting for reply... ;-)

 multiple sizes within the same icon file would be ok.

 Martin

 
  Regards,
 
  Marco
 
   
   Da: [EMAIL PROTECTED] per conto di Marco
  Pasetti
  Inviato: mar 22/04/2008 1.17
  A: 'Hamish'; 'GRASS Developer Mailing List'
  Oggetto: R: [GRASS-dev] New GRASS Icons and Windows

 
 
 
 
 
  Hi Hamish,
 
  ISTR that Windows's .ico files could store multiple sizes within the same
  file, yes?
 
  Yes, right!
  In the image I posted, the icon on the right is *multiple* icon, containig
 4
  icons: 16,24,36 and 48 px
 
  Marco
 
  -Messaggio originale-
  Da: Hamish [mailto:[EMAIL PROTECTED]
  Inviato: lunedì 21 aprile 2008 23.44
  A: Marco Pasetti; GRASS Developer Mailing List
  Oggetto: Re: [GRASS-dev] New GRASS Icons and Windows
 
 
  Marco Pasetti wrote:
   I think that there's a small *issue* with the new icons in Windows: I
   don't know how is the story on Vista (it seems it's becoming to be a
   problem developing on Windows and not having Vista to do tests...),
   but on XP icons must come as multiple icons to do a *good job*; on
   Linux that's not a problem, but XP just resizes icons and doesn't
   resample them (and that matters if they need to be displayed in a size
   different from the original).
   GRASS icons are in 64px size, while windows commonly uses 16 and 32px
   size.
  
   I usually make icons in multiple format with the following sizes: 16,
   24, 32 and 48 px. Using only the 64px size the icons on windows, even
   at 32px size, seem less definite and, surely, not beautiful as the
   originals. I attached an example that shows how icons appear on
   windows at 32px size (the most used, along with 16px size): on the
   left the original, on the right the modified version (I resized the
   original 64px icon to 16,24,32, and 48px images and saved all as
   multiple icon).
 
 
  AFAIK lib/init/grass.ico is Windows specific, so Windows-ize it as needed.
  ISTR that Windows's .ico files could store multiple sizes within the same
  file, yes?
 
 
  Hamish
 
 
 
 
 
 
 
  
  Be a better friend, newshound, and
  know-it-all with Yahoo! Mobile.  Try it now.
 
 http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
 
  ___
  grass-dev mailing list
  grass-dev@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/grass-dev
 
 
 
  ___
   grass-dev mailing list
   grass-dev@lists.osgeo.org
   http://lists.osgeo.org/mailman/listinfo/grass-dev
 


 --
 Martin Landa landa.martin gmail.com * http://gama.fsv.cvut.cz/~landa *





-- 
Martin Landa landa.martin gmail.com * http://gama.fsv.cvut.cz/~landa *
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] Building a map to test my module

2008-04-23 Thread Maris Nartiss
Hi,
number of output rows/cols depends on Your current region settings.
Try to run g.region rast=MyInputMap at first to set Your region to
input map.

NULL values in output depend on Your code - no help without actual module code.

Maris.

2008/4/23, roberto caselli [EMAIL PROTECTED]:
 I used r.is.ascii with this example:


 north:   4299000.00
 south:   4247000.00
 east: 528000.00
 west: 50.00
 rows: 10
 cols: 15
 null:  -

 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

 but that module gave me a raster map with all null cells
 and with number of rows and cols different than those I wrote
 in that input file




___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] patch for v.voronoi/v.delaunay

2008-04-23 Thread Hamish
Markus:
 Attached a v.delaunay trangulation from 3D Lidar points
 as visualized in NVIZ.


It would be interesting to create a nviz screenshot comparing that with a
lidar - v.in.ascii - v.surf.rst surface placed below instead of the
plane.


Hamish



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] patch for v.voronoi/v.delaunay

2008-04-23 Thread Markus Neteler
On Wed, Apr 23, 2008 at 1:12 PM, Hamish [EMAIL PROTECTED] wrote:
 Markus:

  Attached a v.delaunay trangulation from 3D Lidar points
   as visualized in NVIZ.


  It would be interesting to create a nviz screenshot comparing that with a
  lidar - v.in.ascii - v.surf.rst surface placed below instead of the
  plane.

Here are the Lidar data:

North = 5403850 m; South = 5403547 m
West = 512700 m; Est = 512835 m
UTM Zone 32U, EPSG code 32632 (Germany, Stuttgart, Vaihingen)
Available data: last pulses

Website: http://www.commission3.isprs.org/wg3/
- Data sets - downloaded

db.in.ogr table=lidar1.dbf  output=lidar1table key=id
v.in.db table=lidar1table x=N1 y=N2 z=N3 output=lidar1map3d key=id

We could use it as benchmark dataset (to have one time a data set from
Europe!).

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] 6.3.0 is out! please prepare binaries...

2008-04-23 Thread Markus Neteler
On Wed, Apr 23, 2008 at 8:24 AM, Glynn Clements
[EMAIL PROTECTED] wrote:
...
   Is this sufficient?
   http://trac.osgeo.org/grass/changeset/31071

  You should also disable the construction of the symlinks.

  This was the change in question:

 http://trac.osgeo.org/grass/changeset/30749

  It should be back-ported to 6.3 as a whole, i.e.:

 svn merge -c 30749 https://svn.osgeo.org/grass/grass/trunk

Hamish was so kind to do the backport.
At this point we are ready to release.

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


R: [GRASS-dev] 6.3.0 is out! please prepare binaries...

2008-04-23 Thread marco.pasetti
At this point we are ready to release.

I am at the start blocks ;-)
 
Marco



Da: [EMAIL PROTECTED] per conto di Markus Neteler
Inviato: mer 23/04/2008 14.06
A: GRASS developers list
Oggetto: Re: [GRASS-dev] 6.3.0 is out! please prepare binaries...



On Wed, Apr 23, 2008 at 8:24 AM, Glynn Clements
[EMAIL PROTECTED] wrote:
...
   Is this sufficient?
   http://trac.osgeo.org/grass/changeset/31071

  You should also disable the construction of the symlinks.

  This was the change in question:

 http://trac.osgeo.org/grass/changeset/30749

  It should be back-ported to 6.3 as a whole, i.e.:

 svn merge -c 30749 https://svn.osgeo.org/grass/grass/trunk

Hamish was so kind to do the backport.
At this point we are ready to release.

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: GRASS et al packages for Hardy Heron ?

2008-04-23 Thread Jachym Cepicky
HI Moritz,


Moritz Lennert píše v Út 22. 04. 2008 v 10:03 +0200:
 Hello Jachym,
 
 I just learned last night that the computers I will use for a training 
 course on FOSS-GIS are running Hardy Heron and Gutsy Gibbon as I was 
 told before. 


 Are you planning to update your packages to Hardy Heron in 
 a very near future ? 

Depends on the definition of near. It will probably take me another
month: I have tons of work now and I would like to try out amd64
version. 

 Does someone else have packages of GRASS + QGIS + 
 Dependencies for that platform ?

Afaik no :-(

 
 Moritz

Sorry, 

Jachym

-- 
Jachym Cepicky
e-mail:jachym les-ejk cz
URL: http://les-ejk.cz
GPG: http://www.les-ejk.cz/pgp/jachym_cepicky-gpg.pub


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] RE: [GRASS GIS] #130: wxgrass: Remember the position of gui windows on Grass exit

2008-04-23 Thread Patton, Eric
that's strange, see the attached screenshot. You can save default window
 dimension here, also workspace file now contains information about windows
 layout (can be suppressed in 'Workspace' tab in GUI preferences dialog,
 e.g.

The problem was that I had an alias in my .bash_aliases file for g6 which is 
shorthand for 'grass63'. After the subversion repo had been tagged for the 6.3 
release, trunk became grass6.4.svn, and I forgot to update my alias to point to
the new grass installtion. I can confirm the workspace windows all line up to 
their
previous positions. Thanks very much!

~ Eric. 
winmail.dat___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Re: GRASS et al packages for Hardy Heron ?

2008-04-23 Thread Carlos Guâno Grohmann
Eric,

to create the .deb files you can use checkinstall. In the end of the
compiling process, instead of make install you do a checkinstall
and create the deb file (or rpm, or other).

cheers

Carlos



On Wed, Apr 23, 2008 at 10:51 AM, Patton, Eric [EMAIL PROTECTED] wrote:
 What is involved in creating a package? I'll be updating to Heron sometime 
 within
  the next week. All my proj/gdal/python stuff is up-to-date. Is it just a 
 matter of
  creating 'make bindist', and placing the tarfile on an ftp site?

  ~ Eric.


  -Original Message-
  From: [EMAIL PROTECTED] on behalf of Jachym Cepicky
  Sent: Wed 4/23/2008 10:45 AM
  To: Moritz Lennert
  Cc: grass-dev
  Subject: [GRASS-dev] Re: GRASS et al packages for Hardy Heron ?

  HI Moritz,


  Moritz Lennert píse v Út 22. 04. 2008 v 10:03 +0200:


  Hello Jachym,
  
   I just learned last night that the computers I will use for a training
   course on FOSS-GIS are running Hardy Heron and Gutsy Gibbon as I was
   told before.


   Are you planning to update your packages to Hardy Heron in
   a very near future ?

  Depends on the definition of near. It will probably take me another
  month: I have tons of work now and I would like to try out amd64
  version.

   Does someone else have packages of GRASS + QGIS +
   Dependencies for that platform ?

  Afaik no :-(

  
   Moritz

  Sorry,

  Jachym

  --
  Jachym Cepicky
  e-mail:jachym les-ejk cz
  URL: http://les-ejk.cz
  GPG: http://www.les-ejk.cz/pgp/jachym_cepicky-gpg.pub



 ___
  grass-dev mailing list
  grass-dev@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/grass-dev




-- 
+---+
 Carlos Henrique Grohmann - Guano
 Geologist M.Sc - Doctorate Student at IGc-USP - Brazil
Linux User #89721 - carlos dot grohmann at gmail dot com
+---+
_
Good morning, doctors. I have taken the liberty of removing Windows
95 from my hard drive.
--The winning entry in a What were HAL's first words contest judged
by 2001: A SPACE ODYSSEY creator Arthur C. Clarke

Can't stop the signal.
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] GRASS et al packages for Hardy Heron ?

2008-04-23 Thread Jachym Cepicky
Hi,

Depends on the definition of near. It will probably take me another
month: I have tons of work now and I would like to try out amd64
version. 

J

Hamish píše v Út 22. 04. 2008 v 01:34 -0700:
 Moritz Lennert wrote:
  I just learned last night that the computers I will use for a training 
  course on FOSS-GIS are running Hardy Heron and Gutsy Gibbon as I was 
  told before. Are you planning to update your packages to Hardy Heron in
  a very near future ? Does someone else have packages of GRASS + QGIS + 
  Dependencies for that platform ?
 
 maybe try:   https://wiki.ubuntu.com/UbuntuGIS
 
 
 or packages for an older version of Ubuntu might still work if the
 library and package names haven't changed (?).
 
 
 
 Hamish
 
 
 
   
 
 Be a better friend, newshound, and 
 know-it-all with Yahoo! Mobile.  Try it now.  
 http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
 
 ___
 grass-dev mailing list
 grass-dev@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/grass-dev
-- 
Jachym Cepicky
e-mail: jachym.cepicky gmail com
URL: http://les-ejk.cz
GPG: http://www.les-ejk.cz/pgp/jachym_cepicky-gpg.pub


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

RE: [GRASS-dev] 6.3.0 is out! please prepare binaries...

2008-04-23 Thread Patton, Eric
anayone, who could help me with debian patches system?

jachym

What's required? I'm a complete noob when it comes to this, but
I'm running basically bleeding edge everything on grass-6.3.svn,
Ubuntu 7.10 64-bit. 

~ Eric.
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


[GRASS-dev] wxgrass: Error in profile tool

2008-04-23 Thread Patton, Eric
Using today's svn...

When using the wxgrass profile tool, the following error is encountered when I 
click on the 'Draw Profile' button after I have created a transect to profile:

Traceback (most recent call last):
  File /usr/local/grass-6.4.svn/etc/wxpython/gui_modules/pr
ofile.py, line 427, in CreateProfile

self.DrawPlot()
  File /usr/local/grass-6.4.svn/etc/wxpython/gui_modules/pr
ofile.py, line 447, in DrawPlot

legend=' '+self.plegend1)
  File /usr/lib/python2.5/site-
packages/wx-2.8-gtk2-unicode/wx/lib/plot.py, line 224, in
__init__

PolyPoints.__init__(self, points, attr)
  File /usr/lib/python2.5/site-
packages/wx-2.8-gtk2-unicode/wx/lib/plot.py, line 124, in
__init__

self._points =
_Numeric.array(points).astype(_Numeric.Float64)
  File /usr/lib/python2.5/site-
packages/numarray/numarraycore.py, line 417, in array

return fromlist(sequence,type,shape)
  File /usr/lib/python2.5/site-
packages/numarray/numarraycore.py, line 252, in fromlist

highest_type = _maxtype(seq)
  File /usr/lib/python2.5/site-
packages/numarray/numarraycore.py, line 131, in _maxtype

return PyLevel2Type[_numarray._maxtype(args)]
TypeError
:
Expecting a python numeric type, got something else.


I have ensured that the computational region has been set to that of the map 
display before digitizing the profile transect.

~ Eric.

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


R: [GRASS-dev] 6.3.0 is out! please prepare binaries...

2008-04-23 Thread marco.pasetti
Hi Markus,
 
Hamish was so kind to do the backport.
At this point we are ready to release.
 
I'm afraid to make so much *pressure*, but, since the 6.3.0 tarball was 
released, I promised qgis guys that I would have delayed the qgis release to 
put GRASS-6.3.0 in it... I would like very much to keep my promise... ;-)
If not ready with the tarball, can I build using releasebranch_6_3?
 
Thanks
 
Marco



Da: [EMAIL PROTECTED] per conto di Markus Neteler
Inviato: mer 23/04/2008 14.06
A: GRASS developers list
Oggetto: Re: [GRASS-dev] 6.3.0 is out! please prepare binaries...



On Wed, Apr 23, 2008 at 8:24 AM, Glynn Clements
[EMAIL PROTECTED] wrote:
...
   Is this sufficient?
   http://trac.osgeo.org/grass/changeset/31071

  You should also disable the construction of the symlinks.

  This was the change in question:

 http://trac.osgeo.org/grass/changeset/30749

  It should be back-ported to 6.3 as a whole, i.e.:

 svn merge -c 30749 https://svn.osgeo.org/grass/grass/trunk

Hamish was so kind to do the backport.
At this point we are ready to release.

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: [GRASS GIS] #111: r.los error r.los.exe there are encountered to problem and needs to close

2008-04-23 Thread GRASS GIS
#111: r.los error r.los.exe there are encountered to problem and needs to 
close
--+-
  Reporter:  gsancho  |   Owner:  grass-dev@lists.osgeo.org
  Type:  defect   |  Status:  new  
  Priority:  major|   Milestone:  6.4.0
 Component:  default  | Version:  6.3.0 RCs
Resolution:   |Keywords:  wingrass r.los   
--+-
Changes (by 4everskiff):

  * version:  unspecified = 6.3.0 RCs

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/111#comment:3
GRASS GIS http://grass.osgeo.org
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

RE: [GRASS-dev] wxgrass: Error in profile tool

2008-04-23 Thread Patton, Eric
Using today's svn...

When using the wxgrass profile tool, the following error is encountered when I 
click on the 'Draw Profile' button after I have created a transect to profile:


Also printed to the bash terminal is the message:

GRASS_INFO_WARNING(17752,1): Endpoint coordinates are outside of current region 
settings
GRASS_INFO_END(17752,1)

Despite the fact that the transect endpoints are well within the limits of the 
computational region (see ftp://agc.bio.ns.ca/outgoing/Patton/Grass/Profile.png)

~ Eric.

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


[GRASS-dev] [GRASS GIS] #137: wxgrass: Error in profile tool

2008-04-23 Thread GRASS GIS
#137: wxgrass: Error in profile tool
+---
 Reporter:  epatton |   Owner:  
grass-dev@lists.osgeo.org
 Type:  defect  |  Status:  new 
 
 Priority:  minor   |   Milestone:  6.4.0   
 
Component:  Python  | Version:  svn-trunk   
 
 Keywords:  profile tool, transect, python  |  
+---
 Using April 23 svn...

 When using the wxgrass profile tool, the following error is encountered
 when I click on the 'Draw Profile' button after I have created a transect
 to profile:


 {{{
 Traceback (most recent call last):
   File /usr/local/grass-6.4.svn/etc/wxpython/gui_modules/pr
 ofile.py, line 427, in CreateProfile

 self.DrawPlot()
   File /usr/local/grass-6.4.svn/etc/wxpython/gui_modules/pr
 ofile.py, line 447, in DrawPlot

 legend=' '+self.plegend1)
   File /usr/lib/python2.5/site-
 packages/wx-2.8-gtk2-unicode/wx/lib/plot.py, line 224, in
 __init__

 PolyPoints.__init__(self, points, attr)
   File /usr/lib/python2.5/site-
 packages/wx-2.8-gtk2-unicode/wx/lib/plot.py, line 124, in
 __init__

 self._points =
 _Numeric.array(points).astype(_Numeric.Float64)
   File /usr/lib/python2.5/site-
 packages/numarray/numarraycore.py, line 417, in array

 return fromlist(sequence,type,shape)
   File /usr/lib/python2.5/site-
 packages/numarray/numarraycore.py, line 252, in fromlist

 highest_type = _maxtype(seq)
   File /usr/lib/python2.5/site-
 packages/numarray/numarraycore.py, line 131, in _maxtype

 return PyLevel2Type[_numarray._maxtype(args)]
 TypeError
 :
 Expecting a python numeric type, got something else.
 }}}

 I have ensured that the computational region has been set to that of the
 map display before digitizing the profile transect.

 ~ Eric.

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/137
GRASS GIS http://grass.osgeo.org
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] GSoC, reimplementation of modules v.voronoi and v.delaunay

2008-04-23 Thread Martin Pavlovsky
Hello everyone,

I am proud to announce that I have been accepted to GSoC. I would also like
to congratulate my fellow GSoCers on being accepted. My project is about
reimplementation of modules v.voronoi and v.delaunay using more efficient
algorithms. The goal is to implement Guibas-Stolfi divide-and-conquer
algorithm and Fortune's plane sweep algorithm. For more details see my
proposal at 
http://www.doc.ic.ac.uk/~mp107/GSoC_proposal.txthttp://www.doc.ic.ac.uk/%7Emp107/GSoC_proposal.txtI
am really looking forward to working on the project and collaborating
with
the community.

Regards,

Martin Pavlovsky
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] patch for v.voronoi/v.delaunay

2008-04-23 Thread Markus Neteler
On Wed, Apr 23, 2008 at 4:57 PM, Michael Barton [EMAIL PROTECTED] wrote:
 I compiled GRASS a week ago. Is this new? Maybe I'm doing something wrong
  with v.delaunay.

I added it now 20h ago:
http://trac.osgeo.org/grass/changeset/31079

So you need to update from SVN.

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: R: [GRASS-dev] 6.3.0 is out! please prepare binaries...

2008-04-23 Thread Markus Neteler
On Wed, Apr 23, 2008 at 6:04 PM,  [EMAIL PROTECTED] wrote:
...
 I'm afraid to make so much *pressure*, but, since the 6.3.0 tarball was
 released, I promised qgis guys that I would have delayed the qgis release to
 put GRASS-6.3.0 in it... I would like very much to keep my promise... ;-)

Sure...

 If not ready with the tarball, can I build using releasebranch_6_3?

No, please don't. It will only cause confusion.
My day job kept me too busy today (other apparently too).

I do preparations now.

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


[GRASS-dev] GRASS 6.3.0 is out again (6_3_0_1)

2008-04-23 Thread Markus Neteler
Hi,

the GRASS 6.3.0 re-release is done:
http://grass.osgeo.org/grass63/source/grass-6.3.0.tar.gz
http://grass.osgeo.org/grass63/source/grass-6.3.0.md5sum

Please package again... so we can update also the release
announcement again.

thanks
Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] wxgrass: Error in profile tool

2008-04-23 Thread Michael Barton
Do you have numpy installed? It is needed for the profile tool.

Michael


On 4/23/08 9:00 AM, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:

 Date: Wed, 23 Apr 2008 11:44:20 -0400
 From: Patton, Eric [EMAIL PROTECTED]
 Subject: [GRASS-dev] wxgrass: Error in profile tool
 To: grass-dev@lists.osgeo.org
 Message-ID:
 [EMAIL PROTECTED]
 Content-Type: text/plain; charset=iso-8859-1
 
 Using today's svn...
 
 When using the wxgrass profile tool, the following error is encountered when I
 click on the 'Draw Profile' button after I have created a transect to profile:
 
 Traceback (most recent call last):
   File /usr/local/grass-6.4.svn/etc/wxpython/gui_modules/pr
 ofile.py, line 427, in CreateProfile
 
 self.DrawPlot()
   File /usr/local/grass-6.4.svn/etc/wxpython/gui_modules/pr
 ofile.py, line 447, in DrawPlot
 
 legend=' '+self.plegend1)
   File /usr/lib/python2.5/site-
 packages/wx-2.8-gtk2-unicode/wx/lib/plot.py, line 224, in
 __init__
 
 PolyPoints.__init__(self, points, attr)
   File /usr/lib/python2.5/site-
 packages/wx-2.8-gtk2-unicode/wx/lib/plot.py, line 124, in
 __init__
 
 self._points =
 _Numeric.array(points).astype(_Numeric.Float64)
   File /usr/lib/python2.5/site-
 packages/numarray/numarraycore.py, line 417, in array
 
 return fromlist(sequence,type,shape)
   File /usr/lib/python2.5/site-
 packages/numarray/numarraycore.py, line 252, in fromlist
 
 highest_type = _maxtype(seq)
   File /usr/lib/python2.5/site-
 packages/numarray/numarraycore.py, line 131, in _maxtype
 
 return PyLevel2Type[_numarray._maxtype(args)]
 TypeError
 :
 Expecting a python numeric type, got something else.
 
 
 I have ensured that the computational region has been set to that of the map
 display before digitizing the profile transect.
 
 ~ Eric.

__
Michael Barton, Professor of Anthropology
Director of Graduate Studies
School of Human Evolution  Social Change
Center for Social Dynamics  Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton


___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


RE: [GRASS-dev] Re: GRASS et al packages for Hardy Heron ?

2008-04-23 Thread Moritz Lennert
On Wed, April 23, 2008 15:51, Patton, Eric wrote:
 What is involved in creating a package? I'll be updating to Heron sometime
 within
 the next week. All my proj/gdal/python stuff is up-to-date. Is it just a
 matter of
 creating 'make bindist', and placing the tarfile on an ftp site?


No we are speaking about creating a .deb package, so make bindist is not
appropriate. It is dpkg-buildpackage with a proper grasssrcdir/debian
subdirectory. This should mostly be identical to the one in the Debian GIS
repository, and maybe to those in Jachym's Gutsy package. I'll see whether
I find the time tomorrow evening to work on that.

Moritz

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: [GRASS-dev] GRASS 6.3.0 is out again (6_3_0_1)

2008-04-23 Thread William Kyngesburye

OSX binaries are ready.

On Apr 23, 2008, at 3:02 PM, Markus Neteler wrote:


Hi,

the GRASS 6.3.0 re-release is done:
http://grass.osgeo.org/grass63/source/grass-6.3.0.tar.gz
http://grass.osgeo.org/grass63/source/grass-6.3.0.md5sum

Please package again... so we can update also the release
announcement again.

thanks
Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


-
William Kyngesburye kyngchaos*at*kyngchaos*dot*com
http://www.kyngchaos.com/

Time is an illusion - lunchtime doubly so.

- Ford Prefect


___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


Re: R: [GRASS-dev] Re: R: Linking gdal 1.5.1 in mingw

2008-04-23 Thread Joel Pitt
On Wed, Apr 23, 2008 at 12:40 AM, Roger Bivand [EMAIL PROTECTED] wrote:
 On Tue, 22 Apr 2008, [EMAIL PROTECTED] wrote:
  since I compiled it just yesterday, I don't see how could that be, if he
 followed my guide in every instruction. Libtool fails because he needs to
 work with different paths as set by default in the makefile; that's why it's
 necessaty to modify it.
 

  OK, I accept that you could edit the GNUMakefile instead of ltmain.sh,
 really it is the same problem that since 1.5, GDAL and MSYS are not friends.


Thanks for the help guys!

I had actually made a mistake with not editing the GNUMakefile... but
I went back and changed it, did a make clean, reconfigured and started
from scratch but obviously that wasn't sufficient...

Cheers,
J
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev