Skip to content

Commit 0a00b79

Browse files
authored
Update README.md
1 parent 874cde3 commit 0a00b79

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,21 @@ Python framework for reservoir engineering.
1212
* reservoir representation with Grid, Rock, States, Wells, Faults, and PVT-tables
1313
* interactive 3D visualization
1414
* reservoir preprocessing tools
15-
* detailed [documentation]()
15+
* detailed [documentation](https://geo-kit.github.io/GeoCode/)
1616
* [tutorials](/tutorials) to explore the framework step-by-step
1717

1818
> [!TIP]
19-
> Try out a new [web application]() based on DeepField for visualization and exploration of reservoir models.
19+
> Try out a new [web application](https://github.com/geo-kit/GeoView.git) based on GeoCode for visualization and exploration of reservoir models.
2020
2121
## Installation
2222

2323
Clone the repository:
2424

25-
git clone https://github.com/deepfield-team/GeoCode.git
25+
git clone https://github.com/geo-kit/GeoCode.git
2626

27-
Another option is to build the docker image with GeoCode inside.
28-
Instructions and dockerfile are provided in the [docker](./docker) directory.
2927

30-
```
31-
Note: the project is in developement. We welcome contributions and collaborations.
32-
```
28+
> [!Note]
29+
> Note: the project is in developement. We welcome contributions and collaborations.
3330
3431
## Quick start
3532

@@ -43,4 +40,4 @@ Load a reservoir model from `.DATA` file (some models are given in the [open_dat
4340
```
4441

4542
See the [tutorials](./tutorials) to explore the framework step-by-step
46-
and the [documentation]() for more details.
43+
and the [documentation](https://geo-kit.github.io/GeoCode/) for more details.

0 commit comments

Comments
 (0)