-
Notifications
You must be signed in to change notification settings - Fork 12
feat: add options to harmonize the inputs of the raster stacker operator in its dialog #858
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
feat: add options to harmonize the inputs of the raster stacker operator in its dialog #858
Conversation
jdroenner
left a comment
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.
looks good :)
| <p> | ||
| If the input rasters have different datatypes, you must select one common datatype the rasters are converted to before | ||
| stacking. | ||
| If the input rasters have different <i>data types</i>, you must select one common datatype the rasters are converted to |
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.
data type or datatype?
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.
|
|
||
| @if (outputRegrids().length > 1) { | ||
| <p> | ||
| If the input rasters have different <i>spatial grids</i>, you must select one common spatial reference the rasters are |
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.
spatial reference -> spatial grid
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.
| add(): void { | ||
| regridToString(regrid: Regrid): string { | ||
| return `Origin: (${regrid.origin.x.toFixed(2)}, ${regrid.origin.y.toFixed(2)}), Resolution: (${regrid.resolution.x.toFixed( | ||
| 2, |
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.
in WGS84 we need more decimals
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.
No description provided.