Skip to content

Commit

Permalink
Update 20240415_Earth domain topic hierarchy guidelines.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
golfvert authored Nov 6, 2024
1 parent 16d4878 commit b743553
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,13 @@ For example, and for very large datasets, such as NWP output, for each run of th
```
"properties": {
...
"filter": {
"steps": "0h-24h",
"parameters": "SP1"
}
"steps": "0h-24h",
"parameters": "SP1",
...
}
```

This is in accordance with the specification of the WIS2 Notification Message (Chapter 7.1.17 of the standard) and can help users in only downloading the data they need. Those filtering mechanisms should be described in the documentation attached to the dataset and provided as part of the metadata record.
The `filter` above is only an example and each data producer is invited to define and document this additional client side filtering, if useful for this dataset.
The `steps` and `parameters`above are only examplee and each data producer is invited to define and document in the WCMP2 record for this dataset this additional client side filtering, if useful for this data.

As explained above, and reusing this example, adding `steps` and `parameters` as locally defined topic hierarchy level is forbidden.
As explained above, and reusing this example, adding `steps` and `parameters` as locally defined topic hierarchy level is forbidden.

0 comments on commit b743553

Please sign in to comment.