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
/
iso19111
Age
Commit message (
Expand
)
Author
2022-03-19
Fix datum names when importing from PROJ4 crs strings (affects some transform...
Even Rouault
2022-03-18
createOperations(): fix transformation involving CompoundCRS, ToWGS84 and PRO...
Even Rouault
2022-03-18
SingleCRS::baseIsEquivalentTo(): fix potential crash that is triggered by fdf...
Even Rouault
2022-03-17
Merge pull request #3119 from rouault/compound_to_2D_crs
Even Rouault
2022-03-16
Transformation: no longer do vertical trasnformation when doing compound CRS ...
Even Rouault
2022-03-16
Fix comparison of GeodeticRefrenceFrame vs DynamicGeodeticReferenceFrame
Even Rouault
2022-03-09
createOperations(): fix issue in transformation northing,easting projected CR...
Even Rouault
2022-03-09
PROJBasedOperation PROJJSON export: issues an empty 'parameters' array if nee...
Even Rouault
2022-03-09
Fix import of WKT of concatenated operation with inverse conversion of a comp...
Even Rouault
2022-03-08
Fix issue when transforming from/to BoundCRS of 3D CRS with non-Greenwhich pr...
Even Rouault
2022-03-06
Fix wrong results with SQLite 3.38.0 (fixes #3077)
Even Rouault
2022-02-22
geog3DToVertTryThroughGeog2D(): avoid potential nullptr deref (CID 383355)
Even Rouault
2022-02-22
WKTParser::Private::buildProjectedCRS(): avoid potential nullptr deref (CID 3...
Even Rouault
2022-02-22
ProjectedCRS::_exportToWKT(): avoid false positive warning about nullptr dere...
Even Rouault
2022-02-22
UnitOfMeasure::operator=(UnitOfMeasure &&): avoid use of moved member (CID 38...
Even Rouault
2022-02-14
Fix importing CRS definition with +proj=peirce_q and +shape different from sq...
Even Rouault
2022-02-14
Better deal with importing strings like '+init=epsg:XXXX +over' (refs MapServ...
Even Rouault
2022-02-09
createOperations(): fix transformations from/to a BoundCRS of a DerivedGeogra...
Even Rouault
2022-02-04
Set more precise error code for parsing errors in proj_create().
Brendan Jurd
2022-01-20
lookForGridInfo(): make it work properly when passed the old PROJ name
Even Rouault
2022-01-12
Conversion::_exportToPROJString(): fix potential crash introduced in recent c...
Even Rouault
2022-01-12
Merge pull request #3010 from rouault/fix_2739
Even Rouault
2022-01-11
Merge pull request #3014 from rouault/fix_3011
Even Rouault
2022-01-09
Minor cppcheck fixes
Even Rouault
2022-01-07
Map peirce_q to pseudo WKT2 and ESRI WKT
Even Rouault
2022-01-07
Merge pull request #3013 from rouault/fix_3012
Even Rouault
2022-01-06
proj_get_crs_info_list_from_database(): report PJ_TYPE_GEODETIC_CRS for IAU_2...
Even Rouault
2022-01-06
Implement Geographic3D to Depth/Geog2D+Depth as used by ETRS89 to CD Norway d...
Even Rouault
2022-01-04
Handle EPSG:1111 'Transverse Mercator (3D)' method (used in EPSG:10.044 by Pr...
Even Rouault
2022-01-04
Fix doc generation with Doxygen 1.9.3
Even Rouault
2021-12-16
WKT1 import: correctly deal with missing rectified_grid_angle parameter
Even Rouault
2021-12-16
WKTParser::Private::buildProjectionStandard(): minor cleanup
Even Rouault
2021-12-08
createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(C...
Even Rouault
2021-12-04
Merge pull request #2968 from rouault/fix_ossfuzz_41462
Even Rouault
2021-12-02
PROJStringSyntaxParser(): make it use pj_trim_argc/argv to have similar token...
Even Rouault
2021-12-02
PROJ string parsing: fix unquoting of parameter values when the parameter nam...
Even Rouault
2021-12-01
Cache result of proj_get_type() to help for performance of proj_factors() (fi...
Even Rouault
2021-11-15
createOperationsGeogToGeog(): avoid potential harmless floating-point divisio...
Even Rouault
2021-11-14
Merge pull request #2938 from rouault/fix_ossfuzz_40955
Even Rouault
2021-11-12
createOperationsCompoundToCompound(): fix null pointer dereference when conne...
Even Rouault
2021-11-11
createOperations(): do not stop at the first operation in the PROJ namespace ...
Even Rouault
2021-11-09
PROJStringFormatter::toString(): avoid invalid iterator increment (fixes #2931)
Even Rouault
2021-11-09
Reformatting fixes
Even Rouault
2021-11-06
Merge pull request #2926 from snowman2/warn
Even Rouault
2021-11-05
DOC: Add warning in proj_as_proj_string about potential information loss with...
snowman2
2021-11-05
DOC: add available keys to proj_context_get_database_metadata
snowman2
2021-11-05
Merge pull request #2921 from rouault/epsg_10_039
Even Rouault
2021-11-04
Remove useless PROJ_DLL uses in .cpp files (#2920)
Momtchil Momtchev
2021-11-04
Database: update to EPSG v10.039
Even Rouault
2021-11-03
BoundCRS WKT import: fix setting of name
Even Rouault
[next]