Opened 10 years ago
Closed 6 years ago
#2835 closed enhancement (fixed)
ST_SetValues doc should specify 1-indexing for column/row parameters
Reported by: | strk | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | documentation | Version: | 2.1.x |
Keywords: | raster | Cc: |
Description
Reading the examples for ST_SetValues it looks like the columnx and rowy parameters are 1-indexed, but it is not written in the documentation. Would better be.
Change History (7)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
You can verify what the ticket description says (that argument refers to first element with 1 instead of 0), then provide a patch for the documentation. Note you can also provide coordinates for pulling your changes from a git repository, possibly by using a fork of one of PostGIS' CodeMirrors.
comment:3 by , 6 years ago
sunveersingh, it is much like the previous issue you fixed! let's start a bit earlier in the process this time:
- go https://github.com/postgis/postgis/tree/svn-trunk/doc
- find file that mentions ST_SetValues inside
- edit it, so it is clear from text that row and column are 1-indexed
- provide a pull request with change.
comment:4 by , 6 years ago
I found the file: https://github.com/postgis/postgis/blob/svn-trunk/doc/reference_raster.xml#L5317 is it correct?
Hello, I would like to work on this issue, please let me know how can I help.