Skip to content

Commit 145e53b

Browse files
committed
Documented Geo2Grid Version Number 1.3 and what is included
that is new in this release.
1 parent fd6eaa3 commit 145e53b

3 files changed

Lines changed: 24 additions & 5 deletions

File tree

NEWS_GEO2GRID.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,26 @@ Release Notes
44
Version 1.3.0 (unreleased)
55
--------------------------
66

7-
* Fix resampling coverage calculations
7+
* Finalized GOES-19 ABI reader support
8+
* Finalized EUMETSAT MTG FCI reader support
9+
* Additional ABI Product readers support added:
10+
11+
* Cloud Top Pressure
12+
* Cloud Top Phase
13+
14+
* Additional ABI RGB support added:
15+
16+
* Airmass (airmass)
17+
* Nighttime Microphysics (night_microphysics)
18+
* Day Cloud Type (day_cloud_type)
19+
* Day Severe Storms (day_severe_storms)
20+
* Ash (ash)
21+
* Dust (dust)
22+
* Volcanic Emissions (volcanic_emissions)
23+
* Fog (fog)
24+
25+
* Optimizations
26+
* Bug fixes
827

928
Version 1.2.0 (2024-05-10)
1029
--------------------------

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ def setup(app):
214214
# General information about the project.
215215
if is_geo2grid:
216216
project = "Geo2Grid"
217-
version = "1.2"
218-
release = "1.2"
217+
version = "1.3"
218+
release = "1.3"
219219
else:
220220
project = "Polar2Grid"
221221

doc/source/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ What's New?
6666
Included in this release:
6767

6868
.. include:: NEWS_GEO2GRID.rst
69-
:start-line: 5
70-
:end-line: 18
69+
:start-line: 4
70+
:end-line: 26
7171

7272
For more details on what's new in this version and past versions see the
7373
`Geo2Grid Release Notes <https://raw.githubusercontent.com/ssec/polar2grid/main/NEWS_GEO2GRID.rst>`_

0 commit comments

Comments
 (0)