diff --git a/api/custom_geo_json/edr_feature_collection.py b/api/custom_geo_json/edr_feature_collection.py index 5484b95a..ecc56251 100644 --- a/api/custom_geo_json/edr_feature_collection.py +++ b/api/custom_geo_json/edr_feature_collection.py @@ -5,5 +5,7 @@ from geojson_pydantic import FeatureCollection +# TODO: In the future move this to https://github.com/KNMI/edr-pydantic +# some work was already done in https://github.com/KNMI/edr-pydantic/pull/7 class EDRFeatureCollection(EdrBaseModel, FeatureCollection): parameters: Dict[str, Parameter]