Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<one line to give the program's name and a brief idea of what it does.>
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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading