I want to place planning site drawings (not geocoded) onto an Ordnance Survey basemap where there are simalar reference ponts which could be used to fix the planning raster. Any ideas would be very useful. I am sure it can be done but I can't work oout where to start. Many thanks.
Have you looked at the RasterGeoreferencer?
Have you looked at the RasterGeoreferencer?
There is the added complication of scale and size of image.
For similar situations I use the AffineWarper.
The ungeoreferenced image goes into the Observed port.
The control is a set of 2 vertex lines that have the first vertex as the reference point in the image in pixel space, and the second vertex as the same reference point in projection space.
So a pixel at R17,C249 might correspond to 34.175N, -127.643W and a pixel at R1024, C30 might correspond to 31.145N, -145.261W.
Your control would be two lines
<(249,17),(-127.643, 34.175)]
](30,1024),(-145.261,31.145)]
This assumes that your site drawings are more or less internally consistent. If the drawings are not to scale, then the technique you are looking for is called Rubbersheeting and FME does not currently support it for rasters.
For similar situations I use the AffineWarper.
The ungeoreferenced image goes into the Observed port.
The control is a set of 2 vertex lines that have the first vertex as the reference point in the image in pixel space, and the second vertex as the same reference point in projection space.
So a pixel at R17,C249 might correspond to 34.175N, -127.643W and a pixel at R1024, C30 might correspond to 31.145N, -145.261W.
Your control would be two lines
<(249,17),(-127.643, 34.175)]
](30,1024),(-145.261,31.145)]
This assumes that your site drawings are more or less internally consistent. If the drawings are not to scale, then the technique you are looking for is called Rubbersheeting and FME does not currently support it for rasters.
Thanks for the advice but I have tried that and nothing is coming out.
It would be useful to have an example I could use to determine where I am going wrong.
I have to many band errors which I can't resolve
This gives me a line for every reference.