├── 003_Welcome ├── intro2pic.png ├── intro2pic.xcf ├── intro3pic.png └── intropic.jpg ├── 005_world ├── worldmap.jpg ├── worldmap_1.png ├── worldmap_ven.jpg └── worldmap_ven.png ├── 010_demo ├── 01_drill.jpg ├── cielo.jpeg ├── rig.png ├── rig_old.png ├── subsuelo.jpg ├── subsuelo_flui.png ├── subsuelo_flui.xcf ├── subsuelo_index.png └── subsuelo_seis.jpg ├── 015_anticline ├── anticline.gif ├── anticline.png ├── anticlineSeis.png ├── anticline_index.png ├── anticline_index.png_old └── anticlineflui.png ├── 020_salt ├── Salt.jpg ├── Salt.png ├── SaltFlui.png └── SaltSeis.png ├── 020_ven_02 ├── anticline.gif ├── anticline.png ├── anticlineSeis.png ├── anticline_index.png ├── anticline_index.png_old └── anticlineflui.png ├── 70_SOUNDS ├── Cash.mp3 ├── Click.mp3 ├── Core.mp3 ├── Error.mp3 ├── Error.mp3.old └── Seismic.mp3 ├── 80_SCREENSHOTS ├── 03_Pypetrol.png ├── 05_Pypetrol.png └── 10_Pypetrol.png ├── 99_BACKUP_TAR ├── CHEAPOIL_bck_20160419.tar ├── CHEAPOIL_bck_20160420.tar └── CHEAPOIL_bck_20170407.tar ├── LICENSE ├── README.rst ├── anticline.py ├── anticline.pyc ├── cheapoil.py ├── classifier.py ├── classifier.pyc ├── classifier.py~ ├── functions.py ├── functions.pyc ├── game_loop.py ├── game_loop.pyc ├── hierar_cheap.py ├── hierarchy.py ├── map.py ├── map.pyc ├── var.py └── var.pyc /003_Welcome/intro2pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/003_Welcome/intro2pic.png -------------------------------------------------------------------------------- /003_Welcome/intro2pic.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/003_Welcome/intro2pic.xcf -------------------------------------------------------------------------------- /003_Welcome/intro3pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/003_Welcome/intro3pic.png -------------------------------------------------------------------------------- /003_Welcome/intropic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/003_Welcome/intropic.jpg -------------------------------------------------------------------------------- /005_world/worldmap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/005_world/worldmap.jpg -------------------------------------------------------------------------------- /005_world/worldmap_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/005_world/worldmap_1.png -------------------------------------------------------------------------------- /005_world/worldmap_ven.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/005_world/worldmap_ven.jpg -------------------------------------------------------------------------------- /005_world/worldmap_ven.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/005_world/worldmap_ven.png -------------------------------------------------------------------------------- /010_demo/01_drill.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/010_demo/01_drill.jpg -------------------------------------------------------------------------------- /010_demo/cielo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/010_demo/cielo.jpeg -------------------------------------------------------------------------------- /010_demo/rig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/010_demo/rig.png -------------------------------------------------------------------------------- /010_demo/rig_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/010_demo/rig_old.png -------------------------------------------------------------------------------- /010_demo/subsuelo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/010_demo/subsuelo.jpg -------------------------------------------------------------------------------- /010_demo/subsuelo_flui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/010_demo/subsuelo_flui.png -------------------------------------------------------------------------------- /010_demo/subsuelo_flui.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/010_demo/subsuelo_flui.xcf -------------------------------------------------------------------------------- /010_demo/subsuelo_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/010_demo/subsuelo_index.png -------------------------------------------------------------------------------- /010_demo/subsuelo_seis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/010_demo/subsuelo_seis.jpg -------------------------------------------------------------------------------- /015_anticline/anticline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/015_anticline/anticline.gif -------------------------------------------------------------------------------- /015_anticline/anticline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/015_anticline/anticline.png -------------------------------------------------------------------------------- /015_anticline/anticlineSeis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/015_anticline/anticlineSeis.png -------------------------------------------------------------------------------- /015_anticline/anticline_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/015_anticline/anticline_index.png -------------------------------------------------------------------------------- /015_anticline/anticline_index.png_old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/015_anticline/anticline_index.png_old -------------------------------------------------------------------------------- /015_anticline/anticlineflui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/015_anticline/anticlineflui.png -------------------------------------------------------------------------------- /020_salt/Salt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/020_salt/Salt.jpg -------------------------------------------------------------------------------- /020_salt/Salt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/020_salt/Salt.png -------------------------------------------------------------------------------- /020_salt/SaltFlui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/020_salt/SaltFlui.png -------------------------------------------------------------------------------- /020_salt/SaltSeis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/020_salt/SaltSeis.png -------------------------------------------------------------------------------- /020_ven_02/anticline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/020_ven_02/anticline.gif -------------------------------------------------------------------------------- /020_ven_02/anticline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/020_ven_02/anticline.png -------------------------------------------------------------------------------- /020_ven_02/anticlineSeis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/020_ven_02/anticlineSeis.png -------------------------------------------------------------------------------- /020_ven_02/anticline_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/020_ven_02/anticline_index.png -------------------------------------------------------------------------------- /020_ven_02/anticline_index.png_old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/020_ven_02/anticline_index.png_old -------------------------------------------------------------------------------- /020_ven_02/anticlineflui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/020_ven_02/anticlineflui.png -------------------------------------------------------------------------------- /70_SOUNDS/Cash.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/70_SOUNDS/Cash.mp3 -------------------------------------------------------------------------------- /70_SOUNDS/Click.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/70_SOUNDS/Click.mp3 -------------------------------------------------------------------------------- /70_SOUNDS/Core.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/70_SOUNDS/Core.mp3 -------------------------------------------------------------------------------- /70_SOUNDS/Error.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/70_SOUNDS/Error.mp3 -------------------------------------------------------------------------------- /70_SOUNDS/Error.mp3.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/70_SOUNDS/Error.mp3.old -------------------------------------------------------------------------------- /70_SOUNDS/Seismic.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/70_SOUNDS/Seismic.mp3 -------------------------------------------------------------------------------- /80_SCREENSHOTS/03_Pypetrol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/80_SCREENSHOTS/03_Pypetrol.png -------------------------------------------------------------------------------- /80_SCREENSHOTS/05_Pypetrol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/80_SCREENSHOTS/05_Pypetrol.png -------------------------------------------------------------------------------- /80_SCREENSHOTS/10_Pypetrol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/80_SCREENSHOTS/10_Pypetrol.png -------------------------------------------------------------------------------- /99_BACKUP_TAR/CHEAPOIL_bck_20160419.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/99_BACKUP_TAR/CHEAPOIL_bck_20160419.tar -------------------------------------------------------------------------------- /99_BACKUP_TAR/CHEAPOIL_bck_20160420.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/99_BACKUP_TAR/CHEAPOIL_bck_20160420.tar -------------------------------------------------------------------------------- /99_BACKUP_TAR/CHEAPOIL_bck_20170407.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/99_BACKUP_TAR/CHEAPOIL_bck_20170407.tar -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/LICENSE -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/README.rst -------------------------------------------------------------------------------- /anticline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/anticline.py -------------------------------------------------------------------------------- /anticline.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/anticline.pyc -------------------------------------------------------------------------------- /cheapoil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/cheapoil.py -------------------------------------------------------------------------------- /classifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/classifier.py -------------------------------------------------------------------------------- /classifier.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/classifier.pyc -------------------------------------------------------------------------------- /classifier.py~: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/functions.py -------------------------------------------------------------------------------- /functions.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/functions.pyc -------------------------------------------------------------------------------- /game_loop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/game_loop.py -------------------------------------------------------------------------------- /game_loop.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/game_loop.pyc -------------------------------------------------------------------------------- /hierar_cheap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/hierar_cheap.py -------------------------------------------------------------------------------- /hierarchy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/hierarchy.py -------------------------------------------------------------------------------- /map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/map.py -------------------------------------------------------------------------------- /map.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/map.pyc -------------------------------------------------------------------------------- /var.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/var.py -------------------------------------------------------------------------------- /var.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ovalles/PyPetroleum/HEAD/var.pyc --------------------------------------------------------------------------------