generate - wattzhikang/terrainHydrology GitHub Wiki
The generate subcommand generates a terrain model and saves it to an output file.
| Switch | Notes |
|---|---|
--lat |
The center latitude for the coordinates. |
--lon |
The center longitude for the coordinates. |
-g, --gamma |
This is a shapefile that demarcates the land from the sea. |
-s, --river-slope |
This is an image that indicates the rate at which the river networks should gain elevation at each point. |
-t, --terrain-slope |
This is an image that indicates the rate at which the terrain should gain elevation outside of the rivers. |
-ri |
This is the spatial resolution of the input images in meters per pixel. |
--num-rivers |
This is the number of drainages to create along the coast. |
p |
This is the approximate number of terrain primitives that should be created in each cell. |
--accelerate |
Accelerate Your Life™ with a natively-compiled module that can generate the river network much more quickly. |
--num-procs |
If not using the native modules, this will indicate the number of processes to use in the calculation of terrain primitive elevations. |
-o, --output |
The file that will contain the data model |