This application is a demo of RStudio's reticulate and Shiny packages. The demo incorporates the Google Maps Python API client and an advanced vehicle simulation tool written in Python by the National Renewable Energy Lab.
- Restore the R environment using packrat
- Restore the Python environment using conda or virtualenv
- Download NREL's FASTSim tool version
py-fastsim-2018a
and place the unzipped folder into the repo. The following modifications are required: a. Modify line 56 of/src/FASTSim.py
to readcsv_path = './/py-fastsim-2018a//cycles//'+cycle_name+'.csv'
b. Modify line 77 to readwith open('.//py-fastsim-2018a//docs//FASTSim_py_veh_db.csv','r') as csvfile:
c. Insert a line before 1041 withoutput['mpsAch'] = np.asarray(mpsAch)
This application was developed independently by RStudio as a DEMO using the freely available FASTSim model. The app was not written in conjunction with the National Renewable Energy Lab (NREL) nor is the application endorsed by NREL. The results presented in the application are not to be used for accurate vehicle comparisons. RStudio is NOT RESPONSIBLE for the accuracy or reliability of any results presented in this application.