You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
datum_out="5703+geoid:g2012b", # NAVD88 using specific GEOID12B
98
-
decay_pixels=0, # Set to 0 for infinite inland extrapolation (Modeling)
95
+
datum_out="epsg:5703",
99
96
output_raster="my_dem_navd88.tif"
100
97
)
101
98
```
102
99
103
100
## Learn More
104
101
105
-
Interested in how `transformez` routes complex multi-step transformations? Read the [Geodetic Methodology & Architecture](user_guide/methodology.md)guide to learn about the dynamic hub-and-spoke model, sign conventions, coastal blending, and autonomous self-healing.
102
+
Read the [User Guide](user_guide/index.md) to install Transformez, generate your first shift grid, and understand how it works — from reference inputs and the CLI/Python API through the [geodetic methodology](user_guide/methodology.md)behind the dynamic hub-and-spoke routing, sign conventions, and coastal blending.
Copy file name to clipboardExpand all lines: docs/source/user_guide/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This guide covers everything you need to install, use, and understand Transformez — from your first shift grid to the geodetic reasoning behind it.
4
4
5
-
Transformez transforms raster elevations between vertical datums — tidal datums, geoids, and ellipsoids — anywhere on Earth. Instead of a fixed lookup table, it resolves your input and output [references](references.md), plans the optimal geodetic pathway, and produces a **spatially varying shift grid** that you can generate from the [CLI](usage.md#command-line-interface), build through the Python API, or apply directly to a raster. Where regional models like NOAA VDatum end, Transformez continues the transformation across open ocean and inland using global proxies, coastal blending, and meter-based inland decay.
5
+
Transformez transforms raster elevations between vertical datums — tidal datums, geoids, and ellipsoids — anywhere on Earth. Instead of a fixed lookup table, it resolves your input and output [references](references.md), plans the optimal geodetic pathway, and produces a **spatially varying shift grid** that you can generate from the [CLI](usage.md#command-line-interface), build through the Python API, or apply directly to a raster.
0 commit comments