ncsu-landscape-dynamics / GRASS_FUTURES

Urban growth model designed to capture the spatial structure of future development
https://cnr.ncsu.edu/geospatial/research/landscape-forecasting/futures/
GNU General Public License v2.0
25 stars 13 forks source link

Can not install <pga> package #54

Open gezhe0821 opened 1 year ago

gezhe0821 commented 1 year ago

All other sub-Addons of FUTURES are successfully installed, only r.futures.pga fails to be installed, and the error messages show "[10060] A connection attempt failed because the connecting party did not properly reply after a period of time or the connected host became unresponsive." By the way, My GRASS GIS version is 7.8.

A current statement is that a new Addon called r.futures.simulation replaces the .pga, so I have to update the sofeware version to 8.2 to install the r.futures.simulation and then, install pga pachage?

petrasovaa commented 1 year ago

The error message sounds like some temporary problem with connection, have you tried to repeat it? r.futures.pga was renamed to r.futures.simulation, but both should work thanks to a wrapper script for backwards compatibility. When installing FUTURES, use g.extension r.futures to install all the components, not each one separately.