Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clairecporter committed Aug 28, 2023
1 parent 22069bb commit ff245f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
History
=======

1.3.0 (2023-08-28)
------------------
* More complete check of `SetsmScene` source file existence
* Add new '*_datamask.tif' DEM mosaic tile component raster to scripts
* New toggle for writing "tile release" format index fields
* Support for pg_service.conf postgres connection settings
* Limit rasterproxy creation to relevant tifs in packaging
* Improve handling of errors in SETSM product packaging scripts
* Fix security issue in logging, change expected Danco service name in PG config
* Add python script with function to read LERC_ZSTD compressed 50cm Scene DEM rasters
* Strip DEM index changes to use correct field tupes

1.2.1 (2023-05-01)
------------------
* STAC: Add support for ArcticDEM v3.0 mosaics
Expand All @@ -10,7 +22,6 @@ History

1.2 (2023-03-10)
------------------

* Added ability to convert Strip DEMs to COG upon packaging and build raster proxy files
* Added scene DEM index fields and correct improper field types
* Added ability to creat STAC items and catalogs
Expand Down
2 changes: 1 addition & 1 deletion lib/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python

__version__ = (1, 2, 1, "r00000")
__version__ = (1, 3, 0, "r00000")
VERSION = "{}.{}.{}{}".format(*__version__)
SHORT_VERSION = VERSION.split("r")[0]

0 comments on commit ff245f5

Please sign in to comment.