You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/_help.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
1
# About
2
-
This is a web application for screening petroleum reservoirs on the Norwegian Continental Shelf (NCS) for purposes of CO2 storage, developed in [the Centre for Sustainable Subsurface Resources (CSSR)](https://cssr.no/) hosted by the Norwegian Research Centre (NORCE). The app is based on a study presented at the GHGT-17 conference (Calgary, October 2024):
3
-
*[**e-poster**](https://api.ltb.io/show/ACGES) with a short presentation,
4
-
*[**conference paper**](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5069175) with more details.
2
+
This is a web application for screening petroleum reservoirs on the Norwegian Continental Shelf (NCS) for purposes of CO2 storage, developed in [the Centre for Sustainable Subsurface Resources (CSSR)](https://cssr.no/) hosted by the Norwegian Research Centre (NORCE).
3
+
The app is based on a study presented at the GHGT-17 conference (Calgary, October 2024):
4
+
*[**e-poster**](https://api.ltb.io/show/ACGES) with a short presentation,
5
+
*[**conference paper**](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5069175) with more details.
6
+
* for even more details, preprint submitted to the special issue of the IJGGC:
[**Report a problem**](https://github.com/cssr-tools/SubCSeT/issues/new)
11
16
12
17
# Quick start
@@ -21,7 +26,7 @@ The table is uploaded from a csv-file specified in the path.
21
26
The csv-file was generated by the Jupyterl notebook ([main.ipynb](https://github.com/cssr-tools/SubCSeT/blob/main/main.ipynb)).
22
27
23
28
The tabs to the right:
24
-
+ MAP and a SCATTER plot to visualize selected table data.
29
+
+ MAP and SCATTER plot to visualize selected table data.
25
30
+ PARA-PLOT - parallel coordinates plot that allows to visualize many parameters and selected fields at once. One can use this tab to narrow down the search to a few reservoirs, based on several criteria, and track relations between various paramaters. The table can be used to select parameters and define normalization settings:
26
31
+**log10** can be applied to data is the parameter's utility is believed to follow a logarithm of the parameter value.
27
32
+**normalize** (default: None) allows to normalize the data by "z-score", "mean", "median" or "min-max" (i.e. => min=0 and max=1).
0 commit comments