Tool: OtsFp9Tools.exe
Posted: Tue Dec 23, 2014 4:44 pm
Hi,
For my Dutch maps I have create a small tool named:OtsFp9Tools.exe.
Its written in C# and located within this github repository.
Within this repository is also a short file description of the .fp9 fileformat made by Robert Crandall.
The Dutch maps are 7 hexdraw maps 67x64 hexes from left to the right with 21 columns overlap and 46 unique columns.
With this tool I can copy every overlap to the next map.
First map:
otsfp9tools /filename="NL 37b 1985.png" /import="NL 37f 1985.png" /offsetcol=46
Second map:
otsfp9tools /filename="NL 37f 1985.png" /import="NL 37b 1985.png" /offsetcol=-46
otsfp9tools /filename="NL 37f 1985.png" /import="NL 38b 1985.png" /offsetcol=46
Third map:
otsfp9tools /filename="NL 38b 1985.png" /import="NL 37f 1985.png" /offsetcol=-46
otsfp9tools /filename="NL 38b 1985.png" /import="NL 38f 1985.png" /offsetcol=46
......
......
Last map:
otsfp9tools /filename="NL 40f 1985.png" /import="NL 40b 1985.png" /offsetcol=-46
There are more options right now not used with this purpose (and not full tested).
/filename=<base filename>");
/import=<import filename>");
[/OffsetCol=<int>]
[/OffsetRow=<int>]
[/RangeMinCol=<int>]
[/RangeMinRow=<int>]
[/RangeMaxCol=<int>]
[/RangeMaxRow=<int>]
[/NewMaxCol=<int>]
[/NewMaxRow=<int>]
Updated to version 1.03:
- Use .jpg as default mapfile extension.
- Add 2 options useful with qgis
/CreateElevation and /CreateHexContours
For my Dutch maps I have create a small tool named:OtsFp9Tools.exe.
Its written in C# and located within this github repository.
Within this repository is also a short file description of the .fp9 fileformat made by Robert Crandall.
The Dutch maps are 7 hexdraw maps 67x64 hexes from left to the right with 21 columns overlap and 46 unique columns.
With this tool I can copy every overlap to the next map.
First map:
otsfp9tools /filename="NL 37b 1985.png" /import="NL 37f 1985.png" /offsetcol=46
Second map:
otsfp9tools /filename="NL 37f 1985.png" /import="NL 37b 1985.png" /offsetcol=-46
otsfp9tools /filename="NL 37f 1985.png" /import="NL 38b 1985.png" /offsetcol=46
Third map:
otsfp9tools /filename="NL 38b 1985.png" /import="NL 37f 1985.png" /offsetcol=-46
otsfp9tools /filename="NL 38b 1985.png" /import="NL 38f 1985.png" /offsetcol=46
......
......
Last map:
otsfp9tools /filename="NL 40f 1985.png" /import="NL 40b 1985.png" /offsetcol=-46
There are more options right now not used with this purpose (and not full tested).
/filename=<base filename>");
/import=<import filename>");
[/OffsetCol=<int>]
[/OffsetRow=<int>]
[/RangeMinCol=<int>]
[/RangeMinRow=<int>]
[/RangeMaxCol=<int>]
[/RangeMaxRow=<int>]
[/NewMaxCol=<int>]
[/NewMaxRow=<int>]
Updated to version 1.03:
- Use .jpg as default mapfile extension.
- Add 2 options useful with qgis
/CreateElevation and /CreateHexContours