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
2019-01-17
Remove wrong use of PROJ_CONST_DECL and replace it with PROJ_PURE_DECL (fixes...
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 #1218 from rouault/search_path
Kristian Evers
2019-01-09
createOperations(): fix a particular case of boundcrs to boundcrs transformat...
Even Rouault
2019-01-09
Allocate projCtx_t as a C++ object
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
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
2019-01-02
WKT CONCATENATEDOPERATION parsing: allow CONVERSION steps and reverse operati...
Even Rouault
2019-01-02
Typo fixes
Even Rouault
2018-12-31
pj_obj_create(): avoid warning to be emitted when expot to PROJ string is not...
Even Rouault
2018-12-30
Rename proj_obj_XXX as proj_XXX and PJ_OBJ_XXX as PJ_XXX
Even Rouault
2018-12-30
proj_internal.h: remove use of proj_api.h specific structures
Even Rouault
2018-12-30
Merge projects.h into proj_internal.h
Even Rouault
2018-12-30
projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW s...
Even Rouault
2018-12-30
Make ISO-19111 objects of type CoordinateOperation directly usable with proj_...
Even Rouault
2018-12-30
Remove PJ_OBJ type since it is now merged into PJ
Even Rouault
2018-12-29
Operation filtering: do not remove Null transformation that may be useful
Even Rouault
2018-12-28
Operation computation: better take into account when candidate operations hav...
Even Rouault
2018-12-28
ISO19111: fix export to PROJ string of vgridshift to explictly use multiplier=1
Even Rouault
2018-12-28
createOperations(): allow looking for geographic CRS by name (helps with WKT ...
Even Rouault
2018-12-28
importFromWKT: better deal with axis of the baseCRS of a projected CRS
Even Rouault
2018-12-28
WKT parser: fix parsing of BoundCRS of VerticalCRS to Geographic3D CRS
Even Rouault
2018-12-28
Make createOperation() better work with BoundCRS (to take into account the ex...
Even Rouault
2018-12-26
cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixes
Even Rouault
2018-12-26
cpp conversion: move source files in apps/ iso19111/ conversions/ projections...
Even Rouault