Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Nov 1, 2023
1 parent 8f820b0 commit e19cf7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io/parquet/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ fn infer_geometry_type(meta: GeoParquetMetadata) -> GeometryType {
todo!()
}

/// Read a GeoParquet file to a GeoTable
pub fn read_geoparquet<R: ChunkReader>(mut reader: R) -> Result<GeoTable> {
let builder = ParquetRecordBatchReaderBuilder::try_new(reader)?;
let parquet_reader = builder.build()?;
Expand Down

0 comments on commit e19cf7a

Please sign in to comment.