Skip to main content

Hello everyone

I need to run a test process that reads a file in netCDF format and clips it using a Clipper. I am using a shapefile for clipping, but the Clipper is giving me the following error:


Clipper_<Rejected> (TeeFactory): Clipper_<Rejected>: Termination Message: 'Clipper output a <Rejected> feature. To continue translation when features are rejected, change 'Workspace Parameters' > Translation > 'Rejected Feature Handling' to 'Continue Translation''

 

Here is an example of the process I'm trying to test.

I want to write two output files, one in NetCDF format and the other in Geotiff format.
Afterwards, I need to open one of the result files and the original netCDF file in QGIS to check the values.

The goal of this test is to verify why, in another process, the clipped result is altering some values related to the original global input file (netCDF).

 

Thank you in advance for any assistance you can provide.

You need to flip the inputs if you want to clip the netcdf. And you need the “Lugo_4326” outputport, not the initiator.


Here is the translation into British English:

"I tried it that way, it doesn't give an error, but it doesn't write the files. I might be missing a setting in the Clipper."

 

 


Both datasets needs to be in the same coordinatesystem and need to overlap to get this to work. Can be done with a Reprojector.


Your FeatureReader that is reading ‘Lugo_4326‘ is not finding anything to read, hence why you’re not seeing any outputs from the clipper.


Reply