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-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
2020-10-11
Database query: add AuthorityFactory::ObjectType::DYNAMIC_GEODETIC_REFERENCE_...
Even Rouault
2020-10-11
Database: add a frame_reference_epoch column in vertical_datum to be able to ...
Even Rouault
2020-10-08
createGeodeticCRS(): more DatumEnsemble compatibility in the case when creati...
Even Rouault
2020-10-08
Add a AuthorityFactory::createDatumEnsemble() method, and make it inherit fro...
Even Rouault
2020-10-08
Database: add aliases for 'old' names of WGS84 and ETRS89 datums, and remove ...
Even Rouault
2020-10-08
getCRSInfoList(): make it use area description
Even Rouault
2020-10-08
Database: use extended description for extent/area of use, as done by epsg.or...
Even Rouault
2020-10-06
Database: instanciate DynamicGeodeticReferenceFrame (things like ITRFxxx, WGS...
Even Rouault
2020-10-06
Database: "minimal" update to EPSG v10.003
Even Rouault
2020-08-26
proj_create_vertical_crs_ex(): add a ACCURACY option to provide an explicit a...
Even Rouault
2020-08-21
createObjectsFromName(): add back case insensitivity when comparing names
Even Rouault
2020-08-07
ProjectedCRS::identify(): fix to be able to identify EPSG:2154 as a candidate...
Even Rouault
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
[prev]
[next]