Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raster: Read raster for mask from env variable #2392
base: main
Are you sure you want to change the base?
raster: Read raster for mask from env variable #2392
Changes from 49 commits
7e5ba56
4f7b08a
1f9a63c
36f0e67
a9fe1d4
2d987b9
a8b23f6
7065da2
b14ce17
39bf7e9
586158b
a33358d
f79c613
cfa78be
900b67d
58d157a
0920569
d6a41d7
4465c56
967bd73
d5ef245
84f669b
a44a5f3
91da751
3d3b117
40bdc2b
3a3901e
7ae34f6
84ce225
7dfc51b
26ffe8a
c026601
3bd24bb
0a7bf59
aef5f41
035b80f
2ae76b7
449f44d
58686fb
37bd6d4
8903969
2706bec
18d9e56
ca89681
43c3476
bbd6ae0
e6440b6
cd9ebee
99b7edb
d62b1e5
6fc315d
5697586
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do you mean here with import tool? all the examples are with r.slope.aspect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe "an import tool". I could refer to r.in.wms as an example, but tgat relies an that code not changing. Making up an example seem like a lot theoretical code, but maybe the r.in.wms alpha is a good example. Appling a cloud mask would be another example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the "an" sounds good. Something like: "... in the processing steps of, e.g., an import tool, ..." to make it clear that it's just an example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.