How can I create multiple graphs each with their own set of edge weights? For example, NY area with edge weights at 12AM, 6AM, 12PM, etc.
How can I update a graph with changes and save my changes to be loaded later. Is this possible? Or is there another approach? My direction was to edit the weighting code on the github under the core docs. To use a previous S/O answer, regarding dynamic edge weights. Where does this code get placed?
Also, brand new to this project and have not used a project environment as such (maven?). Can someone give me some pointers on how to use the MyGraphhopper extended class with overridding methods? What environment would I need to install on OSX to see the similar core or web interface?
If the above is not possible via web interface, how could I run queries using the command line?
Thanks,