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
/
test
/
unit
/
test_operation.cpp
Age
Commit message (
Expand
)
Author
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-16
createOperations(): do not attempt using a unrelated datum intermediate when ...
Even Rouault
2019-04-05
_buildUnit(): avoid later division by zero
Even Rouault
2019-04-02
Merge pull request #1391 from kbevers/noop
Kristian Evers
2019-03-29
createOperations(): improve behaviour with input CRS from WKT that lacks inte...
Even Rouault
2019-03-29
Adopt use of the noop conversion in ISO19111 code
Kristian Evers
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
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-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-02-21
Transformation: reintroduce the term of 'Null geographic offset' for transfor...
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
PROJStringFormatter: remove useless push/pop in another case
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-18
Merge pull request #1276 from rouault/intermediate_crs_use_only_if_no_direct_...
Kristian Evers
2019-02-17
tests: implement fuzzy proj string comparison in a few problematic test cases...
Even Rouault
2019-02-17
Modify the default strategy of researching intermediate CRS to do it only if ...
Even Rouault
2019-02-15
Fix size_t comparisons in tests
Kai Pastor
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-01-22
Coordinate operation computation with CRS with extension string: replace datu...
Even Rouault
2019-01-22
ISO19111 PROJ string parser: discard parameters not recognized by PROJ
Even Rouault
2019-01-22
Coordinate operation computation with boundcrs / wktext: drop useless early b...
Even Rouault
2019-01-17
Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...
Even Rouault
2019-01-17
import/export PROJ strings from ISO19111 code: require/output +type=crs for C...
Even Rouault
2019-01-16
PROJBasedOperation: write it as a conformant CONVERSION WKT, and make it pars...
Even Rouault
2019-01-09
createOperations(): fix a particular case of boundcrs to boundcrs transformat...
Even Rouault
2019-01-08
ISO19111: remove PROJ.5 specific format for CRS (refs #1214)
Even Rouault
2018-12-30
Rename proj_obj_XXX as proj_XXX and PJ_OBJ_XXX as PJ_XXX
Even Rouault
2018-12-29
Operation filtering: do not remove Null transformation that may be useful
Even Rouault
2018-12-28
Operation computation: better take into account when candidate operations hav...
Even Rouault
2018-12-28
ISO19111: fix export to PROJ string of vgridshift to explictly use multiplier=1
Even Rouault
2018-12-28
createOperations(): allow looking for geographic CRS by name (helps with WKT ...
Even Rouault
2018-12-28
Make createOperation() better work with BoundCRS (to take into account the ex...
Even Rouault
2018-12-17
Add WKT1 grammar validation; change prototype of proj_obj_create_from_wkt()
Even Rouault
2018-12-15
Add SingleOperation::validateParameters()
Even Rouault
2018-12-13
another improvement in isEquivalentTo() when comparing Helmert transformations
Even Rouault
[prev]
[next]