Skip to content

Commit 64917d8

Browse files
committed
- [WIP] Loading topography
1 parent e1405d6 commit 64917d8

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

gempy_plugins/gdal_topography/tests/__init__.py

Whitespace-only changes.
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import subsurface as ss
2+
3+
4+
def test_real_grid_ales():
5+
struct: ss.StructuredData = ss.reader.read_structured_topography(
6+
path="./data/_cropped_DEM_coarse.tif",
7+
crop_to_extent=[729550.0, 751500.0, 1913500.0, 1923650.0]
8+
)
9+
print(struct)
10+

0 commit comments

Comments
 (0)