Skip to content

Commit

Permalink
Merge pull request #173 from EURODEO/GijsbertKruithof-patch-1
Browse files Browse the repository at this point in the history
Update dataset_metadata_template.j2
  • Loading branch information
GijsbertKruithof authored Sep 20, 2024
2 parents 0f08e47 + 0fc1f74 commit 4a67548
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions api/templates/dataset_metadata_template.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "what is E-SOH data set ID?",
"id": "urn:wmo:md:eu-eumetnet:weather.observations.swob-realtime",
"conformsTo": ["http://wis.wmo.int/spec/wcmp/2/conf/core"],
"type": "Feature",
"geometry": {
Expand All @@ -11,27 +11,19 @@
"resolution": "PT10M"
},
"properties": {
"title": "Additional and sub-hourly observations from European area, including synoptic observations distributed over GTS",
"description": "collection of observations from weather stations situated in European countries. Data from synoptic stations and additional stations from 3rd party station holders is distributed with best possible time resolution. All parameters resolved in the CF-standards could be distributed. The number of parameters differs pr station. Observations from the last 24hours is available for download from EDR-api. Timestamp for each observations is based on observation time, or the end of a aggregation period. Depending om the method used to produce the parameter. All timestamps is given as UTC. Timeliness of the data depends on when it is distributed from the NMS. Timeliness within the system is 1 minute after reception time at the E-soh ingestor. Observations in E-soh is initial received at one of the NWS'es. The NMS is responsible for checking the quality of the observations. The NMS is also responsible for collection and distribution of metadata compliant to E-soh and WIS-2.0. E-soh also include all global observations distributed over the Global Transition System (GTS) that is considered as open and free for use. E-soh aims to serve all data according to FAIR principles. For questions or technical documentation, you can go to https://?????????",
"title": "Land surface weather observations",
"description": "Land surface observations measured at automatic and manual stations of EUMETNET Members (last 24 hours)",
"themes": [
{
"concepts": [{"id": "meteorology"}],
"scheme": "http://wis.wmo.int/2012/codelists/WMOCodeLists#WMO_CategoryCode"
"concepts": [{"id": "weather"}],
"scheme": "https://codes.wmo.int/wis/topic-hierarchy/earth-system-discipline"
},
{
"concepts": [
{"id": "Surface observations"}
{"id": "surface-based-observations"}
],
"scheme": "https://github.com/wmo-im/topic-hierarchy/earth-system-discipline/weather/surface-based-observations/index.csv"
},
{
"concepts": [{"id": "weather"}],
"scheme": "https://github.com/wmo-im/wis2-topic-hierarchy/blob/main/topic-hierarchy/earth-system-discipline/index.csv"
"scheme": "https://codes.wmo.int/wis/topic-hierarchy/earth-system-discipline/_weather"
},
{
"concepts": [{"id": "continual"}],
"scheme": "https://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_FrequencyCode"
}
]
},
"links": [
Expand Down Expand Up @@ -59,10 +51,16 @@
"title": "E-SOH API documentation",
"type": "application/json"
},
{
"rel": "about",
"href": "https://www.eumetnet.eu/wp-content/uploads/2018/03/List-of-current-Members-as-pdf.pdf",
"title": "EUMETNET Members"
"type": "text/html",
},
{
"rel": "license",
"href": "need to agree on a license",
"title": "need to agree on license",
"href": "https://creativecommons.org/licenses/by/4.0/",
"title": "Creative Commons BY 4.0 licence",
"type": "text/html"
}
]
Expand Down

1 comment on commit 4a67548

@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.py655220%34–85
datastore_pb2_grpc.py542750%15–16, 19, 57–72, 105–107, 112–114, 119–121, 126–128, 132–157, 195, 222, 249, 276
export_metrics.py100100% 
grpc_getter.py201145%15–19, 23–26, 30–32, 36–38
locustfile.py15150%1–31
main.py43784%45, 50, 60, 70–71, 81–82
metadata_endpoints.py632954%45–54, 58, 85, 100–216, 220
response_classes.py50100% 
utilities.py1815669%20, 38, 45, 67–70, 78–89, 94–101, 121, 125, 127, 154, 157, 166, 184–185, 189, 205–210, 215, 219–220, 224–226, 232–240, 250–253, 259–260, 272–276, 299, 304, 317
custom_geo_json
   edr_feature_collection.py60100% 
formatters
   \_\_init\_\_.py110100% 
   covjson.py57198%88
   geojson.py17288%21, 46
openapi
   custom_dimension_examples.py40100% 
   edr_query_parameter_descriptions.py110100% 
   openapi_examples.py130100% 
routers
   \_\_init\_\_.py00100% 
   edr.py102496%350–351, 441–442
   feature.py471960%99–132, 148–153, 159–181
TOTAL72422369% 

API Unit Test Coverage Summary

Tests Skipped Failures Errors Time
30 0 💤 0 ❌ 0 🔥 1.932s ⏱️

Please sign in to comment.