MetOffice / MetOffice/aws-earth-examples

MOGREPS-UK SNS - Matching SNS name attribute to the description of data

Open
#21 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
No language data
Stars
45
Forks
15
PR merge metrics
No merged PRs in 30d

Description

Hello,

I have subscribed to the MOGREPS-UK SNS ARN (arn:aws:sns:eu-west-2:021908831235:aws-earth-mo-atmospheric-mogreps-uk-prd) and I am trying to determine the link between the data returned in the message and the [description of the data](https://www.metoffice.gov.uk/binaries/content/assets/metofficegovuk/pdf/data/mogreps-uk-aws-parameters-november-2019.pdf) from your website, referenced from the [Registry of Open Data on AWS](https://registry.opendata.aws/uk-met-office/).

For example, in the JSON data below there is a "Name" attribute of "lwe_thickness_of_graupel_and_hail_fall_amount", but I can't see this at all in description of the data. Can you help me with the link (lookup list or similar), or point me in the direction for how I can work this out, or correct me in my interpretation of the logic if I've misunderstood things?

Many thanks, Rob.

```
{
"Type":"Notification",
"MessageId":"fb9e5411-a34a-54ae-b2ef-038a344bfc09",
"TopicArn":"arn:aws:sns:eu-west-2:021908831235:aws-earth-mo-atmospheric-mogreps-uk-prd",
"Message":"{\"model\": \"mo-atmospheric-mogreps-uk-prd\", \"long_name\": \"lwe_thickness_of_graupel_and_hail_fall_amount\", \"ttl\": 1596641086, \"time\": \"2020-07-30T23:00:00Z\", \"bucket\": \"aws-earth-mo-atmospheric-mogreps-uk-prd\", \"created_time\": \"2020-07-28T15:16:28Z\", \"name\": \"lwe_thickness_of_graupel_and_hail_fall_amount\", \"forecast_period_bounds\": \"205200 208800\", \"object_size\": 139662.0, \"forecast_period\": \"208800\", \"forecast_reference_time\": \"2020-07-28T13:00:00Z\", \"forecast_period_units\": \"seconds\", \"cell_methods\": \"time: sum\", \"key\": \"a6cd8ec46f068a5a13a58567b136b3f2c2595b2a.nc\", \"realization\": \"23 24 25\"}",
"Timestamp":"2020-07-29T15:24:49.781Z",
"SignatureVersion":"1",
"Signature":"rY0t50duiMfuEVcNKhznucuubMQ5/dfPZpwdIck2t1FD6jYFmfiJJVxfDqFCAmYEF4TaIIE8AoZimryjl25geulL22dbQ7te+/g82frQQ8YPPKUPgqDKFPp/tLeAVOqadcVctpr7Osry1w7v/yv9u45IKDNxvnJy5NUyUyA2nan0H2hbkNU5e4DURbZSIBRrRQhWQKJapvMcqP0Hv+wz4Ilye8ba6Q3ZBXSe5RgKcM0MrBMbdSwvI3WhR3EFqhSGZNGRVcD/Yus+CowrreVSuWufDMVupcj4Ud08/CO92UHWtqb42u8dWjKQ/msmO2yi33V5CvWhNZjtr5rrZjihjw==",
"SigningCertURL":"https://sns.eu-west-2.amazonaws.com/SimpleNotificationService-a86cb10b4e1f29c941702d737128f7b6.pem",
"UnsubscribeURL":"https://sns.eu-west-2.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:eu-west-2:021908831235:aws-earth-mo-atmospheric-mogreps-uk-prd:f39322bf-8548-4781-937e-d590d1487a51",
"MessageAttributes":{
"forecast_reference_time":{
"Type":"String",
"Value":"2020-07-28T13:00:00Z"
},
"name":{
"Type":"String",
"Value":"lwe_thickness_of_graupel_and_hail_fall_amount"
},
"model":{
"Type":"String",
"Value":"mo-atmospheric-mogreps-uk-prd"
}
}
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the MOGREPS-UK SNS example in the issue, then compare its name attribute with the linked MOGREPS-UK AWS parameters PDF and the AWS Open Data registry entry. Done means providing or documenting a reliable mapping between the SNS name and the published data description, or correcting the interpretation if no direct mapping exists.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws
Domain
data, documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.