Performance: Exclude METAR definition files from MEMFS

This commit is contained in:
Shahram Najm 2022-07-19 12:45:42 +01:00
parent 31992d0f32
commit 4af92cba83
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ print("MEMFS: Starting")
# Exclude experimental features e.g. GRIB3 and TAF
# The BUFR codetables is not used in the engine
EXCLUDED = ["grib3", "codetables", "taf", "stations", "grib1_mlgrib2_ieee32"]
EXCLUDED = ["grib3", "codetables", "taf", "metar", "stations", "grib1_mlgrib2_ieee32"]
EXCLUDE = {
None: [],