If you want the part of the JP2 inside the country border you need the INSIDE port connected to the writer.
Thanks @erik_jan! I had tried that before but it keeps not processing when I have the inside set because it gives me this error when ran.
Clipper_SolidClipperFilter(TestFactory): Tested 1 input feature(s) -- 0 feature(s) passed and 1 feature(s) failed
Any idea what could cause this?
Thanks!!!
Are both datasets (country border line and JP2 raster) in the same coordinate system?
If not, you need to reproject one (or both) to get them in the same coordinate system.
You can use the Reprojector transformer to do that.
To check the coordinate system information you can load both datasets in the Data Inspector tool.
A good explanation of using the Clipper on raster data is found here:
raster_clipping
clipping2.fmw@erik_jan
Thanks for all this information, I greatly appreciate your help! This is what I was looking for earlier. I reprojected both datasets and used the inside and it ran however still not getting the output I would like with it clipped. Any idea if changing the parameters would make a difference? Like changing the clipper type maybe? I have attached what I have right now. Any help is appreciated!!
clipping2.fmw@erik_jan
Thanks for all this information, I greatly appreciate your help! This is what I was looking for earlier. I reprojected both datasets and used the inside and it ran however still not getting the output I would like with it clipped. Any idea if changing the parameters would make a difference? Like changing the clipper type maybe? I have attached what I have right now. Any help is appreciated!!
I can not yet download the fmw. I am asking Safe for help on that and will try to answer as soon as possible.
clipping2.fmw@erik_jan
Thanks for all this information, I greatly appreciate your help! This is what I was looking for earlier. I reprojected both datasets and used the inside and it ran however still not getting the output I would like with it clipped. Any idea if changing the parameters would make a difference? Like changing the clipper type maybe? I have attached what I have right now. Any help is appreciated!!
Could you send me the fmw at Erik.Bodewitz@Spatilabiz.com
I cannot find any wrong thing in your workspace. If you inspect the Clipper polygons and the raster with FME Data Inspector, do they overlap definitely?
I cannot find any wrong thing in your workspace. If you inspect the Clipper polygons and the raster with FME Data Inspector, do they overlap definitely?
@takashi How did you manage to see the workspace? I can not download the fmw!
@takashi How did you manage to see the workspace? I can not download the fmw!
@erik_jan, try Right-click > Save As. I'm using Chrome.
@erik_jan, try Right-click > Save As. I'm using Chrome.
After installing Chrome I can see the file. Seems to be a MS Edge issue.
@diggs12 As I replied in the mail, I think it is the GeometricBufferer. Could you replace that with a Bufferer transformer?