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:
- an open database data/_main.csv of 134 fields on the NCS compiled from:
- FactPages of the Norwegian Offshore Directorate
- Public portal of DISKOS database
- more references are to be found in the main.ipynb
- main.ipynb details the data retrieval, processing, and feature engineering workflows
- web app to visualize the data and perform screening deployed at https://subcset-35e143428f88.herokuapp.com/
The version of the data and the codes from GHGT-17 conference and conference paper is tagged as "GHGT17"
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
or
mamba 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). So, the defaults
channel was removed from requirements.yml, as an active Anaconda subscription may be needed to use it.