Thread: Finding terrain maps...

  1. #1
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607

    Finding terrain maps...

    I'm looking for a website or company that either sells or has free terrain data maps. The USGS (United States Geological Survey) does not seem to have any, or I cannot navigate their site well enough to find them.

    This is all for a voxel engine that I've been tinkering around with. Scale of the map does not matter because I can smooth out the large changes in height through bi-linear interpolation, altering the cell size of the world, and by producing noise in the height data.

    I have spent weeks and months trying to find terrain maps to no avail. NASA site is large and has plenty of photos but I could not find any useful maps, especially ones that I could download legally.

  2. #2
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    weird... i wouldn't have figured they'd have a file format standard for geographical mapfiles... the more you know... oh, i'll ask a geography teacher at my school... i doubt he'd be a computer nut like we are by coincidence tho...
    hasafraggin shizigishin oppashigger...

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    After a bit of rummaging around, I found this
    http://directory.google.com/Top/Scie...y/Cartography/
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Thanks, Salem. I cannot figure out why I've had so much trouble with my research, but before posting this question I can assure you that I just about exhausted all my resources. Perhaps I was just searching under the incorrect words, phrases, or something like that. Sometimes I can find just what I'm looking for on the web and others....well you get the idea. Looks like I've been given a multitude of sites to search.

    Again, thanks a million.

    Also, doubleanti, I'm not sure there is a standard type of geographical file format. One site listed over twelve to fifteen different types of data formats for geographical data. None of them looked very difficult. Should not be hard to code a base class for the i/o and derive from it for the various formats.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Continous LOD Terrain Source... Released!
    By Perspective in forum Game Programming
    Replies: 13
    Last Post: 04-17-2006, 11:21 PM
  2. New terrain engine
    By VirtualAce in forum Game Programming
    Replies: 16
    Last Post: 03-16-2006, 02:47 AM
  3. Drawing only what you can see (terrain)
    By Eber Kain in forum Game Programming
    Replies: 8
    Last Post: 07-05-2004, 12:19 AM
  4. Terrain algos
    By VirtualAce in forum Game Programming
    Replies: 1
    Last Post: 04-10-2004, 02:50 PM
  5. OpenGL terrain demo (EDITOR)
    By Jeremy G in forum Game Programming
    Replies: 2
    Last Post: 03-30-2003, 08:11 PM