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
/
coordinateoperation.cpp
Age
Commit message (
Expand
)
Author
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-01
Reduce database size (#1438)
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-22
ESRI_WKT: preserve Gauss_Kruger in conversion name for round-tripping
Even Rouault
2019-04-16
createOperations(): do not attempt using a unrelated datum intermediate when ...
Even Rouault
2019-03-29
createOperations(): improve behaviour with input CRS from WKT that lacks inte...
Even Rouault
2019-03-29
Merge pull request #1390 from rouault/createoperation_boundcrs_more_aggresive
Even Rouault
2019-03-29
Add proj_normalize_for_visualization()
Even Rouault
2019-03-28
createOperations(): improve BoundCRS<-->non-bound-CRS case
Even Rouault
2019-03-26
coordinateoperation.cpp: remove dead code. Coverity CID 193522
Even Rouault
2019-03-26
coordinateoperation.cpp: silent false positive about copy paste error. Coveri...
Even Rouault
2019-03-26
Merge pull request #1369 from rouault/grid_fixes
Even Rouault
2019-03-25
lookForGridInfo(): correctly return that a grid is present, if present on the...
Even Rouault
2019-03-25
WKT2_2018: always export ID of SOURCECRS/TARGETCRS and STEPs
Even Rouault
2019-03-24
WKT2 parser: update to OGC 18-010r6
Even Rouault
2019-03-23
Fix GCC 9 warning about useless std::move()
Even Rouault
2019-03-16
createOperations(): fix nadgrids -> nadgrids+geoidgrids
Even Rouault
2019-03-16
createOperations(): fix nadgrids+geoidgrids -> nadgrids+geoidgrids
Even Rouault
2019-03-16
createOperation(): fix geocent <--> nadgrids+geoidgrids case (fixes #1323)
Even Rouault
2019-03-16
Run scripts/reformat_cpp.sh
Even Rouault
2019-03-16
Fix doc generation with Breathe 4.12.0
Even Rouault
2019-03-01
Doc: rename to ISO-19111:2019
Even Rouault
2019-02-24
ParameterValue::_exportToWKT(): fix null pointer dereference with -D_GLIBCXX_...
Even Rouault
2019-02-21
Transformation: reintroduce the term of 'Null geographic offset' for transfor...
Even Rouault
2019-02-21
Geog2D+Height -> Geog3D of same datum: avoid inserting a useless ballpark hor...
Even Rouault
2019-02-20
typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/
Even Rouault
2019-02-20
CoordinateOperation: add a hasBallparkTransformation() method that can be use...
Even Rouault
2019-02-20
CompoundCRS to Geog3DCRS: in synthetised transformation, document in the name...
Even Rouault
2019-02-20
PROJStringFormatting: change order of emission of push/pop w.r.t axis swap/un...
Even Rouault
2019-02-20
Operation sorting: tweak
Even Rouault
2019-02-20
Vertical CRS transformation: synthetize a vertical unit change transformation...
Even Rouault
2019-02-20
compoundCRS to compoundCRS: avoid emitting dummy 'Null geographic offset from...
Even Rouault
2019-02-20
Add VERTCON grid name alternatives in database, and handle filename substitut...
Even Rouault
2019-02-17
Modify the default strategy of researching intermediate CRS to do it only if ...
Even Rouault
2019-02-14
Coordinate operations where a grid is present, but not in grid_alternatives t...
Even Rouault
2019-02-13
EPSG Helmert and Molodensky-Badekas methods in the Geographic 2D domain: use ...
Even Rouault
2019-02-13
PROJ string parsing: no longer attempt to build a CoordinateOperation object ...
Even Rouault
2019-02-11
Make tmerc an alias for etmerc. (#1234)
Kristian Evers
2019-02-03
WKT1 export: avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fu...
Even Rouault
2019-01-22
Coordinate operation computation with boundcrs / wktext: drop useless early b...
Even Rouault
2019-01-19
typo fixes
Even Rouault
2019-01-17
Remove wrong use of PROJ_CONST_DECL and replace it with PROJ_PURE_DECL (fixes...
Even Rouault
2019-01-16
PROJBasedOperation: write it as a conformant CONVERSION WKT, and make it pars...
Even Rouault
2019-01-08
ISO19111: remove PROJ.5 specific format for CRS (refs #1214)
Even Rouault
2019-01-02
WKT CONCATENATEDOPERATION parsing: allow CONVERSION steps and reverse operati...
Even Rouault
2019-01-02
Typo fixes
Even Rouault
[next]