You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that when I try to use the serde feature to deserialize a record which contains both character and numeric fields the numeric field (f64) deserialization fails with the error below. I am able to read to a dbase::Record no problem and it comes back with a character and a numeric field.
I tried creating a minimal reproducable example by serializing this and then deserializing, but this problem didn't occur, so I wonder if it might be something perculiar about the layout of the dbf file I'm reading.
I'm using through shapefile version 0.3, so that's dbase 0.2, but I've also reproduced with dbase 0.3.
I found that when I try to use the serde feature to deserialize a record which contains both character and numeric fields the numeric field (f64) deserialization fails with the error below. I am able to read to a
dbase::Record
no problem and it comes back with a character and a numeric field.I tried creating a minimal reproducable example by serializing this and then deserializing, but this problem didn't occur, so I wonder if it might be something perculiar about the layout of the dbf file I'm reading.
I'm using through shapefile version 0.3, so that's dbase 0.2, but I've also reproduced with dbase 0.3.
To reproduce, obtain the dbf from the shapefile at : https://biogeo.ucdavis.edu/data/diva/rrd/ALB_rrd.zip
The text was updated successfully, but these errors were encountered: