[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50812] [PATCH v3 6/6] gnu: Improve description of proj packages.
From: |
Felix Gruber |
Subject: |
[bug#50812] [PATCH v3 6/6] gnu: Improve description of proj packages. |
Date: |
Mon, 27 Sep 2021 11:24:57 +0000 |
* gnu/packages/geo.scm (proj, proj.7)[description]: Consistently call
the package Proj, instead of Proj, PROJ or proj.
Use @acronym to define CRS.
---
gnu/packages/geo.scm | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 2e9c6b6c8f..d8af4f71f3 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -539,12 +539,12 @@ fully fledged Spatial SQL capabilities.")
(synopsis "Coordinate transformation software")
(description
"Proj is a generic coordinate transformation software that transforms
-geospatial coordinates from one coordinate reference system (CRS) to another.
-This includes cartographic projections as well as geodetic transformations.
-PROJ includes command line applications for easy conversion of coordinates
-from text files or directly from user input. In addition, proj also exposes
-an application programming interface that lets developers use the
-functionality of proj in their own software.")
+geospatial coordinates from one @acronym{CRS, coordinate reference system}
+to another. This includes cartographic projections as well as geodetic
+transformations. Proj includes command line applications for easy
+conversion of coordinates from text files or directly from user input.
+In addition, Proj also exposes an application programming interface that
+lets developers use the functionality of Proj in their own software.")
(license (list license:expat
;; src/projections/patterson.cpp
license:asl2.0
@@ -572,12 +572,12 @@ functionality of proj in their own software.")
(synopsis "Coordinate transformation software")
(description
"Proj is a generic coordinate transformation software that transforms
-geospatial coordinates from one coordinate reference system (CRS) to another.
-This includes cartographic projections as well as geodetic transformations.
-PROJ includes command line applications for easy conversion of coordinates
-from text files or directly from user input. In addition, proj also exposes
-an application programming interface that lets developers use the
-functionality of proj in their own software.")
+geospatial coordinates from one @acronym{CRS, coordinate reference system}
+to another. This includes cartographic projections as well as geodetic
+transformations. Proj includes command line applications for easy
+conversion of coordinates from text files or directly from user input.
+In addition, Proj also exposes an application programming interface that
+lets developers use the functionality of Proj in their own software.")
(license (list license:expat
;; src/projections/patterson.cpp
license:asl2.0
--
2.30.2
- [bug#50812] [PATCH v2 4/5] gnu: Add python-fiona., (continued)
- [bug#50812] [PATCH v2 4/5] gnu: Add python-fiona., Felix Gruber, 2021/09/26
- [bug#50812] [PATCH v2 3/5] gnu: Add python-cligj., Felix Gruber, 2021/09/26
- [bug#50812] [PATCH v2 5/5] gnu: Add python-geopandas., Felix Gruber, 2021/09/26
- [bug#50812] [PATCH v3 0/6] Add python-geopandas, Felix Gruber, 2021/09/27
- [bug#50812] [PATCH v3 2/6] gnu: Add python-pyproj., Felix Gruber, 2021/09/27
- [bug#50812] [PATCH v3 3/6] gnu: Add python-cligj., Felix Gruber, 2021/09/27
- [bug#50812] [PATCH v3 5/6] gnu: Add python-geopandas., Felix Gruber, 2021/09/27
- [bug#50812] [PATCH v3 1/6] gnu: Add proj 7.2.1., Felix Gruber, 2021/09/27
- [bug#50812] [PATCH v3 6/6] gnu: Improve description of proj packages.,
Felix Gruber <=
- [bug#50812] [PATCH v3 4/6] gnu: Add python-fiona., Felix Gruber, 2021/09/27
- [bug#50812] [PATCH v4 0/5] Add python-geopandas, Felix Gruber, 2021/09/28
- [bug#50812] [PATCH v4 3/5] gnu: Add python-cligj., Felix Gruber, 2021/09/28
- [bug#50812] [PATCH v4 2/5] gnu: Add python-pyproj., Felix Gruber, 2021/09/28
- [bug#50812] [PATCH v4 1/5] gnu: proj: Update to 7.2.1., Felix Gruber, 2021/09/28
- [bug#50812] [PATCH v4 5/5] gnu: Add python-geopandas., Felix Gruber, 2021/09/28
- [bug#50812] [PATCH v4 4/5] gnu: Add python-fiona., Felix Gruber, 2021/09/28