From 9593b1eabe6ba299d4488f6d9d131a36c15723b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 03:37:00 +0000 Subject: [PATCH] chore(master): release 0.3.0 --- CHANGELOG.md | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..bea4e995e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,66 @@ +# Changelog + +## [0.3.0](https://github.com/linz/topo-imagery/compare/v0.2.0...v0.3.0) (2022-12-19) + + +### Features + +* add gray_webp preset TDE-482 ([#149](https://github.com/linz/topo-imagery/issues/149)) ([396dc16](https://github.com/linz/topo-imagery/commit/396dc16a5c6baf282c5f9c45ba994e7920b20a78)) +* add standardising script (TDE-303) ([#23](https://github.com/linz/topo-imagery/issues/23)) ([fd60e53](https://github.com/linz/topo-imagery/commit/fd60e53eb8748c47cb27bf15270602562b7a8cf0)) +* allow Create Polygons script to run with multiple files ([#48](https://github.com/linz/topo-imagery/issues/48)) ([8372cc7](https://github.com/linz/topo-imagery/commit/8372cc713d1cdd6d03cd629cc5c608d9bda24ba2)) +* apply a cutline if supplied ([#240](https://github.com/linz/topo-imagery/issues/240)) ([13688d8](https://github.com/linz/topo-imagery/commit/13688d81e35ec86f267863f0b8619f75cb99e6f8)) +* automatically refresh role assumptions ([#106](https://github.com/linz/topo-imagery/issues/106)) ([40e4b52](https://github.com/linz/topo-imagery/commit/40e4b52d303e693bfedb846e7d9e572609345926)) +* cog output ([#60](https://github.com/linz/topo-imagery/issues/60)) ([38ef527](https://github.com/linz/topo-imagery/commit/38ef527b04061fb202985c9fedfe6eb73e47ac6e)) +* create collection TDE-453 ([#177](https://github.com/linz/topo-imagery/issues/177)) ([20f5f34](https://github.com/linz/topo-imagery/commit/20f5f348222119e92cff2f45e7756ae668957688)) +* create polygon script return temporary file path ([#47](https://github.com/linz/topo-imagery/issues/47)) ([34c210a](https://github.com/linz/topo-imagery/commit/34c210a6a1dc97d940998271dfe5f37f15d5d52b)) +* create stac items TDE-452 ([#133](https://github.com/linz/topo-imagery/issues/133)) ([47e966a](https://github.com/linz/topo-imagery/commit/47e966a675f40a9da578fbbabb612f9dc0e672f1)) +* create_polygons destination can be a full s3 path ([#15](https://github.com/linz/topo-imagery/issues/15)) ([d276baa](https://github.com/linz/topo-imagery/commit/d276baac6c204f65d1d06c27d5cd00b52091b58f)) +* enable list source TDE-411 ([#36](https://github.com/linz/topo-imagery/issues/36)) ([c676b20](https://github.com/linz/topo-imagery/commit/c676b2031d080411ca66880b6811a135e1358497)) +* File System Abstraction local/AWS TDE-407 ([#69](https://github.com/linz/topo-imagery/issues/69)) ([b4f035e](https://github.com/linz/topo-imagery/commit/b4f035e99bfe12ba8d72af6125ff2e05072dcf11)) +* gdal concurrency TDE-457 ([#96](https://github.com/linz/topo-imagery/issues/96)) ([3f4a3be](https://github.com/linz/topo-imagery/commit/3f4a3bed092acee463cbdfed2efbc64d1c583cff)) +* initialise collection stac TDE-453 ([#132](https://github.com/linz/topo-imagery/issues/132)) ([8c542d5](https://github.com/linz/topo-imagery/commit/8c542d547a0258115f886d5e7b38818f99e6850e)) +* log pretty formatted gdalinfo in non visual qa logs TDE-563 ([#214](https://github.com/linz/topo-imagery/issues/214)) ([58d4cd2](https://github.com/linz/topo-imagery/commit/58d4cd27ea6348507fbf98a460dc43545a2ad9e2)) +* log standardised image gdal virtual path when non visual qa error TDE-563 ([#239](https://github.com/linz/topo-imagery/issues/239)) ([e121df8](https://github.com/linz/topo-imagery/commit/e121df83acf044c80de5f945d030ff70eb8166eb)) +* log the gdal version when run standardising TDE-559 ([#210](https://github.com/linz/topo-imagery/issues/210)) ([d458732](https://github.com/linz/topo-imagery/commit/d458732a5bc891d82568c483081e3dca5e94cbba)) +* logs hostname and execution time TDE-431 ([#77](https://github.com/linz/topo-imagery/issues/77)) ([abb6634](https://github.com/linz/topo-imagery/commit/abb663435c670c2e3e7d87dccbf348366925806c)) +* non visual qa log original tiff path TDE-563 ([#241](https://github.com/linz/topo-imagery/issues/241)) ([6320cc9](https://github.com/linz/topo-imagery/commit/6320cc94d8ee9ae6c86a18a5986233e27187575a)) +* Non Visual QA script (TDE-309) ([#40](https://github.com/linz/topo-imagery/issues/40)) ([8411779](https://github.com/linz/topo-imagery/commit/8411779a6bb8875e3c17268587cfbe1ee264af4c)) +* optimise cutline handling by only using the cutline if required ([#258](https://github.com/linz/topo-imagery/issues/258)) ([5000a65](https://github.com/linz/topo-imagery/commit/5000a65f7516a9a934fdd0937a71d1f5aeebf2b4)) +* rename tiff file if not aligned with its tile name TDE-497 ([#209](https://github.com/linz/topo-imagery/issues/209)) ([7e547d6](https://github.com/linz/topo-imagery/commit/7e547d6deee18355f64703f39026087e8401b9f3)) +* run standardising step on a list of files (TDE-412) ([#35](https://github.com/linz/topo-imagery/issues/35)) ([c119a56](https://github.com/linz/topo-imagery/commit/c119a561ed1cb1830f85f67a4152d37df963dd5e)) +* standardise following by non visual QA check TDE-450 ([#90](https://github.com/linz/topo-imagery/issues/90)) ([ee8227d](https://github.com/linz/topo-imagery/commit/ee8227d074c87981e2b3c776364e7c79824f1ad0)) +* switch between two gdal presets "lzw" or "webp" ([#108](https://github.com/linz/topo-imagery/issues/108)) ([9483f51](https://github.com/linz/topo-imagery/commit/9483f51ac81fcae3e2d57dd5278c3f3ae7141e4f)) +* tde-421 remove destination arguments ([#61](https://github.com/linz/topo-imagery/issues/61)) ([ba69fea](https://github.com/linz/topo-imagery/commit/ba69fea3df9cafe01c57a7564f0e4c16f6d2fc08)) +* update stac collection TDE-453 ([#134](https://github.com/linz/topo-imagery/issues/134)) ([9127002](https://github.com/linz/topo-imagery/commit/9127002151b664235de548aa87492849b798187b)) +* upgrade to stable GDAL v3.6 TDE-565 ([#217](https://github.com/linz/topo-imagery/issues/217)) ([786b11e](https://github.com/linz/topo-imagery/commit/786b11e6e53eba821fd2a1e1375153a595e059ee)) +* use a fixed version of osgeo/gdal container TDE-555 ([#204](https://github.com/linz/topo-imagery/issues/204)) ([e6837ec](https://github.com/linz/topo-imagery/commit/e6837ec7de37239585c39d6b1b7a17d9dffe588b)) +* write processed file paths in tmp/file_list.json ([#50](https://github.com/linz/topo-imagery/issues/50)) ([5387093](https://github.com/linz/topo-imagery/commit/5387093c3707ed3601ef7a135a105259634a121b)) + + +### Bug Fixes + +* --cutline is not required ([#244](https://github.com/linz/topo-imagery/issues/244)) ([9fcb901](https://github.com/linz/topo-imagery/commit/9fcb9011774a09014cc7cc3ed76db88f39d992d5)) +* a couple of bugs in get_session_credentials ([#120](https://github.com/linz/topo-imagery/issues/120)) ([d6372e7](https://github.com/linz/topo-imagery/commit/d6372e7bd6ede4a178e598cf4ef97e11c1803a54)) +* accept preset arg standardise-validate ([#119](https://github.com/linz/topo-imagery/issues/119)) ([aa86be8](https://github.com/linz/topo-imagery/commit/aa86be85b82583cd5c337b24f6be2f80f0e37d06)) +* add 'certifi' lib to temporary fix poetry install issue TDE-451 ([#88](https://github.com/linz/topo-imagery/issues/88)) ([0dd3ea7](https://github.com/linz/topo-imagery/commit/0dd3ea77e0f8b40e19010b50b65476b1c653814e)) +* append to a temporary command list ([#110](https://github.com/linz/topo-imagery/issues/110)) ([6527603](https://github.com/linz/topo-imagery/commit/6527603c2a780f2c7fe3248be13a497062bc3b88)) +* argument source was not correctly set ([#49](https://github.com/linz/topo-imagery/issues/49)) ([44ff66f](https://github.com/linz/topo-imagery/commit/44ff66f62586d3c3beb99360e17908a386e596e9)) +* boto3 sessions need to create resources not clients ([#245](https://github.com/linz/topo-imagery/issues/245)) ([3cee053](https://github.com/linz/topo-imagery/commit/3cee053667de9659d2297429ea588fed6ef1c7f0)) +* correct type imports ([#261](https://github.com/linz/topo-imagery/issues/261)) ([78e55eb](https://github.com/linz/topo-imagery/commit/78e55ebef8515881c37090b53079569c0d34fafc)) +* download sidecar files like tfw and prj ([#246](https://github.com/linz/topo-imagery/issues/246)) ([b8bb95a](https://github.com/linz/topo-imagery/commit/b8bb95adc0ed18c25bebe1aaac1146b88e12aba0)) +* Elastic Search is expecting an object in 'source' ([#156](https://github.com/linz/topo-imagery/issues/156)) ([8b9503b](https://github.com/linz/topo-imagery/commit/8b9503b10527b64074ef7ff28f7378a47bac0c5d)) +* force a alpha band on all imagery if a cutline is present ([#264](https://github.com/linz/topo-imagery/issues/264)) ([dab4565](https://github.com/linz/topo-imagery/commit/dab4565ca058a857865f96bf88eff83bb10b63cb)) +* GDAL error was not logged when command run fails ([#52](https://github.com/linz/topo-imagery/issues/52)) ([01d941e](https://github.com/linz/topo-imagery/commit/01d941e0895f47b20560c4b1b8b69f5a007822c7)) +* geometry, bbox and asset type TDE-502 TDE-520 ([#185](https://github.com/linz/topo-imagery/issues/185)) ([0229df8](https://github.com/linz/topo-imagery/commit/0229df85f81714407cbbc15727b856de612f23b1)) +* keep temporary files so they are pushed to the artifact bucket ([#66](https://github.com/linz/topo-imagery/issues/66)) ([86b8c3a](https://github.com/linz/topo-imagery/commit/86b8c3ae49de908a16e7e8907bd78729b354326f)) +* log gdal stderr instead of raising an exception TDE-557 ([#203](https://github.com/linz/topo-imagery/issues/203)) ([4032145](https://github.com/linz/topo-imagery/commit/4032145b32b1bacceb721d9ad336ed678e6094af)) +* log Non Visual QA error report in a JSON format ([#55](https://github.com/linz/topo-imagery/issues/55)) ([ed4d623](https://github.com/linz/topo-imagery/commit/ed4d623ad3894722f4e6a27455e8af3451efdde2)) +* not logging source as a list of string ([#116](https://github.com/linz/topo-imagery/issues/116)) ([a871935](https://github.com/linz/topo-imagery/commit/a8719359a874f2f654d1ed09d7e1b4c69dbf10c2)) +* retry upto 3 times when InvalidIdentityTokenException happens ([#115](https://github.com/linz/topo-imagery/issues/115)) ([e27f2d0](https://github.com/linz/topo-imagery/commit/e27f2d0db836caf1cd8fc2c24f435f5fd766adc0)) +* skip files which are not tiff ([#53](https://github.com/linz/topo-imagery/issues/53)) ([90396a6](https://github.com/linz/topo-imagery/commit/90396a6347d931f1f5e1c3abd16ae1ff6f86ea28)) +* skip non visual qa if no file has been standardised ([#97](https://github.com/linz/topo-imagery/issues/97)) ([25a85c1](https://github.com/linz/topo-imagery/commit/25a85c1fbc8794bc410760577af051cc285ef079)) +* specify and check bands TDE-533 ([#196](https://github.com/linz/topo-imagery/issues/196)) ([d4e512f](https://github.com/linz/topo-imagery/commit/d4e512fa3e91c7daaacd4348763d494933c5c6d3)) +* suppress aux xml file creation ([#121](https://github.com/linz/topo-imagery/issues/121)) ([c674366](https://github.com/linz/topo-imagery/commit/c674366a7062c81271830975cc3b750b2fafa82d)) +* TDE-454 remove `standardise` from file name ([#92](https://github.com/linz/topo-imagery/issues/92)) ([099df34](https://github.com/linz/topo-imagery/commit/099df340ce6bb00ae199524893f5f3ef8a62350d)) +* tidy up geometry and bbox TDE-522 ([#227](https://github.com/linz/topo-imagery/issues/227)) ([02b06b5](https://github.com/linz/topo-imagery/commit/02b06b51a58650ffbe1a18a4bedd4996251c6c16)) +* use $AWS_ROLE_CONFIG_PATH to be consistent ([#109](https://github.com/linz/topo-imagery/issues/109)) ([d1fff0d](https://github.com/linz/topo-imagery/commit/d1fff0d7be08a5475f99d7fa85e3489fe69469a2)) diff --git a/pyproject.toml b/pyproject.toml index 10099bfca..b3f081e3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ignore_missing_imports = true [tool.poetry] name = "gdal" -version = "0.2.0" +version = "0.3.0" description = "" authors = [ "Blayne Chard ",