Este verbo obtiene el score por celda agrupado por decil
- Source:
Requires
- module:debug
- module:pg-promise
- module:moment
- module:config
- module:controllers/verb_utils
- module:controllers/sql/queryProvider
Members
(static) pipe
Está variable es un arreglo donde se define el flujo que debe de tener una petición al verbo getGridSpeciesNiche. Actualmente el flujo es getGridSpeciesNiche_M, getGridSpeciesNiche_A, getGridSpeciesNiche_T y getGridSpeciesNiche.
- Source:
- See:
-
- controllers/getGridSpeciesNiche~getGridSpeciesNiche_VT
- controllers/getGridSpeciesNiche~getGridSpeciesNiche_V
- controllers/getGridSpeciesNiche~getGridSpeciesNiche_T
- controllers/getGridSpeciesNiche~getGridSpeciesNiche
Methods
(inner) getGridSpeciesNiche(req, res, next)
Obtiene el score por celda agrupado por decil sin filtros
Parameters:
Name | Type | Description |
---|---|---|
req |
express.Request | Express request object |
res |
express.Response | Express response object |
next |
function | Express next middleware function |
(inner) getGridSpeciesNiche_A(req, res, next)
Obtiene el score por celda agrupado por decil con apriori
Parameters:
Name | Type | Description |
---|---|---|
req |
express.Request | Express request object |
res |
express.Response | Express response object |
next |
function | Express next middleware function |
(inner) getGridSpeciesNiche_M(req, res, next)
Obtiene el score por celda agrupado por decil con mapa de proabilidad
Parameters:
Name | Type | Description |
---|---|---|
req |
express.Request | Express request object |
res |
express.Response | Express response object |
next |
function | Express next middleware function |