添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
可爱的牙膏  ·  How do I do this in ...·  5 小时前    · 
光明磊落的馒头  ·  [python] TypeError: ...·  5 小时前    · 
闷骚的山楂  ·  Error "Sequence item ...·  5 小时前    · 
面冷心慈的仙人球  ·  python plot_trisurf ...·  9 小时前    · 
刚毅的针织衫  ·  Semiquantitative ...·  3 月前    · 
追风的香菜  ·  Golang pprof CPU ...·  4 月前    · 
心软的小虾米  ·  LCT 040 MATCH pair | ...·  4 月前    · 

Abstract

While Python continues to grow in popularity as a convenient and powerful means of data manipulation and analysis, the language still lacks a package that provides easy access to commonly utilized geostatistical routines. PyKrige is a new contribution that attempts to create a Python library that can be used for basic geostatistical tasks, such as creating water level maps using Ordinary and Universal Kriging. While written in pure Python, the code makes extensive use of NumPy in order to enable fast processing. Supported drift terms for Universal Kriging currently include a regional linear drift (such as would be used to simulate an overall groundwater gradient, as discussed in Tonkin and Larson, Groundwater, 2002), a point-logarithmic drift (such as would be used to simulate wells, as discussed in Tonkin and Larson, Groundwater, 2002), and an external digital elevation model drift (such as would be used to simulate a topographically controlled groundwater surface, as discussed in Desbarats et al., Journal of Hydrology, 2002). The package is intended primarily for kriging of two-dimensional data, but limited support for three-dimensional kriging is currently under development. Though similar tools already exist for other commonly utilized scientific languages, such as R and MATLAB, PyKrige is intended to ease data processing by providing further functionality in Python that can be implemented in a single analysis pipeline. The code will be made available on GitHub.