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
/
include
/
proj
/
coordinateoperation.hpp
Age
Commit message (
Expand
)
Author
2021-04-23
Database: update to EPSG v10.019
Even Rouault
2021-03-07
typo fixes
Even Rouault
2021-03-03
Reformat code with clang-format-10 from ubuntu 20.04
Even Rouault
2020-05-15
Make projinfo --3d --boundcrs-to-wgs84 better work (fixes #2202)
Even Rouault
2020-04-14
createOperations(): do not remove ballpark transformation if there are only g...
Even Rouault
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2019-12-16
identify(): take into datum name aliases (fixes #1800)
Even Rouault
2019-11-26
createOperations(): fix an exception in transformations between Projected3D C...
Even Rouault
2019-11-22
Add proj_create_derived_geographic_crs() and proj_create_conversion_pole_rota...
Even Rouault
2019-10-30
Rework importing of Vertical unit change from EPSG db, add support for Height...
Even Rouault
2019-10-27
Database: add an auxiliary concatenated_operation_step table to allow arbitra...
Even Rouault
2019-10-02
Add API and WKT mapping for 'nsper' to EPSG Vertical Persepective method
Even Rouault
2019-08-09
PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, Transforma...
Even Rouault
2019-07-08
CRS JSON: export GeographicCRS and Projected CRS
Even Rouault
2019-05-06
createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ETR...
Even Rouault
2019-04-16
createOperations(): do not attempt using a unrelated datum intermediate when ...
Even Rouault
2019-03-29
Add proj_normalize_for_visualization()
Even Rouault
2019-03-24
WKT2 parser: update to OGC 18-010r6
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
Reformat to avoid error on PDF generation (fixes #1304)
Even Rouault
2019-03-01
Doc: rename to ISO-19111:2019
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
Vertical CRS transformation: synthetize a vertical unit change transformation...
Even Rouault
2019-02-17
Modify the default strategy of researching intermediate CRS to do it only if ...
Even Rouault
2019-01-17
Remove wrong use of PROJ_CONST_DECL and replace it with PROJ_PURE_DECL (fixes...
Even Rouault
2019-01-02
WKT CONCATENATEDOPERATION parsing: allow CONVERSION steps and reverse operati...
Even Rouault
2019-01-02
Typo fixes
Even Rouault
2018-12-15
Add SingleOperation::validateParameters()
Even Rouault
2018-12-13
SingleOperation::_isEquivalentTo(): make it work with missing parameters
Even Rouault
2018-12-11
API: add setters for Laborde Oblique Mercator, and add mapping to WKT1
Even Rouault
2018-12-06
Take into account supersession information to filter out irrelevant transform...
Even Rouault
2018-11-29
C API extensions and renaming
Even Rouault
2018-11-29
cs2cs: upgrade to use proj_create_crs_to_crs()
Even Rouault
2018-11-19
Assorted set of fixes for PROJString to ISO19111 model:
Even Rouault
2018-11-14
Implement RFC 2: Initial integration of "GDAL SRS barn" work
Even Rouault