You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Currently, the ClimateDataCellBaseSerializer relies on a custom ClimateDataCellGeometrySerializer to serialize it as GeoJSON. All other endpoints that serialize points use GeoFeatureModelSerializer to serialize the geometry field directly. Switching the ClimateDataCellBaseSerializer to inherit from GeoFeatureModelSerializer would allow us to eliminate the custom ClimateDataCellGeometrySerializer.
The text was updated successfully, but these errors were encountered:
Currently, the
ClimateDataCellBaseSerializer
relies on a customClimateDataCellGeometrySerializer
to serialize it as GeoJSON. All other endpoints that serialize points useGeoFeatureModelSerializer
to serialize the geometry field directly. Switching theClimateDataCellBaseSerializer
to inherit fromGeoFeatureModelSerializer
would allow us to eliminate the customClimateDataCellGeometrySerializer
.The text was updated successfully, but these errors were encountered: