AISViz / AISdb

AISdb Python package for smart AIS data storage and interaction.
https://aisviz.cs.dal.ca
GNU Affero General Public License v3.0
7 stars 0 forks source link

CSV file importing with Rust is not working properly #73

Closed gabrielspadon closed 5 months ago

gabrielspadon commented 5 months ago

I noticed that in some circumstances, there's a type conversion issue that comes from converting text to int/bigint. I am currently investigating the origin of the issue as previous fixes have not resulted in any positive solution.

gabrielspadon commented 5 months ago

This was fixed on commit #3742afc. The error was related to the IMO type, which was cast to i64 from u32 on the Rust background code.