Skip to content

HakaiInstitute/ImgDice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImgDice

LAS-TRX

Section large GeoTIFFs into smaller images using a shapefile polygon grid.

Usage

Assumptions

  1. The grid polygons and the image to be sectioned are in the same coordinate reference system.
  2. That coordinate reference system uses a UTM projection.

Installation

GUI

  • Go to the Releases Page
  • Download the appropriate executable for your system starting with ImgDice-...
  • Run the executable. A GUI window should start.

CLI

  • Install the package with pip install img-dice
  • Run img-dice --help from the terminal to see the help page for the CLI

Python Package

  • Install the package with pip install img-dice
  • Import the dice function into your Python script, e.g.
from img_dice import dice

# Get summary of function parameters and options
help(dice)

About

Section large GeoTIFFs into smaller images using a shapefile polygon grid.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages