Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
5303783
Merge pull request #130 from giecaruff/development
mmramos Jul 25, 2025
52a5bde
Merge pull request #132 from giecaruff/development
mmramos Sep 4, 2025
926c780
Merge pull request #141 from giecaruff/development
mmramos Feb 25, 2026
06ba08a
Merge pull request #143 from giecaruff/development
mmramos Feb 26, 2026
77a47bb
Merge pull request #145 from giecaruff/development
mmramos Mar 3, 2026
6bd6381
adding new data generator
mmramos Mar 17, 2026
e56b25e
adding documentation
mmramos Mar 17, 2026
a68df9e
update lito modules
mmramos Mar 17, 2026
8b578bb
update
mmramos Mar 17, 2026
c203c07
functional code
mmramos Mar 19, 2026
b60564e
adding data generator and update visualization
mmramos Mar 19, 2026
247efa3
update image
mmramos Mar 19, 2026
f8bd478
Create _test_merge_data.ipynb
mmramos Mar 31, 2026
1bfbd80
Update _test_merge_data.ipynb
mmramos Apr 1, 2026
bbf92a9
Update _test_merge_data.ipynb
mmramos Apr 1, 2026
fcf1e6a
update codes
mmramos Apr 8, 2026
511ed03
change dlis reader for faster version
mmramos Apr 9, 2026
7a2cb22
update stoneforge to teradata
mmramos Apr 9, 2026
5421983
Update 3_dlis_data.ipynb
mmramos Apr 9, 2026
131a371
Update porosity.py
mmramos Apr 15, 2026
283ecb8
update and create resampling method
mmramos Apr 28, 2026
071151f
add changes on docs
mmramos Apr 28, 2026
9e8d9fe
changes in documentation
mmramos Apr 28, 2026
ebb9e27
some updates and adding welllog plot graph!
mmramos May 5, 2026
0a32d1f
Update monte_carlo_simulations.py
mmramos May 7, 2026
7822eed
update some tests
mmramos May 21, 2026
fbdf06b
updated resampling code
mmramos May 21, 2026
1707dbd
grat reformulation
mmramos May 26, 2026
3035989
functional code
mmramos May 26, 2026
4fe278c
adding some modifications to old code
mmramos Jun 8, 2026
c68603f
Update test_preprocessing.py
mmramos Jun 9, 2026
890936a
reflectivity inversion tests
mmramos Jun 10, 2026
bee38c3
wavlet tests
mmramos Jun 10, 2026
2281583
adding bayes test and updates it
mmramos Jun 10, 2026
f7046e2
Update pyproject.toml
mmramos Jun 10, 2026
e758bf7
rock physics tests
mmramos Jun 10, 2026
bacf858
update tests for pseudo wells, coverage 62.57%
mmramos Jun 10, 2026
c9cfa4a
vis updated tests 75%
mmramos Jun 10, 2026
0b3f150
overall, above 75%
mmramos Jun 10, 2026
b47744b
adding facies
mmramos Jun 11, 2026
3e0accc
adding some operations
mmramos Jun 11, 2026
7182df2
Update preprocessing.py
mmramos Jun 11, 2026
300e55c
testing chatbox
mmramos Jun 16, 2026
b3e8956
Create _test_multimineral.ipynb
mmramos Jun 26, 2026
27afab5
create "in test" to test new functionalities
mmramos Jun 30, 2026
cc53a61
Create t_dlis_data_access_test.ipynb
mmramos Jun 30, 2026
ee5907b
change import matplotlib.cm as cm to cmap = mpl.colormaps[cmap_name] …
mmramos Jun 30, 2026
b7d67e4
moving iodp data test to proper location
mmramos Jun 30, 2026
afb43c3
update version
mmramos Jun 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Welcome to Stoneforge's documentation!
======================================

**Version**: 0.2.1
**Version**: 0.2.2

**Stoneforge** is a Python library for geophysics equations, algorithms and methods that also,
are used in the software **APPy**. It is linked to the GIECAR laboratory at the Universidade Federal
Expand All @@ -28,6 +28,7 @@ and develop routines in Python to solve geological and geophysical problems. Mai
modules/rockphysics
modules/pseudowells
modules/machinelearning/index
modules/data_management/index

Indices and tables
==================
Expand Down
15 changes: 15 additions & 0 deletions docs/modules/data_management/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
=========================
Data Management
=========================

**About:** This section contains documentation for the data management module.

.. toctree::
:maxdepth: 1

preprocessing

References
----------------

.. footbibliography::
18 changes: 18 additions & 0 deletions docs/modules/data_management/preprocessing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
=========================
Preprocessing
=========================

This section is about some methods to preprocess well log data.

Basic Calculations
------------------

.. automodule:: stoneforge.data_management.preprocessing
:members:
:undoc-members:
:show-inheritance:

References
----------------

.. footbibliography::
9 changes: 9 additions & 0 deletions docs/modules/pseudowells.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ Monte Carlo Simulations
:undoc-members:
:show-inheritance:

Referenced-Based Generation
---------------------------

.. automodule:: stoneforge.pseudo_wells.referenced
:members:
:undoc-members:
:show-inheritance:


References
----------------

Expand Down
7 changes: 7 additions & 0 deletions docs/refs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,13 @@ @online{isaaks2013
publisher = {YouTube}
}

@misc{slb1972,
author = {SLB, Ltd.},
title = {Interpretacion de Perfiles},
year = {1972},
url = {https://www.slb.com/products-and-services/innovating-in-oil-and-gas/reservoir-characterization/interpretation-and-analysis},
}

# Machine learning
# --------------------------------------------------------------- #
@article{scikit-learn,
Expand Down
1,593 changes: 0 additions & 1,593 deletions examples/data_management/3_dlis_data.ipynb

This file was deleted.

Loading
Loading