From 577bb1fd5cda10770429431d71e72db1df60f154 Mon Sep 17 00:00:00 2001 From: Gabriel Spadon Date: Fri, 3 Jul 2026 18:30:25 -0400 Subject: [PATCH] chore: retarget org URLs and metadata from AISViz to MAPS Lab Repoints github.com/AISViz repository/clone/release URLs (https and ssh forms) to github.com/MAPS-Lab, folding the AISdb-* repo renames, updates the LICENSE copyright holder to MAPS Lab, and switches contact email to mapslab@dal.ca. The AISViz product name and its sites (aisviz.cs.dal.ca, aisviz.gitbook.io) are intentionally unchanged. --- 0-quick-start.ipynb | 2 +- LICENSE | 2 +- README.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/0-quick-start.ipynb b/0-quick-start.ipynb index e5efd20..b254c1d 100644 --- a/0-quick-start.ipynb +++ b/0-quick-start.ipynb @@ -478,7 +478,7 @@ "\n", "This walkthrough touched every stage of the AISdb pipeline once. Each stage has a focused\n", "tutorial that goes deeper, and the numbered notebooks in the\n", - "[AISViz Tutorials repository](https://github.com/AISViz/Tutorials) follow the same order:\n", + "[AISViz Tutorials repository](https://github.com/MAPS-Lab/AISdb-Tutorials) follow the same order:\n", "database loading, querying, cleaning, visualization, interpolation, calculations, using\n", "your own AIS data, CSV export, and bathymetric enrichment.\n", "\n", diff --git a/LICENSE b/LICENSE index b1dab63..8e66f97 100644 --- a/LICENSE +++ b/LICENSE @@ -630,7 +630,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - Copyright (C) 2024-2026 AISViz, Dalhousie University + Copyright (C) 2024-2026 MAPS Lab, Dalhousie University This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/README.md b/README.md index 18b01cf..7d948f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tutorials -Hands-on Jupyter notebook companions to the [AISViz GitBook tutorials](https://aisviz.gitbook.io/tutorials/). Each notebook is a runnable walkthrough of one part of the [AISdb](https://github.com/AISViz/AISdb) workflow, from decoding raw AIS messages into a database through querying, cleaning, interpolation, calculations, visualization, and export. The notebooks run against a bundled sample database, so no external data downloads are needed to follow along. +Hands-on Jupyter notebook companions to the [AISViz GitBook tutorials](https://aisviz.gitbook.io/tutorials/). Each notebook is a runnable walkthrough of one part of the [AISdb](https://github.com/MAPS-Lab/AISdb) workflow, from decoding raw AIS messages into a database through querying, cleaning, interpolation, calculations, visualization, and export. The notebooks run against a bundled sample database, so no external data downloads are needed to follow along. ## Notebooks @@ -25,7 +25,7 @@ Install AISdb and Jupyter, then launch from a clone of this repository so the no ```bash pip install aisdb jupyter -git clone git@github.com:AISViz/Tutorials.git +git clone git@github.com:MAPS-Lab/AISdb-Tutorials.git cd Tutorials jupyter lab ``` @@ -46,9 +46,9 @@ Continuous integration validates that every notebook parses as nbformat 4 and ca ## Related projects -- [AISdb](https://github.com/AISViz/AISdb), the core Python/Rust platform for storing, querying, and analyzing AIS data -- [AISdb-lite](https://github.com/AISViz/AISdb-lite), a lightweight AISdb variant built on PostGIS and TimescaleDB hypertables -- [NOAA-Integrator](https://github.com/AISViz/NOAA-Integrator), an acquisition pipeline from NOAA Marine Cadastre into AISdb-aligned databases +- [AISdb](https://github.com/MAPS-Lab/AISdb), the core Python/Rust platform for storing, querying, and analyzing AIS data +- [AISdb-lite](https://github.com/MAPS-Lab/AISdb-lite), a lightweight AISdb variant built on PostGIS and TimescaleDB hypertables +- [NOAA-Integrator](https://github.com/MAPS-Lab/AISdb-NOAA-Integrator), an acquisition pipeline from NOAA Marine Cadastre into AISdb-aligned databases ## License