config.json 737 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "processing": {
  3. "use_parallel": true,
  4. "max_workers": null,
  5. "batch_size": 10000,
  6. "use_vectorized": true
  7. },
  8. "database": {
  9. "batch_query_size": 10000,
  10. "use_parallel_query": true,
  11. "max_db_workers": null
  12. },
  13. "plugins": {
  14. "enabled": true,
  15. "auto_discover": true
  16. },
  17. "logging": {
  18. "level": "INFO",
  19. "log_to_file": true,
  20. "log_dir": "logs"
  21. },
  22. "coordinates": {
  23. "utm_zone": 51,
  24. "x_offset": 0.0,
  25. "y_offset": 0.0
  26. },
  27. "paths": {
  28. "resources_dir": "resources",
  29. "plugins_dir": "plugins",
  30. "output_dir": "output",
  31. "engine_path": "_internal/engine",
  32. "map_path": "_internal/data_map",
  33. "dbc_path": "_internal/VBox.dbc"
  34. }
  35. }