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
2022-03-06
Merge pull request #3089 from rouault/fix_3077
Even Rouault
2022-01-20
lookForGridInfo(): make it work properly when passed the old PROJ name
Even Rouault
2022-01-09
Minor cppcheck fixes
Even Rouault
2022-01-07
Merge pull request #3013 from rouault/fix_3012
Even Rouault
2022-01-06
proj_get_crs_info_list_from_database(): report PJ_TYPE_GEODETIC_CRS for IAU_2...
Even Rouault
2022-01-04
Fix doc generation with Doxygen 1.9.3
Even Rouault
2021-09-28
Add a mapping for versioned authorities, so that one can use IAU:xxxx or IAU_...
Even Rouault
2021-09-28
Database: add IAU_2015 CRS
Even Rouault
2021-09-28
AuthorityFactory::createGeodeticCRS(): use description column for remarks
Even Rouault
2021-09-28
Database reading: implement reading a GeodeticCRS with a Spherical CS
Even Rouault
2021-09-17
Database: add a 'anchor' field to geodetic_datum and vertical_datum tables
Even Rouault
2021-09-15
isEquivalentTo(): improve comparison of datum names based on official name an...
Even Rouault
2021-09-07
Fix database access across fork() when SQLite3 doesn't use pread[64]() (fixes...
Even Rouault
2021-09-05
getInsertStatementsFor(): re-order projection parameters according to their c...
Even Rouault
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
[next]