Skip to content

Conversation

@michaelmattig
Copy link
Contributor

No description provided.

@michaelmattig michaelmattig changed the title add options to harmonize the inputs of the raster stacker operator in its dialog feat: add options to harmonize the inputs of the raster stacker operator in its dialog Jan 9, 2026
Copy link
Member

@jdroenner jdroenner left a 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data type or datatype?

Copy link
Contributor Author

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spatial reference -> spatial grid

Copy link
Contributor Author

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,
Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdroenner jdroenner merged commit 36ae9a7 into geoengine-2-rework Jan 13, 2026
10 checks passed
@jdroenner jdroenner deleted the raster-stacker-input-harmonization branch January 13, 2026 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants