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
Age
Commit message (
Expand
)
Author
2019-03-19
Merge pull request #1330 from mwtoews/cmake
Kristian Evers
2019-03-19
Normalize CMake with cmakelint, 2-space indent
Mike Taves
2019-03-17
Fix some issues raised by latest cppcheck
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-26
Rename internal constant to avoid conflict with macro in Solaris system headers
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-02-11
Make tmerc an alias for etmerc. (#1234)
Kristian Evers
2019-02-07
Add proj_get_crs_info_list_from_database()
Even Rouault
2019-02-02
Export class for oss-fuzz
Even Rouault
2019-01-22
Coordinate operation computation with boundcrs / wktext: drop useless early b...
Even Rouault
2019-01-22
ISO19111: clean interface of DataEpoch class
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-09
Merge pull request #1217 from rouault/remove_proj_5_crs_export
Even Rouault
2019-01-09
proj.db search: use pj_find_file() mechanism instead of hand coded simplified...
Even Rouault
2019-01-08
ISO19111: remove PROJ.5 specific format for CRS (refs #1214)
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-28
importFromWKT: better deal with axis of the baseCRS of a projected CRS
Even Rouault
2018-12-17
Add WKT2 grammar validation
Even Rouault
2018-12-17
Add WKT1 grammar validation; change prototype of proj_obj_create_from_wkt()
Even Rouault
2018-12-15
Add SingleOperation::validateParameters()
Even Rouault
2018-12-14
Advanced C API: add proj_obj_alter_id()
Even Rouault
2018-12-13
Prime meridian equivalence: increase tolerance
Even Rouault
2018-12-13
imort from WKT1: set correct CS for Transverse Mercator South Oriented
Even Rouault
2018-12-13
Add helpers to create polar cartesian CS
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-08
Fix and speed-up one of the getMapping() functions
Even Rouault
2018-12-07
Various speed optimizations
Even Rouault
2018-12-06
Speed-up createBoundCRSToWGS84IfPossible()
Even Rouault
2018-12-06
projinfo: display deprecation info
Even Rouault
2018-12-06
Add API to retrieve non-deprecated equivalent of an object
Even Rouault
2018-12-06
Coordinate operation search: add a authority_to_authority_preference table to...
Even Rouault
2018-12-06
Take into account supersession information to filter out irrelevant transform...
Even Rouault
2018-12-04
Improve recognition of WKT1 datum names
Even Rouault
2018-12-03
projinfo: add a --area option (refs #1188)
Even Rouault
2018-12-03
Export to ESRI WKT: make it use verbatim WKT definition from the database whe...
Even Rouault
2018-11-29
C API extensions and renaming
Even Rouault
2018-11-29
Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove t...
Even Rouault
2018-11-29
cs2cs: upgrade to use proj_create_crs_to_crs()
Even Rouault
[next]