{
    "id": "urn:wmo:md:int-ecmwf:ifs:enfo:short-trajectory",
    "type": "Feature",
    "conformsTo": [
	    "http://wis.wmo.int/spec/wcmp/2/conf/core"
    ],
    "properties": {
        "type": "dataset",
        "title": "ECMWF physics based probabilistic forecast",
        "description": "Tropical cyclone trajectories from ECMWF physics based probabilistic short forecast provided between step 0 hours and step 144 hours",
        "keywords": [
            "IFS",
            "Physics-based",
            "BUFR",
            "tropical-cyclone",
            "weather",
            "prediction",
            "probabilistic",
            "trajectory",
            "medium-range",
            "NWP"
        ],
        "contacts": [
            {
                "identifier": "ECMWF",
                "organization": "European Centre for Medium-range Weather Forecast",
                "name": "ECMWF User support",
                "links": [
                    {
                         "type": "text/html",
                         "rel": "canonical",
                         "href": "https://support.ecmwf.int"
                    }
                ],
                "contactInstructions": "link",
                "roles": [
                    "producer",
                    "host"
                ]
            }
        ],
        "version": "1.0",
        "created": "2025-12-02T14:00:00Z",
        "updated": "2026-04-01T10:00:00Z",
        "language":{
            "code":"en"
        },
        "status": {
            "id": "operational",
            "title": "ECMWF operational 24/7 forecasting system",
            "description": "ECMWF operational 24/7 forecasting system"
        },
        "wmo:dataPolicy": "core",
        "externalIds": [
            {
                "scheme": "doi",
                "value": "10.21957/open-data"
            }
        ],
        "themes": [
            {
                "concepts": [
                    {
                        "id": "weather",
                        "url": "https://github.com/wmo-im/wis2-topic-hierarchy/tree/main/topic-hierarchy/earth-system-discipline/index.csv#L2"
                    }
                ],
                "scheme": "https://github.com/wmo-im/wis2-topic-hierarchy/tree/main/topic-hierarchy/earth-system-discipline"
            },
            {
                "concepts": [
                    {
                        "id": "prediction",
	            		"url": "https://github.com/wmo-im/wis2-topic-hierarchy/tree/main/topic-hierarchy/earth-system-discipline/weather/index.csv#L4"
                    }
                ],
                "scheme": "https://github.com/wmo-im/wis2-topic-hierarchy/tree/main/topic-hierarchy/earth-system-discipline/weather"
            },
            {
                "concepts": [
                    {
                        "id": "forecast",
	                    "url": "https://github.com/wmo-im/wis2-topic-hierarchy/tree/main/topic-hierarchy/earth-system-discipline/weather/prediction/index.csv#L3"
                    }
                ],
                "scheme": "https://github.com/wmo-im/wis2-topic-hierarchy/tree/main/topic-hierarchy/earth-system-discipline/weather/prediction"
            },
            {
                "concepts": [
                    {
                        "id": "medium-range",
            			"url": "https://github.com/wmo-im/wis2-topic-hierarchy/tree/main/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/index.csv#L2"
                    }
                ],
                "scheme": "https://github.com/wmo-im/wis2-topic-hierarchy/tree/main/topic-hierarchy/earth-system-discipline/weather/prediction/forecast"
            },
            {
                "concepts": [
                    {
                        "id": "probabilistic",
            			"url": "https://github.com/wmo-im/wis2-topic-hierarchy/tree/main/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/index.csv#L3"
                    }
                ],
                "scheme": "https://github.com/wmo-im/wis2-topic-hierarchy/tree/main/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range"
            },
            {
                "concepts": [
                    {
                        "id": "trajectory",
		            	"url": "https://github.com/wmo-im/wis2-topic-hierarchy/tree/main/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/probabilistic/index.csv#L4"
                    }
                ],
                "scheme": "https://github.com/wmo-im/wis2-topic-hierarchy/tree/main/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/probabilistic"
            },
	        {
                "concepts": [
                    {
                        "id": "FM 94 BUFR edition 4",
	            		"url": "https://codes.wmo.int/codeform/_bufr4"
                    }
                ],
                "scheme": "http://codes.wmo.int/codeform"
            }
        ]
    },
    "geometry": {
        "type": "Polygon",
        "coordinates": [
            [
                [-180, -90],
                [-180,  90],
                [ 180,  90],
                [ 180, -90],
                [-180, -90]
            ]
        ]
    },
    "time": {
        "interval": [ "2004-09-28", ".."]
    },
    "additionalExtents": {
        "spatial": {
            "bbox": [
                [-180, -90, 180, 90]
            ],
            "crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
        },
        "temporal": {
            "interval": [
                ["T06Z", "PT144H"],
                ["T18Z", "PT144H"]
            ],
            "resolution": "PT144H",
            "trs": "http://www.opengis.net/def/trs/ISO-8601"
        }
    },
	"links" : [
	    {
	        "href": "mqtts://aux.ecmwf.int:8883",
	        "title": "ECMWF Open Data Broker",
	        "rel": "items",
	        "type":"application/geo+json",
			"channel": "origin/a/wis2/int-ecmwf/data/core/weather/prediction/forecast/medium-range/probabilistic/trajectory"
	    },
	    {
	        "href": "https://data.ecmwf.int",
	        "title": "ECMWF Open Data Portal",
	        "rel": "archives",
	        "type": "text/html"
	    },
	    {
	        "href": "https://pypi.org/project/ecmwf-opendata/",
	        "title": "ECMWF Open Data API",
	        "rel": "service",
	        "type": "text/html"
	    },
	    {
	        "href": "https://apps.ecmwf.int/datasets/licences/general/",
	        "title": "Terms of Use for ECMWF Open Data Products",
	        "rel": "license",
	        "type": "text/html"
	    },
	    {
	        "href": "https://dx.doi.org/10.21957/open-data",
	        "title": "ECMWF Open Data",
	        "rel": "cite-as",
	        "type": "text/html"
	    }
	]
}
