Weather
Parse a raw weather file upload
This endpoint accepts a .csv or .xlsx (note: .xlsx is only accepted in the PlantPredict exported format).
If the parse request is successful, a response will be returned containing some of the meta-data for the weather file including the GUID (weatherFileKey) that will be used in the next steps to begin formatting the data.
EndFragment
POST
Parse a raw weather file upload
Previous
Run quality check on a parsed weather fileThe Quality Check endpoint is used to confirm:
1. The specified column mappings are valid
2. The input values for the specified data type are within tolerance and do not exceed realistic values.
3. Your weather file is ready for import - If all validations pass, the API will return a message indicating there were no errors found and you are good to proceed to the final step.
Next
Parse a raw weather file upload