I'm trying to create GCP points for a raster. I have some points for which I know the original and transformed coordinates. So now I need to know for each point the column and row from the underlying raster. I tried the PointOnRasterValueExtractor, but it gives only information from the bands.
I tried the RasterCellCoercer which gives me row and column. With a spatialfilter I get results, but is already slow for my test file and when I try to do that for my actual raster I run out of disk space.
Does anybody know another way to get the row and column from a raster for a certain point?
I use 2020.2