Skip to content

Commit

Permalink
Merge pull request #3 from mundialis/semantic_label
Browse files Browse the repository at this point in the history
actinia api: bandref -> semantic_label
  • Loading branch information
metzm authored Jan 11, 2022
2 parents 9377511 + 77db8f4 commit 62827d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class RasterInfoModel(Schema):
'timestamp': {'type': 'string'},
'title': {'type': 'string'},
'west': {'type': 'string'},
'bandref': {'type': 'string'}
'semantic_label': {'type': 'string'}
}
example = {
"cells": "2025000",
Expand Down

0 comments on commit 62827d7

Please sign in to comment.