Marc
2011-03-01 08:45:04 UTC
Hello,
first of all, thanks Sean for answering my previous mail. I did not
reply yet as I've been working on other projects, and I'm still not sure
what I can do to help (I'm not convinced I'm able to implement what you
proposed in the mail, even if I would really like).
I'm facing a different issue now and could not find any explanation by
reading the code or Google :)
has the 3rd value, but it looks like it's being ignored by some routine
(for example, printing or exporting to wkt). The '_ndim' is correctly
set to 3, so as I understand, the 3rd value should be used... ?
I'm really sorry if this is documented somewhere.
Thanks,
Marc
PS: I'm using shapely 1.2.1 on ubuntu and have updated it to 1.2.8 from
Debian sid (I don't remember having this problem on my debian sid box)
first of all, thanks Sean for answering my previous mail. I did not
reply yet as I've been working on other projects, and I'm still not sure
what I can do to help (I'm not convinced I'm able to implement what you
proposed in the mail, even if I would really like).
I'm facing a different issue now and could not find any explanation by
reading the code or Google :)
p1 = Point(0,0,0)
print p1
POINT (0.0000000000000000 0.0000000000000000)
Why is my third coord ignored ? I can see that the 'coords' attributeprint p1
POINT (0.0000000000000000 0.0000000000000000)
has the 3rd value, but it looks like it's being ignored by some routine
(for example, printing or exporting to wkt). The '_ndim' is correctly
set to 3, so as I understand, the 3rd value should be used... ?
I'm really sorry if this is documented somewhere.
Thanks,
Marc
PS: I'm using shapely 1.2.1 on ubuntu and have updated it to 1.2.8 from
Debian sid (I don't remember having this problem on my debian sid box)