.. s3hark Application documentation master file, created by sphinx-quickstart on Mon Dec 9 12:35:25 2019. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Spatial Uncertainty Research Framework ===================================================================== .. image:: images/surf.png :width: 700 :alt: SRT What is |appName| --------------------------- Many environmental and geographical models, such as those used to understand and manage natural systems, and those used in climate studies, often rely on spatially distributed data as input that are known imperfectly and there is a lack of knowledge about the distribution pattern of the variable in a space. Hence spatial uncertainty occurs. Uncertainty in the input data can propagate into model predictions. |appName| is a Python package for performing spatial uncertainty analysis using random fields and machine leaning. The user provides a spatially scattered dataset, |appName| learns the variation patterns in the dataset and predict values at locations where there are no observations. Using random fields, the user can specify a correlation function to guide the simulation of uncertainty propagation. Using neural networks, |appName| trains itself on the known dataset and predicts missing values based on the spatial patterns it found in the data. .. toctree:: :caption: User Manual :maxdepth: 1 :numbered: 2 common/license common/user_manual/installation/installation common/user_manual/usage/tutorial common/user_manual/bugs .. _lbl-technical-manual: .. toctree:: :caption: Technical Manual :maxdepth: 1 :numbered: 2 common/technical_manual/theory common/technical_manual/vnv .. _lbl-developer-manual: .. toctree:: :caption: Developer Manual :maxdepth: 1 :numbered: 2 common/developer_manual/how_to_extend/how_to_extend common/developer_manual/coding_style/coding_style How to cite --------------------------- Charles Wang. (2019, September 28). NHERI-SimCenter/SURF: v0.2.0 (Version v0.2.0). Zenodo. http://doi.org/10.5281/zenodo.3463676 License --------------------------- The |surfName| application is distributed under the BSD 3-Clause license, see :ref:`lbl-license` for details. Acknowledgement --------------------------- This material is based upon work supported by the National Science Foundation under Grant No. 1612843. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the National Science Foundation. Contact --------------------------- Charles Wang, NHERI SimCenter, University of California, Berkeley, c_w@berkeley.edu