Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoTIFF to ENVI Conversion Tool

This repository contains a Python script for converting GeoTIFF files to ENVI format. It generates an output file list and a time vector for the converted files.

Author

Description

This script is used to:

  • Convert GeoTIFF files to ENVI format.
  • Generate a file list of the converted ENVI files.
  • Generate a time vector based on the date in the GeoTIFF filenames.

Usage

Command-Line Arguments

  • file_list_path (str): Path to the text file containing the list of GeoTIFF files.
  • output_folder (str): Path to the output folder where the ENVI files and output lists will be saved.
  • --output_dtype (str, optional): Data type for the output ENVI files. Choices are uint8, int16, and float32. Default is float32.

Example

python geotif_to_envi.py filelist_input.txt ./output --output_dtype int16

About

Convert geotif files to ENVI format and generate a file list for TIMESAT

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages