├── .gitignore ├── LICENSE ├── README.md ├── canning-3d └── first-commit.txt ├── dutch-f3 ├── dutch_f3_from_opendtect.ipynb ├── dutch_f3_spectrum.ipynb ├── dutch_f3_xline100.jpg ├── first-commit.txt └── sobel_implementation_seismic.ipynb ├── geolink-northsea └── first-commit.txt ├── how_to_access_gdr_openei.ipynb ├── how_to_access_mseel.ipynb ├── how_to_access_public_geoscience_data.ipynb ├── how_to_open_seg_wiki.ipynb ├── open_dlis_file.ipynb └── poseidon └── first-commit.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yohanesnuwara/open-geoscience-repository/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yohanesnuwara/open-geoscience-repository/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yohanesnuwara/open-geoscience-repository/HEAD/README.md -------------------------------------------------------------------------------- /canning-3d/first-commit.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dutch-f3/dutch_f3_from_opendtect.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yohanesnuwara/open-geoscience-repository/HEAD/dutch-f3/dutch_f3_from_opendtect.ipynb -------------------------------------------------------------------------------- /dutch-f3/dutch_f3_spectrum.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yohanesnuwara/open-geoscience-repository/HEAD/dutch-f3/dutch_f3_spectrum.ipynb -------------------------------------------------------------------------------- /dutch-f3/dutch_f3_xline100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yohanesnuwara/open-geoscience-repository/HEAD/dutch-f3/dutch_f3_xline100.jpg -------------------------------------------------------------------------------- /dutch-f3/first-commit.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dutch-f3/sobel_implementation_seismic.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yohanesnuwara/open-geoscience-repository/HEAD/dutch-f3/sobel_implementation_seismic.ipynb -------------------------------------------------------------------------------- /geolink-northsea/first-commit.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /how_to_access_gdr_openei.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yohanesnuwara/open-geoscience-repository/HEAD/how_to_access_gdr_openei.ipynb -------------------------------------------------------------------------------- /how_to_access_mseel.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yohanesnuwara/open-geoscience-repository/HEAD/how_to_access_mseel.ipynb -------------------------------------------------------------------------------- /how_to_access_public_geoscience_data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yohanesnuwara/open-geoscience-repository/HEAD/how_to_access_public_geoscience_data.ipynb -------------------------------------------------------------------------------- /how_to_open_seg_wiki.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yohanesnuwara/open-geoscience-repository/HEAD/how_to_open_seg_wiki.ipynb -------------------------------------------------------------------------------- /open_dlis_file.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yohanesnuwara/open-geoscience-repository/HEAD/open_dlis_file.ipynb -------------------------------------------------------------------------------- /poseidon/first-commit.txt: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------