AISViz / AISdb

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

Open Source Data Importation #9

Closed gabrielspadon closed 9 months ago

gabrielspadon commented 10 months ago

@JayKumarr, as we are downsizing AISdb to only work with the data and not to keep offering outsourced services, it would be great if we could show people how they can use AISdb with open-source data. The Spire data we have is not publicly sharable, but we do have data from here that can be freely used https://coast.noaa.gov/digitalcoast/contributing-partners/marinecadastregov.html. Could you work on a way to show people, either with a script or with Python code how can we ingest that data in AISdb databases for later use?

JayKumarr commented 10 months ago

On Gitbook? @gabrielspadon

JayKumarr commented 10 months ago

There is csv loading error in the Code. I am planning to load source code of AISdb-Client and update it with the help of @Jinnkunn. While I have to load sample given by Jiunkun and check it.

JayKumarr commented 10 months ago

I have successfully loaded the source code and found out that there is an error in rust code. The function to decode the AIS messages from CSV is developed in Rust [ aisdb_lib > src > csvreader.rs : sqlite_decodemsgs_ee_csv() ]. I am starting to investigate and fix the bug.

JayKumarr commented 9 months ago

Next Task: Importing the Data from NOAA and AISHub