METAR and TAF are experimental

This commit is contained in:
Shahram Najm 2020-01-16 18:29:31 +00:00
parent 969ed8934e
commit 336cabee39
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ assert len(sys.argv) > 2
# For now exclude GRIB3 as it is still experimental
# The BUFR codetables is not used in the engine
EXCLUDED = ['grib3', 'codetables']
# METAR and TAF are also experimental
EXCLUDED = ['grib3', 'codetables', 'taf', 'metar']
dirs = [os.path.realpath(x) for x in sys.argv[1:-1]]
print(dirs)