-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
User interface #43
Comments
For developing purposes in pgRouting we are using it here |
Read the documentation and coded the first phase. Code available on gsoc-develop branch |
@dkastl @woodbri @sarthak-0415
or:
|
I think we should choose option 2 as showing the values twice is redundant |
I agree with @sarthak-0415 opinion. |
I agree also. |
I agree as well. |
…Schema as suggested by Vicky, add missing line), fix typos in config outputa
All the features requested in this discussion have being implemented in V2.1 |
Program parameters, like name of file, database.
Basically from https://github.com/pgRouting/osm2pgrouting/blob/master/src/osm2pgrouting.cpp#L37
to L141 is to be “transformed” to use boost::program_options
Difficulty: Easy
Urgency: First things first. This is first
I would like Sarthak to define the help message for each option. I think it will help him understand why we require what we require. (some things are obvious, but what is obvious for me its not obvious for all), If he has questions then in the appropriate issue he can ask.
I am creating an ISSUE for each parameter we think we might use and make a reference to this issue.
All the issues/parameter can be worked in parallel.
Due to time constraints some of them are to be commented out for implementation in a future release.
This will give us a general skeleton. And if something at the end results redundant, not implemented, then we can just delete it or comment it out.
Use boost program Options.
http://www.boost.org/doc/libs/1_58_0/doc/html/program_options.html
some examples:
https://github.com/boostorg/program_options/tree/develop/example
I suggest that to any boost library that is going to be used, to gain experience:
The text was updated successfully, but these errors were encountered: