Skip to content

Commit ac8331f

Browse files
authored
fix: global has geopotential_height_on_pressure_levels too (#46)
## Related issues - Closes #45 ## Description I only had `geopotential_height_on_pressure_levels` for uk, we needed it for global too. cc @ghidalgo3, FYI a minimum-reproducibe example is here: https://github.com/stactools-packages/met-office-deterministic/compare/issues/45-geopotential-height-again?expand=1#diff-fcd8900fc8d14bab79e38362aa07a61c1bf1ce3cea05ccd0aab72662fbcf9f1dR92-R95 ## Checklist - [x] Tests pass (run `scripts/test`) - [x] Examples have been updated to reflect changes, if applicable
1 parent 2dc28c2 commit ac8331f

749 files changed

Lines changed: 25096 additions & 25083 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "Catalog",
33
"id": "met-office-deterministic",
4-
"stac_version": "1.1.0",
4+
"stac_version": "1.0.0",
55
"description": "Met Office Deterministic atmospheric model data",
66
"links": [
77
{

examples/met-office-global-deterministic-height/20250614T0000Z-20250614T0000Z/20250614T0000Z-20250614T0000Z.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"type": "Feature",
3-
"stac_version": "1.1.0",
4-
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6-
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
7-
],
3+
"stac_version": "1.0.0",
84
"id": "20250614T0000Z-20250614T0000Z",
5+
"properties": {
6+
"forecast:reference_datetime": "2025-06-14T00:00:00Z",
7+
"forecast:horizon": "PT0000H00M",
8+
"met_office_deterministic:model": "global",
9+
"met_office_deterministic:theme": "height",
10+
"proj:wkt2": "GEOGCS[\"unknown\",DATUM[\"unnamed\",SPHEROID[\"Sphere\",6371229,0]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST]]",
11+
"datetime": "2025-06-14T00:00:00Z"
12+
},
913
"geometry": {
1014
"type": "Polygon",
1115
"coordinates": [
@@ -33,20 +37,6 @@
3337
]
3438
]
3539
},
36-
"bbox": [
37-
-180.0,
38-
-90,
39-
180,
40-
90
41-
],
42-
"properties": {
43-
"forecast:reference_datetime": "2025-06-14T00:00:00Z",
44-
"forecast:horizon": "PT0000H00M",
45-
"met_office_deterministic:model": "global",
46-
"met_office_deterministic:theme": "height",
47-
"proj:wkt2": "GEOGCS[\"unknown\",DATUM[\"unnamed\",SPHEROID[\"Sphere\",6371229,0]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST]]",
48-
"datetime": "2025-06-14T00:00:00Z"
49-
},
5040
"links": [
5141
{
5242
"rel": "collection",
@@ -77,5 +67,15 @@
7767
]
7868
}
7969
},
70+
"bbox": [
71+
-180.0,
72+
-90,
73+
180,
74+
90
75+
],
76+
"stac_extensions": [
77+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
78+
"https://stac-extensions.github.io/projection/v1.1.0/schema.json"
79+
],
8080
"collection": "met-office-global-deterministic-height"
8181
}

examples/met-office-global-deterministic-height/20250614T0000Z-20250614T0100Z/20250614T0000Z-20250614T0100Z.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"type": "Feature",
3-
"stac_version": "1.1.0",
4-
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6-
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
7-
],
3+
"stac_version": "1.0.0",
84
"id": "20250614T0000Z-20250614T0100Z",
5+
"properties": {
6+
"forecast:reference_datetime": "2025-06-14T00:00:00Z",
7+
"forecast:horizon": "PT0001H00M",
8+
"met_office_deterministic:model": "global",
9+
"met_office_deterministic:theme": "height",
10+
"proj:wkt2": "GEOGCS[\"unknown\",DATUM[\"unnamed\",SPHEROID[\"Sphere\",6371229,0]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST]]",
11+
"datetime": "2025-06-14T01:00:00Z"
12+
},
913
"geometry": {
1014
"type": "Polygon",
1115
"coordinates": [
@@ -33,20 +37,6 @@
3337
]
3438
]
3539
},
36-
"bbox": [
37-
-180.0,
38-
-90,
39-
180,
40-
90
41-
],
42-
"properties": {
43-
"forecast:reference_datetime": "2025-06-14T00:00:00Z",
44-
"forecast:horizon": "PT0001H00M",
45-
"met_office_deterministic:model": "global",
46-
"met_office_deterministic:theme": "height",
47-
"proj:wkt2": "GEOGCS[\"unknown\",DATUM[\"unnamed\",SPHEROID[\"Sphere\",6371229,0]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST]]",
48-
"datetime": "2025-06-14T01:00:00Z"
49-
},
5040
"links": [
5141
{
5242
"rel": "collection",
@@ -77,5 +67,15 @@
7767
]
7868
}
7969
},
70+
"bbox": [
71+
-180.0,
72+
-90,
73+
180,
74+
90
75+
],
76+
"stac_extensions": [
77+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
78+
"https://stac-extensions.github.io/projection/v1.1.0/schema.json"
79+
],
8080
"collection": "met-office-global-deterministic-height"
8181
}

examples/met-office-global-deterministic-height/20250614T0000Z-20250614T0200Z/20250614T0000Z-20250614T0200Z.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"type": "Feature",
3-
"stac_version": "1.1.0",
4-
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6-
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
7-
],
3+
"stac_version": "1.0.0",
84
"id": "20250614T0000Z-20250614T0200Z",
5+
"properties": {
6+
"forecast:reference_datetime": "2025-06-14T00:00:00Z",
7+
"forecast:horizon": "PT0002H00M",
8+
"met_office_deterministic:model": "global",
9+
"met_office_deterministic:theme": "height",
10+
"proj:wkt2": "GEOGCS[\"unknown\",DATUM[\"unnamed\",SPHEROID[\"Sphere\",6371229,0]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST]]",
11+
"datetime": "2025-06-14T02:00:00Z"
12+
},
913
"geometry": {
1014
"type": "Polygon",
1115
"coordinates": [
@@ -33,20 +37,6 @@
3337
]
3438
]
3539
},
36-
"bbox": [
37-
-180.0,
38-
-90,
39-
180,
40-
90
41-
],
42-
"properties": {
43-
"forecast:reference_datetime": "2025-06-14T00:00:00Z",
44-
"forecast:horizon": "PT0002H00M",
45-
"met_office_deterministic:model": "global",
46-
"met_office_deterministic:theme": "height",
47-
"proj:wkt2": "GEOGCS[\"unknown\",DATUM[\"unnamed\",SPHEROID[\"Sphere\",6371229,0]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST]]",
48-
"datetime": "2025-06-14T02:00:00Z"
49-
},
5040
"links": [
5141
{
5242
"rel": "collection",
@@ -77,5 +67,15 @@
7767
]
7868
}
7969
},
70+
"bbox": [
71+
-180.0,
72+
-90,
73+
180,
74+
90
75+
],
76+
"stac_extensions": [
77+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
78+
"https://stac-extensions.github.io/projection/v1.1.0/schema.json"
79+
],
8080
"collection": "met-office-global-deterministic-height"
8181
}

examples/met-office-global-deterministic-height/20250614T0000Z-20250614T0300Z/20250614T0000Z-20250614T0300Z.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"type": "Feature",
3-
"stac_version": "1.1.0",
4-
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6-
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
7-
],
3+
"stac_version": "1.0.0",
84
"id": "20250614T0000Z-20250614T0300Z",
5+
"properties": {
6+
"forecast:reference_datetime": "2025-06-14T00:00:00Z",
7+
"forecast:horizon": "PT0003H00M",
8+
"met_office_deterministic:model": "global",
9+
"met_office_deterministic:theme": "height",
10+
"proj:wkt2": "GEOGCS[\"unknown\",DATUM[\"unnamed\",SPHEROID[\"Sphere\",6371229,0]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST]]",
11+
"datetime": "2025-06-14T03:00:00Z"
12+
},
913
"geometry": {
1014
"type": "Polygon",
1115
"coordinates": [
@@ -33,20 +37,6 @@
3337
]
3438
]
3539
},
36-
"bbox": [
37-
-180.0,
38-
-90,
39-
180,
40-
90
41-
],
42-
"properties": {
43-
"forecast:reference_datetime": "2025-06-14T00:00:00Z",
44-
"forecast:horizon": "PT0003H00M",
45-
"met_office_deterministic:model": "global",
46-
"met_office_deterministic:theme": "height",
47-
"proj:wkt2": "GEOGCS[\"unknown\",DATUM[\"unnamed\",SPHEROID[\"Sphere\",6371229,0]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST]]",
48-
"datetime": "2025-06-14T03:00:00Z"
49-
},
5040
"links": [
5141
{
5242
"rel": "collection",
@@ -77,5 +67,15 @@
7767
]
7868
}
7969
},
70+
"bbox": [
71+
-180.0,
72+
-90,
73+
180,
74+
90
75+
],
76+
"stac_extensions": [
77+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
78+
"https://stac-extensions.github.io/projection/v1.1.0/schema.json"
79+
],
8080
"collection": "met-office-global-deterministic-height"
8181
}

examples/met-office-global-deterministic-height/20250614T0000Z-20250614T0400Z/20250614T0000Z-20250614T0400Z.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"type": "Feature",
3-
"stac_version": "1.1.0",
4-
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6-
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
7-
],
3+
"stac_version": "1.0.0",
84
"id": "20250614T0000Z-20250614T0400Z",
5+
"properties": {
6+
"forecast:reference_datetime": "2025-06-14T00:00:00Z",
7+
"forecast:horizon": "PT0004H00M",
8+
"met_office_deterministic:model": "global",
9+
"met_office_deterministic:theme": "height",
10+
"proj:wkt2": "GEOGCS[\"unknown\",DATUM[\"unnamed\",SPHEROID[\"Sphere\",6371229,0]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST]]",
11+
"datetime": "2025-06-14T04:00:00Z"
12+
},
913
"geometry": {
1014
"type": "Polygon",
1115
"coordinates": [
@@ -33,20 +37,6 @@
3337
]
3438
]
3539
},
36-
"bbox": [
37-
-180.0,
38-
-90,
39-
180,
40-
90
41-
],
42-
"properties": {
43-
"forecast:reference_datetime": "2025-06-14T00:00:00Z",
44-
"forecast:horizon": "PT0004H00M",
45-
"met_office_deterministic:model": "global",
46-
"met_office_deterministic:theme": "height",
47-
"proj:wkt2": "GEOGCS[\"unknown\",DATUM[\"unnamed\",SPHEROID[\"Sphere\",6371229,0]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST]]",
48-
"datetime": "2025-06-14T04:00:00Z"
49-
},
5040
"links": [
5141
{
5242
"rel": "collection",
@@ -77,5 +67,15 @@
7767
]
7868
}
7969
},
70+
"bbox": [
71+
-180.0,
72+
-90,
73+
180,
74+
90
75+
],
76+
"stac_extensions": [
77+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
78+
"https://stac-extensions.github.io/projection/v1.1.0/schema.json"
79+
],
8080
"collection": "met-office-global-deterministic-height"
8181
}

examples/met-office-global-deterministic-height/20250614T0000Z-20250614T0500Z/20250614T0000Z-20250614T0500Z.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"type": "Feature",
3-
"stac_version": "1.1.0",
4-
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6-
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
7-
],
3+
"stac_version": "1.0.0",
84
"id": "20250614T0000Z-20250614T0500Z",
5+
"properties": {
6+
"forecast:reference_datetime": "2025-06-14T00:00:00Z",
7+
"forecast:horizon": "PT0005H00M",
8+
"met_office_deterministic:model": "global",
9+
"met_office_deterministic:theme": "height",
10+
"proj:wkt2": "GEOGCS[\"unknown\",DATUM[\"unnamed\",SPHEROID[\"Sphere\",6371229,0]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST]]",
11+
"datetime": "2025-06-14T05:00:00Z"
12+
},
913
"geometry": {
1014
"type": "Polygon",
1115
"coordinates": [
@@ -33,20 +37,6 @@
3337
]
3438
]
3539
},
36-
"bbox": [
37-
-180.0,
38-
-90,
39-
180,
40-
90
41-
],
42-
"properties": {
43-
"forecast:reference_datetime": "2025-06-14T00:00:00Z",
44-
"forecast:horizon": "PT0005H00M",
45-
"met_office_deterministic:model": "global",
46-
"met_office_deterministic:theme": "height",
47-
"proj:wkt2": "GEOGCS[\"unknown\",DATUM[\"unnamed\",SPHEROID[\"Sphere\",6371229,0]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AXIS[\"Latitude\",NORTH],AXIS[\"Longitude\",EAST]]",
48-
"datetime": "2025-06-14T05:00:00Z"
49-
},
5040
"links": [
5141
{
5242
"rel": "collection",
@@ -77,5 +67,15 @@
7767
]
7868
}
7969
},
70+
"bbox": [
71+
-180.0,
72+
-90,
73+
180,
74+
90
75+
],
76+
"stac_extensions": [
77+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
78+
"https://stac-extensions.github.io/projection/v1.1.0/schema.json"
79+
],
8080
"collection": "met-office-global-deterministic-height"
8181
}

0 commit comments

Comments
 (0)