New pages
Jump to navigation
Jump to search
- 01:52, 5 May 2026 FlightGear Newsletter May 2026 (hist | edit) [5,130 bytes] Octal450 (talk | contribs) (Newsletter creation, automatic preload from here)
- 04:06, 29 April 2026 Python script to process Sentinel-2 data (hist | edit) [12,710 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) [12,841 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,143 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,320 bytes] Adaz (talk | contribs) (Fr translation creation)
- 20:22, 27 March 2026 FlightGear Newsletter March 2026 (hist | edit) [5,564 bytes] Octal450 (talk | contribs) (Newsletter creation, automatic preload from here)
- 18:00, 15 March 2026 Fr/FlightGear Newsletter January 2026 (hist | edit) [8,025 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,705 bytes] PhilipsMC (talk | contribs) (Create Mooney M20M Bravo aircraft page)
- 18:35, 22 February 2026 FG-MCP Server (hist | edit) [6,354 bytes] Aepcam (talk | contribs) (Created page with "{{WIP}} {{Infobox Software |title = FG-MCP Server |logo = FG-MCP.png|128px |developedby = Michat |developmentstatus = Active |type = MCP Server |latestrelease = (rolling releases) |initialrelease = 22.02.2026 |writtenin = MD to Python 3.10+ |os = Windows, GNU/Linux, MacOS |license = GNU General Public License v2 |devel-repo = wip }} == GENERAL DESCRIPTI...")
- 19:36, 17 February 2026 FlightGear Newsletter February 2026 (hist | edit) [4,147 bytes] Aepcam (talk | contribs) (Newsletter creation, automatic preload from here)