Commit 35c0b931 authored by mlang's avatar mlang
Browse files

Improve doc string

Of RasterDatatype
parent c6790093
No related merge requests found
Showing with 11 additions and 1 deletion
+11 -1
......@@ -168,7 +168,17 @@ class OtbDataType(DataType):
class RasterDataType(object):
"""The usable class to manage raster data types"""
"""The usable class to manage raster data types
lstr_dtype can be:
- 'uint8'
- 'uint16',
- 'uint32'
- 'int16'
- 'int32'
- 'float32'
- 'float64'
"""
lstr_dtype = LStrDataType()
ustr_dtype = UStrDataType()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment