As I understand it, Mark's employer (university) would not let him
release the work as GPL-compatible. Otherwise the module would have
replaced r.los in the main GRASS source distribution years ago, and
their institution would have been cited many many times from it, but
oh well, he tried a number of times to convince them.
Considering universities like Johns Hopkins and Columbia literally
generate billions of dollars licensing IP (typically bio-med), and
how underfunded most educational institutions are, you can understand
a bit why the suits at other universities around the world have a
hard time seeing very far past the $ signs for anything and everything.
:-/
Note that r.cva is really just a convenient way of
calling r.los multiple times and adding the results
for a cumulative viewshed analysis. You can get
the same net result by using r.los or r.viewshed
and r.mapcalc. As far as I recall, the earth curvature
correction is also identical across all modules.
Best,
Ben
--
Benjamin Ducke
{*} Geospatial Consultant
{*} GIS Developer
As I understand it, Mark's employer (university) would not let him
release the work as GPL-compatible. Otherwise the module would have
replaced r.los in the main GRASS source distribution years ago, and
their institution would have been cited many many times from it, but
oh well, he tried a number of times to convince them.
Considering universities like Johns Hopkins and Columbia literally
generate billions of dollars licensing IP (typically bio-med), and
how underfunded most educational institutions are, you can understand
a bit why the suits at other universities around the world have a
hard time seeing very far past the $ signs for anything and everything.
:-/
On Wednesday 03 of July 2013 20:52:29 Benjamin Ducke wrote:
Note that r.cva is really just a convenient way of
calling r.los multiple times and adding the results
for a cumulative viewshed analysis. You can get
the same net result by using r.los or r.viewshed
and r.mapcalc. As far as I recall, the earth curvature
correction is also identical across all modules.