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
2021-08-15
factory.cpp: fix latest clang -Wstring-concatenation (false positive) warning
Even Rouault
2021-06-03
factory.cpp: lint: make memoryHandle_ a unique_ptr
Even Rouault
2021-06-03
Run database layout checks only at first DB opening
Even Rouault
2021-06-03
Database: use shared sqlite handle
Even Rouault
2021-06-03
factory.cpp: preparation steps for global sqlite3* handle, but no functional ...
Even Rouault
2021-05-24
DatabaseContext::getTransformationsForGridName(): make it work properly when ...
Even Rouault
2021-05-23
Database: add a ANALYZE step during proj.db creation
Even Rouault
2021-05-12
Formatting fixes
Even Rouault
2021-05-04
DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)
Mike Taves
2021-04-24
getInsertStatementsFor(): replace while with if (master only, CID 320133)
Even Rouault
2021-04-24
Add proj_get_geoid_models_from_database() (#2681)
Javier Jimenez Shaw
2021-04-23
getInsertStatementsFor(): replace while with if (master only, CID 320133)
Even Rouault
2021-04-23
Database: update to EPSG v10.019
Even Rouault
2021-04-20
run reformat_cpp.sh to fix some leftovers
Javier Jimenez Shaw
2021-04-18
Merge pull request #2676 from rouault/fix_geog_to_geog_deprecated
Even Rouault
2021-04-18
createOperations(): fix Geog to Geog when one is deprecated (fix master regre...
Even Rouault
2021-04-18
Added proj_get_celestial_body_list_from_database (#2674)
Alan D. Snow
2021-04-12
Add proj_get_celestial_body_name() and make proj_get_crs_info_list_from_datab...
Even Rouault
2021-04-11
Reformatting fix
Even Rouault
2021-04-10
getCRSInfoList(): make result order deterministic (by increasing auth_name, c...
Even Rouault
2021-04-10
Recognize OGC:84 as an alias of OGC:CRS84
Even Rouault
2021-04-10
Add hard-coded definitions for OGC:AnsiDate/JulianDate/UnixTime
Even Rouault
2021-04-08
Merge pull request #2647 from rouault/integer_or_text
Even Rouault
2021-04-06
Database: nullify auth_name, code of usage table
Even Rouault
2021-04-05
createOperations(): make createBetweenGeodeticCRSWithDatumBasedIntermediates(...
Even Rouault
2021-03-28
createOperation(): make sure no to discard deprecated operations...
Even Rouault
2021-03-19
SQL output: make it possible to export non-EPSG projection methods or methods...
Even Rouault
2021-03-18
createFromCRSCodesWithIntermediates(): improve perf when no match
Even Rouault
2021-03-15
Add support for PROJ_AUX_DB environment variable to set the path to one or se...
Even Rouault
2021-03-15
Add proj_context_get_database_structure() to dump structure of empty valid au...
Even Rouault
2021-03-15
SQL export: add support for DatumEnsemble
Even Rouault
2021-03-15
SQL export: add publication_date and frame_reference_epoch to datums
Even Rouault
2021-03-15
SQL output: add capability to restrict the authorities into which to look for...
Even Rouault
2021-03-15
Add C/C++ API to get SQL statements to insert a CRS into database
Even Rouault
2021-03-10
Code cleanup: remove conditional testing of SQLITE_OPEN_URI. It is present in...
Even Rouault
2021-03-10
Fix comment
Even Rouault
2021-03-07
typo fixes
Even Rouault
2021-03-06
Fix gcc 11 -Wnonnull warnings
Even Rouault
2021-03-03
Reformat code with clang-format-10 from ubuntu 20.04
Even Rouault
2020-12-12
Split coordinateoperation.cpp in many files in iso19111/operation directory
Even Rouault
2020-11-30
Database: add metadata with the version number of the database layout and che...
Even Rouault
2020-11-28
createObjectsFromName(): in exact match, make looking for 'ETRS89 / UTM zone ...
Even Rouault
2020-11-20
Remove proj_api.h
Kristian Evers
2020-11-01
projinfo / createObjectsFromName(): support returning a datum ensemble
Even Rouault
2020-11-01
When reading from database, possibly return VerticalCRS with a DatumEnsemble
Even Rouault
2020-11-01
When reading from database, possibly return Geographic/GeodeticCRS with a Dat...
Even Rouault
2020-10-25
Fix typos spotted by scripts/fix_typos.sh
Even Rouault
2020-10-23
Add logic to handle interpolationCRS in PROJBasedOperation and ConcatenatedOp...
Even Rouault
2020-10-23
AuthorityFactory::createCoordinateOperation(): correctly compute accuracy of ...
Even Rouault
2020-10-23
Database: import ESRI VERTCS that uses a (geodetic) datum to express ellipsoi...
Even Rouault
[next]