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
/
test
Age
Commit message (
Expand
)
Author
2020-10-19
C API: add proj_context_clone() (#2383)
Alan D. Snow
2020-10-16
projinfo: restrict PROJ multiline output to coordinate operations only
Even Rouault
2020-10-16
Add multi-line PROJ string export capability, and use it by default in projin...
Even Rouault
2020-10-16
Merge pull request #2370 from rouault/epsg10
Even Rouault
2020-10-15
test/gigs: 5104 is passing now. Enable it
Even Rouault
2020-10-11
C API: add proj_dynamic_datum_get_frame_reference_epoch()
Even Rouault
2020-10-11
Database query: add AuthorityFactory::ObjectType::DYNAMIC_GEODETIC_REFERENCE_...
Even Rouault
2020-10-11
Database: add a frame_reference_epoch column in vertical_datum to be able to ...
Even Rouault
2020-10-10
WKT2:2019 import/export: handle DATUM (at top level object) with PRIMEM
Even Rouault
2020-10-08
promoteTo3D(): add a remark with the original CRS identifier (fixes #2368)
Even Rouault
2020-10-08
Add C API to work with datum ensemble
Even Rouault
2020-10-08
Make createOperations() work with DatumEnsemble
Even Rouault
2020-10-08
Make CRS identification work with CRS with DatumEnsemble
Even Rouault
2020-10-08
Add DatumEnsemble::asDatum() and use it in exportToWkt()
Even Rouault
2020-10-08
Add a AuthorityFactory::createDatumEnsemble() method, and make it inherit fro...
Even Rouault
2020-10-08
Database: import datum ensemble accuracy and members (but do not use them)
Even Rouault
2020-10-08
getCRSInfoList(): make it use area description
Even Rouault
2020-10-08
Database: use extended description for extent/area of use, as done by epsg.or...
Even Rouault
2020-10-06
Database: instanciate DynamicGeodeticReferenceFrame (things like ITRFxxx, WGS...
Even Rouault
2020-10-06
Database: add a reference_frame_epoch column to the geodetic_datum for dynami...
Even Rouault
2020-10-06
Database: "minimal" update to EPSG v10.003
Even Rouault
2020-10-05
proj_crs_create_bound_crs_to_WGS84(): make it work on verticalCRS/compoundCRS...
Even Rouault
2020-10-02
createOperations(): avoid elimination of ballpark transformation that can hel...
Even Rouault
2020-09-30
Merge pull request #2361 from rouault/ortho_ellipsoidal
Even Rouault
2020-09-30
Merge pull request #2344 from rouault/tinshift
Even Rouault
2020-09-30
Add a +proj=tinshift for triangulation-based transformations
Even Rouault
2020-09-27
Ortho ellipsoidal inverse: improve accuracy in polar case with (x,y) close to...
Even Rouault
2020-09-27
Ortho ellipsoidal inverse: add domain check for oblique case, and slighly imp...
Even Rouault
2020-09-26
Ortho ellipsoidal inverse: add non iterative implementations for polar and eq...
Even Rouault
2020-09-26
Ortho: add visibility condition for ellipsoidal case. Credits to @cffk
Even Rouault
2020-09-26
Implement ellipsoidal formulation of +proj=ortho (fixes #397)
Even Rouault
2020-09-17
createOperations(): tune sorting of transformations so that the ones with gre...
Even Rouault
2020-09-17
Adjust createBoundCRSToWGS84IfPossible() and operation filtering (for POSGAR ...
Even Rouault
2020-09-09
Database: update to EPSG 9.9
Even Rouault
2020-08-26
proj_create_vertical_crs_ex(): add a ACCURACY option to provide an explicit a...
Even Rouault
2020-08-21
createObjectsFromName(): add back case insensitivity when comparing names
Even Rouault
2020-08-21
Helmert: fix regression when rotation terms are 0, but scale is not
Even Rouault
2020-08-20
projCtx_t: Copy ini file settings, proj4_init_rules, etc.. when initializing ...
Alan D. Snow
2020-08-19
Code reformatting
Even Rouault
2020-08-19
Clone projCppContext context when copying projCtx_t (#2324)
Alan D. Snow
2020-08-16
ENH: Add support for custum CA Bundle path (#2323)
Alan D. Snow
2020-08-13
WKT importer: tune for Oracle WKT and 'Lambert Conformal Conic' (#2321)
Even Rouault
2020-08-07
ProjectedCRS::identify(): fix to be able to identify EPSG:2154 as a candidate...
Even Rouault
2020-07-24
Helmert 2D: do not require a useless convention= parameter
Even Rouault
2020-07-09
Transverse Mercator South Orientated: restrict export to PROJ string to cases...
Even Rouault
2020-07-09
PROJ string export of +proj=krovak +czech: make sure we export +czech instead...
Even Rouault
2020-07-08
formatting fix
Even Rouault
2020-07-06
Merge pull request #2274 from snowman2/pjtype
Even Rouault
2020-07-02
Parse '+proj=something_not_latlong +vunits=' without +geoidgrids as a Project...
Even Rouault
2020-07-01
WKT parser: do not raise warning when parsing a WKT2:2015 TIMECRS whose TIMEU...
Even Rouault
[next]