Bookmark this page: Add GeoTiff help for old map scan to Yahoo MyWeb Add GeoTiff help for old map scan to Google Bookmarks Add GeoTiff help for old map scan to Windows Live Add GeoTiff help for old map scan to Del.icio.us Digg GeoTiff help for old map scan! Add GeoTiff help for old map scan to Netscape
  •  
  • Subject
  • Author
  • Date
If you were  Registered and logged in, you could reply and use other advanced thread options
Posted by Rummy on May 17, 2006, 7:31 am
Sorry to bother this list, but I'm looking for some help with writing
GeoTIFF.

Background:
I'm compiling a set of scans of out-of-copyright Ordnance Survey maps
(Popular edition approx 1920s and 30s). Which I want to make publicly
available (e.g. on geotorrent).

I'd like to create the files in geoTiff format, the problem is that
while I'm competent on the programming side I don't know what
parameters to use in the geotiff headers for each map. I've already
ortho rectified the scans, and can even project them into WGS84, but
I'd like to distribute each map unprojected.

Here's the information that I do have, can anyone help?

Projection system:
        Cassini-Soldner
                falseEastings = 0
                falseNorthings = 0
                Natural Origin Latitude = 53d 13m 17.274s
                Natural Origin Longitude = -2d 41m 3.562s

        Ellipsoid
                Airy 1830
                Major Axis:20923713 feet aka 6377563.396m
                Minor Axis:20853810 feet aka 6356256.909m

This is of course common to all the scans, an example scan would be:

                Sheet name: Popular Edition Sheet 44
                Cassini coordinates of the sides (feet)
                        N +48940
                        S -46100
                        W -3690
                        E 138870

                image dimensions:
                        width         8106 pixels .
                        height         5400 pixels

                one image pixel is
                        142560/8106 = 17.587 feet wide
                        95040/5400 = 17.6 feet tall

The slight discrepancy in the pixel dimensions happens because the OS
didn't always print the grid lines on the maps correctly.

Andrew Rowbottom


Posted by Philippe on May 18, 2006, 12:56 pm
You might get some infos there
http://www.remotesensing.org/geotiff/geotiff.html on how to write geotiff
headers.
Bon courage!


1147865468.327273.3290@j55g2000cwa.googlegroups.com...
> Sorry to bother this list, but I'm looking for some help with writing
> GeoTIFF.
> Background:
> I'm compiling a set of scans of out-of-copyright Ordnance Survey maps
> (Popular edition approx 1920s and 30s). Which I want to make publicly
> available (e.g. on geotorrent).
> I'd like to create the files in geoTiff format, the problem is that
> while I'm competent on the programming side I don't know what
> parameters to use in the geotiff headers for each map. I've already
> ortho rectified the scans, and can even project them into WGS84, but
> I'd like to distribute each map unprojected.
> Here's the information that I do have, can anyone help?
> Projection system:
> Cassini-Soldner
> falseEastings = 0
> falseNorthings = 0
> Natural Origin Latitude = 53d 13m 17.274s
> Natural Origin Longitude = -2d 41m 3.562s
> Ellipsoid
> Airy 1830
> Major Axis:20923713 feet aka 6377563.396m
> Minor Axis:20853810 feet aka 6356256.909m
> This is of course common to all the scans, an example scan would be:
> Sheet name: Popular Edition Sheet 44
> Cassini coordinates of the sides (feet)
> N +48940
> S -46100
> W -3690
> E 138870
> image dimensions:
> width 8106 pixels .
> height 5400 pixels
> one image pixel is
> 142560/8106 = 17.587 feet wide
> 95040/5400 = 17.6 feet tall
> The slight discrepancy in the pixel dimensions happens because the OS
> didn't always print the grid lines on the maps correctly.
> Andrew Rowbottom
>