Skip to content

Conversation

@merydian
Copy link

The querys ST_Value returns a table with one col and multiple rows. A row for each raster tile that ST_Intersects returns true for. Previously, all except one value at tile borders were null. The valid value was at the bottom of the table returned by ST_Value. Only the topmost point is picked up by the application. The order by now makes sure that the valid value is at the top of the table in order to be picked up.

ST_Value returns a table with one col and multiple rows. A row for each raster tile that ST_Intersects  returns true for. Previously, all except one value at tile borders were null. The valid value was at the bottom of the table returned by ST_Value. Only the topmost point is picked up by the application.
The order by now makes sure that valid value is at the top of the table in order to be picked up.
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.

1 participant