proj

Copy of OSGeo PROJ with minimal changes for Esri environment

https://github.com/rprinceley/proj

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Copy of OSGeo PROJ with minimal changes for Esri environment

Basic Info
  • Host: GitHub
  • Owner: rprinceley
  • License: other
  • Language: C
  • Default Branch: main
  • Homepage:
  • Size: 230 MB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 6 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Authors

README.md

PROJ

Coveralls Status Gitter Mailing List Contributor Covenant DOI

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.md 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

Owner

  • Name: Robin Princeley
  • Login: rprinceley
  • Kind: user
  • Location: Sharjah
  • Company: ESRI R&D

GitHub Events

Total
  • Push event: 4
  • Pull request event: 1
  • Create event: 2
Last Year
  • Push event: 4
  • Pull request event: 1
  • Create event: 2

Dependencies

.github/workflows/backport.yml actions
  • m-kuhn/backport v1.1.1 composite
.github/workflows/cifuzz.yml actions
  • actions/upload-artifact v1 composite
  • google/oss-fuzz/infra/cifuzz/actions/build_fuzzers master composite
  • google/oss-fuzz/infra/cifuzz/actions/run_fuzzers master composite
.github/workflows/clang_linux.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
.github/workflows/clang_static_analyzer.yml actions
  • actions/checkout v2 composite
.github/workflows/code_checks.yml actions
  • actions/checkout v2 composite
.github/workflows/conda.yml actions
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • conda-incubator/setup-miniconda v2 composite
.github/workflows/coverity-scan.yml actions
  • actions/checkout v2 composite
.github/workflows/doc_build.yml actions
  • actions/checkout v2 composite
  • actions/download-artifact v2 composite
  • actions/upload-artifact v2 composite
  • conda-incubator/setup-miniconda v2 composite
.github/workflows/docker.yml actions
  • actions/checkout v2 composite
  • docker/build-push-action v2 composite
  • docker/login-action v1 composite
  • docker/setup-buildx-action v1 composite
.github/workflows/linux_gcc_32bit.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
.github/workflows/linux_gcc_5_4.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • coverallsapp/github-action v1.1.2 composite
.github/workflows/mac.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • conda-incubator/setup-miniconda v2 composite
.github/workflows/mingw_w64.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
.github/workflows/windows.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • ilammy/msvc-dev-cmd v1 composite
  • msys2/setup-msys2 v2 composite
Dockerfile docker
  • ubuntu 20.04 build
docs/docbuild/Dockerfile docker
  • ubuntu 20.04 build
docs/environment.yml pypi
  • breathe *
  • pybtex *
  • sphinx-rtd-theme *
  • sphinxcontrib-bibtex *
  • sphinxcontrib-spelling *