Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:SST/shards/sets/AVIATION WEATHER HANDBOOK

From Wikipedia, the free encyclopedia

local library = {}

-- Aviation Weather Handbook by Federal Aviation Administration
-- Template:Cite AWH
library['AVIATION_WEATHER_HANDBOOK_2022'] = {
    ['host'] = 'web',
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['title'] = "Aviation Weather Handbook",
        ['publisher'] = "[[Federal Aviation Administration]]",
        ['year'] = "2022",
        ['edition'] = "FAA-H-8083-28",
    },
    ['parameter_map'] = {
        ['chapter'] = {
            ['1'] = "Chapter 1: Introduction",
            ['2'] = "Chapter 2: Overview of the United States Aviation Weather Service Program and Information",
            ['3'] = "Chapter 3: Overview of Aviation Weather Information",
            ['4'] = "Chapter 4: The Earth's Atmosphere",
            ['5'] = "Chapter 5: Heat and Atmosphere",
            ['6'] = "Chapter 6: Water Vapor",
            ['7'] = "Chapter 7: Earth-Atmosphere Heat Imbalances",
            ['8'] = "Chapter 8: Atmospheric Pressure and Altimetry",
            ['9'] = "Chapter 9: Global Circulations and Jet Streams",
            ['10'] = "Chapter 10: Wind",
            ['11'] = "Chapter 11: Air Masses, Fronts, and Wave Cyclone Model",
            ['12'] = "Chapter 12: Vertical Motion and Clouds",
            ['13'] = "Chapter 13: Atmospheric Stability",
            ['14'] = "Chapter 14: Precipitation",
            ['15'] = "Chapter 15: Weather Radar",
            ['16'] = "Chapter 16: Mountain Weather",
            ['18'] = "Chapter 18: Weather and Obstructions to Visibility",
            ['19'] = "Chapter 19: Turbulence",
            ['20'] = "Chapter 20: Icing",
            ['21'] = "Chapter 21: Arctic Weather",
            ['22'] = "Chapter 22: Thunderstorms",
            ['23'] = "Chapter 23: Space Weather",
            ['24'] = "Chapter 24: Observations",
            ['25'] = "Chapter 25: Analysis",
            ['26'] = "Chapter 26: Advisories",
            ['27'] = "Chapter 27: Forecasts",
            ['28'] = "Chapter 28: Aviation Weather Tools",
            ['Appendix A'] = "Appendix A: Cloud Types",
            ['Appendix B'] = "Appendix B: Standard Conversion Chart",
            ['Appendix C'] = "Appendix C: Density Altitude Calculation",
            ['Appendix D'] = "Appendix D: Special Terminal Operation Procedures (STOP) for Operations in a Noncontiguous State",
            ['Appendix E'] = "Abbreviations, Acronyms, and Initialisms",
            ['Appendix F'] = "Units of Measurement",
            ['Appendix G'] = "Websites"
        }
    },
    ['hosts'] = {
        ['web'] = {
            ['url'] = "https://www.faa.gov/documentLibrary/media/Order/FAA-H-8083-28_Order_8083.28.pdf",
        }
    }
}

library['AVIATION_WEATHER_HANDBOOK_2024'] = {
    ['host'] = 'web',
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['title'] = "Aviation Weather Handbook",
        ['publisher'] = "[[Federal Aviation Administration]]",
        ['year'] = "2024",
        ['edition'] = "FAA-H-8083-28A",
    },
    ['parameter_map_alias'] = 'AVIATION_WEATHER_HANDBOOK_2022',
    ['hosts'] = {
        ['web'] = {
            ['url'] = "https://www.faa.gov/sites/faa.gov/files/FAA-H-8083-28A_FAA_Web.pdf",
        }
    }
}

return library