Skip to content

Refactor autocsm

Bouknight, Sedrick requested to merge refactor-autocsm into main

Addresses issues #62 (closed) and #63 (closed). Refactored RAPS to work with new fmu generated using autocsm. Added "requests" to .toml file for new files weather.json, and weather.py that will get the weather from a free api based on datetime, zip code, and country code. If info is missing or request fails, temp will default to 290.0K. RAPS now returns three separate dictionaries for fmu inputs, datacenter outputs, cep outputs, and a single float for pue to TickData instead of a single dataframe like before.

Merge request reports