diff --git a/.gitignore b/.gitignore index 4a91e6bb..f6c31684 100644 --- a/.gitignore +++ b/.gitignore @@ -368,4 +368,5 @@ src/MSBuild_Logs/ src/.idea src/global.json -build/ \ No newline at end of file +build/ +package-lock.json diff --git a/CHANGELOG.md b/CHANGELOG.md index f6a46216..1c836e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [2.16.2](https://github.com/Terradue/Stars/compare/2.16.1...2.16.2) +## [2.17.0](https://github.com/Terradue/Stars/compare/2.16.4...2.17.0) + +AMAZONIA-1 metadata extractor + +### Merged + +- AMAZONIA-1 metadata extractor [`#36`](https://github.com/Terradue/Stars/pull/36) + +### Commits + +- AMAZONIA-1 metadata extractor and tests [`8fc9ded`](https://github.com/Terradue/Stars/commit/8fc9ded0cfabb6c44013ccff168dcd36a9b9e21b) +- AMAZONIA-1 metadata extractor and tests (minor fixes) [`e594e02`](https://github.com/Terradue/Stars/commit/e594e02c565d21e6c6f77ff449c7f0693ac491a0) + +## [2.16.4](https://github.com/Terradue/Stars/compare/2.16.3...2.16.4) - 2023-09-27 + +### Merged + +- ESACPE-1690 satelite number fix in the title [`#35`](https://github.com/Terradue/Stars/pull/35) +- ESACPE-1695 PNEO: include all spectral processings in the title [`#34`](https://github.com/Terradue/Stars/pull/34) +- ESACPE-1694 Pleiades NEO order fix [`#33`](https://github.com/Terradue/Stars/pull/33) + +### Commits + +- Ready to release 2.16.4 [`e7992ad`](https://github.com/Terradue/Stars/commit/e7992ad4f6a1960af055e9add28744ad8075c4df) + +## [2.16.3](https://github.com/Terradue/Stars/compare/2.16.2...2.16.3) - 2023-09-26 + +### Merged + +- ESACPE-1597 Pleiades NEO band order fix [`#31`](https://github.com/Terradue/Stars/pull/31) + +### Commits + +- Adjusted Sentinel-2 bands (prioritise bands with original resolution for naming in case of conflicts) [`d91a688`](https://github.com/Terradue/Stars/commit/d91a6884f6e134f065249db400c3cbe7d9424619) +- Eliminated negative sun azimuths for Landsat, including new test case [`e4c9791`](https://github.com/Terradue/Stars/commit/e4c9791ba9f28439861bb77d73cdc8c65d3aba4b) +- Prevent negative cloud cover values for Landsat [`1ba2681`](https://github.com/Terradue/Stars/commit/1ba2681378dfb593a23c1d59f8067cabdec27478) + +## [2.16.2](https://github.com/Terradue/Stars/compare/2.16.1...2.16.2) - 2023-09-22 ### Commits @@ -148,19 +185,30 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Added SAOCOM test case for nested ZIP (not currently working) [`89902d1`](https://github.com/Terradue/Stars/commit/89902d1f39866272b4948797d66d481b1189d863) - SAOCOM metadata extraction from nested ZIP [`e65f862`](https://github.com/Terradue/Stars/commit/e65f862e032ac83dc6c2a41cd70d23ca8b661bfd) -## [2.13.0](https://github.com/Terradue/Stars/compare/2.12.1...2.13.0) - 2023-07-12 +## [2.13.0](https://github.com/Terradue/Stars/compare/2.12.2...2.13.0) - 2023-07-12 ### Merged - Skip S3 access for public buckets [`#16`](https://github.com/Terradue/Stars/pull/16) - Bump System.Linq.Dynamic.Core from 1.2.9 to 1.3.0 in /src/Stars.Services [`#14`](https://github.com/Terradue/Stars/pull/14) -- Fix for Copernicus Data Space (OData API) downloads [`#15`](https://github.com/Terradue/Stars/pull/15) ### Commits - saocom publication test [`edc33a9`](https://github.com/Terradue/Stars/commit/edc33a9e65931b00d5f85bfaf0c48e3288482ca1) - Skip S3 in case of http 200 [`4ce53c6`](https://github.com/Terradue/Stars/commit/4ce53c60e79069e5f3bb3f03613472b09a9b59d5) +- some fix [`cca82cf`](https://github.com/Terradue/Stars/commit/cca82cfccc0c3eb4b24577ac8db2b98cbcd37ce6) + +## [2.12.2](https://github.com/Terradue/Stars/compare/2.12.1...2.12.2) - 2023-07-12 + +### Merged + +- Fix for Copernicus Data Space (OData API) downloads [`#15`](https://github.com/Terradue/Stars/pull/15) + +### Commits + - Fix for failing downloads from Copernicus Data Space (DAS) [`35694ac`](https://github.com/Terradue/Stars/commit/35694ac643735582cf7ed46df6da3ec41916cff5) +- Version 2.12.2 [`bb8a91e`](https://github.com/Terradue/Stars/commit/bb8a91ee5f2d53c7b290e3586bcc459bf6c4aa98) +- Syntax error fixed [`35b337c`](https://github.com/Terradue/Stars/commit/35b337c418e3e29a53ea5e6a437c219cae5a321d) ## [2.12.1](https://github.com/Terradue/Stars/compare/2.12.0...2.12.1) - 2023-06-19 diff --git a/src/Stars.Console/Terradue.Stars.Console.csproj b/src/Stars.Console/Terradue.Stars.Console.csproj index 6bac4d32..89f56159 100644 --- a/src/Stars.Console/Terradue.Stars.Console.csproj +++ b/src/Stars.Console/Terradue.Stars.Console.csproj @@ -2,7 +2,7 @@ Exe net6.0 - 2.16.4 + 2.17.0 Stars is a CLI for working with Spatio Temporal Catalog such as STAC but not only $(Version)-$(VersionSuffix) diff --git a/src/Stars.Data/Terradue.Stars.Data.csproj b/src/Stars.Data/Terradue.Stars.Data.csproj index 28b9d8f5..cf128f68 100644 --- a/src/Stars.Data/Terradue.Stars.Data.csproj +++ b/src/Stars.Data/Terradue.Stars.Data.csproj @@ -4,7 +4,7 @@ Terradue.Stars.Data Terradue.Stars.Data Collection of data Plugins for Terradue.Stars - 2.16.4 + 2.17.0 $(Version)-$(VersionSuffix) NU1603 diff --git a/src/Stars.Services/Terradue.Stars.Services.csproj b/src/Stars.Services/Terradue.Stars.Services.csproj index 7afc94d4..52875fc5 100644 --- a/src/Stars.Services/Terradue.Stars.Services.csproj +++ b/src/Stars.Services/Terradue.Stars.Services.csproj @@ -3,7 +3,7 @@ netstandard2.0 Terradue.Stars Stars is a set of services for working with Spatio Temporal Catalog such as STAC but not only - 2.16.4 + 2.17.0 $(Version)-$(VersionSuffix) Terradue.Stars.Services