Changes between Version 8 and Version 9 of CPTMS


Ignore:
Timestamp:
04/02/2019 06:00:14 AM (7 years ago)
Author:
jdalbey
Comment:

add sort csv step

Legend:

Unmodified
Added
Removed
Modified
  • CPTMS

    v8 v9  
    4444python prep_postmiles.py > d12_vds_uniq_prepped.csv 
    4545}}} 
     46Sort the result 
     47{{{ 
     48sort -n d12_vds_uniq_prepped.csv > d12_vds_uniq_sorted_prepped.csv 
     49}}} 
    4650Run the csv to json converter: 
    4751 
    4852{{{ 
    49 ./convertCSVtoJSON.bash d12_vds_uniq_prepped.csv > highways.json 
     53./convertCSVtoJSON.bash d12_vds_uniq_sorted_prepped.csv > highways.json 
    5054}}} 
    5155Edit the json file to remove an extraneous comma after the last feature. The last three lines should appear as: