Skip to content

python function ables to process any *xml file whose is created by SNAP

Notifications You must be signed in to change notification settings

falahfakhri-Iraq/gpt_launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

gpt_launcher

python function ables to process any *xml file whose is created by SNAP

Identify the path to the gpt in your machine. This is the path in my

windows 10 "C:\Program Files\snap\bin\gpt"

gpt_path = r'C:\Program Files\snap\bin\gpt'

Identify the path to the *.xml file whose is created by you to implement any process

graph_path = r'D:\pyrosar_test\outname_proc.xml'

applying the function needs both the gpt path and the *.xml file path

SentinelGraph(gpt_path, graph_path)

About

python function ables to process any *xml file whose is created by SNAP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages