hello everyone, I’m new to Grass gis and find the sonnenenegry analysis very good but don’t know my way around.
I am in the process of writing an automated code.
So, if the DEM is inserted I take:
r.slope.aspect elevation=testDEM slope=slope aspect=aspect
and now it gets complicated. i want to do an annual analysis in kWh. How should i proceed so that the computing power is not too high. my approach is
There is no output parameter, use e.g. glob_rad as output parameter. If you are running it in a project with defined coordinate reference system, you don’t need latitude. Just check the r.sun documentation.
Regarding the visualization, you are using the graphical user interface, or trying to script it? You need r.colors, not d.rast.edit.
Location is Zürich. when I have a roof for example, 30°, south, I should get verry roughly 1’200kWh /m2. but Grass Gis show me 2670 (2.670kWh/m2). And this is not possible. Is there a Bug or I understand the Value wrong?
@annakrat I tried to calculate the total energy in one year with a python. But the calculation takes a very long time.
is there a way to calculate a specific day and interpolate / multiply the annual energy?