aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/factory.cpp
AgeCommit message (Expand)Author
2021-03-07typo fixesEven Rouault
2021-03-06Fix gcc 11 -Wnonnull warningsEven Rouault
2021-03-03Reformat code with clang-format-10 from ubuntu 20.04Even Rouault
2020-12-12Split coordinateoperation.cpp in many files in iso19111/operation directoryEven Rouault
2020-11-30Database: add metadata with the version number of the database layout and che...Even Rouault
2020-11-28createObjectsFromName(): in exact match, make looking for 'ETRS89 / UTM zone ...Even Rouault
2020-11-20Remove proj_api.hKristian Evers
2020-11-01projinfo / createObjectsFromName(): support returning a datum ensembleEven Rouault
2020-11-01When reading from database, possibly return VerticalCRS with a DatumEnsembleEven Rouault
2020-11-01When reading from database, possibly return Geographic/GeodeticCRS with a Dat...Even Rouault
2020-10-25Fix typos spotted by scripts/fix_typos.shEven Rouault
2020-10-23Add logic to handle interpolationCRS in PROJBasedOperation and ConcatenatedOp...Even Rouault
2020-10-23AuthorityFactory::createCoordinateOperation(): correctly compute accuracy of ...Even Rouault
2020-10-23Database: import ESRI VERTCS that uses a (geodetic) datum to express ellipsoi...Even Rouault
2020-10-11Database query: add AuthorityFactory::ObjectType::DYNAMIC_GEODETIC_REFERENCE_...Even Rouault
2020-10-11Database: add a frame_reference_epoch column in vertical_datum to be able to ...Even Rouault
2020-10-08createGeodeticCRS(): more DatumEnsemble compatibility in the case when creati...Even Rouault
2020-10-08Add a AuthorityFactory::createDatumEnsemble() method, and make it inherit fro...Even Rouault
2020-10-08Database: add aliases for 'old' names of WGS84 and ETRS89 datums, and remove ...Even Rouault
2020-10-08getCRSInfoList(): make it use area descriptionEven Rouault
2020-10-08Database: use extended description for extent/area of use, as done by epsg.or...Even Rouault
2020-10-06Database: instanciate DynamicGeodeticReferenceFrame (things like ITRFxxx, WGS...Even Rouault
2020-10-06Database: "minimal" update to EPSG v10.003Even Rouault
2020-08-26proj_create_vertical_crs_ex(): add a ACCURACY option to provide an explicit a...Even Rouault
2020-08-21createObjectsFromName(): add back case insensitivity when comparing namesEven Rouault
2020-08-07ProjectedCRS::identify(): fix to be able to identify EPSG:2154 as a candidate...Even Rouault
2020-05-25Fix identification of (one of the) ESRI WKT formulations of EPSG:3035Even Rouault
2020-05-24Database: import scope and remarks for conversion (fixes #2237)Even Rouault
2020-05-24Database: add a same_source_target_crs column to supersession tableEven Rouault
2020-05-19Add runtime checking that sqlite3 is >= 3.11Even Rouault
2020-05-15AuthorityFactory::createObjectsFromName(): request SQL query to avoid warning...Even Rouault
2020-05-14createObjectsFromName(): fix when objectType = { GEOCENTRIC_CRS }Even Rouault
2020-04-17createFromCoordinateReferenceSystemCodes(): 'optimization' to avoid using C++...Even Rouault
2020-04-14lookForGridAlternative(): fix bug with Dutch 2008 gridsEven Rouault
2020-04-14ProjectedCRS identification: deal with switched 1st/2nd std parallels for LCC...Even Rouault
2020-03-30ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when p...Even Rouault
2020-03-12Add proj_get_units_from_database() (fixes #2004)Even Rouault
2020-03-06Typo fixes identified by scripts/fix_typos.shEven Rouault
2020-03-03createUnitOfMeasure(): use full double resolution for the conversion factor (...Even Rouault
2020-02-19DatabaseContext::lookForGridInfo(): use also old_proj_grid_name for lookups (...Even Rouault
2020-02-05Fix performance issue, affecting projinfo EPSG:7842Even Rouault
2020-01-25Implement RFC 5Even Rouault
2020-01-24createObjectsFromName(): use alias as fallback onlyEven Rouault
2020-01-23Fix wrong use of derivingConversionRef() that caused GDAL bugEven Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2020-01-10CompoundCRS::identify(): avoid exception when horiz/vertical part is a BoundCRSEven Rouault
2020-01-07createObjectsFromName(): make it look up in the alias_name table too (fixes #...Even Rouault
2019-12-16identify(): take into datum name aliases (fixes #1800)Even Rouault
2019-12-10Database: update to IGNF v3.1.0Even Rouault
2019-12-09CRS identification: use case insensitive comparison for authority name (fixes...Even Rouault