240
edits
Michaelfavor (talk | contribs) m (→Using TerraGear: copy edit) |
Michaelfavor (talk | contribs) m (→Obtaining and processing data: copy edit) |
||
Line 28: | Line 28: | ||
===Obtaining and processing data=== | ===Obtaining and processing data=== | ||
Terragear | Terragear uses three different kinds of information to generate scenery. | ||
# The elevation of the land (provided by SRTM) | |||
# The location and layout of airports (provided by apt.dat) | |||
# Whether a given lat/lon is sea, land, city, forest, town, road, railway (provided by VMAP0) | |||
This article describes how obtain and process each of these types of data in order, and bring it together for use by FlightGear. The order of these steps is important. For example, the airport data step needs the elevation data to determine the elevation of the airports. | |||
'''<u>Please note:</u> for inclussion in the official FlightGear scenery, all data <u>must</u> come from [[GNU GPL]] compatible sources! The sources listed in this article can be used.''' | |||
'''<u>Please note:</u> for inclussion in the official FlightGear scenery, all data <u>must</u> come from [[GNU GPL]] compatible sources! The in this article | |||
====Elevation data==== | ====Elevation data==== |
edits