Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@erazocar erazocar released this 16 Jan 22:05
· 35 commits to master since this release

v1.1.1

Highlights

  • Addition of HydroLang CSDMS BMI compliant version with steering files and examples
  • Updates on overall code's variable definition using multiple declarations at the initial stages of each function
function (args) {
var myVar1, myVar2, myVar3;
...
}
  • updates on analyze module
  • updates on visualization options.
  • addition of code of conduct and contributing, issue and feature requests, and pull requests templates.

data

  • modified retrieve function to include SOAP, XML.
  • added recursiveSearch function, available through the hydroLang object call.

analyze

stats

  • equationSystemSolver: solves a linear equation in the form Ax=b.

maps

visualize

External Library Dependencies

Data Sources

  • update on the type of request (soap, json, xml, csv, tabular...) and the method (GET, POST, DELETE...)
  • added SOAP1.1 envelope attached to requests done to different endpoints.

Additions

  • EPA: main precipitation NLDAS endpoint, but can be modified in the configuration object.
  • IFIS: all available endpoints in XML format.
  • CUAHSI: added REST APIs WaterOneFlow, HydroShare, and HIS Central. For the WaterOneFlow the following endpoints have been implemented. Initial 25 endpoints added, more to come in following updates.

Removals

  • SMHI