FGTools
Tools for creating, managing and editing FlightGear scenery, aircraft, …
Installation
Note: To run these scripts you need Python 3, Python 2 won't work. Recommended version is 3.10 as I only have that installed so couldn't test with any other versions - earlier 3.x versions should work, but no guarantee !
Normal user / Official releases
The latest release of FGTools can be installed with pip:
pip install fgtools
Developers
If you want to always have the latest bleeding edge code, or want to contribute, you should install from Git:
git clone this repo and put it in a place of your choice, say /home/user/fgtools:
/home/user$ git clone https://github.com/TheFGFSEagle/fgtools
Then, cd into the cloned repo folder and install the code:
cd fgtools
pip install -e .
To update the code, you'd run (from the same folder):
git pull
Scripts
- Aircraft
- javaprop2jsbcpct
- vsphist2jsbtable
- vspstab2jsbtable
- Miscellaneous
- coord_converter
- scrape_emanualonline
- scrape_scribd
- tabletool
- Scenery
- aptdat2airportsxml
- create_day_night_xml
- dsftxt2stg
- edit_stg
- fix_aptdat_icaos
- genws20
- osm2aptdat
- pull_xplane_aptdat
- stg2ufo
- ungap_btg
Credits
- dsftxt2stg-lookup.py taken and modified from https://github.com/mherweg/d-laser-fgtools/library.txt
Release files for fgtools 2.1.29
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fgtools-2.1.29.tar.gz | 73.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fgtools-2.1.29-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 160.7 kB
Release files / fgtools-2.1.29.tar.gz
| Download URL | fgtools-2.1.29.tar.gz |
|---|---|
| Size | 73.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bc8e8bd6d986a858bb0f730561ba13ab321eedd150763fd5f772caa43276bb92
|
|
BLAKE2b-256 checksum How to use checksums |
36aa593362cb9d8d682f327a7571697d7f1ee209388563f636d4c6d94150f173
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|
Release files / fgtools-2.1.29-py3-none-any.whl
| Download URL | fgtools-2.1.29-py3-none-any.whl |
|---|---|
| Size | 87.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5970962946e6eee5145a6247735d297a84142a3f01da1fa953e3a6201a4221a8
|
|
BLAKE2b-256 checksum How to use checksums |
a5e16f9abb4607bbcb7abd437c42452520894e0f986de766a2eef12f281be2ee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|