We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make tram
Hi,
i am trying to follow the example but it failes pretty much right away:
make tram mkdir -p stats/tram/17 jq '{"topo": .[0].properties.statistics, "loom": .[1].properties.statistics, "octi": {}, "render":.[5], "input":.[3], "query":.[4]}' -s tram.17.topo.json tram.17.loom.json tram.17.geo.json tram.inputstats.json stats/tram/query.stats.json tiles/tram/geo/17/stats.json > stats/tram/17/geo.stats.json parse error: Invalid numeric literal at line 5, column 6 make: *** [Makefile:650: stats/tram/17/geo.stats.json] Fehler 4
the only change is that there is a new folder stats/tram with this json file:
{"query-time": 0.22 ,"transfer-time": parse error: Invalid numeric literal at line 1, column 10 0.81 }
any idea what i am doing wrong here?
Thanks a lot!
PS.: the examples from https://github.com/ad-freiburg/loom all work fine. so i (hope) it has nothing to do with loom
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
i am trying to follow the example but it failes pretty much right away:
the only change is that there is a new folder stats/tram with this json file:
any idea what i am doing wrong here?
Thanks a lot!
PS.: the examples from https://github.com/ad-freiburg/loom all work fine. so i (hope) it has nothing to do with loom
The text was updated successfully, but these errors were encountered: