-
Notifications
You must be signed in to change notification settings - Fork 33
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
Merging multiple files in folder fails in windows #170
Comments
I don't have windows to test, but could you try with backslashes and not use a relative path?
|
Thank you for your reply: cjio model.city.json merge "C:\temp\tile_58_post*.city.json" save test_58m.city.json Error: No such command 'C:\temp\tile_58_post\tile_58_5.city.json'. |
sorry single quotes then + not sure we resolves with
|
Thanks for your reply I have tried *.json in the first test. Sorry tile_58_post was a typo when writing in the comment section. It is the folder that contains the individual .city.json files to be merged. Thank you
|
okay, clearly something is wrong with Windows, I'll try to find a Windows machine and fix this! |
Has there been a fix to this issue yet? Seeing that this issue is still open, i figure that there is not. Is there any workaround or a system on which this works? |
Describe the bug
Running the merge command on a list of files in a folder fails in windows. The output of the command is a warning that there are no files to merge. However, the same command runs successfully in linux.
cjio model.city.json merge "'./test/*.city.json'" save test_58m.city.json
cjio v0.8.1; supports CityJSON v1.1
Windows 10
The text was updated successfully, but these errors were encountered: