From 519029ea83a772430d3d258f0d1854c8bc51c22b Mon Sep 17 00:00:00 2001 From: AlexDo1 Date: Wed, 24 Jan 2024 12:20:38 +0100 Subject: [PATCH] Changed docs --- metacatalog/models/datasource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metacatalog/models/datasource.py b/metacatalog/models/datasource.py index b9d8ae6a..10950b55 100644 --- a/metacatalog/models/datasource.py +++ b/metacatalog/models/datasource.py @@ -388,7 +388,7 @@ class SpatialScale(Base): that stores the spatial information of the dataset. More generally, dimension_names describes how a datasource would be indexed to retrieve the spatial axis of the entry in x-direction - (e.g. ['x', 'y', 'z'], ['lat', 'lon'], ['latitude', 'longitude']). + (e.g. ['x', 'y', 'z'], ['lon', 'lat'], ['longitude', 'latitude']). """ __tablename__ = 'spatial_scales'