--- license: cc-by-4.0 language: [en] pretty_name: "MARIS-Forecast: a multi-region AIS trajectory dataset with temporally aligned maritime context for vessel trajectory forecasting" size_categories: ["100K/standard_track_v1/`. For **env-aware models**, also download the rasters under `/context_v1/environment/rasters/{split}/`. They are NumPy arrays aligned with the CSV rows via `sample_ids.npy`: ```python masks = np.load("rasters/train/masks.npz")["masks"] # (N, 6, 128, 128) uint8 sd_shore = np.load("rasters/train/signed_dist_shore.npy") # (N, 128, 128) float16, metres sd_nav = np.load("rasters/train/signed_dist_nav.npy") # (N, 128, 128) float16, metres sample_ids = np.load("rasters/train/sample_ids.npy", allow_pickle=True) # (N,) object ``` ## Licence Composite — see `LICENSE` and `NOTICE.md`. Sub-licences: | Subset | Upstream licence | |---------|-----------------------------| | DMA | CC BY 4.0 | | NOAA | U.S. public domain | | Piraeus | CC BY 4.0 (Zenodo 6323416) | | Norway | NLOD 2.0 (Kystverket) | | OSM rasters / SDFs | ODbL | The processed benchmark and the pipeline code are released under CC BY 4.0. Attribution is required for every upstream subset used. ## Citing ```bibtex @dataset{ma_maris_forecast_2026, author = {Ma, Kun}, title = {MARIS-Forecast: a multi-region AIS trajectory dataset with temporally aligned maritime context for vessel trajectory forecasting}, year = 2026, publisher = {Zenodo}, version = {v1.0.0}, doi = {10.5281/zenodo.21224009}, url = {https://doi.org/10.5281/zenodo.21224009} } ``` Mirror on Hugging Face (bit-for-bit identical files): https://huggingface.co/datasets/mark000071/envship_v2_datasets When publishing results, cite the upstream AIS provider for every subset used. See `CITATION.cff` and `NOTICE.md` for the recommended attribution lines. ## What's new in v2 (high level) - **Three new jurisdictions** — NOAA (cross-domain transfer), Piraeus (port + ferry), Norway (fjord + coast). - **Track B** added for all four jurisdictions. - **Stage 17 OSM-temporal-consistency** — every sample carries an inline flag indicating whether its trajectory stays in water on the OSM snapshot used to build the env context. - **Historical OSM for Piraeus** — Piraeus AIS is from 2019; the inline flag uses the 2020-01-01 Geofabrik snapshot (`context_v1_2019osm/`) so port construction after 2020 does not produce false positives. - **DMA + Norway env rebuilt** after refilling 188 + 184 originally failed OSM tiles from Geofabrik archives. `CHANGELOG.md` has the full version history; `SUMMARY_v2.md` walks through the v2 methodology in narrative form.