Skip to content

Commit

Permalink
fix metadata topic_hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Nov 7, 2024
1 parent 4079c2d commit 0707517
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions tests/data/metadata/discovery/int-wmo-test-ship.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
wis2box:
retention: P30D
topic_hierarchy: int-wmo-test/data/core/weather/surface-based-observations/ship
country: int
centre_id: int-wmo-test
data_mappings:
plugins:
bin:
- plugin: wis2box.data.bufr4.ObservationDataBUFR
notify: true
buckets:
- ${WIS2BOX_STORAGE_INCOMING}
file-pattern: '^A_[A-Z0-9]{6}.*_._[A-Z]{4}_(\d{4}\d{2}\d{2}).*\.bin$'

mcf:
version: 1.0

metadata:
identifier: urn:wmo:md:int-wmo-test:surface-weather-observations:ship
hierarchylevel: dataset

identification:
title: Example surface weather observations GOOS Voluntary Observing Ships
abstract: Example surface weather observations from GOOS Voluntary Observing Ships downloaded from the WIS.
dates:
creation: 2024-03-04
keywords:
default:
keywords:
- surface weather
- temperature
- observations
- ship
wmo:
keywords:
- weather
keywords_type: theme
vocabulary:
name: Earth system disciplines as defined by the WMO Unified Data Policy, Resolution 1 (Cg-Ext(2021), Annex 1.
url: https://codes.wmo.int/wis/topic-hierarchy/earth-system-discipline
extents:
spatial:
- bbox: [-180.0, -90.0, 180.0, 90.0]
crs: 4326
temporal:
- begin: 2024-02-09
end: null
resolution: P1H
rights: WMO Unified Policy for the International Exchange of Earth System Data
url: https://example.org/fixme

contact:
host: &contact_poc
organization: World Meteorological Organisation
url: https://www.wmo.int/
individualname: Firstname Lastname
positionname: Position Name
phone: null
fax: null
address: null
city: null
administrativearea: null
postalcode: null
country: null
email: [email protected]
hoursofservice: 0800h - 1600h UTC
contactinstructions: email

0 comments on commit 0707517

Please sign in to comment.