Hello everyone!
When I use gpt in a workflow on another PC everything runs smooth and i get my expected result (a clipped raster after an shapefile within the expected projection, with XxY dimensions). When I try the same gpt on my computer, with all the paths configured, the reprojection part of the .xml graphs somehow doesn’t give the expected result.
Why I say that? I get a raster with no projection but with the desired dimensions that are 5000x5000 cells. Everything in the processing chain it’s right but not the projection part. Where am I wrong?
Reproject graph example:
<node id="Reproject">
<operator>Reproject</operator>
<sources>
<sourceProduct refid="Land-Sea-Mask"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<wktFile/>
<crs>31700</crs>
<resampling>Nearest</resampling>
<referencePixelX>0</referencePixelX>
<referencePixelY>0</referencePixelY>
<easting>89000</easting>
<northing>798960</northing>
<orientation/>
<pixelSizeX>300</pixelSizeX>
<pixelSizeY>300</pixelSizeY>
<width/>
<height/>
<tileSizeX/>
<tileSizeY/>
<orthorectify>false</orthorectify>
<elevationModelName/>
<noDataValue>NaN</noDataValue>
<includeTiePointGrids>false</includeTiePointGrids>
<addDeltaBands>false</addDeltaBands>
</parameters>