Create a weather data record from provided arrays
POST /weatherdata/fetch instead if you want the server to retrieve data from an external source like NSRDB or PVGIS.
ghi, dhi, windSpeed, and temperature. Optional arrays include dni, relativeHumidity, poa, and date (Unix timestamps in milliseconds).locationId (workspace-scoped) or globalLocationId (Snowflake ID). Returns 404 if the referenced location does not exist.weatherDataSource defaults to "provided" when supplying arrays directly.soiling accepts monthly soiling factors (Jan—Dec, values 0—1) as a keyed object.POST /weatherdata/fetch to create weather data from an external source instead.GET /weatherdata/{weather_data_id} to retrieve the created record with full arrays.