-
Notifications
You must be signed in to change notification settings - Fork 6
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 option for alternate name of hwy_data directory #595
Comments
An alternative is to rename it as plain |
Plain Similarly, maybe rename some classes, like |
I think I'd like the site update to look for |
I'm going ahead and making this change since I have a good chance to do it tonight. Just in C++. |
OK. Doesn't look like this would cause merge conflicts with anything I have in the pipeline. The |
I was thinking about that as well. I'm not sure what term works best.. |
May be worthwhile to add an option to specify the data subdirectory, for compatibility with HighwayData commits before fe7ce91.
Should this be taken as a semi-official "beginning of the end" for siteupdate.py? |
grep -ni HIGHWAYDATAPATH `find . -name \*.h` `find . -name \*.cpp` This will produce merge conflicts. |
Definitely can wait. |
Simply DATAPATH, maybe? |
Probably just DATAPATH is good. No rush at all on it. |
Yes, I am comfortable with only C++ being updated from now on. I doubt we'd have need to go back to Python for anything production going forward. The only possible advantages I see in maintaining Python are that 1) it's an independent program that we can use to see if the C++ code is producing the same results, and 2) I know the code much better than I know the C++ code. |
ToDo listGathering these items up in one post.
|
Thanks for putting that ToDo list together. It looks good, but certainly is not a high priority. |
Don't mind @yakra, he's just making busy work to avoid dealing with the 5 new threads a day for his regions in the forums. lol. :p |
I think that there are more (still virtual) ToDo lists in regards to the new categories, e.g. get started user manual, contributor manual, credits and sources, datacheck, NMP, wpt editor layers,.... route finder looks good (but needs more consistency in regards to |
LOL oy gevalt. The ToDo list is mostly just for my benefit, really. The items michih mentions are important of course, though probably better suited to |
Yes, @michihdeu and others are welcome and encouraged to open over in the Web repository for things that would improve the support there for the new railways data. |
Finally finalizing the big TMArray conversion. I expect to have the pull request ready in the next few days. Hopefully.
|
I'm good with whatever you think on these kinds of things. I wouldn't worry too much about picking perfect names. |
As part of an attempt to get a preliminary railway version of TM up and running, I noticed that the directory name
hwy_data
is hard-coded into the site update program. This could become a command-line parameter, or possibly we could makehwy_data
the default name when the repository is calledHighwayData
andrail_data
when the repository is calledRailwayData
.The text was updated successfully, but these errors were encountered: