Resolve "Release 1.6"
Closes #36 (closed)
Merge request reports
Activity
changed milestone to %1.6
added 1 commit
- a2fa2b19 - #36 (closed) - Move compute SOD SMOD and NOBS into python part. Include the treatment...
I found some difference between schema.json and build_json.py :
- ram default value : 1024 or 2048
- generate_vector default value: true or false
- cloud/rm_snow_inside_cloud_min_area : 25000 or 5000
- inputs/div_mask not set in build_json.py => specific mission parameter
- inputs/div_slope_thres not set in build_json.py => specific mission parameter
- fsc/tcd : what is the description for this property ?
- water_mask/raster_values : what is the description for this property ?
@sgascoin : can you help me on these differences please ? which default value should I keep, what description can I mention for these two properties ? thanks
Edited by Aurore Dupuis- ram default value : 1024 or 2048
2048
- generate_vector default value: true or false
true puisqu'on gardes les shapefiles
- cloud/rm_snow_inside_cloud_min_area : 25000 or 5000
5000 mais peu importe car on n'active pas rm_snow_inside_cloud
- inputs/div_mask not set in build_json.py => specific mission parameter
see MAJA L2A product description
- inputs/div_slope_thres not set in build_json.py => specific mission parameter
see MAJA L2A product description
- fsc/tcd : what is the description for this property ?
Raster map of th tree cover density coded in percent (0-100). Specific to H&R Snow & Ice parameter (generate the snow cover fraction in the binary snow mask)
- water_mask/raster_values : what is the description for this property ?
je ne sais pas je n'ai pas codé cela. I think @remi.jugier is in better position to answer
Edited by Simon Gascoinwater_mask/raster_values : what is the description for this property ?
developped for COSIMS, but we finally decided not to use it : we initially wanted to exclude land waters from the snow processing because within COSIMS we also generate ice products on land waters and we wanted to avoid confliciting results between the snow and the ice product
water_mask parameters :
- apply: True/False: wether to mask land water before snow processing or not
- path: path to raster (must be geotiff file, ending with .tif) or shapefile (must be a shapefile, ending with .shp)
- raster_values: list of values from water mask raster that are considered land water and must therefore be masked before snow processing. this option is unused if path input is a shapefile
added 2 commits
- 8b21bc01 - #36 (closed) - Update schema.json, rename to snow_detector_schema.json. Update...
- e7aa80ff - #36 (closed) - Update json schema default values and descriptions.
@sgascoin @remi.jugier : Thanks a lot. I just updated default values and description. Now build_json.py and run_snow_detector_schema.json are coherent.
added 2 commits
- a6343934 - Update license from AGPL v3 to Apache v2.
- c230dce2 - #36 (closed) - update license to Apache v2
added 1 commit
- fb94fdd1 - #36 (closed) - Move multitemp_cloud_mask.vrt to path_out
added 1 commit
- ac0208d2 - #36 (closed) - Add CLA documents. update CONTRIBUTING.md
@sgascoin I let you look at the modification. thanks.
@sgascoin thanks
assigned to @jbrossar
mentioned in commit 111cf684