Hello everyone,

we recently tested the WCS of Geoserver. We want to use the service to request 
images in different projections. Our data source is in UTM32N and we requested 
GK3 images with coordinates in GK3. Here is the request:

{_URL_}wcs?SERVICE=WCS&VERSION=2.0.1&REQUEST=GetCoverage&COVERAGEID=raster_test:DTK100n
 
&FORMAT=GeoTIFF&SUBSET=Y,http://www.opengis.net/def/crs/EPSG/0/31467(3400000,3420000)&SUBSET=X,http://www.opengis.net/def/crs/EPSG/0/31467(5660000,5680000)&SUBSETTINGCRS=http://www.opengis.net/def/crs/EPSG/0/31467&OUTPUTCRS=http://www.opengis.net/def/crs/EPSG/0/31467

First we thought it would be a problem of the transformation of the pixels, but 
in our opinion the distortion is too big (3 pixels are missing). Here are the 
parameters of the image generated by the request:

Dimensions
X: 3998 Y: 3999 Bands: 1


Pixel Size

5.00201,-5.00201
Layer Extent (layer original source projection)
3399999.6508074491284788,5659999.2086437549442053 : 
3419997.6992640472017229,5680002.2594826966524124

The resulting image has the wrong Pixel size (should be 5), the wrong extent 
and the wrong dimensions (should be 4000 each direction). Additionally there is 
a small shift in the image compared to the data source. We also run the test on 
the MapServer and received the correct size, extent and dimension.
Are we missing a setting? We already checked the CRS settings in the 
epsg.properties file, but those are correct. Is there any possibility or 
workaround for this issue?
Maybe there is a possibility to snap the pixels to a specified grid?

Kind regards,
Anna

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to