Exploration Gap Assessment (FY13 Update)
Department of Energy
@usgov.doe_gov_exploration_gap_assessment_fy13_update_07cc7
Department of Energy
@usgov.doe_gov_exploration_gap_assessment_fy13_update_07cc7
This submission contains an update to the previous Exploration Gap Assessment funded in 2012, which identify high potential hydrothermal areas where critical data are needed (gap analysis on exploration data).
The uploaded data are contained in two data files for each data category: A shape (SHP) file containing the grid, and a data file (CSV) containing the individual layers that intersected with the grid. This CSV can be joined with the map to retrieve a list of datasets that are available at any given site. A grid of the contiguous U.S. was created with 88,000 10-km by 10-km grid cells, and each cell was populated with the status of data availability corresponding to five data types:
CREATE TABLE table_2 (
"grid_id" BIGINT,
"title" VARCHAR,
"abstract" VARCHAR,
"gap_type" VARCHAR,
"proprietary_type" VARCHAR,
"service_type" VARCHAR,
"base_url" VARCHAR
);
CREATE TABLE table_3 (
"grid_id" BIGINT,
"title" VARCHAR,
"abstract" VARCHAR,
"gap_type" VARCHAR,
"proprietary_type" VARCHAR,
"service_type" VARCHAR,
"base_url" VARCHAR
);
CREATE TABLE table_4 (
"grid_id" BIGINT,
"title" VARCHAR,
"abstract" VARCHAR,
"gap_type" VARCHAR,
"proprietary_type" VARCHAR,
"service_type" VARCHAR,
"base_url" VARCHAR
);
CREATE TABLE table_5 (
"grid_id" BIGINT,
"title" VARCHAR,
"abstract" VARCHAR,
"gap_type" VARCHAR,
"proprietary_type" VARCHAR,
"service_type" VARCHAR,
"base_url" VARCHAR
);
CREATE TABLE table_6 (
"grid_id" BIGINT,
"title" VARCHAR,
"abstract" VARCHAR,
"gap_type" VARCHAR,
"proprietary_type" VARCHAR,
"service_type" VARCHAR,
"base_url" VARCHAR
);
CREATE TABLE table_7 (
"grid_id" BIGINT,
"title" VARCHAR,
"abstract" VARCHAR,
"gap_type" VARCHAR,
"proprietary_type" VARCHAR,
"service_type" VARCHAR,
"base_url" VARCHAR
);
Anyone who has the link will be able to view this.