https://github.com/jds485/geothermal_esda
This repository contains exploratory spatial data analysis (ESDA) functions and scripts. These functions are designed for geothermal spatial datasets, and are applicable to other spatial datasets.
https://github.com/jds485/geothermal_esda
bht exploratory-data-analysis exploratory-data-visualizations geothermal heat-flux nonparametric-statistics outlier-detection sensitivity-analysis spatial-analysis spatial-data-analysis spatial-data-science
Last synced: 15 days ago
JSON representation
This repository contains exploratory spatial data analysis (ESDA) functions and scripts. These functions are designed for geothermal spatial datasets, and are applicable to other spatial datasets.
- Host: GitHub
- URL: https://github.com/jds485/geothermal_esda
- Owner: jds485
- License: other
- Created: 2017-02-09T15:25:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T18:01:40.000Z (over 6 years ago)
- Last Synced: 2025-05-16T15:18:22.703Z (15 days ago)
- Topics: bht, exploratory-data-analysis, exploratory-data-visualizations, geothermal, heat-flux, nonparametric-statistics, outlier-detection, sensitivity-analysis, spatial-analysis, spatial-data-analysis, spatial-data-science
- Language: R
- Homepage:
- Size: 19.4 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
- Citation: Citation
Awesome Lists containing this project
README
# Geothermal_ESDA
This repository contains exploratory spatial data analysis (ESDA) functions and scripts that were used in Smith et al. "Exploratory Spatial Data Analysis for Geothermal Resource Assessments: An Appalachian Basin Case Study" paper submitted to Geothermics.These functions are developed for ESDA on geothermal spatial datasets and are applicable to other spatial datasets.
This repository depends on functions located in the following repositories:
calvinwhealton -> geothermal_pfa -> outliers
jds485 -> Geothermal_DataAnalysis_CrossSections
The methods used in ESDA_Main.R include:
0) Identification and processing of data in the same spatial location
i) Nugget semi-variance calculation for data in same exact spatial location
ii) Plot of similarity for data in the same locations based on a covariate (depth of measurement)1) Local Median/Mean Deviation (LocalDevition.R)
2) Local Spatial Outlier Analysis (see geothermal_pfa repository for R script containing the functions)
i) Plots by depth slices3) Q-Q plots
4) Nonparametric Local Outlier Analysis
i) KS test on depth rank distribution of outliers in local neighborhoods
ii) Chi-squared test for depth binsAdditional Contributions:
1) Discrete Color Function for Map Making (ColorFunctions.R)2) Sensitivity analysis of outlier algorithm for this dataset (OutAlgoSensitivity.R)
3) Jackknife confidence intervals for semi-variograms (JackknifeSemivariogramConfInts.R)
4) Diagnostic plots to discover operators that had systematically rogue data (bias and/or variance) as a result of their data recording behavior. (OperatorDiagnostics.R)
Note on running script:
Input data used to run the script for Smith et al. is provided in the repository. Output data is too large to host on Github. Please write to Jared Smith ([email protected]) if you would like to have the output Rdata file.