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-08-21
createObjectsFromName(): add back case insensitivity when comparing names (#2...
PROJ-BOT
2020-08-07
ProjectedCRS::identify(): fix to be able to identify EPSG:2154 as a candidate...
PROJ-BOT
2020-05-25
Fix identification of (one of the) ESRI WKT formulations of EPSG:3035
Even Rouault
2020-05-24
Database: import scope and remarks for conversion (fixes #2237)
Even Rouault
2020-05-24
Database: add a same_source_target_crs column to supersession table
Even Rouault
2020-05-19
Add runtime checking that sqlite3 is >= 3.11
Even Rouault
2020-05-15
AuthorityFactory::createObjectsFromName(): request SQL query to avoid warning...
Even Rouault
2020-05-14
createObjectsFromName(): fix when objectType = { GEOCENTRIC_CRS }
Even Rouault
2020-04-17
createFromCoordinateReferenceSystemCodes(): 'optimization' to avoid using C++...
Even Rouault
2020-04-14
lookForGridAlternative(): fix bug with Dutch 2008 grids
Even Rouault
2020-04-14
ProjectedCRS identification: deal with switched 1st/2nd std parallels for LCC...
Even Rouault
2020-03-30
ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when p...
Even Rouault
2020-03-12
Add proj_get_units_from_database() (fixes #2004)
Even Rouault
2020-03-06
Typo fixes identified by scripts/fix_typos.sh
Even Rouault
2020-03-03
createUnitOfMeasure(): use full double resolution for the conversion factor (...
Even Rouault
2020-02-19
DatabaseContext::lookForGridInfo(): use also old_proj_grid_name for lookups (...
Even Rouault
2020-02-05
Fix performance issue, affecting projinfo EPSG:7842
Even Rouault
2020-01-25
Implement RFC 5
Even Rouault
2020-01-24
createObjectsFromName(): use alias as fallback only
Even Rouault
2020-01-23
Fix wrong use of derivingConversionRef() that caused GDAL bug
Even Rouault
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2020-01-10
CompoundCRS::identify(): avoid exception when horiz/vertical part is a BoundCRS
Even Rouault
2020-01-07
createObjectsFromName(): make it look up in the alias_name table too (fixes #...
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
[next]