DerMattinger / MinecraftEarthMap

WorldPainter script with heightmaps and other masks for generating an earth map for Minecraft.
http://earth.motfe.net/
MIT License
110 stars 20 forks source link

Info on how to generate image files #5

Closed ds58 closed 5 years ago

ds58 commented 5 years ago

Hi! I really like the project and how well it works for how simple it is.

I was wondering if you could provide some info on how you select the right sized image files from NASA etc... Maybe in the README?

Specifically, I was wanting to generate a 1:500 scale map (yes, I do have a ton of ram/HDD space/etc).

DerMattinger commented 5 years ago

Hi, I already tried to create a 1:500 map myself. However, the limitation is not exclusively with the amount of memory. Another problem is the imigabuffer of java, which already reaches its limits with the 1:1000 images. Thats why I had to split the globcover images. Of course, you can do this to all images, but it is a lot more affort. (Maybe it is possible to generate 4 seperate worlds and put the region files together at the end.)

Regarding the images, I will add a small description of how I chose the right scaling.

ds58 commented 5 years ago

Ohh I see that's why the globcover images were split... Thats really interesting.

I appreciate the insight though. If I do get a 1:500 generated, I'll comment here for anyone else who may be interested.

(Feel free to close this issue)

BiGUNMAN commented 5 years ago

@dextonanderson Did you end up getting 1:500 generated? I'm very curious to see if and how this can be pulled off.

ds58 commented 5 years ago

@BiGUNMAN I did not, sorry