Sat Jun 23 06:02:28 2018 by Hypercane |
Hello, I was wondering if you could guide me on how to do the command line stuff to where I can input a map file that has the map in it like how Earth.map does? I know there's some documentation, but I'm having some difficulty understanding it, any help would be greatly appreciated. |
Mon Jun 25 09:31:22 2018 by Torben |
On Linux or MacOS, you should write a command like./planet -s 0.123 -w 800 -h 400 -pM -b -M 0.2 -o outfile.bmp < earth.map On Windows, the command is planet.exe -s 0.123 -w 800 -h 400 -pM -b -M 0.2 -o outfile.bmp < earth.map The file earth.map should be in the folder from which you run the program. |
Mon Jun 25 16:56:56 2018 by Hypercane |
Ah excellent, thank you. Just one more question, how do I also in that command adjust the color by latitude to be strong? |
Mon Jun 25 19:49:08 2018 by Torben |
You add -c -c to the command. Adding a third -c makes the dependency even stronger. |