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

Reduce Traffic: Using REST we Can get all properties of a submittal at once #68

Open rburghol opened 6 years ago

rburghol commented 6 years ago

Rather than pull each of the 10 or so quantreg submittal properties by calling dh_properties from REST with featureid and no varid. Then, those should be in a list we can query by varid to see if a given property exists. It would cut down query trafice by 90% or more for that part of the ELFgen operation.