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

Divid client #14

Closed Jinnkunn closed 10 months ago

Jinnkunn commented 10 months ago

This merge request introduces a significant cleanup of the aisdb-client repository. We have methodically removed all code fragments, modules, and dependencies that are not directly related to the client-side functionality. This streamlining is aimed at enhancing the clarity, maintainability, and focus of the repository, ensuring that the aisdb-client codebase is exclusively dedicated to client-side operations. Consequently, this will facilitate easier navigation, debugging, and future development of client-specific features within the repository.

Jinnkunn commented 10 months ago

Build Error. Error message "failed to run custom build command for openssl-sys v0.9.60". This error typically indicates a problem with locating or compiling the OpenSSL library required by the openssl-sys crate. To address this, we may need to ensure that OpenSSL is correctly installed and accessible in our build environment.