|
@@ -114,6 +114,7 @@ int main(int argc, char *argv[])
|
|
|
|
|
|
module = G_define_module();
|
|
module = G_define_module();
|
|
G_add_keyword(_("raster"));
|
|
G_add_keyword(_("raster"));
|
|
|
|
+ G_add_keyword(_("solar"));
|
|
G_add_keyword(_("sun position"));
|
|
G_add_keyword(_("sun position"));
|
|
module->label = _("Calculates cast shadow areas from sun position and elevation raster map.");
|
|
module->label = _("Calculates cast shadow areas from sun position and elevation raster map.");
|
|
module->description = _("Either exact sun position (A) is specified, or date/time to calculate "
|
|
module->description = _("Either exact sun position (A) is specified, or date/time to calculate "
|