Release Note — Measurements & Curtailments Endpoints
Affected Routes:
POST /solar/measurement/add/POST /wind/measurement/add/POST /load/measurement/add/POST /solar/curtailments/add/POST /wind/curtailments/add/
Affected Routes:
POST /solar/measurement/add/POST /wind/measurement/add/POST /load/measurement/add/POST /solar/curtailments/add/POST /wind/curtailments/add/In the quest for accurate wind power forecasting, there's one reality that often gets in the way: real-world power output does not always reflect the full capacity of your wind turbines or pv systems. This discrepancy is frequently caused by curtailments and unavailabilities.
Parsing weather forecasts from our Weather API is easy and just needs some lines of code. You need to know which weather forecasting model and the location you want to get forecasts for.
Let's assume you are having your observation/measurement data in in a pd.DataFrame or in any kind of a file-like object ready to push to an external sFTP. Here we show you how to push the data to the alitiq sFTP.