dgm_handler
DgmReader
load_lat_file(filepath)
staticmethod
Get point coordinates and LAT.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
filepath |
str
|
Path to the DGM point file. |
required |
Returns:
| Type | Description |
|---|---|
DataFrame
|
pd.DataFrame: Point data. |
DgmWriter
Writer for DGM files.
write_lat_file(points, scalars, path='')
staticmethod
Write coordinates and scalars to a DGM LAT file.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
points |
Tuple
|
List of x, y, z coordinates. |
required |
scalars |
List
|
List of LAT values. |
required |
path |
str
|
Folder where to write output files. |
''
|