IGNF / route-graph-generator

Script collection used to generate routing data for Road2 (https://github.com/IGNF/road2)
https://ignf.github.io/route-graph-generator/
GNU General Public License v3.0
7 stars 3 forks source link

feat(json-schema):add cost_calculations file json-schema #48

Closed jmkerloch closed 1 year ago

jmkerloch commented 1 year ago

closes #46

Enum for operations defined from https://github.com/IGNF/route-graph-generator/blob/268346f0953a47160736ae503bf35c4e344177dc/r2gg/_output_costs_from_costs_config.py#L57

lgrd commented 1 year ago

A simple question, why not in the documentation directory ? :) In Road2, you can see documentation/configuration/{type}/*.json-schema. Maybe, we could have the same logic. What do you think of it ?

jmkerloch commented 1 year ago

@lgrd I stored it in the r2gg directory so we can use it later to check configuration file.

lgrd commented 1 year ago

Oh ! I didn't see the r2gg only the other part... sorry. That's cool ;)