Short Name:
|
Derived From:
|
Fields:
|
Reads samples from the source dataset, projects them to the coordinate system of the target dataset and stores the projected samples in the target dataset.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
required
|
source
|
Heightmap
|
# != null |
|
The source dataset. |
||||
required
|
target
|
Heightmap
|
# != null |
|
The target dataset. |
||||
optional
|
projection
|
Tinman.Projection
|
null |
|
Optional map projection to use. If |
||||
optional
|
since
|
Dataset.Id
|
{'00000000-0000-0000-0000-000000000000', 0} |
|
Optional Dataset.Id value that identifies the dataset revision that has already been processed. Only new and updated data in this dataset will be projected. Set to the default value to process all data. |