Opened 8 years ago

Closed 8 years ago

#1311 closed defect (fixed)

Petascope_outputcrs KVP/GET does not regards the CRS to project

Reported by: Bang Pham Huu Owned by:
Priority: major Milestone: 9.3
Component: petascope Version: development
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

With outputcrs in WCS, it should project the output to the target CRS but it still keep the coverage's CRS without projection.

http://localhost:8080/rasdaman/ows?service=WCS&version=2.0.1&request=GetCoverage&coverageId=mean_summer_airtemp
&outputcrs=http://www.opengis.net/def/crs/EPSG/0/32633&format=image/tiff

which still in epsg:4326

Driver: GTiff/GeoTIFF
Files: /home/rasdaman/Downloads/ows(135)
Size is 886, 711
Coordinate System is:
GEOGCS["WGS 84",
    DATUM["WGS_1984",
        SPHEROID["WGS 84",6378137,298.257223563,
            AUTHORITY["EPSG","7030"]],
        AUTHORITY["EPSG","6326"]],
    PRIMEM["Greenwich",0],
    UNIT["degree",0.0174532925199433],
    AUTHORITY["EPSG","4326"]]

Change History (1)

comment:1 by Bang Pham Huu, 8 years ago

Milestone: 9.29.3
Resolution: fixed
Status: newclosed

This ticket was fixed in patch ticket 1188, it will use crsTransform() and set the coverage CRS to outputCrs, close ticket.

Note: See TracTickets for help on using tickets.