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.
Clone this repository to your local machine using your tool of choice. Open the Anaconda Prompt (requires a working Anaconda installation):
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:
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.
Clone this repository to your local machine using your tool of choice. Open the Anaconda Navigator (requires a working Anaconda installation):