-
Notifications
You must be signed in to change notification settings - Fork 16
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
Vector to raster conversion #463
base: draft
Are you sure you want to change the base?
Vector to raster conversion #463
Conversation
The json should be valid but the automatic linter gives an error:
|
You have to remove the spaces at the end of the return description. |
@@ -0,0 +1,60 @@ | |||
{ | |||
"id": "vector_to_raster", | |||
"description": "Creates a raster cube as output based on a vector cube. The values in the output raster cube are based on the numeric properties in the input vector cube.", |
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.
The values in the output raster cube are based on the numeric properties in the input vector cube.
What does this mean? Can this be explained a bit better/more precisely?
Generally, I think this needs more specific information about how the conversion is done to be testable in the future.
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.
See comments above.
Co-authored-by: Matthias Mohr <[email protected]>
Co-authored-by: Matthias Mohr <[email protected]>
Co-authored-by: Matthias Mohr <[email protected]>
Co-authored-by: Matthias Mohr <[email protected]>
Related issue: #442