[GRASS-user] Problem with d.vect

Hi,

I have a problem in drawing the full resolution data of Global
Self-consistant Hierarchical High-resolution Shorelines (GSHHS)
dataset with grass-6.3csv.

When invoking "d.vect gshhs_f", a monitor window x0 suddenly closed
and following message is displayed in the console window.

GRASS 6.3.cvs (global_shoreline):\w > d.vect gshhs_f
X connection to :0.0 broken (explicit kill or server shutdown).

I have tried grass-6.3cvs snapshot_2007_12_01 and snapshot_09_29, and
both version shows the same problem, tested on Mac OS X and Fedora 8.

With grass-6.2.2, it shows the map without problem. Curiously (?),
intermediate resolution version (gshhs_i) displays fine even with
grass-6.3cvs. Is there any know problem with d.vect in grass-6.3csv?

P. S.

The input data I use is a standard ASCII format file extracted from
gshhs_1.5 which can loaded with v.in.ascii, and it file size is about
51MB. I've tried uploading this on GFORGE tracker, but failed... Is
there any way to send the file to the developers?

Cheers,
--
Etsushi Kato
ek.kato@gmail.com

Hi,

2007/12/10, Etsushi Kato <ek.kato@gmail.com>:

[snip]

51MB. I've tried uploading this on GFORGE tracker, but failed... Is
there any way to send the file to the developers?

please use

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

Martin

Cheers,
--
Etsushi Kato
ek.kato@gmail.com
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

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

On 10.12.2007 14:21, Martin Landa wrote:

Hi,

2007/12/10, Etsushi Kato <ek.kato@gmail.com>:

[snip]

51MB. I've tried uploading this on GFORGE tracker, but failed... Is
there any way to send the file to the developers?

please use

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

And compress the file! I bet it will shrink quite a bit.

--Wolf

--

<:3 )---- Wolf Bergenheim ----( 8:>

On Dec 10, 2007 9:34 PM, Wolf Bergenheim <wolf+grass@bergenheim.net> wrote:

On 10.12.2007 14:21, Martin Landa wrote:
> Hi,
>
> 2007/12/10, Etsushi Kato <ek.kato@gmail.com>:
>
> [snip]
>
>> 51MB. I've tried uploading this on GFORGE tracker, but failed... Is
>> there any way to send the file to the developers?
>
> please use
>
> http://trac.osgeo.org/grass/
>

And compress the file! I bet it will shrink quite a bit.

Thanks. Actually, 51MB is the size with bzip2 :wink:

Cheers,
--
Etsushi Kato
ek.kato@gmail.com

Hi,

> >> 51MB. I've tried uploading this on GFORGE tracker, but failed... Is
> >> there any way to send the file to the developers?
> >
> > please use
> >
> > http://trac.osgeo.org/grass/
> >
>
> And compress the file! I bet it will shrink quite a bit.

Thanks. Actually, 51MB is the size with bzip2 :wink:

too big...

Martin

Cheers,
--
Etsushi Kato
ek.kato@gmail.com

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

Hi Martin,

On Dec 10, 2007 9:21 PM, Martin Landa <landa.martin@gmail.com> wrote:

2007/12/10, Etsushi Kato <ek.kato@gmail.com>:

[snip]

> 51MB. I've tried uploading this on GFORGE tracker, but failed... Is
> there any way to send the file to the developers?

please use

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

I've created Userid "ekato" on www.osge.org, but the account doesn't
seem to work on trac. Maybe "Login" for the trac is not activated for
non-developer user yet?

Cheers,
--
Etsushi Kato
ek.kato@gmail.com

On Dec 10, 2007 8:49 PM, Etsushi Kato <ek.kato@gmail.com> wrote:

When invoking "d.vect gshhs_f", a monitor window x0 suddenly closed

[...]

With grass-6.2.2, it shows the map without problem. Curiously (?),
intermediate resolution version (gshhs_i) displays fine even with
grass-6.3cvs. Is there any know problem with d.vect in grass-6.3csv?

After some investigations, I think this may be a problem related
XDRIVER since drawing the vector data on PNG file works fine (using
"d.mon start=PNG"). There seems to be a socket problem with XDRIVER
on grass-6.3cvs.

g.gisenv set=DEBUG=1
d.mon x0
d.vect gshhs_f

...
D1/1: display areas:
D1/1: Vect_Rewind(): name = gshhs_f
WARNING: Monitor <x0>: Caught SIGPIPE
GRASS 6.3.cvs (global_shoreline):\w > X connection to :0.0 broken
(explicit kill or server shutdown).

Any suggestion?

Cheers,
--
Etsushi Kato
ek.kato@gmail.com