Hello,
Back in AH1 days there was a tool called MapMaker that used both GTOPO30 Digital Elevation Map (DEM) and the ground coverage types from USCG to create realistic maps.
Unfortunately it is not relevant for AH2 any more also the database used had quite a low resolution. Currently designers set different ground types according to altitude with both not correct and it very problematic for areas with large ground type differences, like dessert, rivers, forests etc.
I had written a new tool called "makeahmap" that creates elevation files, water file and ground type files using more up to date database: GlobCover.
It has much higher resolution and allows to setup fine details of the ground.
For example, this is a color coded distribution of the ground coverage I had used for 512x512 miles map:
http://cppcms.com/pics/cov.pngIt has very fine grained details like Nile, Suez Channel, exact position of Dead sea and Sea of Galilee boundaries that are impossible to derive from the altitudes alone (dead sea is -1200 feet below the surface of the sea). You can see the rich agricultural areas of Delta Nile and desert areas.
Now I combined it with the elevation database and could create the map.
Note it is very initial version and probably buggy:
Download from:
http://cppcms.com/files/makeahmap.zipYou will need to download the GlobCover database file and DEM files (links in README)
Unzip, read README.txt, edit config.ini to configure the setup and run to create gndtype.bmp, mapname.elv and water(d/c).bmp
Notes:
- it does not have GUI, you rather edit config.ini and double-click on the exe. It should be straight forward to use. (I would not implement GUI at this point)
- You need the coordinates of the area you want to create, it is very useful to work with google maps to configure them.
Sources are included. User input is more than welcome.
The software licensed under MIT software license.