Skip to content

Commit

Permalink
Merge pull request #15 from TUW-GEO/noflood_update
Browse files Browse the repository at this point in the history
Small update of flood metadata definition
  • Loading branch information
fl0roth authored Aug 30, 2023
2 parents 643e2e3 + c9ce619 commit 1fffd47
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

Version 0.2.8
=============

- Updated flood result metadata definition (v1.0)

Version 0.2.7
=============

Expand Down
104 changes: 104 additions & 0 deletions src/medali/lib/s1dc_flood_mapper/V1M2.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
# Flood mapping result metadata, version 1.0

[Metadata]

# creation date - date of the data processing
date_creation: datetime

# modification date - date of last modification, by default set the same as the creation time when processing the data
date_modification: datetime

# acquisition date - sensing start date
date_sensing: datetime

# dataset creator
creator: string

# name of the used worker software
worker_name: string

# tag of the used worker software
worker_git_tag: string

# 7-digit commit of the used worker software
worker_git_commit: string

# name of the used wrapper software
wrapper_name: string

# tag of the used wrapper software
wrapper_git_tag: string

# 7-digit commit of the used wrapper software
wrapper_git_commit: string

# selected run number for the processing
run_number: integer

# filename of Equi7grid tile file
input_sar_file: string

# name of used plia file (average and single-scene)
input_plia_file: string

# method used to provide a no-flood reference (e.g. harmonic, exponential)
noflood_reference: string

# configuration parameters of the used no-flood reference
noflood_reference_details: string

# input for the used no-flood reference (e.g. M0 harmonic parameter file)
noflood_reference_input: string

# slope of mean water backscatter distribution's linear regression
water_backscatter_slope: float

# intercept of mean water backscatter distribution's linear regression
water_backscatter_intercept: float

# standard deviation water backscatter distribution's linear regression
water_backscatter_std: float

# relative orbit number
orbit_relative: integer

# orbit direction (ascending or descending)
orbit_direction: string

# Equi7grid tile code
tile_id: string

# List of applied postprocessing steps
postprocessing_steps: string

# Overruling option of the post-processing step
postprocessing_overrule: boolean

# Kernel size used for lee filtering of input scene or zero if no lee filter was applied
lee_filter_size: integer

# Factor to be multiplied with the water backscatter standard deviation in order to mask conflicting distributions
distrib_factor: float

# Factor to be multiplied with the standard deviation in order to mask measurement outliers
outlier_factor: float

# Threshold to mask high uncertainties
uncert_thresh: float

# a priori probability method (e.g. uninformed, HAND)
prior_probability: string

# was an additional mask (beside model-based ones) applied on the raw flood map?
mask_applied: boolean

# verbal description how the values were encoded
encoding_info: string

# verbal description of the values
value_info: string

[Expected_value]

# orbit direction id
orbit_direction: list, A, D

0 comments on commit 1fffd47

Please sign in to comment.