mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
gis/python-pygeos: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
6b6a9781fd
commit
29dcb06f33
2 changed files with 10 additions and 10 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue