ceff-tech / ffc_api_client

An R client for the online Functional Flows Calculator API
https://ceff-tech.github.io/ffc_api_client
9 stars 3 forks source link

Parameters sent to FFC can change based on stream class #14

Closed nickrsan closed 4 years ago

nickrsan commented 4 years ago

We're using a general set of parameters off the website - they have different parameters based on stream class. We need to figure out if we should use different parameters by stream class (probably not), or if using the general parameters is sufficient. We could also try not sending parameters, but then if they change defaults our outputs could change without warning and without knowing what's different. Maybe good to keep control, but provide a method to change params??

nickrsan commented 4 years ago

This was completed long ago because it was very necessary