Skip to content
Snippets Groups Projects
Commit 89c0108d authored by Neha Hunka's avatar Neha Hunka
Browse files

Classifying the world into IPCC Table 4.7

parent 11f5ad7c
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -x
basedir=$( cd "$(dirname "$0")" ; pwd -P )
conda env update -n run_IPCC_classes --file "${basedir}/env_main.yaml"
mamba env update -n r-with-gdal --file "${basedir}/env_main.yaml"
source activate r-with-gdal
pip install rasterio
pip install pandas
pip install numpy
pip install matplotlib
\ No newline at end of file
source activate r-with-gdal
\ No newline at end of file
......@@ -5,4 +5,5 @@ channels:
dependencies:
- pandas==1.4.1
- numpy==1.22.3
- rasterio==1.2.10
\ No newline at end of file
- rasterio==1.2.10
- matplotlib==3.6.2
\ No newline at end of file
#!/bin/bash
set -x
basedir=$( cd "$(dirname "$0")" ; pwd -P )
conda env update -n run_IPCC_classes --file "${basedir}/env_main.yaml"
mamba env update -n r-with-gdal --file "${basedir}/env_main.yaml"
source activate r-with-gdal
pip install rasterio
pip install pandas
pip install numpy
pip install matplotlib
\ No newline at end of file
source activate r-with-gdal
\ No newline at end of file
......@@ -5,4 +5,5 @@ channels:
dependencies:
- pandas==1.4.1
- numpy==1.22.3
- rasterio==1.2.10
\ No newline at end of file
- rasterio==1.2.10
- matplotlib==3.6.2
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment