parser=argparse.ArgumentParser(description="Query an area for HLS granules.")
parser.add_argument("-k","--kml-file",type=str,default='hls_tiles.kml',help="The address to the kml file for reading the tile coordinates (default: hls_tile.kml)")
parser.add_argument("-c","--cloud-step",type=int,default=30,help="The step size for the cloud coverage threshold (default: 10)")