Git Product home page Git Product logo

homegeneity-test-for-hydrologic-time-series's Introduction

Homegeneity-test-for-hydrologic-time-series

Buishand and Double Mass tests for hydrologic Time serie homogeneity

  • The data should be stored in an excel file (numeric year in one column, and time series in others columns with header row for the name). Blank cell for missing values
  • Specify the name / path of the exel file, and sheet of the data (e.g. sheet_name="Data")
  • Specify the number of rows to skip before the header row (e.g. skiprows=range(0, 1) to skip row 1)
  • Specify the column numbers to use (starting from 0), including the year column (e.g. usecols=[1, 2, 3, 4, 5]) for columns 2 to 6).

TIPS:

  • The dynamic graphs can be saved to disk by hand with the interactif menu above the plot
  • The fig.write_image('data.png') method in the code can be enabled in order to generate the graph file automaticaly. Unfortunatly this method needs the installation of plotly-orca utility with the help of psutil by the command line: conda install -c plotly plotly-orca == 1.2.1 psutil request
  • Run the notebook preferably under Jupyter in order to display "dynamic graphs" (note Jupyter Lab which needs a optionnal extension to display "dynamic graphs"). There is no problem for static graphs.
  • Alternately, you cans disable plotting lines of the cell below, and replace them by the 2 lines wich are currently disable (there is no alternate solution for Double Mass test)

homegeneity-test-for-hydrologic-time-series's People

Contributors

loicduffar avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

yon23 yikuide

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.