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
/
io.cpp
Age
Commit message (
Expand
)
Author
2019-05-12
Fix identification of GeodeticCRS expressed by PROJ string for EPSG authority
Even Rouault
2019-05-06
createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ETR...
Even Rouault
2019-05-01
Reduce database size (#1438)
Kristian Evers
2019-04-30
WKT importer: accepts PROJ-based COORDINATEOPERATION
Even Rouault
2019-04-22
proj_create(): add support for compoundCRS and concatenatedOperation named fr...
Even Rouault
2019-04-22
Tweak morphNameToESRI() to reflect current ESRI practice regarding a few '(fo...
Even Rouault
2019-04-22
ESRI_WKT: preserve Gauss_Kruger in conversion name for round-tripping
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
Adopt use of the noop conversion in ISO19111 code
Kristian Evers
2019-03-28
Objet -> Object
Nyall Dawson
2019-03-26
io.cpp: avoid error about unchecked return value. Coverity CID 193541
Even Rouault
2019-03-26
io.cpp: make it obvious that nullptr deref cannot happen. Coverity CID 193523
Even Rouault
2019-03-25
WKT2_2018: always export ID of SOURCECRS/TARGETCRS and STEPs
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-24
WKT2 parser: update to OGC 18-010r6
Even Rouault
2019-03-19
Doc: impove doc about OGC URN
Even Rouault
2019-03-17
Fix some issues raised by latest cppcheck
Even Rouault
2019-03-16
createOperation(): fix geocent <--> nadgrids+geoidgrids case (fixes #1323)
Even Rouault
2019-03-01
Doc: rename to ISO-19111:2019
Even Rouault
2019-02-26
Rename internal constant to avoid conflict with macro in Solaris system headers
Even Rouault
2019-02-26
io.cpp: cast to 'unsigned char' before isspace() to avoid undefined behaviour...
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-18
Fix a few issues with i386 builds
Even Rouault
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-12
Merge remote-tracking branch 'osgeo/master' into pipestack
Kristian Evers
2019-02-11
Make tmerc an alias for etmerc. (#1234)
Kristian Evers
2019-02-06
Shut up pj_create_internal when varifying validity of generated proj-string
Kristian Evers
2019-02-05
PROJStringParser::createFromPROJString(): avoid potential infinite loop. Fixe...
Even Rouault
2019-02-02
createFromUserInput(): fix infinite recursion. Fixes https://bugs.chromium.or...
Even Rouault
2019-02-02
PROJStringSyntaxParser: avoid assertion on illegal input. Fixes https://bugs....
Even Rouault
2019-01-31
exportToWKT(): restrict a8e7ef45d132b44dd4096c6fe3703fe92b390d1e to TOWGS84 o...
Even Rouault
2019-01-25
exportToWKT(): avoid excessive numeric precision (especially when roundtrippi...
gdalbarn
Even Rouault
2019-01-22
Merge pull request #1233 from rouault/fix_1232
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
exportToWKT: use upper-case exponent (E) to conform to WKT-2 EBNF
Even Rouault
2019-01-22
Coordinate operation computation with boundcrs / wktext: drop useless early b...
Even Rouault
2019-01-19
Add support for spaces in grid name parameters (fixes #1152)
Even Rouault
2019-01-18
Merge pull request #1223 from rouault/unify_proj_create
Kristian Evers
2019-01-17
Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...
Even Rouault
2019-01-17
Remove wrong use of PROJ_CONST_DECL and replace it with PROJ_PURE_DECL (fixes...
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-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
2019-01-02
WKT CONCATENATEDOPERATION parsing: allow CONVERSION steps and reverse operati...
Even Rouault
2019-01-02
Typo fixes
Even Rouault
[next]