Retarget org URLs and metadata: AISViz -> MAPS Lab#183
Merged
Conversation
Repoints repository/clone/release URLs to github.com/MAPS-Lab (folding the AISdb-NOAA-Integrator and AISdb-Tutorials renames), updates the LICENSE and docs copyright holder to MAPS Lab, and switches the contact email to mapslab@dal.ca. The AISViz product name and its sites (aisviz.cs.dal.ca, aisviz.gitbook.io) are intentionally unchanged.
There was a problem hiding this comment.
Pull request overview
Updates repository metadata and documentation links to reflect the AISViz → MAPS Lab organization rebrand, while intentionally keeping the AISViz product naming and external sites unchanged.
Changes:
- Retargeted GitHub repository/clone/release URLs from
github.com/AISViztogithub.com/MAPS-Labacross Rust, Python, docs, and raster-download locations. - Updated contact email from
aisviz@dal.catomapslab@dal.cain community/security docs and package metadata. - Updated copyright holder to “MAPS Lab” in the license notice and Sphinx docs configuration.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| SECURITY.md | Updates vulnerability reporting contact email to mapslab@dal.ca. |
| CODE_OF_CONDUCT.md | Updates enforcement contact email to mapslab@dal.ca. |
| README.md | Updates clone URL, data release link, and related-project links to MAPS-Lab org/repo names. |
| pyproject.toml | Updates project author email and repository URL to MAPS-Lab. |
| Cargo.toml | Updates crate authors contact email to mapslab@dal.ca. |
| aisdb_lib/Cargo.toml | Updates library crate author email and repository URL to MAPS-Lab. |
| receiver/Cargo.toml | Updates receiver crate author email and repository URL to MAPS-Lab. |
| database_server/Cargo.toml | Updates db-server crate author email and repository URL to MAPS-Lab. |
| client_webassembly/Cargo.toml | Updates WASM client crate author email and repository URL to MAPS-Lab. |
| docs/source/conf.py | Updates Sphinx copyright string to MAPS Lab. |
| LICENSE | Updates the example copyright line holder to MAPS Lab. |
| aisdb/webdata/bathymetry.py | Retargets bathymetry raster release-asset download URLs to MAPS-Lab. |
| aisdb/webdata/shore_dist.py | Retargets shore/port/coast raster release-asset download URLs to MAPS-Lab. |
| aisdb/denoising_encoder.py | Retargets denoising encoder land/water release-asset download URL to MAPS-Lab. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the AISViz -> MAPS Lab org rebrand. Changes: repository/clone/release-asset URLs (README, Cargo.toml x4, pyproject.toml, and the raster download URLs in aisdb/webdata + denoising_encoder) repointed to github.com/MAPS-Lab, with the AISdb-NOAA-Integrator / AISdb-Tutorials repo renames folded into the Related-projects links; LICENSE + docs/source/conf.py copyright holder -> MAPS Lab; contact email -> mapslab@dal.ca. Kept unchanged: the AISViz product name, aisviz.cs.dal.ca, aisviz.gitbook.io, the 'AISViz web API' reference, and the example db name. Note: docs author is left as 'AISViz' (product); say the word to switch it to MAPS Lab too.