reVeal.fileio#

io module

Functions

attribute_is_numeric(vector_src, attribute)

Check that the specified attribute in the input vector dataset is a numeric datatype.

get_attributes_parquet(dset_src)

Get the attributes and their corresponding data types from an input GeoParquet dataset.

get_attributes_pyogrio(dset_src)

Get the attributes and their corresponding data types from a vector dataset that can be opened with pyogrio.

get_crs_parquet(dset_src)

Get the coordinate reference system of a GeoParquet dataset.

get_crs_pyogrio(dset_src)

Get the coordinate reference system of a vector dataset that can be opened with pyogrio.

get_crs_raster(dset_src)

Get the coordinate reference system of a raster dataset.

get_geom_info_parquet(dset_src)

Reads geometry information from geoparquet file.

get_geom_type_parquet(dset_src)

Determine the generic geometry type of an input GeoParquet dataset.

get_geom_type_pyogrio(dset_src)

Determine the generic geometry type of of an input vector dataset that can be read by pyogrio.

read_vectors(vector_src[, where])

Read vector dataset in GeoParquet or pyogrio-compatible format to GeoDataFrame.