Hydrology

Python in Hydrology

Pythonで水文学は、Python in Hydrology by Sat Kumar Tomerを参考にしています。 オリジナルのソースコードは、 code.google.comにあります。 また、この書籍はGNU Free Documentation Licenseの元に公開されています。 pythonの基本的な使い方については、pythonなどで学んでください。

  1. 4 Basic applications in Hydrology
    1. 4.1 Introduction
    2. 4.2 Water Vapor
    3. 4.3 Precipitation
    4. 4.4 Rainfall
    5. 4.5 Evaporation
    6. 4.6 Infiltration
    7. 4.7 Surface water
    8. 4.8 River Routing–Muskingum method
  2. 5 Statistics
    1. 5.1 Empirical distributions
    2. 5.2 Theoretical distributions
    3. 5.3 The t-test
    4. 5.4 KS test
    5. 5.5 The chi square test
    6. 5.6 Measure of statistical dependence
    7. 5.7 Linear regression
    8. 5.8 Polynomial regression
    9. 5.9 Interpolation
    10. 5.10 Autocorrelation
    11. 5.11 Uncertainty Intervals
  3. 6 Spatial Data
    1. 6.1 Types of spatial data
    2. 6.2 Geoinformation
    3. 6.3 Writing Raster
    4. 6.4 Writing Vector
    5. 6.5 Reading the raster
    6. 6.6 Read the vector
    7. 6.7 Filtering
    8. 6.8 NDVI
    9. 6.9 Calling GDAL as External Command
    10. 6.10 Unsupervised classification

Posted by tys-yokohama