Re: [Geotools-devel] Coverage reprojection as a Process

2022-10-24 Thread Roar Brænden
Hi, Thanks for the answer. It's in conjunction with DEM I'm looking at it. I think it will need some more investigation, but then I know there's no reprojection within gt-process-raster at the moment. Roar Brænden > 24. okt. 2022 kl. 18:49 skrev Jody Garnett : > > I think you have everything

Re: [Geotools-devel] Coverage reprojection as a Process

2022-10-24 Thread Jody Garnett
I think you have everything correct; it should make a very big difference to performance where in your processing chain you do resampling. May I ask if resampling is the correct thing to do? What are you trying to accomplish ... - Resampling is usually best for visualization and not necessarily an

[Geotools-devel] Coverage reprojection as a Process

2022-10-24 Thread Roar Brænden
Hi, I'm looking for a way to reproject a Coverage within a process, much the same way as org.geotools.process.vector.ReprojectProcess. I've looked through the classes of gt-process-raster, and none of these seem to handle reprojection. I see that many of the raster processes are using Coverage O