Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
let-it-snow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Remote Modules
let-it-snow
Merge requests
!115
#119
- Remove SAGA-GIS dependency
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#119
- Remove SAGA-GIS dependency
119-hillshade
into
develop
Overview
61
Commits
135
Pipelines
0
Changes
23
Merged
Céline Raillé
requested to merge
119-hillshade
into
develop
1 year ago
Overview
28
Commits
135
Pipelines
0
Changes
23
Expand
Closes
#119 (closed)
0
0
Merge request reports
Compare
develop
version 29
51d100b0
1 year ago
version 28
0e9114cc
1 year ago
version 27
30443755
1 year ago
version 26
763d9b32
1 year ago
version 25
bd198832
1 year ago
version 24
6909b060
1 year ago
version 23
fb1263e1
1 year ago
version 22
4d0961f8
1 year ago
version 21
1e743609
1 year ago
version 20
40e9599f
1 year ago
version 19
76368ba5
1 year ago
version 18
d2d92511
1 year ago
version 17
2511390e
1 year ago
version 16
d353b717
1 year ago
version 15
e5bbf0c2
1 year ago
version 14
eb09087e
1 year ago
version 13
31c737f3
1 year ago
version 12
11988a6c
1 year ago
version 11
c56bbe99
1 year ago
version 10
ab1d0964
1 year ago
version 9
f1d6d380
1 year ago
version 8
297fdaeb
1 year ago
version 7
9abeca0e
1 year ago
version 6
c1a746fa
1 year ago
version 5
1edceb78
1 year ago
version 4
0d10ac93
1 year ago
version 3
5025a93b
1 year ago
version 2
53d3ef46
1 year ago
version 1
5faab4c2
1 year ago
develop (base)
and
latest version
latest version
2b1de793
135 commits,
1 year ago
version 29
51d100b0
134 commits,
1 year ago
version 28
0e9114cc
133 commits,
1 year ago
version 27
30443755
132 commits,
1 year ago
version 26
763d9b32
130 commits,
1 year ago
version 25
bd198832
129 commits,
1 year ago
version 24
6909b060
128 commits,
1 year ago
version 23
fb1263e1
127 commits,
1 year ago
version 22
4d0961f8
125 commits,
1 year ago
version 21
1e743609
124 commits,
1 year ago
version 20
40e9599f
122 commits,
1 year ago
version 19
76368ba5
121 commits,
1 year ago
version 18
d2d92511
120 commits,
1 year ago
version 17
2511390e
119 commits,
1 year ago
version 16
d353b717
118 commits,
1 year ago
version 15
e5bbf0c2
117 commits,
1 year ago
version 14
eb09087e
116 commits,
1 year ago
version 13
31c737f3
115 commits,
1 year ago
version 12
11988a6c
113 commits,
1 year ago
version 11
c56bbe99
112 commits,
1 year ago
version 10
ab1d0964
111 commits,
1 year ago
version 9
f1d6d380
110 commits,
1 year ago
version 8
297fdaeb
109 commits,
1 year ago
version 7
9abeca0e
108 commits,
1 year ago
version 6
c1a746fa
107 commits,
1 year ago
version 5
1edceb78
106 commits,
1 year ago
version 4
0d10ac93
92 commits,
1 year ago
version 3
5025a93b
91 commits,
1 year ago
version 2
53d3ef46
90 commits,
1 year ago
version 1
5faab4c2
89 commits,
1 year ago
23 files
+
257
−
274
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
23
Search (e.g. *.vue) (Ctrl+P)
doc/atbd/fsc_config_schema.json
+
19
−
12
Options
@@ -293,19 +293,26 @@
"title"
:
"the shaded_snow_pass schema"
,
"type"
:
"integer"
},
"
sagagis_
tools_
libs
"
:
{
"id"
:
"
sagagis_
tools_
libs
"
,
"default"
:
""
,
"description"
:
"
Path to the saga-gis tools libraries
"
,
"title"
:
"the
sagagis_
tools_
libs
schema"
,
"type"
:
"
string
"
"
raster
tools_
use
"
:
{
"id"
:
"
raster
tools_
use
"
,
"default"
:
true
,
"description"
:
"
Activate rastertools hillshade detection
"
,
"title"
:
"the
raster
tools_
use
schema"
,
"type"
:
"
boolean
"
},
"sagagis_thresh"
:
{
"id"
:
"sagagis_thresh"
,
"default"
:
200
,
"description"
:
"saga-gis shadow threshold"
,
"title"
:
"the sagagis_thresh schema"
,
"type"
:
"number"
"rastertools_window_size"
:
{
"id"
:
"rastertools_window_size"
,
"default"
:
1024
,
"description"
:
"Define size of tiles to distribute processing"
,
"title"
:
"the rastertools_window_size schema"
,
"type"
:
"boolean"
},
"rastertools_radius"
:
{
"id"
:
"rastertools_radius"
,
"default"
:
null
,
"description"
:
"Max distance (in pixels) around a point to evaluate horizontal elevation angle"
,
"title"
:
"the rastertools_radius schema"
,
"type"
:
"boolean"
}
}
},
Loading