Skip to content

Commit 8be4e32

Browse files
authored
release: v1.0.1 (#44)
Also updated the examples
1 parent f6729ea commit 8be4e32

6 files changed

Lines changed: 27 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ number as needed.
99

1010
## [Unreleased]
1111

12-
- Nothing
12+
## [1.0.1] - 2026-03-12
13+
14+
- Downgrade pystac to <1.12 for the Microsoft Planetary Computer ([#43](https://github.com/stactools-packages/noaa-hrrr/pull/43))
1315

1416
## [1.0.0] - 2026-02-13
1517

@@ -33,6 +35,7 @@ number as needed.
3335
- Item creation
3436
- `grib:layers` asset property for describing individual layers within a GRIB2 file
3537

38+
[1.0.1]: <https://github.com/developmentseed/noaa-hrrr/releases/tag/1.0.1>
3639
[1.0.0]: <https://github.com/developmentseed/noaa-hrrr/releases/tag/1.0.0>
3740
[0.1.2]: <https://github.com/developmentseed/noaa-hrrr/releases/tag/0.1.2>
3841
[0.1.1]: <https://github.com/developmentseed/noaa-hrrr/releases/tag/0.1.1>

examples/collection.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "Collection",
33
"id": "noaa-hrrr-sfc-conus",
4-
"stac_version": "1.1.0",
4+
"stac_version": "1.0.0",
55
"description": "The NOAA HRRR is a real-time 3km resolution, hourly updated, cloud-resolving, convection-allowing atmospheric model, initialized by 3km grids with 3km radar assimilation. Radar data is assimilated in the HRRR every 15 min over a 1-hour period adding further detail to that provided by the hourly data assimilation from the 13km radar-enhanced Rapid Refresh (RAP) system. This specific collection represents 2D surface levels for the conus region.",
66
"links": [
77
{
@@ -25,15 +25,16 @@
2525
{
2626
"rel": "item",
2727
"href": "./hrrr-conus-sfc-2024-05-10T12-FH0/hrrr-conus-sfc-2024-05-10T12-FH0.json",
28-
"type": "application/geo+json"
28+
"type": "application/json"
2929
},
3030
{
3131
"rel": "item",
3232
"href": "./hrrr-conus-sfc-2024-05-10T12-FH2/hrrr-conus-sfc-2024-05-10T12-FH2.json",
33-
"type": "application/geo+json"
33+
"type": "application/json"
3434
}
3535
],
3636
"stac_extensions": [
37+
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json",
3738
"https://stac-extensions.github.io/datacube/v2.2.0/schema.json"
3839
],
3940
"item_assets": {
@@ -1376,9 +1377,9 @@
13761377
"type": "temporal",
13771378
"description": "Either point-in-time, periodic summary, or cumulative summary.",
13781379
"values": [
1379-
"periodic_summary",
1380+
"point_in_time",
13801381
"cumulative_summary",
1381-
"point_in_time"
1382+
"periodic_summary"
13821383
]
13831384
}
13841385
},
@@ -1793,8 +1794,8 @@
17931794
"0.5-0.8 sigma layer"
17941795
],
17951796
"forecast_type": [
1796-
"periodic_summary",
1797-
"point_in_time"
1797+
"point_in_time",
1798+
"periodic_summary"
17981799
]
17991800
}
18001801
},
@@ -2516,8 +2517,8 @@
25162517
"263 K level"
25172518
],
25182519
"forecast_type": [
2519-
"periodic_summary",
2520-
"point_in_time"
2520+
"point_in_time",
2521+
"periodic_summary"
25212522
]
25222523
}
25232524
},
@@ -3219,9 +3220,9 @@
32193220
"surface"
32203221
],
32213222
"forecast_type": [
3222-
"periodic_summary",
3223+
"point_in_time",
32233224
"cumulative_summary",
3224-
"point_in_time"
3225+
"periodic_summary"
32253226
]
32263227
}
32273228
},
@@ -3464,7 +3465,7 @@
34643465
-134.12142793280145,
34653466
21.122192719272277,
34663467
-60.891244531606546,
3467-
52.62870335266728
3468+
52.62870335266725
34683469
]
34693470
]
34703471
},

examples/hrrr-conus-sfc-2024-05-10T12-FH0/hrrr-conus-sfc-2024-05-10T12-FH0.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Feature",
3-
"stac_version": "1.1.0",
3+
"stac_version": "1.0.0",
44
"stac_extensions": [],
55
"id": "hrrr-conus-sfc-2024-05-10T12-FH0",
66
"geometry": {
@@ -13,11 +13,11 @@
1313
],
1414
[
1515
-60.891244531606546,
16-
52.62870335266728
16+
52.62870335266725
1717
],
1818
[
1919
-134.12142793280145,
20-
52.62870335266728
20+
52.62870335266725
2121
],
2222
[
2323
-134.12142793280145,
@@ -34,7 +34,7 @@
3434
-134.12142793280145,
3535
21.122192719272277,
3636
-60.891244531606546,
37-
52.62870335266728
37+
52.62870335266725
3838
],
3939
"properties": {
4040
"forecast:reference_datetime": "2024-05-10T12:00:00Z",

examples/hrrr-conus-sfc-2024-05-10T12-FH2/hrrr-conus-sfc-2024-05-10T12-FH2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Feature",
3-
"stac_version": "1.1.0",
3+
"stac_version": "1.0.0",
44
"stac_extensions": [],
55
"id": "hrrr-conus-sfc-2024-05-10T12-FH2",
66
"geometry": {
@@ -13,11 +13,11 @@
1313
],
1414
[
1515
-60.891244531606546,
16-
52.62870335266728
16+
52.62870335266725
1717
],
1818
[
1919
-134.12142793280145,
20-
52.62870335266728
20+
52.62870335266725
2121
],
2222
[
2323
-134.12142793280145,
@@ -34,7 +34,7 @@
3434
-134.12142793280145,
3535
21.122192719272277,
3636
-60.891244531606546,
37-
52.62870335266728
37+
52.62870335266725
3838
],
3939
"properties": {
4040
"forecast:reference_datetime": "2024-05-10T12:00:00Z",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stactools-noaa-hrrr"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "NOAA High-Resolution Rapid Refresh (HRRR) stactools package"
55
readme = "README.md"
66
authors = [{ name = "Henry Rodman", email = "henry@developmentseed.org" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)