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

Refactor code and improve SQL schema for performance #74

Closed gabrielspadon closed 5 months ago

gabrielspadon commented 5 months ago

This commit refines code and SQL schemas for better performance and readability. Notably, the 'mmsi' data type has been changed from BIGINT to INTEGER for performance improvement. In addition, the documentation has been updated and the readme file renamed for more clarity.