Skip to content

Commit c1cce54

Browse files
committed
Readme markdown fixes.
1 parent 2039056 commit c1cce54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

data/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ For application background [see here](https://www.nvidia.com/en-us/deep-learning
1818
Download these three data files to {cudf_home}/data and compile/run two data
1919
preprocessing C++ programs in the folder to prepare the data files for the
2020
C++/Python test code. In addition to its_4326_roi.* and its_camera_2.csv,
21-
four derived SoA data files are needed for the tests:
22-
23-
vehical identification (.objectid), timestamp (.time), lon/lat location
24-
(.location) and polygon (.ply). The instructions to compile and run
25-
json2soa.cpp and poly2soa.cpp are provided at the beginning of the two programs.
21+
four derived SoA data files are needed for the tests: vehicle identification
22+
(`.objectid`), timestamp (`.time`), lon/lat location
23+
(`.location`) and polygon (`.ply`). The instructions to compile and run
24+
`json2soa.cpp` and `poly2soa.cpp` are provided at the beginning of the two
25+
programs.
2626

2727
### json2soa
2828
To compile, download cJSON.c and cJSON.h from the

0 commit comments

Comments
 (0)