Skip to content

Commit 3a8b3a2

Browse files
authored
fix: add projection information to gloabl items (#30)
Closes #29
1 parent a816fda commit 3a8b3a2

741 files changed

Lines changed: 1466 additions & 740 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/met-office-global-deterministic-height/20250614T0000Z-PT0000H00M/20250614T0000Z-PT0000H00M.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"type": "Feature",
33
"stac_version": "1.1.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json"
5+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6+
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
67
],
78
"id": "20250614T0000Z-PT0000H00M",
89
"geometry": {
@@ -43,6 +44,7 @@
4344
"forecast:horizon": "PT0000H00M",
4445
"met_office_deterministic:model": "global",
4546
"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]]",
4648
"datetime": "2025-06-14T00:00:00Z"
4749
},
4850
"links": [

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"type": "Feature",
33
"stac_version": "1.1.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json"
5+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6+
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
67
],
78
"id": "20250614T0100Z-PT0001H00M",
89
"geometry": {
@@ -43,6 +44,7 @@
4344
"forecast:horizon": "PT0001H00M",
4445
"met_office_deterministic:model": "global",
4546
"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]]",
4648
"datetime": "2025-06-14T01:00:00Z"
4749
},
4850
"links": [

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"type": "Feature",
33
"stac_version": "1.1.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json"
5+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6+
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
67
],
78
"id": "20250614T0200Z-PT0002H00M",
89
"geometry": {
@@ -43,6 +44,7 @@
4344
"forecast:horizon": "PT0002H00M",
4445
"met_office_deterministic:model": "global",
4546
"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]]",
4648
"datetime": "2025-06-14T02:00:00Z"
4749
},
4850
"links": [

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"type": "Feature",
33
"stac_version": "1.1.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json"
5+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6+
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
67
],
78
"id": "20250614T0300Z-PT0003H00M",
89
"geometry": {
@@ -43,6 +44,7 @@
4344
"forecast:horizon": "PT0003H00M",
4445
"met_office_deterministic:model": "global",
4546
"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]]",
4648
"datetime": "2025-06-14T03:00:00Z"
4749
},
4850
"links": [

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"type": "Feature",
33
"stac_version": "1.1.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json"
5+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6+
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
67
],
78
"id": "20250614T0400Z-PT0004H00M",
89
"geometry": {
@@ -43,6 +44,7 @@
4344
"forecast:horizon": "PT0004H00M",
4445
"met_office_deterministic:model": "global",
4546
"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]]",
4648
"datetime": "2025-06-14T04:00:00Z"
4749
},
4850
"links": [

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"type": "Feature",
33
"stac_version": "1.1.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json"
5+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6+
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
67
],
78
"id": "20250614T0500Z-PT0005H00M",
89
"geometry": {
@@ -43,6 +44,7 @@
4344
"forecast:horizon": "PT0005H00M",
4445
"met_office_deterministic:model": "global",
4546
"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]]",
4648
"datetime": "2025-06-14T05:00:00Z"
4749
},
4850
"links": [

examples/met-office-global-deterministic-height/20250614T0600Z-PT0006H00M/20250614T0600Z-PT0006H00M.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"type": "Feature",
33
"stac_version": "1.1.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json"
5+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6+
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
67
],
78
"id": "20250614T0600Z-PT0006H00M",
89
"geometry": {
@@ -43,6 +44,7 @@
4344
"forecast:horizon": "PT0006H00M",
4445
"met_office_deterministic:model": "global",
4546
"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]]",
4648
"datetime": "2025-06-14T06:00:00Z"
4749
},
4850
"links": [

examples/met-office-global-deterministic-height/20250614T0700Z-PT0007H00M/20250614T0700Z-PT0007H00M.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"type": "Feature",
33
"stac_version": "1.1.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json"
5+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6+
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
67
],
78
"id": "20250614T0700Z-PT0007H00M",
89
"geometry": {
@@ -43,6 +44,7 @@
4344
"forecast:horizon": "PT0007H00M",
4445
"met_office_deterministic:model": "global",
4546
"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]]",
4648
"datetime": "2025-06-14T07:00:00Z"
4749
},
4850
"links": [

examples/met-office-global-deterministic-height/20250614T0800Z-PT0008H00M/20250614T0800Z-PT0008H00M.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"type": "Feature",
33
"stac_version": "1.1.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json"
5+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6+
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
67
],
78
"id": "20250614T0800Z-PT0008H00M",
89
"geometry": {
@@ -43,6 +44,7 @@
4344
"forecast:horizon": "PT0008H00M",
4445
"met_office_deterministic:model": "global",
4546
"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]]",
4648
"datetime": "2025-06-14T08:00:00Z"
4749
},
4850
"links": [

examples/met-office-global-deterministic-height/20250614T0900Z-PT0009H00M/20250614T0900Z-PT0009H00M.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"type": "Feature",
33
"stac_version": "1.1.0",
44
"stac_extensions": [
5-
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json"
5+
"https://stac-extensions.github.io/forecast/v0.2.0/schema.json",
6+
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
67
],
78
"id": "20250614T0900Z-PT0009H00M",
89
"geometry": {
@@ -43,6 +44,7 @@
4344
"forecast:horizon": "PT0009H00M",
4445
"met_office_deterministic:model": "global",
4546
"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]]",
4648
"datetime": "2025-06-14T09:00:00Z"
4749
},
4850
"links": [

0 commit comments

Comments
 (0)