Skip to content

Commit

Permalink
Add ToDo EDR Feature Collection.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey-Vervoort-KNMI committed Mar 4, 2024
1 parent 9e766ea commit 4056f7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/custom_geo_json/edr_feature_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

1 comment on commit 4056f7d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API Unit Test Coverage Report
FileStmtsMissCoverMissing
\_\_init\_\_.py00100% 
datastore_pb2.py584621%24–69
datastore_pb2_grpc.py432347%37–52, 85–87, 92–94, 99–101, 106–108, 112–136, 174, 191, 208, 225
dependencies.py481862%16, 26–27, 34, 41, 52, 62–69, 77–84
grpc_getter.py16850%15–16, 20–23, 27–29
locustfile.py15150%1–31
main.py22386%27, 37, 47
metadata_endpoints.py341265%24, 42–103, 107
custom_geo_json
   edr_feature_collection.py60100% 
formatters
   \_\_init\_\_.py70100% 
   covjson.py50492%71, 86–89
routers
   \_\_init\_\_.py00100% 
   edr.py883758%45–104, 132–144, 173, 184–190, 229–246
   records.py00100% 
TOTAL38716657% 

API Unit Test Coverage Summary

Tests Skipped Failures Errors Time
16 0 💤 9 ❌ 0 🔥 2.336s ⏱️

Please sign in to comment.