New pages
Jump to navigation
Jump to search
- 20:35, 25 May 2026 Fr/FlightGear Newsletter April 2026 (hist | edit) [6,571 bytes] Adaz (talk | contribs) (FR page creation)
- 18:49, 25 May 2026 Fr/FlightGear Newsletter March 2026 (hist | edit) [7,752 bytes] Adaz (talk | contribs) (FR translation page creation)
- 07:47, 25 May 2026 Fr/commandes par séquence de touches (hist | edit) [21,234 bytes] Adaz (talk | contribs) (Page creation)
- 23:39, 23 May 2026 Rendering Options (hist | edit) [1,430 bytes] Celesta (talk | contribs) (Created page with "thumb|The rendering options dialog thumb|Advanced settings that balance frame rate and rendering quality. Here is an incomplete list of the '''rendering options''' dialog, with links to their descriptions. == Basic == * ☐ Throttle frame rate * ☐ Compensate field of view for wider screens * ☐ Use disk space for faster loading (DDS Texture Cache) * ☐ Use point sprites for runway lights...")
- 23:02, 23 May 2026 Buildings (hist | edit) [120 bytes] Celesta (talk | contribs) (disambiguation)
- 17:23, 20 May 2026 Fr/Piste (hist | edit) [5,142 bytes] Adaz (talk | contribs) (Add FR translation for page Runway)
- 17:14, 20 May 2026 Pure Python script to process NLCD for the USA (does not require using QGIS Python Console) (hist | edit) [10,041 bytes] Wlbragg (talk | contribs) (Created page with "=== Pure Python script to process NLCD for the USA (does not require using QGIS Python Console) === This has been tested in Linux, it may or may not need modification to run under Windows OS. USAGE: python3 gen-scenery.py --part 89-86_29 --canopy 41 <syntaxhighlight lang="python"> #!/usr/bin/env python3 import os import subprocess import argparse import tempfile from pathlib import Path from osgeo import gdal # ----------------- CONFIG ----------------- BASE_PATH =...")
- 09:22, 18 May 2026 Fr/menu (hist | edit) [2,638 bytes] Adaz (talk | contribs) (Page creation)
- 19:00, 10 May 2026 Stall (hist | edit) [3,328 bytes] AirplaneMode (talk | contribs) (move "stall" to a new page)
- 09:21, 9 May 2026 Community (hist | edit) [525 bytes] Fgf5 (talk | contribs) (moved from "community portal")
- 01:52, 5 May 2026 FlightGear Newsletter May 2026 (hist | edit) [6,047 bytes] Octal450 (talk | contribs) (Newsletter creation, automatic preload from here)
- 04:06, 29 April 2026 Python script to process Sentinel-2 data (hist | edit) [13,988 bytes] Wlbragg (talk | contribs) (Created page with "== Python script to process Sentinel-2 data == from qgis.core import QgsApplication, QgsCoordinateTransform, QgsProject, QgsRasterLayer, QgsCoordinateReferenceSystem, QgsProcessingException, QgsRasterBlock, QgsRectangle from qgis.analysis import QgsRasterCalculator, QgsRasterCalculatorEntry from qgis import processing from processing.core.Processing import Processing from osgeo import gdal, osr, ogr import os import numpy import numpy as np import subprocess # Define in...") originally created as "Optional Python script to process Sentinel2 data"
- 03:47, 29 April 2026 Python script to process NLCD for the USA (hist | edit) [13,420 bytes] Wlbragg (talk | contribs) (Created page with "Optional Python script to process NLCD for the USA You can optionally process the NLCD by loading this script in the python console of the QGIS Desktop program. This python script method produces more refined data than by using the python calculator method above and it is more automated. If you run this script outside the python console you will need to modify it to locate the data you are processing. If you save the NLCD tiff's using the same consistent naming conventio...") originally created as "Optional Python script to process NLCD for the USA"
- 03:40, 29 April 2026 Processing NLCD for USA using Raster Calculator and tools in QGIS (hist | edit) [9,289 bytes] Wlbragg (talk | contribs) (Created page with "Step By Step Procedure for Processing NLCD for the USA using the Raster Calculator, Up sampling and GRASS r.neighbors NOTE: This "raster calculator" process or method is considered suboptimal to the Python script method below. The Python script method below has newer smoothing processes. However, this method does contain useful knowledge on how to use the raster calculator. It needs to be updated to match the Python script method. We will use a predetermined file namin...") originally created as "Step By Step Procedure for Processing NLCD for the USA using the Raster Calculator, Up sampling and GRASS r.neighbors"
- 17:40, 27 April 2026 Cessna 182S/FAQ (hist | edit) [6,176 bytes] Fgf5 (talk | contribs) (move faqs to a new page)
- 16:25, 21 April 2026 Cessna 172P/FAQ (hist | edit) [7,374 bytes] Fgf5 (talk | contribs) (move FAQs to a new page) originally created as "Cessna 172p/FAQ"
- 01:33, 21 April 2026 FlightGear Newsletter April 2026 (hist | edit) [5,184 bytes] SammySkycrafts (talk | contribs) (Newsletter creation, automatic preload from here)
- 21:48, 20 April 2026 Crosswind (hist | edit) [2,146 bytes] Fgf5 (talk | contribs) (move "crossswind" to crosswind)
- 08:30, 12 April 2026 Fr/Pilote automatique Bendix/King KAP140 (hist | edit) [16,231 bytes] Adaz (talk | contribs) (Fr translation page creation)
- 07:54, 12 April 2026 McDonnell Douglas MD-12 (hist | edit) [953 bytes] I3Riced (talk | contribs) (McDonnell Douglas MD-12 - create stub) Tag: Visual edit
- 07:45, 12 April 2026 McDonnell Douglas MD-12/info (hist | edit) [865 bytes] I3Riced (talk | contribs) (Create info page for the MD-12) Tag: Visual edit: Switched originally created as "MD-12/info"
- 14:56, 5 April 2026 Fr/Shadows (hist | edit) [1,822 bytes] Adaz (talk | contribs) (Creation)
- 14:56, 4 April 2026 Fr/Input helpers (hist | edit) [6,693 bytes] Adaz (talk | contribs) (Created page with " {{BeingTranslated}} == Overview == This page is about Nasal script code for input devices like joysticks, yokes, throttle quadrants and pedals. While small scripts can be easily added directly into joystick <binding>, larger code blocks should be organized a bit differently. As always: "do not repeat yourself" = to make everyones live easier, code should not be copy&pasted but put into a "central" place as functions or classes and be called whenever, wherever needed....")
- 16:45, 30 March 2026 Fr/Nasal Browser (hist | edit) [4,324 bytes] Adaz (talk | contribs) (Fr translation)
- 09:29, 28 March 2026 Fr/FlightGear Newsletter February 2026 (hist | edit) [5,359 bytes] Adaz (talk | contribs) (Fr translation creation)
- 20:22, 27 March 2026 FlightGear Newsletter March 2026 (hist | edit) [5,605 bytes] Octal450 (talk | contribs) (Newsletter creation, automatic preload from here)
- 18:00, 15 March 2026 Fr/FlightGear Newsletter January 2026 (hist | edit) [8,064 bytes] Adaz (talk | contribs) (Creation Fr translation)
- 15:50, 14 March 2026 McDonnell Douglas DC-9/info (hist | edit) [560 bytes] Octal450 (talk | contribs) (Created page with "<includeonly>{{infobox aircraft | name = McDonnell Douglas DC-9 | hangar = bermuda | aircraft = DC-9-32 | type = Airliner | config = Low wing aircraft/Monoplane aircraft/Retractable gear aircraft/Tricycle landing gear aircraft | propulsion = Twinjet | manufacturer = McDonnell Douglasy | fdm = YASim | navbar = 1 | forumtid = 10852 }}</includeonly><noinclude> This is the aircraft infobox subpage of th...")
- 15:45, 14 March 2026 McDonnell Douglas DC-9 (hist | edit) [332 bytes] Octal450 (talk | contribs) (Created page with "{{aero-stub}} {{:{{PAGENAME}}/info}} The '''McDonnell Douglas DC-9''' is a series of twinjet narrowbody commercial airliners created by the McDonnell Douglas Corporation as their entry into the regional/short-haul market. Some parts are based off the DC-8.")
- 12:02, 14 March 2026 Nasal unit tests (hist | edit) [30,258 bytes] Johan G (talk | contribs) (Created page with "{{stub}} '''Nasal unit tests''' is way to test that Nasal functions returns expected values. Writing unit tests for functions allow you to run tests that check if you made errors when writing the function or check if you introduced bugs when extending or maintaining the function. == Writing unit test files == The Nasal test files are regular Nasal files but with the file ending <code>.nut</code> (for Nasal unit test). The name of the test files usually begin with <code...")
- 01:32, 4 March 2026 Mooney M20M Bravo (hist | edit) [3,712 bytes] PhilipsMC (talk | contribs) (Create Mooney M20M Bravo aircraft page)