Hydrology
Python in Hydrology
Pythonで水文学は、Python in Hydrology by Sat Kumar Tomerを参考にしています。 オリジナルのソースコードは、 code.google.comにあります。 また、この書籍はGNU Free Documentation Licenseの元に公開されています。 pythonの基本的な使い方については、pythonなどで学んでください。
- 4 Basic applications in Hydrology
- 4.1 Introduction
- 4.2 Water Vapor
- 4.3 Precipitation
- 4.4 Rainfall
- 4.5 Evaporation
- 4.6 Infiltration
- 4.7 Surface water
- 4.8 River Routing–Muskingum method
- 5 Statistics
- 5.1 Empirical distributions
- 5.2 Theoretical distributions
- 5.3 The t-test
- 5.4 KS test
- 5.5 The chi square test
- 5.6 Measure of statistical dependence
- 5.7 Linear regression
- 5.8 Polynomial regression
- 5.9 Interpolation
- 5.10 Autocorrelation
- 5.11 Uncertainty Intervals
- 6 Spatial Data
- 6.1 Types of spatial data
- 6.2 Geoinformation
- 6.3 Writing Raster
- 6.4 Writing Vector
- 6.5 Reading the raster
- 6.6 Read the vector
- 6.7 Filtering
- 6.8 NDVI
- 6.9 Calling GDAL as External Command
- 6.10 Unsupervised classification