Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line parser for icereader.py #9

Open
GoogleCodeExporter opened this issue Jul 30, 2015 · 1 comment
Open

Command line parser for icereader.py #9

GoogleCodeExporter opened this issue Jul 30, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Add option parser for icereader.py to make it available from command-line. This 
would be a shortcut alternative to the ICE Explorer app for 
converting/exporting icecache files to ascii.

e.g.
# export all attributes from proj123 cache 
python icereader.py -source d:\sim\icecache\proj123 -target 
d:\sim\icecache\proj123\ascii -all

e.g.
#export some attributes from proj123 cache
python icereader.py -source d:\sim\icecache\proj123 -target 
d:\sim\icecache\proj123\ascii -attributes 'Color__ ,PointPosition___'

Original issue reported on code.google.com by mab...@gmail.com on 23 Jan 2011 at 9:07

@GoogleCodeExporter
Copy link
Author

Original comment by mab...@gmail.com on 23 Jan 2011 at 9:07

  • Changed title: Command line parser for icereader.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant