Skip to content

Use correct coordinates in OpenMRG example dataset #1

@cchwala

Description

@cchwala

With the current OpenMRG example data there are still thing like this that we need to do:

# Fix error where lat/lon was set to variable
ds_rad = ds_rad.set_coords(["longitudes", "latitudes"])

# Fix naming errors
ds_gauges = ds_gauges.rename({"station_id": "id"})
ds_gauges_smhi = ds_gauges_smhi.rename({"station_id": "id"})

ds_rad = ds_rad.rename({"longitudes": "lon", "latitudes": "lat"})

Would be great if the dataset here can be updated. When we do this, we also need to update its usage in the poligrain
example notebooks and in some tests... 🙈

@eoydvin Maybe you find time for this during the next days/weeks. If not, we can discuss during the next dev meeting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions