kiuliani / geoda

Automatically exported from code.google.com/p/geoda
GNU General Public License v3.0
0 stars 0 forks source link

Table Data : allow infinity and undefined #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Oct 28, 2009

It would seem to be useful to allow for infinity or undefined in numeric
data.  This could be particularly useful for handling divide-by-zero or
network distance calculations.  For the network distance calculation, we
could possibly avoid infinity by disallowing certain calculations on
disconnected graphs.

Update Mar 5, 2013: As of 1.2 we do handle undefined.  Due to limitation in 
DBF, it is not possible to distinguish between infinity and undefined.

Original issue reported on code.google.com by mmcc...@gmail.com on 5 Mar 2013 at 5:44