Search the Community
Showing results for tags 'c-plane 10'.
-
This little free(donationware) script (now in Version 2) helps to transform most parts of DSF files of X-Plane 10 Global Scenery to the GML format. The GML file then can be opened with most modern GIS tools, like the open source tool QGIS, to visualize the internal data structure of the DSF. DISCLAIMER / IMPORTANT: this tool is only for technically versed / interested persons, who know: how to work with the command linehave basic knowledge of scripting languages (especially AWK)do know what GIS means, and how to work with GIS tolls!I will NOT give support/help of any type to people who obviously lack any of these skills! This tool is only for visualization purposes and will in no way help you edit the basic DSF structure! Currently it recognizes these DSF features (and their properties – you can read a lot on them and their use and properties under this link): terrain triangles (physical and overlay) this also means water (.TER)TERRAIN name of terrain type assignedFLAG physical or overlayforests (.FOR) polygons and linesTYPE forest name (FOR) used1. FLAGstrings (.STR)TYPE string name (STR) used1. FLAGbeaches (.BCH) only generic, no type identificationTYPE beach name (BCH) used1. FLAGlines (.LIN)TYPE line name (STR) used1. FLAGdraped polygon (.POL)TYPE polygon name (POL) used1. FLAGfacades (.FAC)TYPE facade name (FAC) used1. FLAGautogen blocks (.AGB)TYPE autogen block name (AGB) used1. FLAGautogen strings (.AGS)TYPE autogen string name (AGS) used1. FLAGautogen points (.AGP)TYPE autogen point (AGP) used1. FLAGnetworks (road, railroad, powerlines) these are currently only identified by their roads.net subtype numbers!SUBTYPE number of network segment (road, railroad, powerline)objects (.OBJ)TYPE object name (OBJ) usedORIENTATION rotation of the objectYou can see a few screenshots showcasing the usage of the resulting GML files in QGIS here: DSF-to-GML v2 script and QGIS It works on Linux, Windows and I think on Mac too. Infos and download is in the Tools / Scripts section of my web site: http://www.alpilotx.net/tools-scripts/xp10_dsf-to-gml_v2_script/