mark000071 commited on
Commit
71daea7
·
verified ·
1 Parent(s): 86aaf9a

Docs: neutralize dataset card (README.md)

Browse files
Files changed (1) hide show
  1. README.md +7 -31
README.md CHANGED
@@ -24,10 +24,6 @@ viewer: false
24
 
25
  > **This dataset uses a composite licensing model. Please consult `LICENSE-DATA.md` and `NOTICE.md` before redistribution.**
26
 
27
- **Persistent identifier**: [10.5281/zenodo.21224009](https://doi.org/10.5281/zenodo.21224009) (Zenodo record, mirrors this HF release).
28
-
29
- **Companion paper**: Ma, K. (in prep.). *MARIS-Forecast: a multi-region AIS trajectory dataset with temporally aligned maritime context for vessel trajectory forecasting.* Scientific Data.
30
-
31
  # MARIS-Forecast — Multi-Region AIS Trajectory Dataset for Vessel Trajectory Forecasting
32
 
33
  Four maritime jurisdictions and two prediction horizons, packaged in a
@@ -49,7 +45,7 @@ ship-class label, and an inline OSM-temporal-consistency flag.
49
  ## Layout
50
 
51
  ```
52
- README.md LICENSE NOTICE.md DATA_CARD.md CITATION.cff CHANGELOG.md SUMMARY_v2.md
53
  checkpoints/ 9 DMA Track A baselines (unchanged from v1)
54
  scripts/extras/ stage_17, PBF parser, taxonomy unifier, verifier
55
 
@@ -192,7 +188,7 @@ snapshot_download(
192
  "track_a_short-term_Cross-domain_Datasets/*/train/**",
193
  "track_a_short-term_Cross-domain_Datasets/*/val/**",
194
  "track_a_short-term_Cross-domain_Datasets/*/test/**",
195
- "*.md", "LICENSE", "CITATION.cff",
196
  ],
197
  )
198
 
@@ -244,31 +240,11 @@ files, and different columns of one table, carry different licences:
244
  | Weather & sea-state columns (`met_*`, `sea_*`) | ERA5 / ECMWF (Copernicus) via Open-Meteo |
245
 
246
  Any redistributed derivative database that retains the OpenStreetMap-derived
247
- content must be licensed under **ODbL** (share-alike). Attribution is required
248
- for every upstream source used.
249
-
250
- ## Citing
251
-
252
- ```bibtex
253
- @dataset{ma_maris_forecast_2026,
254
- author = {Ma, Kun and Han, Qilong and Han, Xiao and Yao, Jingzheng and
255
- Song, Chengjing and Gao, Tianyu and Na, Chunrui and Zhou, Ziqi and
256
- Wang, Hao and Sun, Jiaying and Wu, Changmao},
257
- title = {MARIS-Forecast: a multi-region AIS trajectory dataset with temporally aligned maritime context for vessel trajectory forecasting},
258
- year = 2026,
259
- publisher = {Zenodo},
260
- version = {v1.0.0},
261
- doi = {10.5281/zenodo.21224009},
262
- url = {https://doi.org/10.5281/zenodo.21224009}
263
- }
264
- ```
265
-
266
- Mirror on Hugging Face (bit-for-bit identical files):
267
- https://huggingface.co/datasets/mark000071/envship_v2_datasets
268
-
269
- When publishing results, cite the upstream AIS provider for every
270
- subset used. See `CITATION.cff` and `NOTICE.md` for the recommended
271
- attribution lines.
272
 
273
  ## What's new in v2 (high level)
274
 
 
24
 
25
  > **This dataset uses a composite licensing model. Please consult `LICENSE-DATA.md` and `NOTICE.md` before redistribution.**
26
 
 
 
 
 
27
  # MARIS-Forecast — Multi-Region AIS Trajectory Dataset for Vessel Trajectory Forecasting
28
 
29
  Four maritime jurisdictions and two prediction horizons, packaged in a
 
45
  ## Layout
46
 
47
  ```
48
+ README.md LICENSE NOTICE.md DATA_CARD.md CHANGELOG.md SUMMARY_v2.md
49
  checkpoints/ 9 DMA Track A baselines (unchanged from v1)
50
  scripts/extras/ stage_17, PBF parser, taxonomy unifier, verifier
51
 
 
188
  "track_a_short-term_Cross-domain_Datasets/*/train/**",
189
  "track_a_short-term_Cross-domain_Datasets/*/val/**",
190
  "track_a_short-term_Cross-domain_Datasets/*/test/**",
191
+ "*.md", "LICENSE",
192
  ],
193
  )
194
 
 
240
  | Weather & sea-state columns (`met_*`, `sea_*`) | ERA5 / ECMWF (Copernicus) via Open-Meteo |
241
 
242
  Any redistributed derivative database that retains the OpenStreetMap-derived
243
+ content must be licensed under **ODbL** (share-alike). **Attribution is required
244
+ for every upstream source used** — when publishing results, cite the upstream AIS
245
+ provider for every subset used (DMA, NOAA, Piraeus/Zenodo 6323416, Norway/Kystverket)
246
+ together with © OpenStreetMap contributors and ERA5/ECMWF (Copernicus). See
247
+ `NOTICE.md` for the recommended attribution lines.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
248
 
249
  ## What's new in v2 (high level)
250