From 29dcb06f339a00c7c1b8e71fd60966ea9f5fbf99 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 14:58:22 -0400 Subject: gis/python-pygeos: Wrap README at 72 columns. Signed-off-by: B. Watson --- gis/proj/README | 12 ++++++------ gis/python-pygeos/README | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gis/proj/README b/gis/proj/README index 409d0f07da11..ddf960673dee 100644 --- a/gis/proj/README +++ b/gis/proj/README @@ -1,7 +1,7 @@ -PROJ is a generic coordinate transformation software, that transforms -coordinates from one coordinate reference system (CRS) to another. This -includes cartographic projections as well as geodetic transformations. - -For datum grids, install the proj-data package. Without this package, proj can -fetch required grids from the internet as needed. +proj is a generic coordinate transformation software, that +transforms coordinates from one coordinate reference system (CRS) to +another. This includes cartographic projections as well as geodetic +transformations. +For datum grids, install the proj-data package. Without this package, +proj can fetch required grids from the internet as needed. diff --git a/gis/python-pygeos/README b/gis/python-pygeos/README index b53462215dc1..72b58085fcee 100644 --- a/gis/python-pygeos/README +++ b/gis/python-pygeos/README @@ -1,4 +1,4 @@ -PyGEOS is a C/Python library with vectorized geometry functions. The geometry -operations are done in the open-source geometry library GEOS. PyGEOS wraps -these operations in NumPy ufuncs providing a performance improvement when -operating on arrays of geometries. +PyGEOS is a C/Python library with vectorized geometry functions. The +geometry operations are done in the open-source geometry library +GEOS. PyGEOS wraps these operations in NumPy ufuncs providing a +performance improvement when operating on arrays of geometries. -- cgit v1.2.3