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
/
factory.cpp
Age
Commit message (
Expand
)
Author
2020-03-30
ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when p...
Even Rouault
2020-03-03
createUnitOfMeasure(): use full double resolution for the conversion factor
github-actions[bot]
2020-02-06
Fix performance issue, affecting projinfo EPSG:7842
Even Rouault
2020-01-23
Fix wrong use of derivingConversionRef() that caused GDAL bug
Even Rouault
2020-01-11
CompoundCRS::identify(): avoid exception when horiz/vertical part is a BoundCRS
Even Rouault
2019-12-16
identify(): take into datum name aliases (fixes #1800)
Even Rouault
2019-12-10
Database: update to IGNF v3.1.0
Even Rouault
2019-12-09
CRS identification: use case insensitive comparison for authority name (fixes...
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-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-02
Add a geoid_model name in database, use GEOIDMODEL for transformations, add a...
Even Rouault
2019-11-02
Add tracing framework, and improve createOperations() performance
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-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-09-30
AuthorityFactory::getDescriptionText(): return CRS object in priority
Even Rouault
2019-09-15
DatabaseContext::lookForGridInfo(): avoid setting PROJ context errno. Fixes i...
Even Rouault
2019-09-12
createOperations(): use more candidates when transforming between a geographi...
Even Rouault
2019-09-12
Coordinate transformation: improve transformations from/to WGS84 (Gxxxx)
Even Rouault
2019-06-30
Database: import scope/remarks for coordinate operation and add C API
Even Rouault
2019-05-01
Reduce database size (#1438)
Kristian Evers
2019-04-22
proj_create(): add support for compoundCRS and concatenatedOperation named fr...
Even Rouault
2019-04-22
Database: import common projections from ESRI projected CRS in structured form
Even Rouault
2019-04-22
Database: make conversion & helmert_transformation updatable views
Even Rouault
2019-03-27
factory.cpp: silence false positive warning. Coverity CID 193544
Even Rouault
2019-03-26
factory.cpp: make closeDB() noexcept so that DatabaseContext::Private destruc...
Even Rouault
2019-03-26
factory.cpp: avoid warning about int truncation. Coverity CID 193544
Even Rouault
2019-03-26
Merge pull request #1369 from rouault/grid_fixes
Even Rouault
2019-03-25
lookForGridInfo(): correctly return that a grid is present, if present on the...
Even Rouault
2019-03-25
Database: add operation_version column to coordinate operation tables
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
Doc: rename to ISO-19111:2019
Even Rouault
2019-02-20
typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/
Even Rouault
2019-02-07
Add proj_get_crs_info_list_from_database()
Even Rouault
2019-02-06
ISO19111: Handle database area objects with no bounding box
Even Rouault
2019-02-03
typo fix
Jürgen Fischer
2019-01-18
Merge pull request #1223 from rouault/unify_proj_create
Kristian Evers
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-09
proj.db search: use pj_find_file() mechanism instead of hand coded simplified...
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-30
proj_internal.h: remove use of proj_api.h specific structures
Even Rouault
[next]