gebpy 1.1.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gebpy/__init__.py +55 -0
- gebpy/__pycache__/__init__.cpython-310.pyc +0 -0
- gebpy/adapters/__init__.py +0 -0
- gebpy/cli/__init__.py +0 -0
- gebpy/core/__init__.py +0 -0
- gebpy/core/chemistry/__init__.py +0 -0
- gebpy/core/chemistry/common.py +1369 -0
- gebpy/core/chemistry/elements.py +317 -0
- gebpy/core/chemistry/geochemistry.py +1728 -0
- gebpy/core/fluids/__init__.py +0 -0
- gebpy/core/io/__init__.py +0 -0
- gebpy/core/mathematics/__init__.py +0 -0
- gebpy/core/minerals/__init__.py +0 -0
- gebpy/core/minerals/carbonates.py +412 -0
- gebpy/core/minerals/common.py +555 -0
- gebpy/core/minerals/config.py +77 -0
- gebpy/core/minerals/cyclosilicates.py +0 -0
- gebpy/core/minerals/halides.py +0 -0
- gebpy/core/minerals/inosilicates.py +0 -0
- gebpy/core/minerals/nesosilicates.py +0 -0
- gebpy/core/minerals/organics.py +0 -0
- gebpy/core/minerals/oxides.py +589 -0
- gebpy/core/minerals/phosphates.py +0 -0
- gebpy/core/minerals/phospides.py +0 -0
- gebpy/core/minerals/phyllosilicates.py +436 -0
- gebpy/core/minerals/sorosilicates.py +0 -0
- gebpy/core/minerals/sulfates.py +0 -0
- gebpy/core/minerals/sulfides.py +459 -0
- gebpy/core/minerals/synthesis.py +201 -0
- gebpy/core/minerals/tectosilicates.py +433 -0
- gebpy/core/physics/__init__.py +0 -0
- gebpy/core/physics/common.py +53 -0
- gebpy/core/physics/geophysics.py +351 -0
- gebpy/core/rocks/__init__.py +0 -0
- gebpy/core/rocks/anisotropic_rocks.py +395 -0
- gebpy/core/rocks/common.py +95 -0
- gebpy/core/rocks/config.py +77 -0
- gebpy/core/rocks/isotropic_rocks.py +395 -0
- gebpy/core/rocks/sedimentary.py +385 -0
- gebpy/core/subsurface/__init__.py +0 -0
- gebpy/data_minerals/__init__.py +0 -0
- gebpy/data_minerals/albite.yaml +59 -0
- gebpy/data_minerals/anatase.yaml +43 -0
- gebpy/data_minerals/ankerite.yaml +47 -0
- gebpy/data_minerals/annite.yaml +57 -0
- gebpy/data_minerals/anorthite.yaml +59 -0
- gebpy/data_minerals/antigorite.yaml +53 -0
- gebpy/data_minerals/aragonite.yaml +48 -0
- gebpy/data_minerals/argutite.yaml +43 -0
- gebpy/data_minerals/arsenolite.yaml +40 -0
- gebpy/data_minerals/au3oxide.yaml +46 -0
- gebpy/data_minerals/avicennite.yaml +40 -0
- gebpy/data_minerals/azurite.yaml +53 -0
- gebpy/data_minerals/baddeleyite.yaml +49 -0
- gebpy/data_minerals/bismite.yaml +49 -0
- gebpy/data_minerals/boehmite.yaml +48 -0
- gebpy/data_minerals/brookite.yaml +46 -0
- gebpy/data_minerals/brucite.yaml +45 -0
- gebpy/data_minerals/bunsenite.yaml +40 -0
- gebpy/data_minerals/calcite.yaml +45 -0
- gebpy/data_minerals/cassiterite.yaml +43 -0
- gebpy/data_minerals/cerussite.yaml +48 -0
- gebpy/data_minerals/chamosite.yaml +56 -0
- gebpy/data_minerals/chlorite.yaml +75 -0
- gebpy/data_minerals/chromite.yaml +42 -0
- gebpy/data_minerals/chrysotile.yaml +53 -0
- gebpy/data_minerals/claudetite.yaml +49 -0
- gebpy/data_minerals/clinochlore.yaml +55 -0
- gebpy/data_minerals/cochromite.yaml +42 -0
- gebpy/data_minerals/corundum.yaml +43 -0
- gebpy/data_minerals/crocoite.yaml +51 -0
- gebpy/data_minerals/cuprite.yaml +40 -0
- gebpy/data_minerals/cuprospinel.yaml +42 -0
- gebpy/data_minerals/diaspore.yaml +48 -0
- gebpy/data_minerals/dolomite.yaml +47 -0
- gebpy/data_minerals/eastonite.yaml +57 -0
- gebpy/data_minerals/eskolaite.yaml +43 -0
- gebpy/data_minerals/fechlorite.yaml +61 -0
- gebpy/data_minerals/fecolumbite.yaml +48 -0
- gebpy/data_minerals/ferberite.yaml +51 -0
- gebpy/data_minerals/fetantalite.yaml +48 -0
- gebpy/data_minerals/franklinite.yaml +42 -0
- gebpy/data_minerals/gahnite.yaml +42 -0
- gebpy/data_minerals/galaxite.yaml +42 -0
- gebpy/data_minerals/geikielite.yaml +45 -0
- gebpy/data_minerals/gibbsite.yaml +51 -0
- gebpy/data_minerals/glauconite.yaml +69 -0
- gebpy/data_minerals/goethite.yaml +48 -0
- gebpy/data_minerals/groutite.yaml +48 -0
- gebpy/data_minerals/hematite.yaml +43 -0
- gebpy/data_minerals/hercynite.yaml +42 -0
- gebpy/data_minerals/huebnerite.yaml +51 -0
- gebpy/data_minerals/ikaite.yaml +53 -0
- gebpy/data_minerals/illite.yaml +55 -0
- gebpy/data_minerals/ilmenite.yaml +45 -0
- gebpy/data_minerals/jacobsite.yaml +42 -0
- gebpy/data_minerals/kalsilite.yaml +47 -0
- gebpy/data_minerals/kaolinite.yaml +59 -0
- gebpy/data_minerals/karelianite.yaml +43 -0
- gebpy/data_minerals/lime.yaml +40 -0
- gebpy/data_minerals/litharge.yaml +43 -0
- gebpy/data_minerals/magnesiochromite.yaml +42 -0
- gebpy/data_minerals/magnesioferrite.yaml +42 -0
- gebpy/data_minerals/magnesite.yaml +45 -0
- gebpy/data_minerals/magnetite.yaml +41 -0
- gebpy/data_minerals/malachite.yaml +53 -0
- gebpy/data_minerals/manganite.yaml +51 -0
- gebpy/data_minerals/manganochromite.yaml +42 -0
- gebpy/data_minerals/manganosite.yaml +40 -0
- gebpy/data_minerals/marialite.yaml +49 -0
- gebpy/data_minerals/massicot.yaml +46 -0
- gebpy/data_minerals/meionite.yaml +49 -0
- gebpy/data_minerals/mgchlorite.yaml +61 -0
- gebpy/data_minerals/mgcolumbite.yaml +48 -0
- gebpy/data_minerals/mgtantalite.yaml +48 -0
- gebpy/data_minerals/microcline.yaml +59 -0
- gebpy/data_minerals/minium.yaml +44 -0
- gebpy/data_minerals/mnchlorite.yaml +61 -0
- gebpy/data_minerals/mncolumbite.yaml +48 -0
- gebpy/data_minerals/mntantalite.yaml +48 -0
- gebpy/data_minerals/monteponite.yaml +40 -0
- gebpy/data_minerals/montmorillonite.yaml +77 -0
- gebpy/data_minerals/muscovite.yaml +55 -0
- gebpy/data_minerals/nanepheline.yaml +47 -0
- gebpy/data_minerals/nichlorite.yaml +61 -0
- gebpy/data_minerals/nichromite.yaml +42 -0
- gebpy/data_minerals/nimite.yaml +55 -0
- gebpy/data_minerals/nontronite.yaml +73 -0
- gebpy/data_minerals/orthoclase.yaml +53 -0
- gebpy/data_minerals/paratellurite.yaml +43 -0
- gebpy/data_minerals/pennantite.yaml +61 -0
- gebpy/data_minerals/periclase.yaml +40 -0
- gebpy/data_minerals/phlogopite.yaml +57 -0
- gebpy/data_minerals/plattnerite.yaml +43 -0
- gebpy/data_minerals/powellite.yaml +45 -0
- gebpy/data_minerals/pyrite.yaml +40 -0
- gebpy/data_minerals/pyrolusite.yaml +43 -0
- gebpy/data_minerals/pyrophanite.yaml +45 -0
- gebpy/data_minerals/pyrophyllite.yaml +59 -0
- gebpy/data_minerals/quartz.yaml +43 -0
- gebpy/data_minerals/rhodochrosite.yaml +45 -0
- gebpy/data_minerals/rutile.yaml +43 -0
- gebpy/data_minerals/saponite.yaml +77 -0
- gebpy/data_minerals/scheelite.yaml +45 -0
- gebpy/data_minerals/scrutinyite.yaml +46 -0
- gebpy/data_minerals/senarmontite.yaml +40 -0
- gebpy/data_minerals/siderite.yaml +45 -0
- gebpy/data_minerals/siderophyllite.yaml +57 -0
- gebpy/data_minerals/smithsonite.yaml +45 -0
- gebpy/data_minerals/spinel.yaml +42 -0
- gebpy/data_minerals/stishovite.yaml +43 -0
- gebpy/data_minerals/stolzite.yaml +45 -0
- gebpy/data_minerals/talc.yaml +53 -0
- gebpy/data_minerals/tistarite.yaml +43 -0
- gebpy/data_minerals/trevorite.yaml +42 -0
- gebpy/data_minerals/ulvoespinel.yaml +42 -0
- gebpy/data_minerals/uraninite.yaml +40 -0
- gebpy/data_minerals/valentinite.yaml +46 -0
- gebpy/data_minerals/vermiculite.yaml +69 -0
- gebpy/data_minerals/wulfenite.yaml +45 -0
- gebpy/data_minerals/wustite.yaml +40 -0
- gebpy/data_minerals/zincite.yaml +43 -0
- gebpy/data_minerals/zincochromite.yaml +42 -0
- gebpy/data_rocks/__init__.py +0 -0
- gebpy/data_rocks/dolostone.yaml +40 -0
- gebpy/data_rocks/limestone.yaml +40 -0
- gebpy/data_rocks/marl.yaml +50 -0
- gebpy/data_rocks/sandstone.yaml +39 -0
- gebpy/data_rocks/shale.yaml +50 -0
- gebpy/gebpy_app.py +8732 -0
- gebpy/gui/__init__.py +0 -0
- gebpy/lib/images/GebPy_Header.png +0 -0
- gebpy/lib/images/GebPy_Icon.png +0 -0
- gebpy/lib/images/GebPy_Logo.png +0 -0
- gebpy/main.py +29 -0
- gebpy/modules/__init__.py +0 -0
- gebpy/modules/__pycache__/__init__.cpython-310.pyc +0 -0
- gebpy/modules/__pycache__/metamorphics.cpython-310.pyc +0 -0
- gebpy/modules/__pycache__/silicates.cpython-310.pyc +0 -0
- gebpy/modules/carbonates.py +2658 -0
- gebpy/modules/chemistry.py +1369 -0
- gebpy/modules/core.py +1805 -0
- gebpy/modules/elements.py +317 -0
- gebpy/modules/evaporites.py +1299 -0
- gebpy/modules/exploration.py +1145 -0
- gebpy/modules/fluids.py +339 -0
- gebpy/modules/geochemistry.py +1727 -0
- gebpy/modules/geophysics.py +351 -0
- gebpy/modules/gui.py +9093 -0
- gebpy/modules/gui_elements.py +145 -0
- gebpy/modules/halides.py +485 -0
- gebpy/modules/igneous.py +2241 -0
- gebpy/modules/metamorphics.py +3222 -0
- gebpy/modules/mineralogy.py +442 -0
- gebpy/modules/minerals.py +7954 -0
- gebpy/modules/ore.py +1648 -0
- gebpy/modules/organics.py +530 -0
- gebpy/modules/oxides.py +9057 -0
- gebpy/modules/petrophysics.py +98 -0
- gebpy/modules/phosphates.py +589 -0
- gebpy/modules/phospides.py +194 -0
- gebpy/modules/plotting.py +619 -0
- gebpy/modules/pyllosilicates.py +380 -0
- gebpy/modules/sedimentary_rocks.py +908 -0
- gebpy/modules/sequences.py +2166 -0
- gebpy/modules/series.py +1625 -0
- gebpy/modules/silicates.py +11102 -0
- gebpy/modules/siliciclastics.py +1846 -0
- gebpy/modules/subsurface_2d.py +179 -0
- gebpy/modules/sulfates.py +1629 -0
- gebpy/modules/sulfides.py +4786 -0
- gebpy/plotting/__init__.py +0 -0
- gebpy/ui_nb/__init__.py +0 -0
- gebpy/user_data/.gitkeep +0 -0
- gebpy-1.1.3.dist-info/LICENSE +165 -0
- gebpy-1.1.3.dist-info/METADATA +207 -0
- gebpy-1.1.3.dist-info/RECORD +254 -0
- gebpy-1.1.3.dist-info/WHEEL +5 -0
- gebpy-1.1.3.dist-info/entry_points.txt +2 -0
- gebpy-1.1.3.dist-info/top_level.txt +1 -0
- modules/__init__.py +0 -0
- modules/carbonates.py +2658 -0
- modules/chemistry.py +1369 -0
- modules/core.py +1805 -0
- modules/elements.py +317 -0
- modules/evaporites.py +1299 -0
- modules/exploration.py +765 -0
- modules/fluids.py +339 -0
- modules/geochemistry.py +1727 -0
- modules/geophysics.py +337 -0
- modules/gui.py +9093 -0
- modules/gui_elements.py +145 -0
- modules/halides.py +485 -0
- modules/igneous.py +2196 -0
- modules/metamorphics.py +2699 -0
- modules/mineralogy.py +442 -0
- modules/minerals.py +7954 -0
- modules/ore.py +1628 -0
- modules/organics.py +530 -0
- modules/oxides.py +9057 -0
- modules/petrophysics.py +98 -0
- modules/phosphates.py +589 -0
- modules/phospides.py +194 -0
- modules/plotting.py +619 -0
- modules/pyllosilicates.py +380 -0
- modules/sedimentary_rocks.py +908 -0
- modules/sequences.py +2166 -0
- modules/series.py +1625 -0
- modules/silicates.py +11102 -0
- modules/siliciclastics.py +1830 -0
- modules/subsurface_2d.py +179 -0
- modules/sulfates.py +1629 -0
- modules/sulfides.py +4786 -0
- notebooks/__init__.py +0 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
mineral: Magnetite
|
|
2
|
+
group: Oxides
|
|
3
|
+
formula: Fe3O4
|
|
4
|
+
last updated: 12.12.2025
|
|
5
|
+
|
|
6
|
+
metadata:
|
|
7
|
+
key: "Mag"
|
|
8
|
+
crystal_system: "cubic"
|
|
9
|
+
|
|
10
|
+
chemistry:
|
|
11
|
+
Fe: 3
|
|
12
|
+
O: 4
|
|
13
|
+
|
|
14
|
+
oxides:
|
|
15
|
+
FeO: 0.310299700688029
|
|
16
|
+
Fe2O3: 0.689700299311971
|
|
17
|
+
|
|
18
|
+
physical_properties:
|
|
19
|
+
K:
|
|
20
|
+
value: 176.0e9
|
|
21
|
+
ref: "unknown"
|
|
22
|
+
G:
|
|
23
|
+
value: 64.0e9
|
|
24
|
+
ref: "unknown"
|
|
25
|
+
|
|
26
|
+
cell_data:
|
|
27
|
+
space_group:
|
|
28
|
+
value: "Fd3m"
|
|
29
|
+
ref: "www.webmineral.com"
|
|
30
|
+
a:
|
|
31
|
+
value: 8.396
|
|
32
|
+
ref: "www.webmineral.com"
|
|
33
|
+
Z:
|
|
34
|
+
value: 8
|
|
35
|
+
ref: "www.webmineral.com"
|
|
36
|
+
|
|
37
|
+
sources:
|
|
38
|
+
- author: "John W. Anthony, Richard A. Bideaux, Kenneth W. Bladh, and Monte C. Nichols"
|
|
39
|
+
title: "Handbook of Mineralogy"
|
|
40
|
+
publisher: "Mineralogical Society of America, Chantilly, VA"
|
|
41
|
+
url: "http://www.handbookofmineralogy.org/"
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
mineral: Malachite
|
|
2
|
+
group: Carbonates
|
|
3
|
+
formula: Cu2 (CO3) (OH)2
|
|
4
|
+
last updated: 13.12.2025
|
|
5
|
+
|
|
6
|
+
metadata:
|
|
7
|
+
key: "Mal"
|
|
8
|
+
crystal_system: "monoclinic"
|
|
9
|
+
|
|
10
|
+
chemistry:
|
|
11
|
+
Cu: 2
|
|
12
|
+
C: 1
|
|
13
|
+
O: 5
|
|
14
|
+
H: 2
|
|
15
|
+
|
|
16
|
+
oxides:
|
|
17
|
+
CuO: 1
|
|
18
|
+
CO2: 1
|
|
19
|
+
H2O: 1
|
|
20
|
+
|
|
21
|
+
physical_properties:
|
|
22
|
+
K:
|
|
23
|
+
value: 118.77e9
|
|
24
|
+
ref: "unknown"
|
|
25
|
+
G:
|
|
26
|
+
value: 50.06e9
|
|
27
|
+
ref: "unknown"
|
|
28
|
+
|
|
29
|
+
cell_data:
|
|
30
|
+
space_group:
|
|
31
|
+
value: "P21a"
|
|
32
|
+
ref: "www.handbookofmineralogy.org"
|
|
33
|
+
a:
|
|
34
|
+
value: 9.502
|
|
35
|
+
ref: "www.handbookofmineralogy.org"
|
|
36
|
+
b:
|
|
37
|
+
value: 11.974
|
|
38
|
+
ref: "www.handbookofmineralogy.org"
|
|
39
|
+
c:
|
|
40
|
+
value: 3.240
|
|
41
|
+
ref: "www.handbookofmineralogy.org"
|
|
42
|
+
beta:
|
|
43
|
+
value: 98.45
|
|
44
|
+
ref: "www.handbookofmineralogy.org"
|
|
45
|
+
Z:
|
|
46
|
+
value: 4
|
|
47
|
+
ref: "www.handbookofmineralogy.org"
|
|
48
|
+
|
|
49
|
+
sources:
|
|
50
|
+
- author: "unknown"
|
|
51
|
+
title: "unknown"
|
|
52
|
+
publisher: "www.handbookofmineralogy.org"
|
|
53
|
+
url: ["www.handbookofmineralogy.org", "www.webmineral.com"]
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
mineral: Manganite
|
|
2
|
+
group: Oxides
|
|
3
|
+
formula: MnO(OH)
|
|
4
|
+
last updated: 13.12.2025
|
|
5
|
+
|
|
6
|
+
metadata:
|
|
7
|
+
key: "Man"
|
|
8
|
+
crystal_system: "monoclinic"
|
|
9
|
+
|
|
10
|
+
chemistry:
|
|
11
|
+
Mn: 1
|
|
12
|
+
O: 2
|
|
13
|
+
H: 1
|
|
14
|
+
|
|
15
|
+
oxides:
|
|
16
|
+
Mn2O3: 1
|
|
17
|
+
H2O: 1
|
|
18
|
+
|
|
19
|
+
physical_properties:
|
|
20
|
+
K:
|
|
21
|
+
value: 133.29e9
|
|
22
|
+
ref: "unknown"
|
|
23
|
+
G:
|
|
24
|
+
value: 49.80e9
|
|
25
|
+
ref: "unknown"
|
|
26
|
+
|
|
27
|
+
cell_data:
|
|
28
|
+
space_group:
|
|
29
|
+
value: "B21d"
|
|
30
|
+
ref: "www.webmineral.com"
|
|
31
|
+
a:
|
|
32
|
+
value: 8.94
|
|
33
|
+
ref: "www.webmineral.com"
|
|
34
|
+
b:
|
|
35
|
+
value: 5.28
|
|
36
|
+
ref: "www.webmineral.com"
|
|
37
|
+
c:
|
|
38
|
+
value: 5.74
|
|
39
|
+
ref: "www.webmineral.com"
|
|
40
|
+
beta:
|
|
41
|
+
value: 90.0
|
|
42
|
+
ref: "www.webmineral.com"
|
|
43
|
+
Z:
|
|
44
|
+
value: 8
|
|
45
|
+
ref: "www.webmineral.com"
|
|
46
|
+
|
|
47
|
+
sources:
|
|
48
|
+
- author: "John W. Anthony, Richard A. Bideaux, Kenneth W. Bladh, and Monte C. Nichols"
|
|
49
|
+
title: "Handbook of Mineralogy"
|
|
50
|
+
publisher: "Mineralogical Society of America, Chantilly, VA"
|
|
51
|
+
url: "http://www.handbookofmineralogy.org/"
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
mineral: Manganochromite
|
|
2
|
+
group: Oxides
|
|
3
|
+
formula: MnCr2O4
|
|
4
|
+
last updated: 12.12.2025
|
|
5
|
+
|
|
6
|
+
metadata:
|
|
7
|
+
key: "Mn-Chr"
|
|
8
|
+
crystal_system: "cubic"
|
|
9
|
+
|
|
10
|
+
chemistry:
|
|
11
|
+
Mn: 1
|
|
12
|
+
Cr: 2
|
|
13
|
+
O: 4
|
|
14
|
+
|
|
15
|
+
oxides:
|
|
16
|
+
MnO: 1
|
|
17
|
+
Cr2O3: 1
|
|
18
|
+
|
|
19
|
+
physical_properties:
|
|
20
|
+
K:
|
|
21
|
+
value: 147.47e9
|
|
22
|
+
ref: "unknown"
|
|
23
|
+
G:
|
|
24
|
+
value: 56.54e9
|
|
25
|
+
ref: "unknown"
|
|
26
|
+
|
|
27
|
+
cell_data:
|
|
28
|
+
space_group:
|
|
29
|
+
value: "Fd3m"
|
|
30
|
+
ref: "www.webmineral.com"
|
|
31
|
+
a:
|
|
32
|
+
value: 8.47
|
|
33
|
+
ref: "www.webmineral.com"
|
|
34
|
+
Z:
|
|
35
|
+
value: 8
|
|
36
|
+
ref: "www.webmineral.com"
|
|
37
|
+
|
|
38
|
+
sources:
|
|
39
|
+
- author: "John W. Anthony, Richard A. Bideaux, Kenneth W. Bladh, and Monte C. Nichols"
|
|
40
|
+
title: "Handbook of Mineralogy"
|
|
41
|
+
publisher: "Mineralogical Society of America, Chantilly, VA"
|
|
42
|
+
url: "http://www.handbookofmineralogy.org/"
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
mineral: Manganosite
|
|
2
|
+
group: Oxides
|
|
3
|
+
formula: MnO
|
|
4
|
+
last updated: 12.12.2025
|
|
5
|
+
|
|
6
|
+
metadata:
|
|
7
|
+
key: "Mns"
|
|
8
|
+
crystal_system: "cubic"
|
|
9
|
+
|
|
10
|
+
chemistry:
|
|
11
|
+
Mn: 1
|
|
12
|
+
O: 1
|
|
13
|
+
|
|
14
|
+
oxides:
|
|
15
|
+
MnO: 1
|
|
16
|
+
|
|
17
|
+
physical_properties:
|
|
18
|
+
K:
|
|
19
|
+
value: 155.1e9
|
|
20
|
+
ref: "unknown"
|
|
21
|
+
G:
|
|
22
|
+
value: 79.9e9
|
|
23
|
+
ref: "unknown"
|
|
24
|
+
|
|
25
|
+
cell_data:
|
|
26
|
+
space_group:
|
|
27
|
+
value: "Fm3m"
|
|
28
|
+
ref: "www.webmineral.com"
|
|
29
|
+
a:
|
|
30
|
+
value: 4.436
|
|
31
|
+
ref: "www.webmineral.com"
|
|
32
|
+
Z:
|
|
33
|
+
value: 4
|
|
34
|
+
ref: "www.webmineral.com"
|
|
35
|
+
|
|
36
|
+
sources:
|
|
37
|
+
- author: "John W. Anthony, Richard A. Bideaux, Kenneth W. Bladh, and Monte C. Nichols"
|
|
38
|
+
title: "Handbook of Mineralogy"
|
|
39
|
+
publisher: "Mineralogical Society of America, Chantilly, VA"
|
|
40
|
+
url: "http://www.handbookofmineralogy.org/"
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
mineral: Marialite
|
|
2
|
+
group: Tectosilicates
|
|
3
|
+
formula: Na4Al3Si9O24Cl
|
|
4
|
+
last updated: 10.12.2025
|
|
5
|
+
|
|
6
|
+
metadata:
|
|
7
|
+
key: "Mar"
|
|
8
|
+
crystal_system: "tetragonal"
|
|
9
|
+
|
|
10
|
+
chemistry:
|
|
11
|
+
Na: 4
|
|
12
|
+
Al: 3
|
|
13
|
+
Si: 9
|
|
14
|
+
O: 24
|
|
15
|
+
Cl: 1
|
|
16
|
+
|
|
17
|
+
oxides:
|
|
18
|
+
Na2O: 1
|
|
19
|
+
Al2O3: 1
|
|
20
|
+
SiO2: 1
|
|
21
|
+
Cl2O: 1
|
|
22
|
+
|
|
23
|
+
physical_properties:
|
|
24
|
+
K:
|
|
25
|
+
value: 94.58e9
|
|
26
|
+
ref: "unknown"
|
|
27
|
+
G:
|
|
28
|
+
value: 62.83e9
|
|
29
|
+
ref: "unknown"
|
|
30
|
+
|
|
31
|
+
cell_data:
|
|
32
|
+
space_group:
|
|
33
|
+
value: "I4m"
|
|
34
|
+
ref: "www.webmineral.com"
|
|
35
|
+
a:
|
|
36
|
+
value: 12.075
|
|
37
|
+
ref: "www.webmineral.com"
|
|
38
|
+
c:
|
|
39
|
+
value: 7.516
|
|
40
|
+
ref: "www.webmineral.com"
|
|
41
|
+
Z:
|
|
42
|
+
value: 2
|
|
43
|
+
ref: "www.webmineral.com"
|
|
44
|
+
|
|
45
|
+
sources:
|
|
46
|
+
- author: "John W. Anthony, Richard A. Bideaux, Kenneth W. Bladh, and Monte C. Nichols"
|
|
47
|
+
title: "Handbook of Mineralogy"
|
|
48
|
+
publisher: "Mineralogical Society of America, Chantilly, VA"
|
|
49
|
+
url: "http://www.handbookofmineralogy.org/"
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
mineral: Massicot
|
|
2
|
+
group: Oxides
|
|
3
|
+
formula: PbO
|
|
4
|
+
last updated: 13.12.2025
|
|
5
|
+
|
|
6
|
+
metadata:
|
|
7
|
+
key: "Mas"
|
|
8
|
+
crystal_system: "orthorhombic"
|
|
9
|
+
|
|
10
|
+
chemistry:
|
|
11
|
+
Pb: 1
|
|
12
|
+
O: 1
|
|
13
|
+
|
|
14
|
+
oxides:
|
|
15
|
+
PbO: 1
|
|
16
|
+
|
|
17
|
+
physical_properties:
|
|
18
|
+
K:
|
|
19
|
+
value: 54.65e9
|
|
20
|
+
ref: "unknown"
|
|
21
|
+
G:
|
|
22
|
+
value: 20.01e9
|
|
23
|
+
ref: "unknown"
|
|
24
|
+
|
|
25
|
+
cell_data:
|
|
26
|
+
space_group:
|
|
27
|
+
value: "Pbma"
|
|
28
|
+
ref: "www.webmineral.com"
|
|
29
|
+
a:
|
|
30
|
+
value: 5.459
|
|
31
|
+
ref: "www.webmineral.com"
|
|
32
|
+
b:
|
|
33
|
+
value: 4.723
|
|
34
|
+
ref: "www.webmineral.com"
|
|
35
|
+
c:
|
|
36
|
+
value: 5.859
|
|
37
|
+
ref: "www.webmineral.com"
|
|
38
|
+
Z:
|
|
39
|
+
value: 4
|
|
40
|
+
ref: "www.webmineral.com"
|
|
41
|
+
|
|
42
|
+
sources:
|
|
43
|
+
- author: "John W. Anthony, Richard A. Bideaux, Kenneth W. Bladh, and Monte C. Nichols"
|
|
44
|
+
title: "Handbook of Mineralogy"
|
|
45
|
+
publisher: "Mineralogical Society of America, Chantilly, VA"
|
|
46
|
+
url: "http://www.handbookofmineralogy.org/"
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
mineral: Meionite
|
|
2
|
+
group: Tectosilicates
|
|
3
|
+
formula: Ca4Al6Si6O24CO3
|
|
4
|
+
last updated: 10.12.2025
|
|
5
|
+
|
|
6
|
+
metadata:
|
|
7
|
+
key: "Mei"
|
|
8
|
+
crystal_system: "tetragonal"
|
|
9
|
+
|
|
10
|
+
chemistry:
|
|
11
|
+
Ca: 4
|
|
12
|
+
Al: 6
|
|
13
|
+
Si: 6
|
|
14
|
+
O: 27
|
|
15
|
+
C: 1
|
|
16
|
+
|
|
17
|
+
oxides:
|
|
18
|
+
CaO: 1
|
|
19
|
+
Al2O3: 1
|
|
20
|
+
SiO2: 1
|
|
21
|
+
CO2: 1
|
|
22
|
+
|
|
23
|
+
physical_properties:
|
|
24
|
+
K:
|
|
25
|
+
value: 104.61e9
|
|
26
|
+
ref: "unknown"
|
|
27
|
+
G:
|
|
28
|
+
value: 69.49e9
|
|
29
|
+
ref: "unknown"
|
|
30
|
+
|
|
31
|
+
cell_data:
|
|
32
|
+
space_group:
|
|
33
|
+
value: "P4m"
|
|
34
|
+
ref: "www.webmineral.com"
|
|
35
|
+
a:
|
|
36
|
+
value: 12.26
|
|
37
|
+
ref: "www.webmineral.com"
|
|
38
|
+
c:
|
|
39
|
+
value: 7.61
|
|
40
|
+
ref: "www.webmineral.com"
|
|
41
|
+
Z:
|
|
42
|
+
value: 2
|
|
43
|
+
ref: "www.webmineral.com"
|
|
44
|
+
|
|
45
|
+
sources:
|
|
46
|
+
- author: "John W. Anthony, Richard A. Bideaux, Kenneth W. Bladh, and Monte C. Nichols"
|
|
47
|
+
title: "Handbook of Mineralogy"
|
|
48
|
+
publisher: "Mineralogical Society of America, Chantilly, VA"
|
|
49
|
+
url: "http://www.handbookofmineralogy.org/"
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
mineral: Mg-Chlorite
|
|
2
|
+
group: Phyllosilicates
|
|
3
|
+
formula: Mg5 Al2 Si3 O10 (OH)8
|
|
4
|
+
last updated: 10.12.2025
|
|
5
|
+
|
|
6
|
+
metadata:
|
|
7
|
+
key: "Mg-Chl"
|
|
8
|
+
crystal_system: "monoclinic"
|
|
9
|
+
|
|
10
|
+
chemistry:
|
|
11
|
+
Mg: 5
|
|
12
|
+
Al: 2
|
|
13
|
+
Si: 3
|
|
14
|
+
O: 18
|
|
15
|
+
H: 8
|
|
16
|
+
|
|
17
|
+
oxides:
|
|
18
|
+
MgO: 1
|
|
19
|
+
Al2O3: 1
|
|
20
|
+
SiO2: 1
|
|
21
|
+
H2O: 1
|
|
22
|
+
|
|
23
|
+
physical_properties:
|
|
24
|
+
a_K:
|
|
25
|
+
value: 0.13999999999999999
|
|
26
|
+
ref: "unknown"
|
|
27
|
+
b_K:
|
|
28
|
+
value: -276.2833333333333
|
|
29
|
+
ref: "unknown"
|
|
30
|
+
a_G:
|
|
31
|
+
value: -0.025391459074733103
|
|
32
|
+
ref: "unknown"
|
|
33
|
+
b_G:
|
|
34
|
+
value: 112.1814353499407
|
|
35
|
+
ref: "unknown"
|
|
36
|
+
|
|
37
|
+
cell_data:
|
|
38
|
+
space_group:
|
|
39
|
+
value: "C2/m"
|
|
40
|
+
ref: "www.webmineral.com"
|
|
41
|
+
a:
|
|
42
|
+
value: 5.3
|
|
43
|
+
ref: "www.webmineral.com"
|
|
44
|
+
b:
|
|
45
|
+
value: 9.3
|
|
46
|
+
ref: "www.webmineral.com"
|
|
47
|
+
c:
|
|
48
|
+
value: 14.3
|
|
49
|
+
ref: "www.webmineral.com"
|
|
50
|
+
beta:
|
|
51
|
+
value: 97.0
|
|
52
|
+
ref: "www.webmineral.com"
|
|
53
|
+
Z:
|
|
54
|
+
value: 2
|
|
55
|
+
ref: "www.webmineral.com"
|
|
56
|
+
|
|
57
|
+
sources:
|
|
58
|
+
- author: "John W. Anthony, Richard A. Bideaux, Kenneth W. Bladh, and Monte C. Nichols"
|
|
59
|
+
title: "Handbook of Mineralogy"
|
|
60
|
+
publisher: "Mineralogical Society of America, Chantilly, VA"
|
|
61
|
+
url: "http://www.handbookofmineralogy.org/"
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
mineral: Mg-Columbite
|
|
2
|
+
group: Oxides
|
|
3
|
+
formula: MgNb2O6
|
|
4
|
+
last updated: 12.12.2025
|
|
5
|
+
|
|
6
|
+
metadata:
|
|
7
|
+
key: "Mg-Clb"
|
|
8
|
+
crystal_system: "orthorhombic"
|
|
9
|
+
|
|
10
|
+
chemistry:
|
|
11
|
+
Mg: 1
|
|
12
|
+
Nb: 2
|
|
13
|
+
O: 6
|
|
14
|
+
|
|
15
|
+
oxides:
|
|
16
|
+
MgO: 1
|
|
17
|
+
Nb2O5: 1
|
|
18
|
+
|
|
19
|
+
physical_properties:
|
|
20
|
+
K:
|
|
21
|
+
value: 170.14e9
|
|
22
|
+
ref: "unknown"
|
|
23
|
+
G:
|
|
24
|
+
value: 89.16e9
|
|
25
|
+
ref: "unknown"
|
|
26
|
+
|
|
27
|
+
cell_data:
|
|
28
|
+
space_group:
|
|
29
|
+
value: "Pcan"
|
|
30
|
+
ref: "www.webmineral.com"
|
|
31
|
+
a:
|
|
32
|
+
value: 5.02
|
|
33
|
+
ref: "www.webmineral.com"
|
|
34
|
+
b:
|
|
35
|
+
value: 14.17
|
|
36
|
+
ref: "www.webmineral.com"
|
|
37
|
+
c:
|
|
38
|
+
value: 5.65
|
|
39
|
+
ref: "www.webmineral.com"
|
|
40
|
+
Z:
|
|
41
|
+
value: 4
|
|
42
|
+
ref: "www.webmineral.com"
|
|
43
|
+
|
|
44
|
+
sources:
|
|
45
|
+
- author: "John W. Anthony, Richard A. Bideaux, Kenneth W. Bladh, and Monte C. Nichols"
|
|
46
|
+
title: "Handbook of Mineralogy"
|
|
47
|
+
publisher: "Mineralogical Society of America, Chantilly, VA"
|
|
48
|
+
url: "http://www.handbookofmineralogy.org/"
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
mineral: Mg-Tantalite
|
|
2
|
+
group: Oxides
|
|
3
|
+
formula: MgTa2O6
|
|
4
|
+
last updated: 12.12.2025
|
|
5
|
+
|
|
6
|
+
metadata:
|
|
7
|
+
key: "Mg-Tnt"
|
|
8
|
+
crystal_system: "orthorhombic"
|
|
9
|
+
|
|
10
|
+
chemistry:
|
|
11
|
+
Mg: 1
|
|
12
|
+
Ta: 2
|
|
13
|
+
O: 6
|
|
14
|
+
|
|
15
|
+
oxides:
|
|
16
|
+
MgO: 1
|
|
17
|
+
Ta2O5: 1
|
|
18
|
+
|
|
19
|
+
physical_properties:
|
|
20
|
+
K:
|
|
21
|
+
value: 192.05e9
|
|
22
|
+
ref: "unknown"
|
|
23
|
+
G:
|
|
24
|
+
value: 97.27e9
|
|
25
|
+
ref: "unknown"
|
|
26
|
+
|
|
27
|
+
cell_data:
|
|
28
|
+
space_group:
|
|
29
|
+
value: "Pcan"
|
|
30
|
+
ref: "www.webmineral.com"
|
|
31
|
+
a:
|
|
32
|
+
value: 5.735
|
|
33
|
+
ref: "www.webmineral.com"
|
|
34
|
+
b:
|
|
35
|
+
value: 14.355
|
|
36
|
+
ref: "www.webmineral.com"
|
|
37
|
+
c:
|
|
38
|
+
value: 5.058
|
|
39
|
+
ref: "www.webmineral.com"
|
|
40
|
+
Z:
|
|
41
|
+
value: 4
|
|
42
|
+
ref: "www.webmineral.com"
|
|
43
|
+
|
|
44
|
+
sources:
|
|
45
|
+
- author: "John W. Anthony, Richard A. Bideaux, Kenneth W. Bladh, and Monte C. Nichols"
|
|
46
|
+
title: "Handbook of Mineralogy"
|
|
47
|
+
publisher: "Mineralogical Society of America, Chantilly, VA"
|
|
48
|
+
url: "http://www.handbookofmineralogy.org/"
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
mineral: Microcline
|
|
2
|
+
group: Tectosilicates
|
|
3
|
+
formula: KAlSi3O8
|
|
4
|
+
last updated: 13.12.2025
|
|
5
|
+
|
|
6
|
+
metadata:
|
|
7
|
+
key: "Mcc"
|
|
8
|
+
crystal_system: "triclinic"
|
|
9
|
+
|
|
10
|
+
chemistry:
|
|
11
|
+
K: 1
|
|
12
|
+
Al: 1
|
|
13
|
+
Si: 3
|
|
14
|
+
O: 8
|
|
15
|
+
|
|
16
|
+
oxides:
|
|
17
|
+
K2O: 1
|
|
18
|
+
Al2O3: 1
|
|
19
|
+
SiO2: 1
|
|
20
|
+
|
|
21
|
+
physical_properties:
|
|
22
|
+
K:
|
|
23
|
+
value: 89.78e9
|
|
24
|
+
ref: "unknown"
|
|
25
|
+
G:
|
|
26
|
+
value: 61.52e9
|
|
27
|
+
ref: "unknown"
|
|
28
|
+
|
|
29
|
+
cell_data:
|
|
30
|
+
space_group:
|
|
31
|
+
value: "C1"
|
|
32
|
+
ref: "www.handbookofmineralogy.org"
|
|
33
|
+
a:
|
|
34
|
+
value: 8.5784
|
|
35
|
+
ref: "www.handbookofmineralogy.org"
|
|
36
|
+
b:
|
|
37
|
+
value: 12.9600
|
|
38
|
+
ref: "www.handbookofmineralogy.org"
|
|
39
|
+
c:
|
|
40
|
+
value: 7.2112
|
|
41
|
+
ref: "www.handbookofmineralogy.org"
|
|
42
|
+
alpha:
|
|
43
|
+
value: 90.18
|
|
44
|
+
ref: "www.handbookofmineralogy.org"
|
|
45
|
+
beta:
|
|
46
|
+
value: 115.58
|
|
47
|
+
ref: "www.handbookofmineralogy.org"
|
|
48
|
+
gamma:
|
|
49
|
+
value: 87.75
|
|
50
|
+
ref: "www.handbookofmineralogy.org"
|
|
51
|
+
Z:
|
|
52
|
+
value: 4
|
|
53
|
+
ref: "www.handbookofmineralogy.org"
|
|
54
|
+
|
|
55
|
+
sources:
|
|
56
|
+
- author: "John W. Anthony, Richard A. Bideaux, Kenneth W. Bladh, and Monte C. Nichols"
|
|
57
|
+
title: "Handbook of Mineralogy"
|
|
58
|
+
publisher: "Mineralogical Society of America, Chantilly, VA"
|
|
59
|
+
url: "http://www.handbookofmineralogy.org/"
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
mineral: Minium
|
|
2
|
+
group: Oxides
|
|
3
|
+
formula: Pb3O4
|
|
4
|
+
last updated: 13.12.2025
|
|
5
|
+
|
|
6
|
+
metadata:
|
|
7
|
+
key: "Min"
|
|
8
|
+
crystal_system: "tetragonal"
|
|
9
|
+
|
|
10
|
+
chemistry:
|
|
11
|
+
Pb: 3
|
|
12
|
+
O: 4
|
|
13
|
+
|
|
14
|
+
oxides:
|
|
15
|
+
PbO: 0.651109399704782
|
|
16
|
+
PbO2: 0.348890600295218
|
|
17
|
+
|
|
18
|
+
physical_properties:
|
|
19
|
+
K:
|
|
20
|
+
value: 40.0e9
|
|
21
|
+
ref: "unknown"
|
|
22
|
+
G:
|
|
23
|
+
value: 11.0e9
|
|
24
|
+
ref: "unknown"
|
|
25
|
+
|
|
26
|
+
cell_data:
|
|
27
|
+
space_group:
|
|
28
|
+
value: "P41mbc"
|
|
29
|
+
ref: "www.webmineral.com"
|
|
30
|
+
a:
|
|
31
|
+
value: 8.815
|
|
32
|
+
ref: "www.webmineral.com"
|
|
33
|
+
c:
|
|
34
|
+
value: 6.565
|
|
35
|
+
ref: "www.webmineral.com"
|
|
36
|
+
Z:
|
|
37
|
+
value: 4
|
|
38
|
+
ref: "www.webmineral.com"
|
|
39
|
+
|
|
40
|
+
sources:
|
|
41
|
+
- author: "John W. Anthony, Richard A. Bideaux, Kenneth W. Bladh, and Monte C. Nichols"
|
|
42
|
+
title: "Handbook of Mineralogy"
|
|
43
|
+
publisher: "Mineralogical Society of America, Chantilly, VA"
|
|
44
|
+
url: "http://www.handbookofmineralogy.org/"
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
mineral: Mn-Chlorite
|
|
2
|
+
group: Phyllosilicates
|
|
3
|
+
formula: Mn5 Al2 Si3 O10 (OH)8
|
|
4
|
+
last updated: 10.12.2025
|
|
5
|
+
|
|
6
|
+
metadata:
|
|
7
|
+
key: "Mn-Chl"
|
|
8
|
+
crystal_system: "monoclinic"
|
|
9
|
+
|
|
10
|
+
chemistry:
|
|
11
|
+
Mn: 5
|
|
12
|
+
Al: 2
|
|
13
|
+
Si: 3
|
|
14
|
+
O: 18
|
|
15
|
+
H: 8
|
|
16
|
+
|
|
17
|
+
oxides:
|
|
18
|
+
MnO: 1
|
|
19
|
+
Al2O3: 1
|
|
20
|
+
SiO2: 1
|
|
21
|
+
H2O: 1
|
|
22
|
+
|
|
23
|
+
physical_properties:
|
|
24
|
+
a_K:
|
|
25
|
+
value: 0.13999999999999999
|
|
26
|
+
ref: "unknown"
|
|
27
|
+
b_K:
|
|
28
|
+
value: -276.2833333333333
|
|
29
|
+
ref: "unknown"
|
|
30
|
+
a_G:
|
|
31
|
+
value: -0.025391459074733103
|
|
32
|
+
ref: "unknown"
|
|
33
|
+
b_G:
|
|
34
|
+
value: 112.1814353499407
|
|
35
|
+
ref: "unknown"
|
|
36
|
+
|
|
37
|
+
cell_data:
|
|
38
|
+
space_group:
|
|
39
|
+
value: "C2/m"
|
|
40
|
+
ref: "www.webmineral.com"
|
|
41
|
+
a:
|
|
42
|
+
value: 5.454
|
|
43
|
+
ref: "www.webmineral.com"
|
|
44
|
+
b:
|
|
45
|
+
value: 9.45
|
|
46
|
+
ref: "www.webmineral.com"
|
|
47
|
+
c:
|
|
48
|
+
value: 14.4
|
|
49
|
+
ref: "www.webmineral.com"
|
|
50
|
+
beta:
|
|
51
|
+
value: 97.2
|
|
52
|
+
ref: "www.webmineral.com"
|
|
53
|
+
Z:
|
|
54
|
+
value: 2
|
|
55
|
+
ref: "www.webmineral.com"
|
|
56
|
+
|
|
57
|
+
sources:
|
|
58
|
+
- author: "John W. Anthony, Richard A. Bideaux, Kenneth W. Bladh, and Monte C. Nichols"
|
|
59
|
+
title: "Handbook of Mineralogy"
|
|
60
|
+
publisher: "Mineralogical Society of America, Chantilly, VA"
|
|
61
|
+
url: "http://www.handbookofmineralogy.org/"
|