AISViz Website is the static landing page for the AISViz project, an open-source effort to make maritime informatics accessible through tools built around Automatic Identification System (AIS) data. It is served by GitHub Pages on the custom domain aisviz.cs.dal.ca and points visitors to the documentation, API reference, source code, and chatbot assistants. The site is a single Bootstrap 5 page with no build step, developed and maintained by the MAPS Lab at Dalhousie University, continuing work that began under the MERIDIAN initiative.
| File | Purpose |
|---|---|
index.html |
Landing page (Bootstrap 5 and Font Awesome via CDN) |
style.css |
Site-specific styles |
CNAME |
Custom domain for GitHub Pages |
LICENSE |
MIT license text |
No build step is required. Open index.html directly in a browser, or serve the directory locally from the repository root.
python3 -m http.server 8000Then visit http://localhost:8000.
GitHub Pages serves the site from the main branch, and the CNAME file binds it to the custom domain aisviz.cs.dal.ca. Every push to main publishes automatically, with no workflow or build step involved.
Documentation · Tutorials · API reference · Website
- AISdb is the Python package for smart AIS data storage and integration.
- AISdb-lite is a lightweight version of AISdb with spatio-temporal capabilities on PostGIS and TigerData.
- NOAA-Integrator acquires and processes Marine Cadastre AIS data into an AISdb-aligned database.
- Tutorials holds hands-on Jupyter notebooks that walk through AISdb, from database loading to bathymetry.
This project is distributed under the terms of the GNU Affero General Public License v3.0 (AGPL-3.0). See LICENSE for details.