RasterizeOptions¶
- class geodesic.tesseract.components.RasterizeOptions(*args, **kwargs)[source]¶
Bases:
geodesic.bases._APIObject
- shape¶
the shape of the output for this asset (rows, columns)
Descriptor:
_TupleDescr
TupleDescr is a tuple field (immutable), such as image shape. This raises an attribute error
- Args:
item_type (type): Type to validate all elements in this tuple against
min_len (int): The minimum allowed length for this tuple to be instantiated
max_len (int): The maximum allowed length for this tuple
- Methods:
__get__: returns the tuple, creating it on the base object if necessary
__set__: sets the tuple after validating that it is a tuple
- pixel_size¶
the size of each pixel in the output SRS (x, y)
Descriptor:
_TupleDescr
TupleDescr is a tuple field (immutable), such as image shape. This raises an attribute error
- Args:
item_type (type): Type to validate all elements in this tuple against
min_len (int): The minimum allowed length for this tuple to be instantiated
max_len (int): The maximum allowed length for this tuple
- Methods:
__get__: returns the tuple, creating it on the base object if necessary
__set__: sets the tuple after validating that it is a tuple
- defer_search¶
False
Descriptor:
_BoolDescr
BoolDescr is an bool field, raises attribute error if the bool isn’t set
- Methods:
__get__: returns the bool
__set__: sets the bool after validating that it is an bool
- Type
if set to True, Tesseract won’t check if the data exists at this tile and instead use Boson directly to obtain the feature data to rasterize. (default