From 299bed5ee989da80b2e77a385889584b75e4aca2 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 6 Jul 2024 21:33:48 +0700 Subject: python/python3-pyogrio: Added (GeoPandas-oriented API). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pyogrio/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python/python3-pyogrio/README (limited to 'python/python3-pyogrio/README') diff --git a/python/python3-pyogrio/README b/python/python3-pyogrio/README new file mode 100644 index 0000000000..bf929e7e0a --- /dev/null +++ b/python/python3-pyogrio/README @@ -0,0 +1,11 @@ +Pyogrio provides a GeoPandas-oriented API to OGR vector data sources, +such as ESRI Shapefile, GeoPackage, and GeoJSON. Vector data sources +have geometries, such as points, lines, or polygons, and associated +records with potentially many columns worth of data. + +Pyogrio uses a vectorized approach for reading and writing GeoDataFrames +to and from OGR vector data sources in order to give you faster +interoperability. It uses pre-compiled bindings for GDAL/OGR so that the +performance is primarily limited by the underlying I/O speed of data +source drivers in GDAL/OGR rather than multiple steps of converting to +and from Python data types within Python. -- cgit v1.2.3