# Environment variable that can hold the path to the cache
CACHE_ENV="CSPP_GEO_AITF_CACHE"
importaitf.ancil
importaitf.conlog
defparse_args():
...
...
@@ -23,10 +17,8 @@ def parse_args():
importargparse
default_expiration_days=7
ap=argparse.ArgumentParser(
description="Maintain a local cache of dynamic data needed by the aitf in a local cache. By default downloads files not already present going back {days} days from the current system time, and deletes files from the cache that are older than {days} days.".format(days=default_expiration_days),
epilog="""
...
...
@@ -37,7 +29,7 @@ def parse_args():
is recommended. The form "20210581450000" (YYYYjjjHHMMSSt) is also
understood.
""",
formatter_class=SmartFormatter
formatter_class=SmartFormatter# Protects blank line in epilog