openspi.nrel ============ .. py:module:: openspi.nrel Functions --------- .. autoapisummary:: openspi.nrel.nrel_delete_sp openspi.nrel.nrel_autoname Module Contents --------------- .. py:function:: nrel_delete_sp(folder_path) Deletes .sp files. Specific use: folder contains both .sp and .csv files for each spectrum. OpenSpecy does not accept .sp files, so they must be removed from the folder. Note that these files were backed up elsewhere before deletion. :param folder_path: The complete path to the folder containing .csv files to be processed. :type folder_path: str :rtype: None. .. py:function:: nrel_autoname(folder_path) Creates an export name according to specific naming conventions used in the WaterPACT project at NREL. :param folder_path: The complete path to the folder containing .csv files to be processed. :type folder_path: str :returns: **file_name** -- A file name based on the name of the first file in the folder. :rtype: str