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
/
crs.cpp
Age
Commit message (
Expand
)
Author
2021-04-12
CRS::normalizeForVisualization(): propagate domains/extent of original CRS (f...
Even Rouault
2021-03-19
CRS::promoteTo3D(): propagate the extent from the 2D CRS (fixes #2587)
Even Rouault
2021-03-03
Reformat code with clang-format-10 from ubuntu 20.04
Even Rouault
2021-02-10
Fix handling of +proj=ob_tran +o_proj=longlat combined with +over (fixes #2510)
Even Rouault
2020-12-14
createOperations(): fix inconsistent chaining exception when transforming fro...
Even Rouault
2020-11-24
Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL
Even Rouault
2020-11-23
GeographicCRS::_isEquivalentTo(EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS): make it...
Even Rouault
2020-11-21
Make GeographicCRS/GeodeticCRS::isEquivalentTo() work properly when comparing...
Even Rouault
2020-11-04
createBoundCRSToWGS84IfPossible(): make it return same result with a CRS buil...
Even Rouault
2020-10-23
WKT1_ESRI export: try to export Geographic3D and Projected3D CRS when we can ...
Even Rouault
2020-10-23
WKT1_ESRI export: generate VERTCS[...,DATUM[...,SPHEROID[]] syntax when ellip...
Even Rouault
2020-10-22
WKT1_ESRI export: export CompoundCRS as PROJCS[...],VERTCS[...] or GEOGCS[......
Even Rouault
2020-10-20
VerticalCRS: morph CRS and datum name using ESRI aliases on import from / exp...
Even Rouault
2020-10-20
Improve identification of compound CRS from ESRI WKT1, and for compound CRS w...
Even Rouault
2020-10-17
CompoundCRS with ellipsoidal height: make sure the vertical axis has 'ellipso...
Even Rouault
2020-10-16
Merge pull request #2370 from rouault/epsg10
Even Rouault
2020-10-08
promoteTo3D(): add a remark with the original CRS identifier (fixes #2368)
Even Rouault
2020-10-08
Make GeographicCRS::is2DPartOf3D() work with DatumEnsemble
Even Rouault
2020-10-08
Make CRS identification work with CRS with DatumEnsemble
Even Rouault
2020-10-05
proj_crs_create_bound_crs_to_WGS84(): make it work on verticalCRS/compoundCRS...
Even Rouault
2020-09-17
Adjust createBoundCRSToWGS84IfPossible() and operation filtering (for POSGAR ...
Even Rouault
2020-06-03
normalizeForVisualization(): make it switch axis for EPSG:5482 (RSRGD2000 / R...
Even Rouault
2020-05-25
Fix identification of (one of the) ESRI WKT formulations of EPSG:3035
Even Rouault
2020-05-19
WKT1 ingestion: fix ingestion of COMPD_CS with ellipsoidal vertical datum and...
Even Rouault
2020-05-16
Adjustments to deal with non-conformant WKT1 LAS COMPD_CS[] (refs #2171)
Even Rouault
2020-05-16
Allow importing WKT1 COMPD_CS with a VERT_DATUM[Ellipsoid,2002], and exportin...
Even Rouault
2020-05-15
Merge pull request #2224 from rouault/fix_2202
Even Rouault
2020-05-15
Make projinfo --3d --boundcrs-to-wgs84 better work (fixes #2202)
Even Rouault
2020-05-14
BoundCRS::create(): simplify
Even Rouault
2020-05-13
ProjectedCRS::identify(): fix identification of EPSG:3059 from 'LKS92_Latvia_...
Even Rouault
2020-04-23
io.hpp: avoid dependency to proj_json_streaming_writer.hpp (fixes #2182) (#2183)
Even Rouault
2020-04-21
Add limited support for non-conformant WKT1 LAS COMPD_CS[] (#2171)
Even Rouault
2020-03-27
Fix identification of projected CRS whose name is close but not strictly equa...
Even Rouault
2020-03-25
EngineeringCRS: when exporting to WKT1_GDAL, output unit and axis (fixes http...
Even Rouault
2020-03-11
ProjectedCRS::identify(): tune it to better work with ESRI WKT representation...
Even Rouault
2020-03-06
WKT import/export: add support for WKT1_ESRI VERTCS syntax
Even Rouault
2020-02-29
createOperations(): fix wrong pipeline generation with CRS that has +nadgrids...
Even Rouault
2020-02-25
CompoundCRS::create(): reject combinations of components not allowed by ISO 1...
Even Rouault
2020-01-21
ProjectedCRS::identify(): fix wrong identification of some ESRI WKT linked to...
Even Rouault
2020-01-10
createOperations(): fix dealing with projected 3D CRS whose Z units != metre
Even Rouault
2020-01-10
Doc of CRS::identify(): make it clear that this is a best-effort attempt only
Even Rouault
2019-12-16
identify(): take into datum name aliases (fixes #1800)
Even Rouault
2019-12-16
BoundCRS::identify(): improvements to discard CRS that aren't relevant (fixes...
Even Rouault
2019-12-13
Fix compilation breakage of previous commit with some compilers
Even Rouault
2019-12-13
normalizeForVisualization(): address EPSG:32661 "WGS 84 / UPS North (N,E)" an...
Even Rouault
2019-11-25
Merge pull request #1737 from rouault/proj_create_derived_geographic_crs
Kristian Evers
2019-11-25
Doc: change 7.0 references to 6.3
Even Rouault
2019-11-25
normalizeForVisualization() and other methods applying on a ProjectedCRS: do ...
Even Rouault
2019-11-22
Add proj_create_derived_geographic_crs() and proj_create_conversion_pole_rota...
Even Rouault
2019-11-14
import/export PROJJSON: support a interpolation_crs key to geoid_model for fa...
Even Rouault
[next]