index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-12-02
Merge pull request #2444 from rouault/topocentric
Even Rouault
2020-11-30
Merge pull request #2474 from rouault/database_version_number
Even Rouault
2020-11-30
Merge pull request #2466 from rouault/fix_2423
Even Rouault
2020-11-30
Merge pull request #2471 from rouault/extent_spherical_tmerc_domain
Even Rouault
2020-11-30
Database: add metadata with the version number of the database layout and che...
Even Rouault
2020-11-30
API cleanup: unexport number of internal symbols, and remove/replace a few un...
Even Rouault
2020-11-30
pj_datum_set(): make code more obvious to humans and analyzers
Even Rouault
2020-11-29
Spherical tmerc forward: do not restrict to [-90,90] longitude range
Even Rouault
2020-11-29
Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRS
Even Rouault
2020-11-29
Inverse tmerc spherical: fix wrong sign of latitude when lat_0 is used (fixes...
Even Rouault
2020-11-28
createOperations(): get a '+proj=noop' instead of '+proj=affine +s33=-1' when...
Even Rouault
2020-11-28
WKT1 import: better deal with apps.epsg.org output w.r.t datum ensemble names
Even Rouault
2020-11-28
proj_create_crs_to_crs_from_pj(): do not use PROJ_SPATIAL_CRITERION_PARTIAL_I...
Even Rouault
2020-11-28
cs2cs: add --area and --bbox options to restrict candidate coordinate operat...
Even Rouault
2020-11-28
Use same arguments to printf format string for both radians and degrees in ou...
Houder
2020-11-28
createObjectsFromName(): in exact match, make looking for 'ETRS89 / UTM zone ...
Even Rouault
2020-11-27
Merge pull request #2455 from rouault/primem_fixes
Even Rouault
2020-11-27
formatting fixes
Even Rouault
2020-11-27
PRIMEM WKT handling: fixes on import for 'sexagesimal DMS' or from WKT1:GDAL/...
Even Rouault
2020-11-26
Fix mingw_w64 warning about pj_acquire_lock() prototype being missing
Even Rouault
2020-11-26
Merge pull request #2403 from kbevers/remove-proj_api.h
Kristian Evers
2020-11-24
Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL
Even Rouault
2020-11-24
Merge pull request #2449 from rouault/geoidmodel_ballpark
Even Rouault
2020-11-24
createOperation(): add a ballpark vertical transformation when dealing with G...
Even Rouault
2020-11-24
Merge pull request #2448 from rouault/gha_mingw_w64
Even Rouault
2020-11-24
Sync w GeographicLib 1.51. Remove C99 compatibility functions. (#2445)
Charles Karney
2020-11-24
mutex.cpp: replace NULL by nullptr
Even Rouault
2020-11-23
Add +proj=topocentric geocentric->topocentric conversion (fixes #500)
Even Rouault
2020-11-23
GeographicCRS::_isEquivalentTo(EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS): make it...
Even Rouault
2020-11-22
projinfo.cpp: improve hint when to use --spatial-test intersects
Even Rouault
2020-11-21
PROJJSON parsing: fix parsing of a Geodetic CRS with a DatumEnsemble, and fix...
Even Rouault
2020-11-21
WKT parsing: fix ingestion of WKT with a Geocentric CRS as the base of the pr...
Even Rouault
2020-11-21
createOperation(): make it work properly when one of the CRS is a BoundCRS of...
Even Rouault
2020-11-21
Make GeographicCRS/GeodeticCRS::isEquivalentTo() work properly when comparing...
Even Rouault
2020-11-20
Remove old pj_ memory (de)allocation functions
Kristian Evers
2020-11-20
Remove pj_errno and related functions
Kristian Evers
2020-11-20
Remove pj_free() and move it's functional parts to proj_destroy()
Kristian Evers
2020-11-20
Removed unused function pj_set_searchpath() and pj_set_finder()
Kristian Evers
2020-11-20
Remove unused pj_apply_gridshift()
Kristian Evers
2020-11-20
Removed unused functions from src/utils.cpp
Kristian Evers
2020-11-20
Remove pj_ctx_* functions and use their proj_context counterparts
Kristian Evers
2020-11-20
Remove legacy file API
Kristian Evers
2020-11-20
Convert multistresstest to new API
Kristian Evers
2020-11-20
Weed out proj_api.h datatypes and replace them with their proj.h counterparts
Kristian Evers
2020-11-20
Remove src/transform.cpp and related tests
Kristian Evers
2020-11-20
Raise error when ACCEPT_USE_OF_DEPRECATED_PROJ_API_H is defined
Kristian Evers
2020-11-20
Remove ACCEPT_USE_OF_DEPRECATED_PROJ_API_H macro
Kristian Evers
2020-11-20
Remove proj_api.h
Kristian Evers
2020-11-19
Replace line feed in input line by null character
J.H. van de Water
2020-11-17
cs2cs, cct, proj and geod: fflush(stdout) after each line to emit each result...
Even Rouault
[next]