Форк библиотеки PROJ (X/MIT License), осуществляющей конвертирование данных между различными картографическими проекциями. https://proj.org/
Перейти к файлу
2024-11-19 10:53:45 +03:00
cmake Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
data Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
docs Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
examples Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
include Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
m4 Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
man Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
media Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
public/proj Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
schemas Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
scripts Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
src Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
test Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
travis Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
appveyor.yml Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
AUTHORS Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
autogen.sh Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
ChangeLog Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
CITATION Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
CMakeLists.txt Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
CODE_OF_CONDUCT.md Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
configure.ac Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
CONTRIBUTING.md Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
COPYING Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
Dockerfile Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
Doxyfile Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
HOWTO-RELEASE Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
INSTALL Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
Makefile.am Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
NEWS Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
proj.pc.in Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00
README.md Библиотека PROJ 7.1.0 для ЗОСРВ Нейтрино 2024-11-19 10:53:45 +03:00

PROJ

Travis Status AppVeyor Status Cirrus Status Docker build Status Coveralls Status Gitter Mailing List Contributor Covenant

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 more information on the PROJ project please see the web page at:

https://proj.org/

The PROJ mailing list can be found at:

https://lists.osgeo.org/mailman/listinfo/proj/

See the NEWS file for changes between versions.

The following command line utilities are included in the PROJ package:

  • proj: for cartographic projection of geodetic coordinates.
  • cs2cs: for transformation from one CRS to another CRS.
  • geod: for geodesic (great circle) computations.
  • cct: for generic Coordinate Conversions and Transformations.
  • gie: the Geospatial Integrity Investigation Environment.
  • projinfo: for geodetic object and coordinate operation queries.
  • projsync: for synchronizing PROJ datum and transformation support data.

More information on the utilities can be found on the PROJ website.

Installation

Consult the Installation page of the official documentation. For builds on the master branch, install.rst might be more up-to-date.

Distribution files and format

Sources are distributed in one or more files. The principle elements of the system are stored in a compressed tar file named proj-x.y.z.tar.gz where "x" will indicate the major release number, "y" indicates the minor release number, and "z" indicates the patch number of the release.

In addition to the PROJ software package, distributions of datum conversion grid files and PROJ parameter files are also available. The grid package is distributed under the name proj-data-x.y.zip, where "x" is the major release version and "y" is the minor release version numbers. The resource packages can be downloaded from the PROJ website.

More info on the contents of the proj-data package can be found at the PROJ-data GitHub repository.

The resource file packages should be extracted to PROJ_LIB where PROJ will find them after installation. The default location of PROJ_LIB on UNIX-based systems is /usr/local/share/proj but it may be changed to a different directory. On Windows you have to define PROJ_LIB yourself.

As an alternative to installing the data package on the local system, the resource files can be retrieved on-the-fly from the PROJ CDN. A network-enabled PROJ build, will automatically fetch resource files that are not present locally from the CDN.

Citing PROJ in publications

See CITATION