Skip to content

phytooracle/flir_plant_temp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FLiR Plant Temperature

This script detects individual plants and extracts their canopy temperature from thermal imagery.

Inputs

Directory containing GeoTIFs.

Outputs

The script outputs a single CSV file listing all plant detections, including their geocoordinates, bounding area, and canopy temperature.

Arguments and Flags

  • Positional Arguments:

    • Directory containing geoTIFFs: 'dir'
  • Required Arguments:

    • Object detection model: '-m', '--model'
    • GeoJSON containing plot boundaries: '-g', '--geojson'
    • Date of data collection: '-d', '--date'
  • Optional Arguments:

    • Output directory: '-od', '--outdir'
    • Output filename: '-of', '--outfile'
    • Central processing units (CPUs): '-c', '--cpu'

About

Extraction of mean temperatures of individual plants

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published