Ticket #1238 (closed defect: fixed)
[raster] Resample and upperleftx , upperlefty
| Reported by: | standa | Owned by: | pracine |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | raster | Version: | trunk |
| Keywords: | ST_Resample | Cc: |
Description
Hi I load in the raster having SRID = 4326 I like to reproject this raster to the 3844 when I test
SELECT rid, (foo.md).* FROM (SELECT rid,ST_MetaData(ST_Resample(rast,3844,0.002,0.002)) As md FROM dem_table1 WHERE rid=1) as foo;
and obtain the same upperleftx , upperlefty as for the original raster. I tested also ST_Transform - the same result -> is it OK? Thank you
Change History
Note: See
TracTickets for help on using
tickets.
