Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albar965/navdatareader
Navdatareader is a command line tool that uses the atools fs/bgl and fs/writer to store a full flight simulator scenery database into a relational database like Sqlite or MySql.
https://github.com/albar965/navdatareader
compiler data flight fsx map navigation prepar3d simulator x-plane
Last synced: 1 day ago
JSON representation
Navdatareader is a command line tool that uses the atools fs/bgl and fs/writer to store a full flight simulator scenery database into a relational database like Sqlite or MySql.
- Host: GitHub
- URL: https://github.com/albar965/navdatareader
- Owner: albar965
- License: gpl-3.0
- Created: 2016-02-07T14:40:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T15:59:38.000Z (about 2 months ago)
- Last Synced: 2024-09-15T17:13:34.650Z (about 2 months ago)
- Topics: compiler, data, flight, fsx, map, navigation, prepar3d, simulator, x-plane
- Language: Shell
- Homepage:
- Size: 701 KB
- Stars: 42
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
Navdatareader is a command line tool that uses the atools fs/bgl
and fs/db modules to store a full flight simulator scenery database into
Sqlite, a relational database.It can read flight simulator databases from FSX, Prepar3D, MSFS, X-Plane 11
and the DFD format.Issues can be submitted at https://github.com/albar965/littlenavmap/issues .
------------------------------------------------------------------------------
A short manual is included as PDF in directory "help" or available online here:
https://github.com/albar965/navdatareader/wiki------------------------------------------------------------------------------
A configuration file includes various settings and filter options to
exclude files, directories, facilities or airports. If the file is not given
the simulator paths will be automatically extracted from the registry and
the conversion process will start.
The default configuration file with comments can be found here:
navdatareader/resources/config/navdatareader.cfg--------------------
A confguration file to modify logging options can be found here:
navdatareader/resources/config/logging.cfg--------------------
The database schema is documented in the atools project which contains
the SQL files that create all the needed tables:* atools/resources/sql/fs/db/create_ap_schema.sql:
Airports, runways, COM, approaches, transitions and other airport related tables.* atools/resources/sql/fs/db/create_nav_schema.sql:
VOR, NDB, ILS, waypoints and airways.* atools/resources/sql/fs/db/create_boundary_schema.sql:
Airspace boundaries and related frequencies* atools/resources/sql/fs/db/create_meta_schema.sql:
Metadata for BGL files and scenery areas.* atools/resources/sql/fs/db/create_route_schema.sql:
Tables needed to route calculation. OBSOLETE - not used in LNM as of 2.6.------------------------------------------------------------------------------
This software is licensed under GPL3 or any later version.The source code for this application is available at Github:
https://github.com/albar965/atools
https://github.com/albar965/navdatareaderCopyright 2015-2023 Alexander Barthel ([email protected]).