xscape.core.get_glorys_ds

xscape.core.get_glorys_ds(points, seascape_size, variables, start_datetime, end_datetime)

Gets GLORYS data for the specified region/time.

Parameters:
  • points (pd.DataFrame) – DataFrame of points as rows with “lat” and “lon” columns.

  • seascape_size (float) – Size (in degrees) of the seascape around each point.

  • variables (list of str) – GLORYS variable names to include in the returned data.

  • start_datetime (str) – Earliest date for which to get data.

  • end_datetime (str) – Latest date for which to get data.

Returns:

Dataset in the same format as that returned by copernicusmarine.

Return type:

xr.Dataset