Skip to content

Commit

Permalink
[#49] spatial reference for netcdf aggregation can only be of box type
Browse files Browse the repository at this point in the history
pkdash committed Sep 14, 2024

Verified

This commit was signed with the committer’s verified signature.
dastansam Dastan
1 parent 6a21a10 commit e18ae16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hsmodels/schemas/aggregations.py
Original file line number Diff line number Diff line change
@@ -234,7 +234,7 @@ class MultidimensionalMetadataIn(BaseAggregationMetadataIn):
title="Spatial coverage",
description="An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point",
)
spatial_reference: Union[MultidimensionalBoxSpatialReference, MultidimensionalPointSpatialReference] = Field(
spatial_reference: MultidimensionalBoxSpatialReference = Field(
default=None,
title="Spatial reference",
description="An object containing spatial reference information for the dataset",

0 comments on commit e18ae16

Please sign in to comment.