Ticket #754 (closed enhancement: fixed)
[raster] Band index in rt_core functions must be 0-based
| Reported by: | jorgearevalo | Owned by: | jorgearevalo |
|---|---|---|---|
| Priority: | low | Milestone: | PostGIS 2.0.0 |
| Component: | raster | Version: | trunk |
| Keywords: | index | Cc: |
Description
Most of the functions that receive as argument a band index in rt_core expect 0-based index. But function "rt_raster_dump_as_wktpolygons" expects a 1-based index, and MapAlgebra? (under construction) too. All the core functions should follow the same principles. The easier way is to ensure all the functions follow the 0-based scheme
Change History
Note: See
TracTickets for help on using
tickets.
