HARPgroup / r-dh-ecohydro

A set of R scripts for generating Ecological Limit Functions (ELF), storing the modeled output with REST in drupal VAHydro (dH), and a set of scripts for querying and analyzing processed ELF data
0 stars 1 forks source link

Separate the data retrieval into its own function #20

Open rburghol opened 6 years ago

rburghol commented 6 years ago

Currently we handle all manner of view querying inside the main loop which iterates through metrics and locations. There should be a single function to get data for a single coverage and single biometric.

rburghol commented 6 years ago

Reference puul request: https://github.com/HARPgroup/r-dh-ecohydro/pull/19