CreateData
The rotation of the block model. Defined by a list of clockwise rotations around given axes.
The combined equation for the rotation is given by:
R_1 ... R_n A = B
where A
is the location in the IJK space, B
is the location in coordinate space, and R_i
is the rotation matrix for the i
th rotation.
For example, if the first rotation is a rotation of 15 degrees clockwise around the X axis, R_1
would be [[1, 0, 0], [0, cos(15), sin(15)], [0, -sin(15), cos(15)]]
.
Two rotations around the same axis cannot be consecutive items within the list of rotations.
Angle of rotation in degrees
Axis of rotation
Example: "EPSG:3395"
Coordinate reference system used in the block model.
This may be an EPSG code, signified by the prefix 'EPSG:', or a coordinate system definition in WKT format.
Description of the block model
Name of the block model. This may not contain /
nor \
.
Example: "/path/to/folder"
Path of the folder in Geoscience Object Service to create the reference object in.
This may not contain relative elements like .
or ..
. It may not contain double slashes //
, nor backslashes \
,
nor elements ending in .
.
Block size
Type of sub-blocking
Number of blocks for x, y and z axis. Total must not exceed 500,000,000.
Type of sub-blocking
Number of parent blocks for x, y and z axis. Total must not exceed 500,000,000.
Number of sub-blocks per parent block per axis. Accepted values per axis are 1, 2, 4, 8, 16, 32 or 64.
Parent block size.
Type of sub-blocking
Number of parent blocks for x, y and z axis. Total must not exceed 500,000,000.
Number of sub-blocks per parent block per axis.
Parent block size.
Type of sub-blocking
Number of parent blocks for x, y and z axis. Total must not exceed 500,000,000.
Number of sub-blocks per parent block per axis.
Parent block size.
Example: "m"
Unit ID denoting the length unit used for the block model's blocks.