-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add CLI for transforming files (and minor nsd_mapdata.py tweak) #14
base: master
Are you sure you want to change the base?
Conversation
…nd accept transform file)
Hey that's a great idea! entry_points={
'console_scripts': [
'nsdmapdata = nsdmapcli:main',
],
}, Otherwise the code looks good and should be useful indeed. Maybe worth adding an example of how to use it straight from the console? e.g. if we make the change to the setup script, then it would be : nsdmapdata -h to get some help on how to use? |
Updated accordingly (See the updated commit) Wasn't sure where to include the example usage, but it would be something like: |
Oh I see you just meant the help info. Currently that looks like:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This look good. I will push new version to pip soon.
Tweak mapdata to bypass nsdpath and accept transform file