File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ documented in this file. The format is based on [Keep a
55Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
77
8+ ## [ v3.0.0] - 2025-09-18
9+
10+ ### Added:
11+
12+ * ` ruff ` hooks have been added to the ` pre-commit ` settings for this repository.
13+ They exclude large legacy files, but will otherwise scan smaller files as
14+ they are iterated.
15+
16+ ### Changed:
17+
18+ * Functionality to generate netCDF4 output files from GeoTIFFs has been migrated
19+ into a new separate module. This may be a step towards a separate microservice
20+ for this operation.
21+
22+ ### Removed:
23+
24+ * Input files that are netCDF4 or zip files containing netCDF4 files will no
25+ longer be processed in this service. Instead, the [ net2cog] ( https://github.com/podaac/net2cog )
26+ service should be used as a preceding step to ensure a GeoTIFF input to this
27+ service.
28+
829## [ v2.0.0] - 2025-09-05
930
1031### Changed:
@@ -319,5 +340,6 @@ This is the final version. We will stop the development for a while.
319340
320341## [ v1.0.0]
321342
343+ [ v3.0.0 ] : https://github.com/nasa/harmony-gdal-adapter/releases/tag/3.0.0
322344[ v2.0.0 ] : https://github.com/nasa/harmony-gdal-adapter/releases/tag/2.0.0
323345[ v1.1.0 ] : https://github.com/nasa/harmony-gdal-adapter/releases/tag/1.1.0
Original file line number Diff line number Diff line change 1- 2 .0.0
1+ 3 .0.0
You can’t perform that action at this time.
0 commit comments