All Projects → albar965 → navdatareader

albar965 / navdatareader

Licence: GPL-3.0 license
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.

Programming Languages

shell
77523 projects
C++
36643 projects - #6 most used programming language
QMake
1090 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to navdatareader

LittleNavmapOFMTheme
Open Flightmaps VFR Map Theme for Little Navmap
Stars: ✭ 34 (-2.86%)
Mutual labels:  map, simulator, navigation, flight
Littlenavmap
Little Navmap is a free flight planner, navigation tool, moving map, airport search and airport information system for Flight Simulator X, Microsoft Flight Simulator 2020, Prepar3D and X-Plane.
Stars: ✭ 571 (+1531.43%)
Mutual labels:  map, simulator, navigation
VAOS
Virtual Aviation Operations System
Stars: ✭ 44 (+25.71%)
Mutual labels:  simulator, flight, fsx
Thunder-Lightning
An Open Source Futuristic Action Flight Simulator Game Inspired By Carrier Command
Stars: ✭ 29 (-17.14%)
Mutual labels:  simulator, flight
leaflet-layer-tree-plugin
No description or website provided.
Stars: ✭ 31 (-11.43%)
Mutual labels:  map, navigation
EFBConnect
A utility that shares Microsoft Flight Simulator position, attitude, and traffic information with ForeFlight.
Stars: ✭ 18 (-48.57%)
Mutual labels:  fsx, prepar3d
pilotclient
Cross-platform cross-simulator pilot client for virtual air traffic networks
Stars: ✭ 57 (+62.86%)
Mutual labels:  x-plane, prepar3d
s60-maps
Yet another maps for Symbian OS
Stars: ✭ 27 (-22.86%)
Mutual labels:  map, navigation
react-native-boilerplate
Ready-made structure of your next React Native application within a few minutes.
Stars: ✭ 36 (+2.86%)
Mutual labels:  simulator, navigation
awesome-maps-ukraine
A curated list of maps of Ukraine, ukrainian mappers and tools that they use or develop for creating and publish maps
Stars: ✭ 35 (+0%)
Mutual labels:  map, navigation
Hotels
酒店预订App
Stars: ✭ 323 (+822.86%)
Mutual labels:  map, navigation
Arcgis Runtime Samples Ios
Swift samples demonstrating various capabilities of ArcGIS Runtime SDK for iOS
Stars: ✭ 275 (+685.71%)
Mutual labels:  map, navigation
Fmap
宇行地图:高仿高德地图Android客户端(持续更新中...)
Stars: ✭ 347 (+891.43%)
Mutual labels:  map, navigation
Xcsoar
... the open-source glide computer
Stars: ✭ 196 (+460%)
Mutual labels:  map, navigation
bottom-nav
Material Design bottom-nav https://material.io/guidelines/components/bottom-navigation.html
Stars: ✭ 25 (-28.57%)
Mutual labels:  navigation
game-map-editor
game-map-editor
Stars: ✭ 17 (-51.43%)
Mutual labels:  map
leaflet-tag-filter-button
Adds tag filter control for layers (marker, geojson features etc.) to LeafLet.
Stars: ✭ 48 (+37.14%)
Mutual labels:  map
QSimPlanner
A tool for fuel planning and take-off/landing performance calculations.
Stars: ✭ 56 (+60%)
Mutual labels:  fsx
CarND-Path-Planning
Highway driving at 50 mph with traffic using A* for path planning.
Stars: ✭ 18 (-48.57%)
Mutual labels:  simulator
TomScottMap
A unofficial map of the videos created by Tom Scott. See his Youtube channel for the complete list of videos (including those that are not geo-referenceable).
Stars: ✭ 30 (-14.29%)
Mutual labels:  map
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/navdatareader

Copyright 2015-2020 Alexander Barthel ([email protected]).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].