Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 6.59 KB

README.md

File metadata and controls

78 lines (53 loc) · 6.59 KB

predictive-geology-maps

Generate the predictive geology maps automatically to use in CPRM projects of anomaly charts. The methodology implemented here was used to generate predictive maps in central Amapá, SW Pará, and N Rondônia.

Getting started

Using a terminal

Clone this repository to your local machine using your tool of choice. Open the Anaconda Prompt (requires a working Anaconda installation):

Search the Anaconda Prompt

Then, use the prompt to navigate to the location of the cloned repository. Install the environment using the command:
conda env create -f environment.yml

Installing the environment.yml might take some time.

Then, follow the instructions to activate the newly installed environment:
conda activate pred-geomap

The terminal should look like this:
Terminal example

Now you should be able to use the scripts. Don't forget to activate the pred-geomap environment whenever you want to run this code.

Alternatively, you can run the windows_installer.py file using your base Anaconda described below.

Running a Python script

Clone this repository to your local machine using your tool of choice. Open the Anaconda Navigator (requires a working Anaconda installation):