|
Wed, Sep 11 2002
20:27:09
|
|
Request created by frank
|
|
Subject: Preprocessing breaks river network structure
The preprocessing breaks the river network structure, at least for the
Went catchment at stretch 24814:
GREAT-ER1/river.dat: 24814 2 0 24125 9024 1 0.531000
0.122260
0.218370 0.105550 2962.146000 0.549150 0.323650
GREAT-ER2/river.dat: 24814 1 0 24125 0 1 5.3100000000E-01 1.2226000000E-01 2.1837000000E-01
1.0555000000E-01 2.9621460000E+03 5.4915000000E-01 3.2365000000E-01
In G1 the stretch is a confluence while in G2 it is a usual stretch. Browsing
through the network structure there are no internal stretches fixing this
situation. Other catchments may be affected, within the Went catchment not all
confluences are broken. |
|
|
Tue, Sep 24 2002
16:50:57
|
|
Status changed to resolved by jan
|
|
|
Tue, Sep 24 2002
16:50:57
|
|
Comments added by jan
|
|
This was an ugly bug regarding sort and the environment variable LC_COLLATE
which must be set to "C". E.g. for german systems this is set to "de_DE"
and then the processing failed.
The bug is fixed now by explicitly setting the variable within the processing. |
|