Module reader

Module reader 

Source
Expand description

Read from CSV files with a geometry column encoded as Well-Known Text.

The CSV reader implements RecordBatchReader, so you can iterate over the batches of the CSV without materializing the entire file in memory.

Structsยง

CsvReader
A CSV reader that parses a WKT-encoded geometry column
CsvReaderOptions
Options for the CSV reader.