Skip to content
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

cosmogony parameters #167

Open
ttgiub opened this issue Feb 9, 2024 · 1 comment
Open

cosmogony parameters #167

ttgiub opened this issue Feb 9, 2024 · 1 comment

Comments

@ttgiub
Copy link

ttgiub commented Feb 9, 2024

Hi,

Years ago, I have been using cosmogony with the parameters filter-langs and country-code They are not recognized anymore by the latest version. I have not found any relevant information on that matter.

cosmogony --filter-langs fr en --country-code FR -i FR/FR.osm.pbf -o FR/FR.2.osm.json

Could someone be nice enough to help on that matter ?

Cheers

Philippe

@ttgiub
Copy link
Author

ttgiub commented Feb 10, 2024

I can answer the question myself. I have been reading all the changelogs and by chance I have seen that the parameters of --filter-langs fr en have to be comma separated. So the correct command line is

cosmogony --filter-langs fr,en --country-code FR -i FR/FR.osm.pbf -o FR/FR.2.osm.json

Maybe the real issue is simply the lack of documentation

Also it could be interesting to say more explicitely that additional help is available with

./cosmogony generate --help
or
./cosmogony merge --help

Anyway it is a great tool, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant