def clip(bounds, reference, **kwargs):
if not bounds and not reference:
raise click.BadOptionUsage("One of --bounds or --reference must be supplied.")
if not bounds:
bounds = spatial.import_bounds(reference)
elevation.clip(bounds, **kwargs)
评论列表
文章目录