-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add templates for publishing non synop/temp data #624
Comments
2024-02-06:
|
Something like this for drifters (using the MCF format); mcf:
version: 1.0
metadata:
identifier: urn:wmo:md:${WIS2CENTRE}:surface-observations:drifting-buoy
hierarchylevel: dataset
identification:
title: Surface observations from the ${COUNTRY} drifting buoy program
abstract:
Surface observations (sea surface temperature, sea level pressure, waves, current) from the \
${COUNTRY} drifting buoy program.
dates:
creation: null
keywords:
default:
keywords:
- observations
- drifting buoy
- ocean
- marine
- waves
- sea surface temperature
- sea level pressure
- ocean currents
wmo:
keywords:
- weather
- ocean
- climate
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://github.com/wmo-im/wis2-topic-hierarchy/blob/main/topic-hierarchy/earth-system-discipline/index.csv
extents:
spatial:
- bbox: [-180.0, -90.0, 180.0, 90.0]
crs: 4326
temporal:
- begin: null
end: null
resolution: P1H
rights: WMO Unified Policy for the International Exchange of Earth System Data
url: https://example.org/fixme
contact:
pointOfContact: &contact_poc
organization: ${ORGANISATION}
url: ${ORGANISATION_HOMEPAGE}
individualname: ${METADATA_CONTACT_INDIVIDUAL_NAME}
positionname: ${METADATA_CONTACT_POSITION_NAME}
phone: ${METADATA_CONTACT_PHONE}
fax: ${METADATA_CONTACT_FAX}
address: ${METADATA_CONTACT_ADDRESS}
city: ${METADATA_CONTACT_CITY}
administrativearea: ${METADATA_CONTACT_ADMINISTRATIVE_AREA}
postalcode: ${METADATA_CONTACT_POSTAL_CODE}
country: ${METADATA_CONTACT_COUNTRY}
email: ${METADATA_CONTACT_POSITION_EMAIL}
hoursofservice: ${HOURS_OF_SERVICE}
contactinstructions: ${METADATA_CONTACT_INSTRUCTION}
distributor: *contact_poc
Where do we want to collect the templates? |
We have defined a location for the templates in wis2box-webapp, but we still only have synop/temp: I noted there is a WIP wis2-topic-hierachy to map GTS to WIS2 topics: Once this issue is resolved we can proceed adding templates for all these topics |
@efucile to provide a subset of "stable" topics from those listed in: |
@dberry given that we now have official topics for ship/buoy/etc committed to the wis2-topic-hierarchy repo: could you please assist making the appropriate new templates for the new topics in wis2box-webapp: |
addressed in wmo-im/wis2box-webapp#54 with addition of drifting buoy and ship templates. |
@maaikelimper to deploy and test/validate. |
I have received multiple requests regardging publishing non synop/temp data :
we could address some of these issues by:
We could also add more templates like currently we have:
and
The text was updated successfully, but these errors were encountered: