Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 403 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 403 Bytes

Usage example

  1. Script to plot date (X) per value (Y) with thumbnails attached to the point.
#Inside src folder execute:
usage: plot_thumb.py [-h] -i INPUT_CSV [-o OUTPUT_PATH]
  1. Script to load TIFF image and mask it with a shapefile. Also it has classes to save a PNG file.
#Inside src folder execute:
usage: tiff_loader.py [-h] -i INPUT_IMAGE [-s INPUT_SHAPEFILE] -o OUTPUT_IMAGE