Hi there,
I noticed some strange behavior when reading float values from shapefile
attributes with fiona.
In the attribute table, I have the following values (type of column is
'float'):
1.5, 613.0, 0.9
but when I open the shapefile with fiona and read the attributes with
something like:
somevar = float(item['properties']['VAR'])
I get: 1.0, 613.0, 0.0
So the values seem to be rounded down. Am I missing something? Could
this be a bug?
The fiona version I use is: 1.1.4 (Python 2.7.6 on Ubuntu 14.04 64 bit).
Best regards,
Michael
--
Dr. rer. nat. Michael Nolde
Christian-Albrechts-Universität zu Kiel
Geographisches Institut (Sektion Geographie)
Neufeldtstraße 10, Laurispark - Geb. 32, 24118 Kiel
Tel.: 0431 880-4909
E-Mail: no...@geographie.uni-kiel.de
_______________________________________________
Community mailing list
Community@lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community