clouddrift.adapters.gdp.cut_str# clouddrift.adapters.gdp.cut_str(value: str, max_length: int) → chararray[source]# Cut a string to a specific length and return it as a numpy chararray. Parameters# valuestrString to cut max_lengthintLength of the output Returns# outnp.chararrayString with max_length characters