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
/
proj
/
internal
Age
Commit message (
Expand
)
Author
2019-09-09
Add copyrigth & license header to include/proj/internal/include_nlohmann_json...
Even Rouault
2019-09-08
Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518)
Even Rouault
2019-08-20
C API: add proj_context_set_autoclose_database() to automatically close datab...
Even Rouault
2019-08-09
PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, Transforma...
Even Rouault
2019-08-09
createFromUserInput(): add capability to import PROJJSON
Even Rouault
2019-06-01
Add proj_grid_get_info_from_database to allow retrieval of grid
Nyall Dawson
2019-05-06
createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ETR...
Even Rouault
2019-04-18
Merge pull request #1426 from mwtoews/intel
Even Rouault
2019-04-16
createOperations(): do not attempt using a unrelated datum intermediate when ...
Even Rouault
2019-04-16
CMake: better support for Intel compiler
Mike Taves
2019-03-24
WKT2 parser: update to OGC 18-010r6
Even Rouault
2019-03-17
Fix some issues raised by latest cppcheck
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
CoordinateOperation: add a hasBallparkTransformation() method that can be use...
Even Rouault
2019-01-17
Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...
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
2018-12-17
Add WKT2 grammar validation
Even Rouault
2018-12-15
Add SingleOperation::validateParameters()
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-11-29
cs2cs: upgrade to use proj_create_crs_to_crs()
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