Skip to content

Commit

Permalink
Changed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDo1 committed Jan 24, 2024
1 parent dd7fc27 commit 519029e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metacatalog/models/datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 519029e

Please sign in to comment.