Changes between Version 4 and Version 5 of Processing/LLToBNG
- Timestamp:
- Jul 20, 2010, 12:10:59 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LLToBNG
v4 v5 3 3 The point of writing this code was to have a fast way to scan all the eagle/hawk header files for a project and use the co-ordinates from them to determine the UK OS grid squares they covered. To do this, run gettiles.sh in the base project directory and it'll go do it for you. The steps it goes through are below and can be used for other conversions. 4 4 5 Note that this only prints out the end tiles of the flight lines - the lines may also include intervening tiles that are not printed. 5 Note that this only prints out the end tiles of the flight lines - the lines may also include intervening tiles that are not printed, which is why gettiles.sh has been replaced 6 by demgen.py when calling nextmapdem.sh so that any intervening tiles are also included in the generation of the dem file. demgen.py can be used to produce a list of tiles in the same format as gettiles.sh 6 7 7 8 ----