Skip to content

Maxar-Corp/imf-feature-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Factory Feature Parser

Given an processed image file from Image Factory, we may want to know what processing options were selected. With this script, users can parse the filename directly from command line.

Required Tools:

  • Python 3.8

Usage:

python3 parse.py <filename>

Note that the feature map csv file ("featuremap_v1.csv") must be present in the directory where you run the script.

The filename should include an extension (e.g., 'tif', 'nitf')

Sample Output:

No filename specified.  Using example filename '104001004E9B7800_dcId1_y1u6j5s.tif'...
DRA-auto
8 bit
ortho-ossim
SRTM 3
aps-maxar
ACOMP
assembled

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages