Shp2Vec: Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
(New page: Shp2Vec.exe is a tool provided in the FSX SDK to convert data from the common GIS 'Shapefile' format into the Bgl format used by Flight Simulator. All input data must be in terms of WGS84...)
 
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox-Applicable-FSVersion
| FSXI = false
| FSXA = true
| FSX = true
| FS2004 = false
| FS2002 = false
| FS2000 = false
| FS98 = false
}}
Shp2Vec.exe is a tool provided in the FSX SDK to convert data from the common GIS 'Shapefile' format into the Bgl format used by Flight Simulator.
Shp2Vec.exe is a tool provided in the FSX SDK to convert data from the common GIS 'Shapefile' format into the Bgl format used by Flight Simulator.


All input data must be in terms of WGS84 coordinate system, have relevant columns and entries in its attribute table and be accompanied by the correct XML defintion file supplied in the SDK examples.
All input data must be in terms of WGS84 coordinate system, have relevant columns and entries in its attribute table and be accompanied by the correct XML defintion file supplied in the SDK examples.
'''Tips:'''
* Ensure polygons are 'single part' and not multipart features (use the multipart to single part tool in ArcGIS)- Multipart features will not process properly in Shp2Vec.
* Ensure the shapefile has the correct columns added. Data will not be converted and appear to process indefinitely but no errors will be returned if it does not.
[[Category:Tools]]
[[Category:Terrain Design]]
[[Category:Scenery Design]]

Latest revision as of 16:43, 9 August 2011

Shp2Vec.exe is a tool provided in the FSX SDK to convert data from the common GIS 'Shapefile' format into the Bgl format used by Flight Simulator.

All input data must be in terms of WGS84 coordinate system, have relevant columns and entries in its attribute table and be accompanied by the correct XML defintion file supplied in the SDK examples.

Tips:

  • Ensure polygons are 'single part' and not multipart features (use the multipart to single part tool in ArcGIS)- Multipart features will not process properly in Shp2Vec.
  • Ensure the shapefile has the correct columns added. Data will not be converted and appear to process indefinitely but no errors will be returned if it does not.