-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #311 from cgre-aachen/dev_gemgis1
Dev gemgis1
- Loading branch information
Showing
9 changed files
with
167 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
153 changes: 73 additions & 80 deletions
153
docs/getting_started/tutorial/68_Creating_Finite_Faults_with_GemGIS.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
# Requirements as of October 2023 | ||
name: gemgis_env | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python>=3.10 | ||
- geopandas | ||
- rasterio | ||
- pyvista | ||
- pip | ||
- pip: | ||
- gemgis | ||
# geopandas will also install numpy, pandas, shapely, fiona, and pyproj | ||
- geopandas>=0.14.0 | ||
# rasterio will also install affine | ||
- rasterio>=1.3.8 | ||
# pyvista also install pooch and matplotlib | ||
- pyvista>=0.42.2 | ||
- gemgis>=1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Requirements should be installed via conda-forge | ||
# Requirements as of October 2023 | ||
|
||
geopandas | ||
rasterio | ||
pyvista | ||
# geopandas will also install numpy, pandas, shapely, fiona, and pyproj | ||
geopandas>=0.14.0 | ||
|
||
# rasterio will also install affine | ||
rasterio>=1.3.8 | ||
|
||
# pyvista also install pooch and matplotlib | ||
pyvista>=0.42.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,21 @@ | ||
# Optional dependencies | ||
|
||
gempy>=2.3 | ||
owslib | ||
geopy | ||
matplotlib | ||
scipy | ||
PyPDF2 | ||
tqdm | ||
gempy | ||
pvgeo | ||
xml | ||
scikit-image | ||
scikit-learn | ||
xmltodict | ||
scipy | ||
mplstereonet | ||
geopy | ||
scikit-learn | ||
py7zr | ||
segysak | ||
rioxarray | ||
pytest | ||
numpy | ||
pandas | ||
shapely | ||
affine | ||
tqdm | ||
mplstereonet | ||
xarray | ||
owslib | ||
pooch<1.5.0 | ||
pytest-cov | ||
pyqt5 | ||
requests | ||
urllib |