Skip to content

AISViz/aisviz.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AISViz Website

Static website for the AISViz project, a research initiative at Dalhousie University focused on making Automatic Identification System (AIS) vessel-tracking data accessible through open-source tools.

The site is served by GitHub Pages at https://aisviz.cs.dal.ca (custom domain configured in CNAME). Every push to main deploys automatically, so no workflow or build step is involved.

Contents

File Purpose
index.html Landing page (Bootstrap 5, Font Awesome via CDN)
style.css Site-specific styles
CNAME Custom domain for GitHub Pages

Instructions for setting up an AIS receiver and forwarding decoded messages to the AISViz server live in the hardware section of the documentation.

Local preview

No build step is required. Open index.html directly in a browser, or serve the directory locally:

python3 -m http.server 8000

Then visit http://localhost:8000.

Documentation

Related projects

  • 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.

License

The site scaffolding is released under the MIT License.

About

Static website for the AISViz project, deployed to aisviz.cs.dal.ca via GitHub Pages.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors