Skip to content

Commit 9c005cb

Browse files
Update README.md
clean up run example
1 parent 1b39819 commit 9c005cb

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,7 @@ g = ox.graph_from_place("Denver, Colorado, USA", network_type="drive")
3737
generate_compass_dataset(g, output_directory="denver_co")
3838
```
3939

40-
Also, create a `test.json` file with the following contents:
41-
42-
```json
43-
{
44-
"extent": "POLYGON ((-105.026035 39.728445, -104.958401 39.728445, -104.958401 39.77002, -105.026035 39.77002, -105.026035 39.728445))"
45-
}
46-
```
47-
48-
And copy our bambam test configuration into the generated denver_co directory:
40+
Copy the test configuration into the generated denver_co directory:
4941

5042
```
5143
$ cp configuration/denver_test.toml denver_co/denver_test.toml
@@ -56,7 +48,7 @@ $ cp configuration/denver_test.toml denver_co/denver_test.toml
5648
To run bambam, use the `bambam` command and provide the imported network:
5749

5850
```
59-
$ ./rust/target/release/bambam --config-file denver_co/denver_test.toml --query-file query/denver_extent.json
51+
$ RUST_LOG=info ./rust/target/release/bambam --config-file denver_co/denver_test.toml --query-file query/denver_extent.json
6052
```
6153

6254
# Roadmap

0 commit comments

Comments
 (0)