Subject: | Divide by zero errors |
When processing a US county outline shapefile I received multiple divide
by zero errors. Asking the script to reprocess the same file causing
the divide by zero errors to go away sometimes..and sometimes happen in
different counties.
Illegal division by zero at
/usr/lib/perl5/site_perl/5.8.6/Math/Geometry/Planar.pm line 3468.
Also get "add segment: error". I see this isn't suppose to happen in the
comment for this particular line in the code.
Also get infinate hangs.
These three usually trade off when working particular counties.
Sometimes I get lucky though and it goes clean.
I can provide sample code and URL to shapefile for testing if desired.