Changes between Version 8 and Version 9 of CPTMS
- Timestamp:
- 04/02/2019 06:00:14 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CPTMS
v8 v9 44 44 python prep_postmiles.py > d12_vds_uniq_prepped.csv 45 45 }}} 46 Sort the result 47 {{{ 48 sort -n d12_vds_uniq_prepped.csv > d12_vds_uniq_sorted_prepped.csv 49 }}} 46 50 Run the csv to json converter: 47 51 48 52 {{{ 49 ./convertCSVtoJSON.bash d12_vds_uniq_ prepped.csv > highways.json53 ./convertCSVtoJSON.bash d12_vds_uniq_sorted_prepped.csv > highways.json 50 54 }}} 51 55 Edit the json file to remove an extraneous comma after the last feature. The last three lines should appear as:
