marxanweb / general

Issues tracker, installers, registry, test data and example developer apps for Marxan Web
European Union Public License 1.2
2 stars 2 forks source link

Add continuous variable features as input to projects #265

Open andrewcottam opened 3 years ago

andrewcottam commented 3 years ago

Currently Marxan Web only supports area calculations based on an intersection between a feature and the planning grid. The results of this intersection go as values into the puvspr.dat file together with the PUID. This should be extended to support other spatial analyses to derive values for each planning unit based on other calculations, e.g. summarising a raster attribute or counting points in each planning unit. The extension point is here:

https://github.com/marxanweb/marxan-server/blob/e21f4a63f28cfbe4a55dad7078b3780b3f504dc1/marxan-server.py#L5906

andrewcottam commented 3 years ago

Still a couple of minor things to do: