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
Age
Commit message (
Expand
)
Author
2021-02-11
C API: avoid error messages to be emitted in PJ_LOG_NONE log level (fixes #2526)
Even Rouault
2021-02-11
Merge pull request #2521 from rouault/boundcrs_proj_based_method
Even Rouault
2021-02-10
Fix handling of +proj=ob_tran +o_proj=longlat combined with +over (fixes #2510)
Even Rouault
2021-02-10
Allow a BoundCRS to use a PROJ string transformation
Even Rouault
2021-02-09
Database: update to EPSG v10.013
Even Rouault
2021-02-09
createOperations(): remove involved logic that was done for GDA94 -> WGS84 (G...
Even Rouault
2021-02-07
Merge pull request #2503 from havingsexonthebeach/epsg10_011
Kristian Evers
2021-01-15
Database: update to EPSG v10.011
Modern Slave
2021-01-14
createOperations(): fix bug involving geoidmodel and non-metre vertical unit
Even Rouault
2021-01-13
createOperations(): fix Compound to Geog3D/Projected3D CRS with non-metre ell...
Even Rouault
2021-01-05
createFromUserInput(): accept leading white space (fixes #2498)
Even Rouault
2020-12-28
C API: add proj_crs_is_derived()
Even Rouault
2020-12-15
Revise error codes to have a reduced set exposed in the public API.
Even Rouault
2020-12-14
createOperations(): fix inconsistent chaining exception when transforming fro...
Even Rouault
2020-12-12
Split coordinateoperation.cpp in many files in iso19111/operation directory
Even Rouault
2020-12-02
Merge pull request #2444 from rouault/topocentric
Even Rouault
2020-11-30
Database: add metadata with the version number of the database layout and che...
Even Rouault
2020-11-29
Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRS
Even Rouault
2020-11-28
createOperations(): get a '+proj=noop' instead of '+proj=affine +s33=-1' when...
Even Rouault
2020-11-28
WKT1 import: better deal with apps.epsg.org output w.r.t datum ensemble names
Even Rouault
2020-11-28
createObjectsFromName(): in exact match, make looking for 'ETRS89 / UTM zone ...
Even Rouault
2020-11-27
PRIMEM WKT handling: fixes on import for 'sexagesimal DMS' or from WKT1:GDAL/...
Even Rouault
2020-11-26
Merge pull request #2403 from kbevers/remove-proj_api.h
Kristian Evers
2020-11-24
Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL
Even Rouault
2020-11-24
createOperation(): add a ballpark vertical transformation when dealing with G...
Even Rouault
2020-11-23
Add +proj=topocentric geocentric->topocentric conversion (fixes #500)
Even Rouault
2020-11-23
GeographicCRS::_isEquivalentTo(EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS): make it...
Even Rouault
2020-11-21
PROJJSON parsing: fix parsing of a Geodetic CRS with a DatumEnsemble, and fix...
Even Rouault
2020-11-21
WKT parsing: fix ingestion of WKT with a Geocentric CRS as the base of the pr...
Even Rouault
2020-11-21
createOperation(): make it work properly when one of the CRS is a BoundCRS of...
Even Rouault
2020-11-21
Make GeographicCRS/GeodeticCRS::isEquivalentTo() work properly when comparing...
Even Rouault
2020-11-20
Remove old pj_ memory (de)allocation functions
Kristian Evers
2020-11-20
Remove pj_ctx_* functions and use their proj_context counterparts
Kristian Evers
2020-11-20
Weed out proj_api.h datatypes and replace them with their proj.h counterparts
Kristian Evers
2020-11-20
Remove proj_api.h
Kristian Evers
2020-11-16
WKT2 parsing: several fixes related to map projection parameter units
Even Rouault
2020-11-04
createBoundCRSToWGS84IfPossible(): make it return same result with a CRS buil...
Even Rouault
2020-11-01
proj.h: add PJ_CATEGORY_DATUM_ENSEMBLE for proj_create_from_database()
Even Rouault
2020-11-01
projinfo / createObjectsFromName(): support returning a datum ensemble
Even Rouault
2020-11-01
When reading from database, possibly return VerticalCRS with a DatumEnsemble
Even Rouault
2020-11-01
When reading from database, possibly return Geographic/GeodeticCRS with a Dat...
Even Rouault
2020-11-01
Merge pull request #2402 from rouault/improved_comments_datum
Even Rouault
2020-11-01
Merge pull request #2401 from rouault/improve_remarks
Even Rouault
2020-10-31
Doxygen: improve doc of functions related to Datum/DatumEnsemble
Even Rouault
2020-10-31
Fill remarks for PROJ-based operation mixing horizontal and vertical transfor...
Even Rouault
2020-10-31
Make sure that remarks is preserved when substituting (EPSG) grid name by PRO...
Even Rouault
2020-10-31
proj_create_ellipsoidal_2D/3D_cs(): doc improvement
Even Rouault
2020-10-25
Fix issues spotted by cppcheck
Even Rouault
2020-10-25
Fix typos spotted by scripts/fix_typos.sh
Even Rouault
2020-10-23
PROJStringFormatter::getUsedGridNames(): recognize +file= parameter of operat...
Even Rouault
[next]