Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alus-23 Basic metadata for S1 processed products #29

Merged
merged 8 commits into from
Apr 12, 2023

Conversation

kautlenbachs
Copy link
Member

No description provided.

@kautlenbachs kautlenbachs added the enhancement New feature or request label Apr 3, 2023
@kautlenbachs kautlenbachs requested a review from pr2718 April 3, 2023 14:21
@kautlenbachs kautlenbachs self-assigned this Apr 3, 2023
@kautlenbachs kautlenbachs linked an issue Apr 3, 2023 that may be closed by this pull request
@@ -105,4 +105,11 @@ std::string ConvertToWkt(std::string_view shp_file_path) {

return std::string(wkt_shp);
}

void AddMetadataTo(GDALDataset* ds, const common::metadata::Container& md) {
for (const auto& m : md.GetValues()) {
Copy link
Contributor

@pr2718 pr2718 Apr 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably should use std::map, otherwise the order of metadata depends on the linked C++ stdlib version.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems non issue, gdal sorts itself.

@kautlenbachs kautlenbachs added this to the Version 1.6 milestone Apr 4, 2023
@kautlenbachs kautlenbachs merged commit 05342f9 into development Apr 12, 2023
@kautlenbachs kautlenbachs deleted the alus-23-dev branch April 17, 2023 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Basic metadata addition to output products of S1 routines
2 participants