image_footprint.py¶
Create footprint of valid image area for one (or more) images.
usage: image_footprint.py [-h] [-o OUTSHAPE] [-b BUFFER] [--chop [CHOP]]
image [image ...]
Positional Arguments¶
| image | Image(s) to read in |
Named Arguments¶
| -o, --outshape | Shapefile to be written. [default: Footprints.shp] Default: “Footprints.shp” |
| -b, --buffer | buffer size to use [0] Default: 0 |
| --chop | Amount of image to crop in m [default 1000] |