Quick Start
A hands-on quick start guide for using AISdb.
If you are new to AIS topics, click here to learn about the Automatic Identification System (AIS).
Python Environment and Installation
User Installation
python -m venv .venv # create a python virtual environment
source ./.venv/bin/activate # activate the virtual environment
pip install aisdb # from https://pypi.org/project/aisdb/python -m venv .venv
./AISdb/Scripts/activate
pip install aisdbpython
>>> import aisdb
>>> aisdb.__version__ # '1.8.0a0' when built from source, or the latest PyPI releasesource ./.venv/bin/activate
pip install jupyter
jupyter notebookDevelopment Installation
Database Handling
Connecting to a PostgreSQL database
Attaching a SQLite database to AISdb
Querying the Database
Processing
Voyage Modelling
Data cleaning and MMSI deduplication
Interpolating, geofencing, and filtering
Exporting as CSV
Integration with external metadata
Bathymetric charts
Rasters
Visualization

Where to go next
Last updated