Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.51 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.51 KB

SubCSeT

(Screening Tools for SUBsurface CO2 storage in petroleum reservoirs on the NCS)

The repository contains codes, tools, and data for screening CO2 storage potential of petroleum reservoirs on the Norwegian Continental Shelf (NCS) developed in WP6 of the CSSR, namely:

  1. an open database data/_main.csv of 134 fields on the NCS compiled from:
  2. main.ipynb details data retrieval, processing, and feature engineering workflows
  3. web app to visualize the data and perform screening is deployed at https://subcset-35e143428f88.herokuapp.com/

Requirements

The requirements are listed in requirements.txt (for pip) and requirements.yml (for conda). The environment can be reproduced by:
pip install requirements.txt
or conda env create -n [*env. name*] --file requirements.yml

NB! For Anaconda users. As Anaconda has recently updated its terms of service (read HERE and HERE), please check if you can use the default channel. Remove it from the yml-file if necessary.