8000 GitHub - brandonloong/mining: The objective here is to create a heat map representing the likelihood of finding a given ore deposit in the region. The heat map should be stored such that we could easily view the numeric value for the likelihood of finding the ore at every location.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

The objective here is to create a heat map representing the likelihood of finding a given ore deposit in the region. The heat map should be stored such that we could easily view the numeric value for the likelihood of finding the ore at every location.

Notifications You must be signed in to change notification settings

brandonloong/mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finding cobalt deposits

The objective here is to create a heat map representing the likelihood of finding a given ore deposit in a region. The heat map should be stored such that we could easily view the numeric value for the likelihood of finding the ore at every location.

To determine where cobalt is likely to occur, it can be assumed that cobalt is found in the presence of two types of rock: serpentinite and granodiorite. We are interested in locations where these rock types are in contact with each other, or in close proximity to one another. Here, we assume that regions where the rock types are further than 10km from each other have 0 likelihood of cobalt occuring. Serpentinite is a subtype of “ultramafic” rock; so for now, assume that all ultramafic rocks are also serpentinite.

The public data set can be found at: https://www2.gov.bc.ca/gov/content/industry/mineral-exploration-mining/british-columbia-geological-survey/geology/bcdigitalgeology.

About

The objective here is to create a heat map representing the likelihood of finding a given ore deposit in the region. The heat map should be stored such that we could easily view the numeric value for the likelihood of finding the ore at every location.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0