Skip to content
Snippets Groups Projects
Commit 0f4538df authored by Roelofsen, Hans's avatar Roelofsen, Hans
Browse files

fixed metadatatags in tif output

parent 417daaa6
No related branches found
No related tags found
No related merge requests found
......@@ -255,8 +255,8 @@ class OutputRaster:
dest.update_tags(**metadata_dict(self.arguments))
dest.update_tags(
**{
str(i): str(j)
for i, j in target_reclassifier.key_to_category.items()
str(j): str(i)
for i, j in target_reclassifier.category_to_outvalue.items()
}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment