Changes between Initial Version and Version 1 of Ticket #5484, comment 3


Ignore:
Timestamp:
Aug 28, 2023, 2:32:03 AM (11 months ago)
Author:
strk

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5484, comment 3

    initial v1  
    33We currently define:
    44
     5{{{
    56st_value(rast raster, band integer, x integer, y integer, exclude_nodata_value boolean DEFAULT TRUE)
    67-- Changed: 3.2.0 added resample arg
     
    89st_value(rast raster, x integer, y integer, exclude_nodata_value boolean DEFAULT TRUE)
    910st_value(rast raster, pt geometry, exclude_nodata_value boolean DEFAULT TRUE)
     11}}}
    1012
    1113Chances are a Replaces comment going with the `Changed` line would suffice, but unfortunately I've troubles building both 3.1 and 3.4 with the same proj version to test upgrades myself.