Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Use GeoFeatureModelSerializer for ClimateDataCell serialization #865

Open
ddohler opened this issue Dec 18, 2018 · 0 comments
Open

Use GeoFeatureModelSerializer for ClimateDataCell serialization #865

ddohler opened this issue Dec 18, 2018 · 0 comments

Comments

@ddohler
Copy link
Contributor

ddohler commented Dec 18, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant