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
2019-06-05
createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ID[...
Even Rouault
2019-06-04
Fix incorrect delimator ";" used to separate proj_info().searchpath entries (...
Kristian Evers
2019-06-03
Fix incorrect delimator ";" used to separate proj_info().searchpath
Nyall Dawson
2019-06-03
proj_info().searchpath should not include PROJ_LIB path if
Nyall Dawson
2019-06-01
Merge pull request #1496 from mwtoews/rename
Even Rouault
2019-06-01
Merge pull request #1494 from nyalldawson/get_grid
Kristian Evers
2019-06-01
Update website: proj4.org -> proj.org
Mike Taves
2019-06-01
Add proj_grid_get_info_from_database to allow retrieval of grid
Nyall Dawson
2019-05-29
pj_open_lib_ex(): avoid off-by-one reading of name argument if strlen(name) =...
Even Rouault
2019-05-29
pj_open_lib() doc: specify that short_filename must not be null (refs #1489)
Even Rouault
2019-05-23
createOperations(): fix GeogCRS to GeogCRS when there is a axis reversal and ...
Even Rouault
2019-05-21
createOperations(): avoid exception when transforming from NAD83 to projected...
Even Rouault
2019-05-13
identify(): take into account the authority passed in (fixes #1465)
Even Rouault
2019-05-12
Fix doc of proj_identify()
Even Rouault
2019-05-12
Fix identification of GeodeticCRS expressed by PROJ string for EPSG authority
Even Rouault
2019-05-09
pj_release: Use correct release date for 6.1.0
Kristian Evers
2019-05-08
proj_normalize_for_visualization(): fix crash when ctx == nullptr
Even Rouault
2019-05-08
proj_normalize_for_visualization(): fix when there are coordinate operation a...
Even Rouault
2019-05-06
createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ETR...
Even Rouault
2019-05-06
createOperations(): fix case of ETRS89 3D to proj string with nadgrids and ge...
Even Rouault
2019-05-06
Fix spelling errors.
Bas Couwenberg
2019-05-06
Update ABI version number for 6.1.0
Kristian Evers
2019-05-05
geos: avoid division by zero
Even Rouault
2019-05-03
cs2cs: set time value to HUGE_VAL if not explicitly specified
Even Rouault
2019-05-02
lagrng: avoid division by zero when latitude is very close to 90
Even Rouault
2019-05-01
Reduce database size (#1438)
Kristian Evers
2019-05-01
Merge pull request #1444 from rouault/disambguish_forward_inverse_names
Kristian Evers
2019-05-01
Merge pull request #1437 from mwtoews/cmake
Kristian Evers
2019-05-01
Merge pull request #1425 from mwtoews/define
Kristian Evers
2019-04-30
WKT importer: accepts PROJ-based COORDINATEOPERATION
Even Rouault
2019-04-30
createOperations(): in SourceTargetCRSExtentUse::INTERSECTION mode, early ret...
Even Rouault
2019-04-30
Propagate ballpark transformation flag to inverse coordinate operations
Even Rouault
2019-04-28
Fix false-positive -Wnull-dereference GCC 8 warning
Even Rouault
2019-04-26
Prefix inverse and forward functions by their projection names
Even Rouault
2019-04-26
aitof: fix division by zero
Even Rouault
2019-04-26
aitoff.cpp: fix indentation
Even Rouault
2019-04-25
gs50 and other mod_ster projections: avoid divison by zero
Even Rouault
2019-04-23
Merge pull request #1441 from rouault/support_compound_crs_urn
Even Rouault
2019-04-23
Merge pull request #1434 from rouault/valid_format_string
Even Rouault
2019-04-22
Merge pull request #1440 from rouault/ossfuzz_14410
Even Rouault
2019-04-22
proj_create(): add support for compoundCRS and concatenatedOperation named fr...
Even Rouault
2019-04-22
code format fix
Even Rouault
2019-04-22
airy: avoid division by zero
Even Rouault
2019-04-22
Tweak morphNameToESRI() to reflect current ESRI practice regarding a few '(fo...
Even Rouault
2019-04-22
Database: import common projections from ESRI projected CRS in structured form
Even Rouault
2019-04-22
ESRI_WKT: preserve Gauss_Kruger in conversion name for round-tripping
Even Rouault
2019-04-22
Database: make conversion & helmert_transformation updatable views
Even Rouault
2019-04-21
CMake: enable LTO using a flag or property method
Mike Taves
2019-04-20
omerc: validate lat_1 and lat_2 to avoid divison by zero
Even Rouault
2019-04-20
proj/cs2cs: validate value of -f parameter to avoid potential crashes (fixes ...
Even Rouault
[next]