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
Age
Commit message (
Expand
)
Author
2019-11-25
Change version numbers to 6.3.0
Even Rouault
2019-11-25
normalizeForVisualization() and other methods applying on a ProjectedCRS: do ...
Even Rouault
2019-11-25
CoordinateOperationFactory::Private::setCRSs(): fix potential issue with over...
Even Rouault
2019-11-21
Fix typos in code comments
Even Rouault
2019-11-19
createOperations(): in some situations, consider when going from A to D inter...
Even Rouault
2019-11-18
createFromCRSCodesWithIntermediates(): do not consider intermediate CRS whose...
Even Rouault
2019-11-18
createGeodeticDatum(): query and set publicationDate
Even Rouault
2019-11-18
createOperations(): fix so that GDA94 -> WGS 84 (G1762) still include a resul...
Even Rouault
2019-11-18
proj_trans(): tune selection of operation when there are several alternatives...
Even Rouault
2019-11-18
createOperations(): small perf improvement. Do not attempt going through an i...
Even Rouault
2019-11-18
createOperations(): geocentric to geocentric operation synthetization: distin...
Even Rouault
2019-11-17
createOperations(): remove the concept of geodetic_datum_preferred_hub
Even Rouault
2019-11-17
findsOpsInRegistryWithIntermediate(): tune it to be able to research operatio...
Even Rouault
2019-11-17
typo fix in comment [ci skip]
Even Rouault
2019-11-16
typo fix in comment [ci skip]
Even Rouault
2019-11-16
proj_create_crs_to_crs(): fix autoselection logic of operation to compute cor...
Even Rouault
2019-11-14
import/export PROJJSON: support a interpolation_crs key to geoid_model for fa...
Even Rouault
2019-11-14
createOperations(): fix transformation computation from/to a CRS with +geoidg...
Even Rouault
2019-11-14
Code reformat
Even Rouault
2019-11-12
Fix proj_assign_context()/pj_set_ctx() with pipelines and alternative coord o...
Even Rouault
2019-11-09
Doc: document oddity related to identification of CRS from ESRI WKT
Even Rouault
2019-11-04
proj_create_vertical_crs(): enhance doc
Even Rouault
2019-11-04
Merge remote-tracking branch 'origin/master' into geoid_model
Even Rouault
2019-11-03
createOperations(): in some circumstances we wrongly promoted a Helmert geog2...
Even Rouault
2019-11-03
Import from WKT of VERT_CS: remove outdated EXTENSION.PROJ4_GRIDS for NAVD88
Even Rouault
2019-11-03
Import from WKT: add tweaks for Lidar WKT1 VERT_CS that embeds geoid model in...
Even Rouault
2019-11-02
Merge pull request #1709 from rouault/improve_extent_filtering
Even Rouault
2019-11-02
Add a geoid_model name in database, use GEOIDMODEL for transformations, add a...
Even Rouault
2019-11-02
WKT and PROJJSON: add import/export of geoid model of VertCRS
Even Rouault
2019-11-02
Add tracing framework, and improve createOperations() performance
Even Rouault
2019-10-31
Merge pull request #1703 from rouault/improve_transformation_with_alternative...
Even Rouault
2019-10-30
createOperations(): try to recover extent of CRS from the database when they ...
Even Rouault
2019-10-30
createOperations() filtering: code changes regarding extent handling. No func...
Even Rouault
2019-10-30
createFromWkt(): be tolerant to missing scale_factor parameter (fixes #1700)
Even Rouault
2019-10-30
Rework importing of Vertical unit change from EPSG db, add support for Height...
Even Rouault
2019-10-29
Vertical transformations: improve situations similar to transforming from 'NA...
Even Rouault
2019-10-29
createOperations(): split gigantic method into many smaller ones. No function...
Even Rouault
2019-10-29
Little tweaks in implicit 2D/3D geog conversions in compoundCRS to geogCRS tr...
Even Rouault
2019-10-28
createOperations(): avoid infinite recursion in a super weird case. Fixes htt...
Even Rouault
2019-10-28
Reformat
Even Rouault
2019-10-28
Various fixes/workarounds to make cppcheck 1.72 (Ubuntu 16.04) and HEAD/1.90d...
Even Rouault
2019-10-27
Database: add an auxiliary concatenated_operation_step table to allow arbitra...
Even Rouault
2019-10-25
importFromWkt(): fix axis orientation for non-standard ESRI WKT (fixes #1690)
Even Rouault
2019-10-24
Generalize generalize_proj_crs_create_bound_vertical_crs_to_WGS84()
Even Rouault
2019-10-19
createFromPROJString(): do not loop forever on malformed string. Fixes https:...
Even Rouault
2019-10-18
Merge pull request #1683 from rouault/fix_double_vertical_unit_conversion
Even Rouault
2019-10-18
Fix segfaults in case of out-of-memory situations (fixes #1678) (#1679)
yonarw
2019-10-18
createOperations(): fix double vertical unit conversion from CompoundCRS to o...
Even Rouault
2019-10-18
Fix two sentences that seem to be copy-and-paste forgotten.
Martin Desruisseaux
2019-10-13
Remove the sentence in documentation saying that CRS::coordinateSystem() may ...
Martin Desruisseaux
[next]