How to add epw file to artifacts as part of Payload to Pollination using Rest API

Hi @karimdaw! Thank you for sharing the link to your script.

Here are some comments from looking at your code and without trying to run it.

When you create a project you should set public to True. The starter Beta account doesn’t give you the option for creating private projects. :point_down:

From what I can see in your wea-files folder you have an epw and not a wea file. The annual daylight recipe needs a wea file as an input. You can see the list of inputs here. Only the model and wea inputs are required.

That’s why you get this error: missing required argument wea - You need to pass a wea file for the wea input argument.

Hope it helps!

2 Likes