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 fa1ce5a..76a7efb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NOAA-Integrator -Acquisition and processing of AIS data from [NOAA Marine Cadastre](https://hub.marinecadastre.gov/pages/vesseltraffic), with integration into an [AISdb](https://github.com/AISViz/AISdb)-aligned database (SQLite or PostgreSQL/TimescaleDB). It consumes the NOAA archive at `https://coast.noaa.gov/htdata/CMSP/AISDataHandler/{year}/` and supports every published format, including daily ZIP archives (2015-2024), zone archives (2009-2014), legacy geodatabases (`.gdb.zip`, 2011-2013), and Zstandard-compressed CSV (`.csv.zst`, 2025 onward). +Acquisition and processing of AIS data from [NOAA Marine Cadastre](https://hub.marinecadastre.gov/pages/vesseltraffic), with integration into an [AISdb](https://github.com/MAPS-Lab/AISdb)-aligned database (SQLite or PostgreSQL/TimescaleDB). It consumes the NOAA archive at `https://coast.noaa.gov/htdata/CMSP/AISDataHandler/{year}/` and supports every published format, including daily ZIP archives (2015-2024), zone archives (2009-2014), legacy geodatabases (`.gdb.zip`, 2011-2013), and Zstandard-compressed CSV (`.csv.zst`, 2025 onward). ## Features @@ -129,9 +129,9 @@ Continuous integration runs linting, type checking, and the test suite on Ubuntu ## 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 -- [Tutorials](https://github.com/AISViz/Tutorials), hands-on notebook companions to the GitBook tutorials +- [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 +- [Tutorials](https://github.com/MAPS-Lab/AISdb-Tutorials), hands-on notebook companions to the GitBook tutorials ## License diff --git a/pyproject.toml b/pyproject.toml index 313a112..2464f0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ simplify = ["fastdtw>=0.3", "similaritymeasures>=1.1", "scipy>=1.11"] noaa-integrator = "noaa_integrator.cli:main" [project.urls] -Repository = "https://github.com/AISViz/NOAA-Integrator" +Repository = "https://github.com/MAPS-Lab/AISdb-NOAA-Integrator" Documentation = "https://aisviz.gitbook.io/documentation/" [build-system]