{"@type": "dcat:Dataset", "DOI": "10.15121/1787330", "accessLevel": "public", "bureauCode": ["019:20"], "contactPoint": {"@type": "vcard:Contact", "fn": "Jim Moraga", "hasEmail": "mailto:jmoraga@mines.edu"}, "dataQuality": true, "description": "The scripts below are used to run the Geothermal Exploration Artificial Intelligence developed within the \"Detection of Potential Geothermal Exploration Sites from Hyperspectral Images via Deep Learning\" project. It includes all scripts for pre-processing and processing, including:\n- Land Surface Temperature K-Means classifier\n- Labeling AI using Self Organizing Maps (SOM)\n- Post-processing for Permanent Scatterer InSAR (PSInSAR) analysis with SOM\n- Mineral marker summarizing\n- Artificial Intelligence (AI) Data splitting: creates data set from a single raster file\n- Artificial Intelligence Model: creates AI from a single data set, after splitting in Train, Validation and Test subsets\n- AI Mapper: creates a classification map based on a raster file\n ", "distribution": [{"@type": "dcat:Distribution", "accessURL": "https://gdr.openei.org/files/1307/doe-ann.zip", "description": "Python and Shell (SLURM) scripts to create a dataset, build an AI and map using the created AI. It requires Python 3, TensorFlow 2.4, and a machine with one or multiple GPUs", "format": "zip", "mediaType": "application/zip", "title": "DOE ANN.zip"}, {"@type": "dcat:Distribution", "accessURL": "https://gdr.openei.org/files/1307/lst_r_scripts.zip", "description": "Land Surface Temperature K-Means Classifier\nR scripts to extract data, classify through K-Means  and save final result for Land Surface Temperature anomalies (hot areas) from Landsat ADR LST data.", "format": "zip", "mediaType": "application/zip", "title": "LST R Scripts.zip"}, {"@type": "dcat:Distribution", "accessURL": "https://gdr.openei.org/files/1307/displacement_som_r_scripts.zip", "description": "Post-processing for PSInSAR analysis with SOM\nR scripts that use the CVS output from Sarproz to generate SOM-ready data (by cropping data and recalculating slopes), and later classifies the data using Self Organizing Maps (SOM).\nMust be run in order:\n01_psi_to_som.R\n02_displacement_som.R\nAdditional documentation in Roxygen format within each file.\n", "format": "zip", "mediaType": "application/zip", "title": "Displacement SOM R Scripts.zip"}, {"@type": "dcat:Distribution", "accessURL": "https://gdr.openei.org/files/1307/mineral_markers.zip", "description": "Mineral marker summarizing R scripts to summarize the outputs from ENVI target detection for further data fusion. Outputs the results of CEM, SAM, ACE, MF, MTMF, OSP, TCIMF, TCIMF and MTTCIMF.\nAlso, shows automatic clustering results using several algorithms (  \"IJDefault\",  \"Intermodes\",  \"IsoData\",  \"Minimum\",  \"Moments\",  \"Otsu\",  \"RenyiEntropy\") to obtain cutoff thresholds for the anomaly detectors.", "format": "zip", "mediaType": "application/zip", "title": "Mineral Markers.zip"}, {"@type": "dcat:Distribution", "accessURL": "https://gdr.openei.org/files/1307/lst_extract.sh", "description": "Shell script to extract relevant files from a directory with Landsat 8 ADR LST compressed files.", "format": "sh", "mediaType": "application/octet-stream", "title": "LST Extract.sh"}, {"@type": "dcat:Distribution", "accessURL": "https://gdr.openei.org/files/1307/create_doe_dataset.py", "description": "Creates the data set for the Geo AI. More information of this code can be found in the README within this submission.", "format": "py", "mediaType": "application/octet-stream", "title": "Create DOE Dataset.py"}, {"@type": "dcat:Distribution", "accessURL": "https://gdr.openei.org/files/1307/README.md", "description": "README for the Geothermal AI. Provides a guide on how to properly run the provided code in this submission.", "format": "md", "mediaType": "application/octet-stream", "title": "README.md"}, {"@type": "dcat:Distribution", "accessURL": "https://gdr.openei.org/files/1307/doe_tiff.zip", "description": "Libraries to be used with the Geothermal AI and related python scripts.", "format": "zip", "mediaType": "application/zip", "title": "DOE TIFF.zip"}, {"@type": "dcat:Distribution", "accessURL": "https://gdr.openei.org/files/1307/doe_ann_map.py", "description": "Maps the classification from a raster image using a trained AI model. Requires Python 3 and multiple Python software packages such as NumPy and OSGeo.", "format": "py", "mediaType": "application/octet-stream", "title": "DOE ANN Map.py"}, {"@type": "dcat:Distribution", "accessURL": "https://gdr.openei.org/files/1307/doe_geoai.py", "description": "Creates a Geothermal AI model from labeled data. This is the main program to create, train and use an ANN to classify regions based on geothermal potential. Requires Python 3 and multiple Python software packages.", "format": "py", "mediaType": "application/octet-stream", "title": "DOE GeoAI.py"}, {"@type": "dcat:Distribution", "accessURL": "https://gdr.openei.org/files/1307/sbatch_scripts.zip", "description": "Compressed directory with scripts to to be used to run the Geothermal AI and related python scripts in an HPC environment with SLURM.", "format": "zip", "mediaType": "application/zip", "title": "Sbatch Scripts.zip"}], "identifier": "https://data.openei.org/submissions/7425", "issued": "2021-04-27T06:00:00Z", "keyword": ["geothermal", "energy", "code", "R", "Shell scripts", "Geothermal AI", "Machine Learning", "Self Organizing Map", "K-Means", "Python", "AI", "artificial intelligence", "deep learning", "exploration", "geothermal exploration", "remote sensing", "blind", "site detection", "LST", "land surface temperature", "NumPy", "raster", "TensorFlow", "k mean", "anomaly detection", "Landsat ADR LST", "sbatch", "SLURM", "Shell"], "landingPage": "https://gdr.openei.org/submissions/1307", "license": "https://creativecommons.org/licenses/by/4.0/", "modified": "2021-06-09T21:22:13Z", "programCode": ["019:006"], "projectLead": "Mike Weathers", "projectNumber": "EE0008760", "projectTitle": "Detection of Potential Geothermal Exploration Sites from Hyperspectral Images via Deep Learning", "publisher": {"@type": "org:Organization", "name": "Colorado School of Mines"}, "spatial": "{\"type\":\"Polygon\",\"coordinates\":[[[-119.9582078125,32.71358983108084],[-112.8941,32.71358983108084],[-112.8941,40.47558089276303],[-119.9582078125,40.47558089276303],[-119.9582078125,32.71358983108084]]]}", "title": "Programs and Code for Geothermal Exploration Artificial Intelligence"}