move ranks-related functions in separate sql file

Also adds a common function for computing the update radius
around place nodes.
This commit is contained in:
Sarah Hoffmann
2020-04-10 11:34:14 +02:00
parent 4a30ec28b9
commit f5f0c197be
4 changed files with 119 additions and 119 deletions

View File

@@ -695,6 +695,7 @@ class SetupFunctions
$sBasePath = CONST_BasePath.'/sql/functions/';
$sTemplate = file_get_contents($sBasePath.'utils.sql');
$sTemplate .= file_get_contents($sBasePath.'normalization.sql');
$sTemplate .= file_get_contents($sBasePath.'ranking.sql');
$sTemplate .= file_get_contents($sBasePath.'importance.sql');
$sTemplate .= file_get_contents($sBasePath.'address_lookup.sql');
$sTemplate .= file_get_contents($sBasePath.'interpolation.sql');