{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "Rostock tide data — high & low extrema, next 7 days",
  "description": "High and low tide extrema for Rostock (germany) covering 2026-05-02 to 2026-05-09. Heights in metres relative to MSL. Derived from Predictions: Open-Meteo Marine (MeteoFrance SMOC, 0.08° grid) — heights relative to MSL (not chart datum / LAT). Model-derived..",
  "url": "https://tideturtle.com/germany/baltic-coast/rostock",
  "identifier": "https://tideturtle.com/data/germany/baltic-coast/rostock.json",
  "creator": {
    "@type": "Organization",
    "name": "TideTurtle",
    "url": "https://tideturtle.com"
  },
  "license": "https://open-meteo.com/en/license",
  "isAccessibleForFree": true,
  "dateModified": "2026-05-02",
  "temporalCoverage": "2026-05-02/2026-05-09",
  "spatialCoverage": {
    "@type": "Place",
    "name": "Rostock",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 54.0887,
      "longitude": 12.1404
    }
  },
  "keywords": [
    "tide times",
    "high tide",
    "low tide",
    "Rostock",
    "germany"
  ],
  "distribution": [
    {
      "@type": "DataDownload",
      "encodingFormat": "application/json",
      "contentUrl": "https://tideturtle.com/data/germany/baltic-coast/rostock.json"
    }
  ],
  "data": {
    "datum": "MSL",
    "unit": "m",
    "timezone": "Europe/Berlin",
    "source": "Predictions: Open-Meteo Marine (MeteoFrance SMOC, 0.08° grid) — heights relative to MSL (not chart datum / LAT). Model-derived.",
    "extrema": [
      {
        "time": "2026-05-02T18:00:00.000Z",
        "date": "2026-05-02",
        "height": -0.32,
        "isHigh": true
      },
      {
        "time": "2026-05-03T00:00:00.000Z",
        "date": "2026-05-03",
        "height": -0.4,
        "isHigh": false
      },
      {
        "time": "2026-05-03T18:00:00.000Z",
        "date": "2026-05-03",
        "height": -0.11,
        "isHigh": true
      },
      {
        "time": "2026-05-06T03:00:00.000Z",
        "date": "2026-05-06",
        "height": -0.25,
        "isHigh": false
      },
      {
        "time": "2026-05-06T22:00:00.000Z",
        "date": "2026-05-07",
        "height": -0.08,
        "isHigh": true
      },
      {
        "time": "2026-05-07T16:00:00.000Z",
        "date": "2026-05-07",
        "height": -0.3,
        "isHigh": false
      }
    ]
  }
}