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_crs.cpp
Age
Commit message (
Expand
)
Author
2020-01-11
Merge pull request #1838 from rouault/limit_datum_name_massaging_wkt1
Even Rouault
2020-01-11
WKT1_GDAL export: limit datum name massaging to names matching EPSG (fixes #1...
Even Rouault
2020-01-10
CompoundCRS::identify(): avoid exception when horiz/vertical part is a BoundCRS
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
normalizeForVisualization(): address EPSG:32661 "WGS 84 / UPS North (N,E)" an...
Even Rouault
2019-12-09
CRS identification: use case insensitive comparison for authority name (fixes...
Even Rouault
2019-11-25
normalizeForVisualization() and other methods applying on a ProjectedCRS: do ...
Even Rouault
2019-10-04
Add a proj_crs_demote_to_2D(). Useful if forced to export a 3D CRS to a best ...
Even Rouault
2019-10-03
DerivedGeographicCRS: allow exporting +proj=ob_tran +o_proj=longlat to PROJ s...
Even Rouault
2019-09-11
API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_pro...
Even Rouault
2019-09-08
Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518)
Even Rouault
2019-05-13
identify(): take into account the authority passed in (fixes #1465)
Even Rouault
2019-05-12
Fix identification of GeodeticCRS expressed by PROJ string for EPSG authority
Even Rouault
2019-03-25
WKT2_2018: always export ID in base crs node, even if there is one on upper node
Even Rouault
2019-03-25
WKT2_2018: export ID in base crs node, when there is none on top of upper node
Even Rouault
2019-03-25
test: test exporting ENSEMBLE with ID in MEMBER
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-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-08
Fix export of BoundCRS as with PROJ_5 convention
Even Rouault
2019-01-08
ISO19111: remove PROJ.5 specific format for CRS (refs #1214)
Even Rouault
2019-01-04
WKT export: no longer export Geographic 3D CRS in WKT1, unless strict mode is...
Even Rouault
2018-12-22
exportToWKT1 of projected CRS: do not output AXIS of base CRS even when Outpu...
Even Rouault
2018-12-17
Add WKT2 grammar validation
Even Rouault
2018-12-15
Add SingleOperation::validateParameters()
Even Rouault
2018-12-06
Speed-up createBoundCRSToWGS84IfPossible()
Even Rouault
2018-12-06
Add API to retrieve non-deprecated equivalent of an object
Even Rouault
2018-12-06
Fix special handling of Azimuth parameter of Krovak
Even Rouault
2018-12-06
Fine tune axis denomination when exporting to WKT1_GDAL
Even Rouault
2018-12-06
Coordinate operation search: add a authority_to_authority_preference table to...
Even Rouault
2018-12-04
WKT1 export of LOCAL_CS: add UNIT if explicitly set
Even Rouault
2018-12-04
export to WKT1 of geocentric CRS: do not emit a TOWGS84 node if the datum is ...
Even Rouault
2018-12-03
Export to ESRI WKT: make it use verbatim WKT definition from the database whe...
Even Rouault
2018-12-02
identify: improve GeographicCRS identification when the CRS name has no match
Even Rouault
2018-12-02
improve identify() for projected and bound CRS
Even Rouault
2018-11-29
C API extensions and renaming
Even Rouault
2018-11-29
exportToWKT WKT1_GDAL: export axis by default for GeocentricCRS
Even Rouault
2018-11-20
Database: use official IGNF.xml registry to create content from the IGNF auth...
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