I have a need to write a small script to do two things:
• Input a coordinate, and output the Tasmap 25k map number on which that would be found
• Input a Tasmap 25k map number and output the coordinates that the map covers
Ie, translate both directions between map number and coordinates.
For now, I'll ignore all of the map numbers with a odd number as their second digit. These appear to cover all of the maps with odd sizes or shapes or which otherwise don't fit into the standard grid. It appears that all map numbers with an even number second digit are part of the standard grid, according to my quick look at Tasmaps
index of 25k maps. So I'll just stick to the standard grid maps, and will have to treat the others as special cases, outside of the standard calculation.
I don't have any of my maps handy right now, but I'd like to know if there's a reliable and accurate means of doing this coordinate/map-number translation by a standard calculation. Ie, does each of these maps cover exactly the same range of coordinates both horizontally and vertically? If so, what is the coordinate of the top left of the entire grid (top left of map 2260, "New Year"), and the bottom right of the entire grid (bottom right of the non-existent map that would theoretically cover the area of sea with map number 6217).
Does this make sense?
Does anyone have this information that they'd care to share with me?